| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
forumboy
Joined: 17 Aug 2008 Posts: 6
|
Posted: Tue Aug 19, 2008 9:02 pm Post subject: Optimal titles V 1.0.2 - {SITENAME} instead of "Index P |
|
|
Hi
Is it possible to replace "Index Page" with "sitename" {SITENAME}
I cannot use
| Code: | | 'INDEX' => 'name of the forum', |
because i wanna that is automatic --> i have got phpBB3 hosting site and if i would write there "name of the forum" that name would appear to ALL of the forums ).
| Code: | | 'INDEX' => '{SITENAME}' |
is not working
Could anybody help me? |
|
|
| Back to top |
|
 |
|
 |
forumboy
Joined: 17 Aug 2008 Posts: 6
|
Posted: Wed Aug 20, 2008 8:54 am Post subject: Re: Optimal titles V 1.0.2 - {SITENAME} instead of "Index P |
|
|
Nobody knows? I know it is possible because i've seen it here: http://bcwtj.forumotion.com/forum.htm
 |
|
|
| Back to top |
|
 |
emielvenlo PR0


Joined: 21 Jan 2007 Posts: 79
|
Posted: Thu Aug 21, 2008 11:22 am Post subject: Re: Optimal titles V 1.0.2 - {SITENAME} instead of "Index P |
|
|
I have made this hack for it:
open index.php
Find:
page_header($user->lang['INDEX']);
Replace with:
page_header($config['sitename'] . ' : ' . $user->lang['INDEX']);
This changes it in "yourforumname : Index Page" |
|
|
| Back to top |
|
 |
forumboy
Joined: 17 Aug 2008 Posts: 6
|
Posted: Sat Aug 23, 2008 4:03 pm Post subject: Re: Optimal titles V 1.0.2 - {SITENAME} instead of "Index P |
|
|
It works!! Thank you alot, emielvenlo  |
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |