How do you change the position...

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

How do you change the position...

Post by KreatorTeam »

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...

Post by Stoker »

Open styles/prosilvertemplate/viewforum_body.html
Find:

Code: Select all

<span style="font-weight:bold;">{FORUM_SEO_KEY}</span><br /><span>{FORUM_SEO_DESC}</span>
Replace with:

Code: Select all

<span>{FORUM_SEO_DESC}</span><br /><span style="font-weight:bold;">{FORUM_SEO_KEY}</span>

How do you change the position...

Post by KreatorTeam »

is perfectly, you are the best :thumb: seriously !