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
Post
by Avdon » 16 Dec 2011, 20:43
Hello,
I'm happy that phpBB3 BBCodes is back
I want to ask your opinion about 2 adjustments I'm thinking about.
1- If I put things between h3 tags in viewforum_body.html file:
Code: Select all
<!-- IF FORUM_SEO_DESC --><div><h3 class="someClass">{FORUM_SEO_KEY}</h3><br /><h3 class="someClass">{FORUM_SEO_DESC}</h3></div><br /><!-- ELSEIF FORUM_DESC --><div><h3 class="someClass">{FORUM_DESC}</h3></div><br /><!-- ENDIF -->
Code: Select all
<!-- IF FORUM_SEO_BOTTOM --><div><br /><h3 class="someClass">{FORUM_SEO_BOTTOM}</h3><br /></div><!-- ENDIF -->
would that be more efficacious for SEO purpose?
2- If I made the font colour "transparent"
would that confuse search engines, or have any downside for SEO purpose?
Regards,
Danny
Post
by Stoker » 16 Dec 2011, 21:12
Your headlines would be way too long.
But I dont think you gain or lose anything by doing so.
Post
by Avdon » 16 Dec 2011, 21:23
Stoker wrote: Your headlines would be way too long.
I think I can manage that using the css class.
Stoker wrote: But I dont think you gain or lose anything by doing so.
OK.
Thanks