Forum SEO

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

Re: Forum SEO

Post by heredia21 »

Is is necessary that we do the template edits to add the Keywords and Descriptions to show? Or would that defeat the purpose?

Re: Forum SEO

Post by Stoker »

Yes, that is actually the idea of the mod.

Re: Forum SEO

Post by heredia21 »

Ok, I installed this mod, did the edits. Everything seems ok but when I go to the forum body I do not see the keywords and description i've entered. I know there is only one template edit. I checked it. Seems fine.

Would this be the same issue with the Topic Seo? Where it only works on new topics? Because I already have my forums set-up.
Last edited by heredia21 on 05 May 2010, 23:40, edited 1 time in total.

Re: Forum SEO

Post by cisco007 »

if you checked all the edits, and they are correct, did you run the installer!?
And yes it would only work on new topics, but for the existing topics you would have to go back and edit the first post and add the keywords!

Re: Forum SEO

Post by heredia21 »

I did run the installer. But I am talking about Forum SEO. Not Topic SEO.

Re: Forum SEO

Post by cisco007 »

sorry, once again, reading to fast! Well if you have it installed correctly, and you already have forums set up, you would have to go to the forums section of the ACP and add them there, don't know if you have done that yet or not! if you did! and they are not showing like you say, then i think you did not do the edits correctly! or have not refreshed the template files!

Re: Forum SEO

Post by heredia21 »

Got it. Thanks.

Re: Forum SEO

Post by saharattia67 »

Hello Stoker

How are you?
Thank you for the Forum SEO 1.0.5 hope it will be nice, really great work..
I have a problem now in installation as there is a step to
Open: styles/prosilver/template/viewforum_body.html and find <!-- IF FORUM_DESC or MODERATORS or U_MCP --> and replace it with <!-- IF FORUM_DESC or SEO_DESC or MODERATORS or U_MCP -->
But the problem here that I am using subsilver2 style and I can not find the previous line, Please tell me what I do knowing that I must use subsilver2 style..
Thanks a lot..

Sincerely
Sahar Attia

Re: Forum SEO

Post by Stoker »

I dont work much with subsilver2, but see if this will help you:

Open styles/your_subsilver2_based_style/template/viewforum_body.html
Find:

Code: Select all

<br clear="all" /><br />
<!-- ENDIF -->
add after:

Code: Select all

<!-- IF SEO_DESC --><span style="font-weight:bold;">{SEO_KEY}</span><br /><span>{SEO_DESC}<br /></span><!-- ENDIF -->
<br clear="all" /><br />
Find:

Code: Select all

<!-- INCLUDE overall_footer.html -->
Before add:

Code: Select all

<br clear="all" />
<!-- IF SEO_BOTTOM --><span>{SEO_BOTTOM}<br /></span><!-- ENDIF -->

Re: Forum SEO

Post by Georgio »

i already have this mod installed (1.0.3). To update my board with the last version i have to make only the edits or (also) i have to run the *.php file to refresh the database?
Who can help me please? :D