inherit
203192
0
Sept 15, 2014 6:19:08 GMT -8
Muhammed Suleiman [Oldman]
Plugin Developer - Coder
164
December 2013
oldman
|
Post by Muhammed Suleiman [Oldman] on Jan 22, 2014 5:29:29 GMT -8
Im asking if there is afeature to Change the Forum Title (The Title in the tab) Example Changing My Current Title: Forum | Next Community Roleplay To: Next Community Roleplay or something I've tired in forum Warp to change $[forum.name] but it didnt work
|
|
inherit
203192
0
Sept 15, 2014 6:19:08 GMT -8
Muhammed Suleiman [Oldman]
Plugin Developer - Coder
164
December 2013
oldman
|
Post by Muhammed Suleiman [Oldman] on Jan 22, 2014 5:29:54 GMT -8
NOTE:Not the Title of the Main Page just the title of the tab
|
|
inherit
72282
0
Feb 22, 2019 7:29:04 GMT -8
Smangii
what's this?
4,772
February 2006
smangii
|
Post by Smangii on Jan 22, 2014 5:47:56 GMT -8
If you go to Layout Templates > Forum Wrapper
The 5th line down should look something like this:
<title>$[title] | $[forum.name]</title>
By default it shows the page you are on, which is $[title] and a line, "|", then your forum name, which is $[forum.name]. If you just want your forum name to snow, change it to this:
<title>$[forum.name]</title>
|
|
inherit
203192
0
Sept 15, 2014 6:19:08 GMT -8
Muhammed Suleiman [Oldman]
Plugin Developer - Coder
164
December 2013
oldman
|
Post by Muhammed Suleiman [Oldman] on Jan 22, 2014 22:37:29 GMT -8
If you go to Layout Templates > Forum Wrapper The 5th line down should look something like this: <title>$[title] | $[forum.name]</title>
By default it shows the page you are on, which is $[title] and a line, "|", then your forum name, which is $[forum.name]. If you just want your forum name to snow, change it to this: <title>$[forum.name]</title>Thank You,i have a question that ill post in another thread which is ''How can i change the Title Icon''
|
|