How do reset the pre and post nav text? There seemed to be an easy way of resetting it in version 1.
Indexhibit version: 2.0
Thread is resolved.
How do reset the pre and post nav text? There seemed to be an easy way of resetting it in version 1.
Please? I don't want to come across all whiny. Point me in the right direction.
Reset them to what? They don't need a reset - just re-input whaty ou need.
I also would like to reset the content of the pre-nav area.
I would like to have the same title of all my website pages. I customized the index file in the part with the main title, but in my section projects the titles are based on this config : "project name"+"website name". And I just want to have the "website name".
Thanks!
But that has nothing to do with the pre or post nav - that would be edited in the template. Simply change the 'title' space to...
<title>{{obj_name}}</title>Ok, but I always have the name of the section titles before the main name...
Not if you edit it as I've pointed out in my previous post. There isn't a limitation here - you can edit the ndxz_title plugin too, if you wish.
I mean reset to the stock settings. I deleted "built with indexhibit". I'd like to put it back. I know it sounds idiotic, believe me.
Just add a link. There is no way to restore the 'default' pre/post nav because they aren't really intended to be default - people are expected to change them.
If I delete the first 'strip_tags' (I think my question is focalized on), I have an error message. Can you tell me how I could transform it ? Thanks a lot Vaska.
// need to deal with section tops too
return ($OBJ->vars->exhibit['section_top'] == 1) ?
strip_tags($OBJ->vars->exhibit['sec_desc']) :
strip_tags($OBJ->vars->exhibit['title']);
(and just another question : what is un style.css the line where I can adjust the width of the 'Indexhibit link' when I create one ? because I would like the Indexhibit links on the same line)
can anyone tell me what the default coding is for the post nav area. I accidently deleted the 'built with indexhibit' credit and would like to have it back if possible.
any help would be appreciated.
simply make a link:
simply make a link:
<a href='INDEXHIBIT_URL'>Built with Indexhibit</a>Cheers, I didn't realise it was so easy to do. It seems that I am a bit simple!!!
This thread has been closed, thank you.