Topic SEO

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
Locked
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Topic SEO

Post by Steve »

Title: Topic SEO
Author: Steve©
Mod version: 1.0.1
Supported PhpBB3 Version: 3.0.7 PL
Support: This topic.
Styles supported: prosilver & subsilver2.

Credits: Stoker for letting me look at his Forum SEO mod to see how to get this to work in the php,also helping me keep the mod seo friendly.Cisc007 for helping me test it and giving some valid input and ideas.Umil creation team for the example installer to runs sql entrys and showing me how to create permissions.

Description: Topic SEO for phpBB3 description and keywords mod is the the topic title recreated but made to be SEO efficient, not only adding more content and seperated keywords on the 1st post of your topics page but also adds the description and keywords in your meta tags which is used by most search engines to help get your site indexed better.Permissions are set in admin to only allow certain user groups to use Topic SEO description and keywords mod.Used wisely Stoker says this could be a powerfull SEO mod!

Notes:This mod requires database changes in order to do this you need to run the umil installer, and file edits.Instructions for core file edits, prosilver template edits and manual instructions are found in the un zipped Topic_SEO.zip/Topic_SEO/install_mod.xml and instructions for subsilver2 are found in /Topic_SEO/contrib/subsilver2.xml folder. Or use automod if automod should fail,you must force the install and manually do the edits missed.

Modx:Yes.
Image
Automod:Yes.
Image
Download:
Topic_SEO1.0.1.zip
Screenshots prosilver:
pro_post.PNG
pro_posting.PNG
Screenshots subsilver2:
sub_topic.PNG
sub_posting.PNG
Screenshot admin:
perms.png
FAQ,s

But i also use Forum SEO & Index SEO
Ok we are going to have a problem, you will have to force the install if using automod.
[hsimg]download/file.php?id=424&mode=view/force.png[/hsimg]
Now double check that you have this in both prosilver and subsilver2,s overall_header.html

Code: Select all

<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
older version 1.0.0. [spoiler]left inplace if you want to completely uninstall this version and use the newer version above.
Topic_SEO1.0.0.zip
[/spoiler]
NAPWR wrote: Nice, Stoker is Hot
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Topic SEO description and keywords mod.

Post by cisco007 »

great release Steve!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Topic SEO

Post by Stoker »

In use here, great job Steve :thumb:
I allowed myself to change the title to something shorter :D
Board rules! No PM support
User avatar
Georgio
BBCoder II
BBCoder II
Posts: 53
Joined: 06 Mar 2010, 19:10
Location: Cabanes, Spain
Contact:

Re: Topic SEO

Post by Georgio »

looks nice, but before i install it i have a question:
I have already forum seo; ¿there is no conflicts?
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Topic SEO

Post by Steve »

only if you have added the Add_meta in the overall_header.html for Forum SEO
if so use this in the overall_header.html

Code: Select all

<meta name="keywords" content="<!-- IF SCRIPT_NAME == "viewforum" -->{FORUM_SEO_KEY}<!-- ELSE -->{TOPIC_SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SCRIPT_NAME == "viewforum" -->{FORUM_SEO_DESC}<!-- ELSE -->{TOPIC_SEO_DESC}<!-- ENDIF -->" />
NAPWR wrote: Nice, Stoker is Hot
User avatar
Georgio
BBCoder II
BBCoder II
Posts: 53
Joined: 06 Mar 2010, 19:10
Location: Cabanes, Spain
Contact:

Re: Topic SEO

Post by Georgio »

thanks a lot Stevee :D

[hrc=red]2[/hrc]

i finish the edits; works greate! 8-)
Screens:
Screen1: Topic SEO desc on create/edit post.
Screen1: Topic SEO desc on create/edit post.
Screen2: SEO keywords
Screen2: SEO keywords
User avatar
Fire-Fox
BBCoder IV
BBCoder IV
Posts: 275
Joined: 22 Mar 2010, 13:24
Location: Denmark

Re: Topic SEO

Post by Fire-Fox »

Great mod Steve© :)
Last edited by Fire-Fox on 02 May 2010, 11:52, edited 1 time in total.
plasmino
BBCoder II
BBCoder II
Posts: 14
Joined: 27 Mar 2010, 10:36

Re: Topic SEO

Post by plasmino »

great steve©
artikkk
BBCoder II
BBCoder II
Posts: 42
Joined: 02 May 2010, 18:33

Re: Topic SEO

Post by artikkk »

Code: Select all

Topic SEO
PHP Version: 5.2.9
DBMS: MySQL 4.1.22-standard-log
phpBB3 Version: 3.0.7-PL1

Aggiunta di una nuova colonna denominata topic_seo_desc nella tabella avphpbb_topics
SQL ERROR Table 'my_pronosky.avavphpbb_topics' doesn't exist

Aggiunta di una nuova colonna denominata topic_seo_key nella tabella avphpbb_topics
SQL ERROR Table 'my_pronosky.avavphpbb_topics' doesn't exist
:(
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: Topic SEO

Post by Steve »

Have you browsed to your site and run the installer ?
now browse to yoursite.com/install_topic_seo.php and run the installer .Dont forget to DELETE or rename this file from your server.
[edit][/edit]
NAPWR wrote: Nice, Stoker is Hot
Locked