This is a Hitskin.com skin preview
Install the skin • Return to the skin page
5 posters
How can I change this, so it says something else?
brandon_g- Manager
- Posts : 10113
Reputation : 923
Language : English
Location : USA
Hello,.
I presume you mean on your forum?
-Brandon
I presume you mean on your forum?
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Guest- Guest
Yes, I do.brandon_g wrote:Hello,.
I presume you mean on your forum?
-Brandon
Bones!- Forumember
- Posts : 173
Reputation : 20
Language : English, CCS, HTML
Location : Behind you
On other forums it says Legend, so are you asking for how to change that part?
Guest- Guest
Yeah..Six Letters wrote:On other forums it says Legend, so are you asking for how to change that part?
SLGray- Administrator
- Posts : 51555
Reputation : 3524
Language : English
Location : United States
Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Ape- Administrator
- Posts : 19436
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
This is done in Templates
ACP >> Display Tab >> Templates >> General >> index_body
Find:
where it says:
{LEGEND} remove that and put your own words in
should look like this if done right
Don't forget to publish
ACP >> Display Tab >> Templates >> General >> index_body
Find:
- Code:
<br />
<em>{LEGEND} : {GROUP_LEGEND}</em>
</p>
where it says:
{LEGEND} remove that and put your own words in
should look like this if done right
- Code:
<br />
<em>STAFF : {GROUP_LEGEND}</em>
</p>
Don't forget to publish
Guest- Guest
Hi Ape, I did what you asked and it wouldn't work.
Template Screenshot: http://prntscr.com/8oi9lc HomePage Screenshot: http://prntscr.com/8oiaci
Template Screenshot: http://prntscr.com/8oi9lc HomePage Screenshot: http://prntscr.com/8oiaci
Ape- Administrator
- Posts : 19436
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
Sorry i missed a bit out
Find:
Replace it with:
Find:
- Code:
<br />
<em>{LEGEND} : {GROUP_LEGEND}</em>
</p>
Replace it with:
- Code:
<br />
<em>STAFF </em>
<span id="groupLegend"> {GROUP_LEGEND}</span>
</p>
Guest- Guest
delete the entire code and replace it with that? @APE
SarkZKalie- Support Moderator
- Posts : 1443
Reputation : 220
Language : English
Did you publish it?
Ape- Administrator
- Posts : 19436
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
APE wrote:Sorry i missed a bit out
Find:
- Code:
<br />
<em>{LEGEND} : {GROUP_LEGEND}</em>
</p>
Replace it with:
Change the STAFF to what ever you want
- Code:
<br />
<em>STAFF </em>
<span id="groupLegend"> {GROUP_LEGEND}</span>
</p>
find just the top code and delete it then put this code in its place
Replace it with:
- Code:
<br />
<em>STAFF </em>
<span id="groupLegend"> {GROUP_LEGEND}</span>
</p>
SLGray- Administrator
- Posts : 51555
Reputation : 3524
Language : English
Location : United States
Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.