
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
Exactly what I was looking for.
But why tags? Both keywords and description is much better
But why tags? Both keywords and description is much better

Re: Sorry dont want to spam your forum
So topic tags and topic description and post tags and post description we looking for here ?Stoker » 07 Apr 2010, 18:05 wrote:Exactly what I was looking for.
But why tags? Both keywords and description is much better
Re: Sorry dont want to spam your forum
Like the Forum SEO but for topics.
Topic Keywords and Topic Description
Topic Keywords and Topic Description
Re: Sorry dont want to spam your forum
like this in the posting editor ?
in viewtopic like this ? or descrition top under topic title and keywords at the bottom ?
in viewtopic like this ? or descrition top under topic title and keywords at the bottom ?
Re: Sorry dont want to spam your forum
Exactly, You have done a great job.
RmcQueer would have been proud if he was still among us.
RmcQueer would have been proud if he was still among us.
Re: Sorry dont want to spam your forum
were not there yet ,this has to go in includes/functions posting.php ,think i found the correct parts to add to will try later family here and stuff !crying
Re: Sorry dont want to spam your forum
you see this part of the code from you forum seo if that was missing you would have an undifined index looking in includes/functions posting i cant see where i would replicate such an edit
[edit]found it in posting.php[/edit]

Code: Select all
'forum_seo_key' => utf8_normalize_nfc(request_var('forum_seo_key', '', true)),
Code: Select all
$post_data['post_subject'] = utf8_normalize_nfc(request_var('subject', '', true));
Re: Sorry dont want to spam your forum
My knowledge of php is limited, so I hope you figure it out.
Could be a nice little mod
Could be a nice little mod

Re: Sorry dont want to spam your forum

i have it sussed i reproduced the topic title
for eg in all files containing it:
Code: Select all
'TOPIC_TITLE' => $topic_data['topic_title'],
Code: Select all
'TOPIC_SEO_DESC' => $topic_data['topic_seo_desc'],

now for key words and for use to test it
pic: oh and that umil installer is very easy to configure
