Changin some links...should be easy.

Post any general problems, information or issues on ModphpBB3 in here.
Post Reply
opinedigital
Forum Member
Forum Member
Posts: 1
Joined: Sat Nov 21, 2009 7:29 am

Changin some links...should be easy.

Post by opinedigital »

Hello,

I fist want to say how much like like this system. I have been using PHPBB off and on for a few years but this modded portal site is just sweet. I have a couple questions for a couple things i cant figure out by google but the should be simple i think....

1) When your on the board, how would i make the "Board index" say something like "Market Place". I am referring to all the board index text links system wide, i dont want it to be board index.

2) on the home page of the portal site there is the left hand navigation. How would i make the "board index" link there say market place...i also need to add a couple more buttons....just cant find the file.

Thanks for your time!
User avatar
cisco007
Staff
Staff
Posts: 501
Joined: Tue Oct 07, 2008 3:44 am

Re: Changin some links...should be easy.

Post by cisco007 »

to change forum index, go to language/yourlanguage/common.php
find:

Code: Select all

	'FORUM_INDEX'			=> 'Board index',
change it to:

Code: Select all

	'FORUM_INDEX'			=> 'Market Place',
the rest i will look at when i get home from school! I've been a little busy!
Post Reply