Hello Stoker,
How do you change the position to appear ?
- first SEO description, second SEO keywords...
Thanks a lot !
How do you change the position...
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
How do you change the position...
Open styles/prosilvertemplate/viewforum_body.html
Find:
Replace with:
Find:
Code: Select all
<span style="font-weight:bold;">{FORUM_SEO_KEY}</span><br /><span>{FORUM_SEO_DESC}</span>
Code: Select all
<span>{FORUM_SEO_DESC}</span><br /><span style="font-weight:bold;">{FORUM_SEO_KEY}</span>