resetting pre nav and post nav text

jamdan / 2012-06-30 20:06:57   

How do reset the pre and post nav text? There seemed to be an easy way of resetting it in version 1.

jamdan / 2012-07-01 17:13:21   

Please? I don't want to come across all whiny. Point me in the right direction.

Vaska A / 2012-07-02 10:25:14   

Reset them to what? They don't need a reset - just re-input whaty ou need.

Antonin / 2012-07-02 17:51:21   

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!

Vaska A / 2012-07-02 18:03:39   

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...

  1. <title>{{obj_name}}</title>
Antonin / 2012-07-02 18:54:39   

Ok, but I always have the name of the section titles before the main name...

Vaska A / 2012-07-02 19:03:09   

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.

jamdan / 2012-07-02 19:44:07   

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.

Vaska A / 2012-07-02 20:39:02   

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.

Antonin / 2012-07-02 21:54:52   

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']);

Antonin / 2012-07-02 21:57:01   

(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)

hewieretep / 2013-01-09 21:55:02   

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.

arsondpi / 2013-01-09 22:15:40   

simply make a link:

  1. <a href='indexhibit.org/'>Built with Indexhibit</…;
arsondpi / 2013-01-09 22:16:12   

simply make a link:

  1. <a href='INDEXHIBIT_URL'>Built with Indexhibit</a>
hewieretep / 2013-01-09 22:24:45   

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.