Page 1 of 1

Changin some links...should be easy.

Posted: Sat Nov 21, 2009 7:33 am
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!

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

Posted: Mon Nov 23, 2009 12:52 pm
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!