Logged Out
Create an Account
Login:
Password:

Forgot your password?
Changing Forum Tag on Post

Changing Forum Tag on Post
[Back to Index]
Thread Tags
Primary: [Support]
Secondary: None

I believe in the past there was a way to change the tag on a post in a forum. I can't seem to find that now, am I missing something?

Toddler


--
Yep, but in your advanced layout you don't have <!--System ageDesc--> anywhere and that's actually where it puts that info.


--
It's all in the reflexes.
Quote by Chops
Yep, but in your advanced layout you don't have <!--System ageDesc--> anywhere and that's actually where it puts that info.


I will have to poke Nevir with a sharp stick.

Which File do I need to modify?

Thanks Chops,

Toddler


--
That's in the layout.html file.


--
It's all in the reflexes.
Quote by Chops
That's in the layout.html file.


Hmm, I reviewed the layout file and can't seem to find where to put that tag. Any suggestions?

Thanks,

Toddler


--
Quote by Toddler
Quote by Chops
That's in the layout.html file.


Hmm, I reviewed the layout file and can't seem to find where to put that tag. Any suggestions?

Thanks,

Toddler


Looking at my code I have the 3 main page tags in this order.
<!-- System:Title -->
<!-- System:PageDesc -->
<!-- System:Content -->

So basically I guess just find your <!-- System:Content --> and make sure it is right above that somewhere.


--
Six Demon BagRefresh This Item
Jack Burton: Hey, what more can a guy ask for?
Egg Shen: Oh, a six-demon bag!
Jack Burton: Terrific, a six-demon bag. Sensational. What's in it, Egg?
Egg Shen: Wind, fire, all that kind of thing!
Quote by Saudorun
Quote by Toddler
Quote by Chops
That's in the layout.html file.


Hmm, I reviewed the layout file and can't seem to find where to put that tag. Any suggestions?

Thanks,

Toddler


Looking at my code I have the 3 main page tags in this order.
<!-- System:Title -->
<!-- System ageDesc -->
<!-- System:Content -->

So basically I guess just find your <!-- System:Content --> and make sure it is right above that somewhere.


That seemed to do the trick.

Thanks,

Toddler


--
Quote by Toddler
I believe in the past there was a way to change the tag on a post in a forum. I can't seem to find that now, am I missing something?

Toddler


I am currently having the same problem. In the past I was able to change the thread tag on other people's threads, allowing me to keep the forum organized.

I screwed something up or changed a setting somewhere and now only the original owner of the thread can change the thread tag.

I am a website retard, but my guild's web ninja checked it out, used this thread as a reference, and couldn't find any problems. Any help would be appreciated - everyday I lose more and more sleep as my forum plunges into the dark depths of disorganization.

Cheers
For reference, the applicable part of the layout.html is as follows:
<td valign=top style="padding-left:5px;padding-right:5px;" align=center>
<center>
<span class=CountDown>
<!-- System:CountDown -->
</span>
</center>
<!-- System:Title -->

<!-- System ageDesc -->
<!-- System:Content -->
<center>
<span class=copyright>
<!-- System:Copyright -->
</span>
</center>
</td>


--


[Back to Index]