Download Forum SEO
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
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
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.
Re: Sorry dont want to spam your forum
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:
Again, just a suggestion.
I will update my Forum SEO to use that.
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 -->" />
I will update my Forum SEO to use that.
Re: Sorry dont want to spam your forum
Ah! yes this is why your the leader!
i will use seo_key ,seo_desc
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
here we go,i forgot about you
Index SEO Topic SEO 1.0.1
let me know what you think will post tommorow as its bank holiday monday
Index SEO Topic SEO 1.0.1
let me know what you think will post tommorow as its bank holiday monday

Re: Sorry dont want to spam your forum
Looking good Steve.
i am proud to be your father
Just so that you know, the only place where you needed to change TOPIC_SEO_xxx to SEO_xxx was viewtopic.php
i am proud to be your father

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
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.
will post the new topic and update topic seo after another test run.
Re: Sorry dont want to spam your forum
do you want more than 255 characters ? hows 500 ?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?
Re: Sorry dont want to spam your forum
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()