2010-11-06, 01:26 PM
Pages: 1 2
2010-11-06, 01:36 PM
it is in your admin cp under configuration
2010-11-06, 01:55 PM
In your admincp go to
"Configuration" ->
"Settings" ->
"General Configuration"
Should look like something like this in the legend
Home ยป Board Settings
General Configuration
"Configuration" ->
"Settings" ->
"General Configuration"
Should look like something like this in the legend
Home ยป Board Settings
General Configuration
2010-11-06, 04:23 PM
When i change text of 2 or board name to a big name the text of 1 becomes also like 2.....
how to make text of 1 & 2 different from each other.........
how to make text of 1 & 2 different from each other.........
2010-11-06, 04:31 PM
The only way to have it different is to replace {$mybb->settings['bbname']} in the templates.
ACP >> Templates & Style >> Templates >> Search/Replace
ACP >> Templates & Style >> Templates >> Search/Replace
2010-11-06, 05:17 PM
(2010-11-06, 04:31 PM)AJS Wrote: [ -> ]The only way to have it different is to replace {$mybb->settings['bbname']} in the templates.
ACP >> Templates & Style >> Templates >> Search/Replace
ajs beat me to it
2010-11-07, 04:17 AM
(2010-11-06, 04:31 PM)AJS Wrote: [ -> ]The only way to have it different is to replace {$mybb->settings['bbname']} in the templates.
ACP >> Templates & Style >> Templates >> Search/Replace
Don't understand AJS what u want to say...?? to replace {$mybb->settings['bbname']} with what....and where in which template??
2010-11-07, 04:33 AM
Forumdisplay
Showthread
+ every template with a title in it..
Replace it with whatever you want.. At my forum for example it says :
<title>{$mybb->settings['bbname']} - Conspiracy - Ufo - Fun - Discussion Forum </title>
Showthread
+ every template with a title in it..
Replace it with whatever you want.. At my forum for example it says :
<title>{$mybb->settings['bbname']} - Conspiracy - Ufo - Fun - Discussion Forum </title>
2010-11-07, 04:37 AM
(2010-11-07, 04:33 AM)Disturbed Wrote: [ -> ]Forumdisplay
Showthread
+ every template with a title in it..
Replace it with whatever you want.. At my forum for example it says :
<title>{$mybb->settings['bbname']} - Conspiracy - Ufo - Fun - Discussion Forum </title>
I m talking abt board titles not thread tiles ,.......
2010-11-07, 04:46 AM
(2010-11-07, 04:37 AM)jatt Wrote: [ -> ](2010-11-07, 04:33 AM)Disturbed Wrote: [ -> ]Forumdisplay
Showthread
+ every template with a title in it..
Replace it with whatever you want.. At my forum for example it says :
<title>{$mybb->settings['bbname']} - Conspiracy - Ufo - Fun - Discussion Forum </title>
I m talking abt board titles not thread tiles ,.......
Maybe it''s your english. I thought you wanted to change the text of 2.
Which is the title of your board in the picture..
Pages: 1 2