[SOLVED] Edit Forum Index Title In Forum.php


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

Last edited by cyber on Wed 18 Apr, 2007 14:24; edited 1 time in total
Profile PM  
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?

Subject: Re: Edit Forum Index Title
OPEN forum.php
FIND
Code: [Download] [Hide] [Select]
$page_title = $lang['Forum'];

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


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

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

Subject: Re: Edit Forum Index Title
thanx andrea75... that was quick! :mryellow:

Vortex, Read what i posted mate. :shock:

Profile PM  
Subject: Re: Edit Forum Index Title
cyber wrote: [View Post]
thanx andrea75... that was quick! :mryellow:

Vortex, Read what i posted mate. :shock:




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


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0892s (PHP: 19% SQL: 81%)
SQL queries: 10 - Debug Off - GZIP Enabled