[SOLVED] Edit Forum Index Title In Forum.php »  Show posts from    to     

Icy Phoenix


Old Support Topics - [SOLVED] Edit Forum Index Title In Forum.php



cyber [ Wed 18 Apr, 2007 13:56 ]
Post subject: [SOLVED] Edit Forum Index Title In Forum.php
How do i edit the forum index page title? it shows "Forum"... i want to change it to "My site name :: Index"


thanx


Vortex [ Wed 18 Apr, 2007 14:07 ]
Post subject: Re: Edit Forum Index Title
cyber wrote: [View Post]
How do i edit the forum index page title? it shows "Forum"... i want to change it to "My site name :: Index"


thanx



Where, exactly?


andrea75 [ Wed 18 Apr, 2007 14:12 ]
Post subject: Re: Edit Forum Index Title
OPEN forum.php
FIND
Code: [Hide] [Select]
$page_title = $lang['Forum'];

REPLACE WITH
Code: [Hide] [Select]
$page_title = $lang['Forum_title'];


OPEN language/lang_english/lang_main.php
FIND
Code: [Hide] [Select]
$lang['Forum'] = 'Forum';

AFTER ADD
Code: [Hide] [Select]
$lang['Forum_title'] = 'Title that you want';


cyber [ Wed 18 Apr, 2007 14:20 ]
Post subject: Re: Edit Forum Index Title
thanx andrea75... that was quick!

Vortex, Read what i posted mate.


Vortex [ Wed 18 Apr, 2007 14:30 ]
Post subject: Re: Edit Forum Index Title
cyber wrote: [View Post]
thanx andrea75... that was quick!

Vortex, Read what i posted mate.




I read, mate. But I didn't understand... glad you solved




Powered by Icy Phoenix