change title

zoltan / 2008-10-13 11:46:25   

http://www.indexhibit.org/forum/thread/1651/

according to that thread i (greenhorn) changed something in index.php
and i messed it up. cannot get to the main site
zoltanadorjani.com
after chnging back to the original index.php everything is fine again. but i'd like to chance the title still.
what to change where exactly could you show please.
peace

Vaska A / 2008-10-13 12:14:18   
  1. <title>asdfasdasdfadsf</title>

In the template.

arsondpi / 2008-10-13 12:17:22   

are you referring to this:

<title><%title%> : <%obj_name%></title>

?

It's pretty obivious that <%title%> stands for the page name and that <%obj_name%> stands for the site name... (someone correct me if I'm mistaken)
Check for unclosed tags...maybe?

zoltan / 2008-10-13 12:45:51   

okok. i got it.
i mixed up the index.php
it is not so easy...that all those files are named the same...
i'm sorry i' m just a supid gringo

Hollis / 2009-09-02 18:22:05   

Ok, real dumb question but where do I change my title bar info? I log onto my ftp site and am looking at all the folders and files but cant seem to find where the template or the xxxxxx is.

Can someone steer me in the right direction.

H.

iwakami / 2009-09-02 18:36:36   

your exhibit is using a theme (settings). the name of that theme should be the name of a folder containing: index.php; style.css; and ie.css. this thread is referring to that index.php.

Hollis / 2009-09-07 03:00:22   

Yeah, I must be looking in the wrong spot because the only folder I found that had all three of those files was in nxdz-studio -> site -> sample and when I went to edit the index.php file all it had in it was 'built with indexhibit' and nothing else.

Vaska A / 2009-09-07 06:39:06   

That's correct - that's called a template.

lemathieu A / 2009-09-07 07:25:42   

Hollis,
common mistake. A php document can't be open in text editors (if you don't know how)…
Use a code editor and you will se the code in that index.php

Hollis / 2009-09-07 07:36:03   

Awesome, that solved it. BBEdit to the rescue. In my defense, I am a photographer first and everything else (including web designer/editor/anything for that matter) a very distant second.

This thread has been closed, thank you.