Download 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: Sorry dont want to spam your forum

Post by Steve »

im not in a hurry! its all written. just reading a web site about body id,s for active sections in a menu you dont need to use a script it can be done in the css and html.
Index_SEO.zip

Re: Sorry dont want to spam your forum

Post by Stoker »

Sounds interesting, let me know about it.

Index SEO looks fine, but there is one thing that comes to my mind...
You have the keywords, fine.
Why not description? Some people might want different meta tage description and board description. Just a suggestion.

Earlier we talked about using this to avoid conflicts:

Code: Select all

<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
Again, just a suggestion.

I will update my Forum SEO to use that.

Re: Sorry dont want to spam your forum

Post by Steve »

Ah! yes this is why your the leader!
i will use seo_key ,seo_desc
You do not have the required permissions to view the files attached to this post.

Re: Sorry dont want to spam your forum

Post by Steve »

here we go,i forgot about you

Index SEO
Index_SEO1.0.0.zip
Topic SEO 1.0.1
Topic_SEO1.0.1.zip

let me know what you think will post tommorow as its bank holiday monday :beer:

Re: Sorry dont want to spam your forum

Post by Stoker »

Looking good Steve.
i am proud to be your father :D

Just so that you know, the only place where you needed to change TOPIC_SEO_xxx to SEO_xxx was viewtopic.php

Re: Sorry dont want to spam your forum

Post by Steve »

yep i know but to i felt it better to change it all..
will post the new topic and update topic seo after another test run.

Re: Sorry dont want to spam your forum

Post by Steve »

I know its a little late, but I have one more suggestion.
We have index keywords and description that goes in the metatags.
Because the description goes in the meta tag, we cant use too many characters.

So maybe we should have one more description field where we can put site relevant content.
And display it at the bottom with the keywords?
do you want more than 255 characters ? hows 500 ?

Re: Sorry dont want to spam your forum

Post by Stoker »

no limit :)

Re: Sorry dont want to spam your forum

Post by Stoker »

Topic SEO is giving me this error when I merge a spampost to a new topic in the SPAM forum:

Code: Select all

General Error
SQL ERROR [ mysql4 ]

Field 'seo_desc' doesn't have a default value [1364]

SQL

INSERT INTO phpbb_topics (forum_id, topic_title, icon_id, topic_approved) VALUES (17, 'Forum SEO + other', 0, 1)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/mcp/mcp_topic.php
LINE: 492
CALL: dbal_mysql->sql_query()

FILE: includes/mcp/mcp_topic.php
LINE: 58
CALL: split_topic()

FILE: includes/mcp/mcp_main.php
LINE: 175
CALL: mcp_topic_view()

FILE: includes/functions_module.php
LINE: 507
CALL: mcp_main->main()

FILE: mcp.php
LINE: 244
CALL: p_master->load_active()

Re: Sorry dont want to spam your forum

Post by Stoker »

Have you seen this problem cisco or can you reproduce it?