2 adjustments in the Style part

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

2 adjustments in the Style part

Post by Avdon »

Hello,

I'm happy that phpBB3 BBCodes is back :thumb:

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"

Code: Select all

h3.someClass {color:transparent}
would that confuse search engines, or have any downside for SEO purpose?

Regards,
Danny

2 adjustments in the Style part

Post by Stoker »

Your headlines would be way too long.
But I dont think you gain or lose anything by doing so.

2 adjustments in the Style part

Post by Avdon »

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