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 »

then now theres this part,
posting tags.PNG
:D

Re: Sorry dont want to spam your forum

Post by Stoker »

Exactly what I was looking for.
But why tags? Both keywords and description is much better :)

Re: Sorry dont want to spam your forum

Post by Steve »

Stoker » 07 Apr 2010, 18:05 wrote:Exactly what I was looking for.
But why tags? Both keywords and description is much better :)
So topic tags and topic description and post tags and post description we looking for here ?

Re: Sorry dont want to spam your forum

Post by Stoker »

Like the Forum SEO but for topics.
Topic Keywords and Topic Description

Re: Sorry dont want to spam your forum

Post by Steve »

like this in the posting editor ?
editor.PNG
in viewtopic like this ? or descrition top under topic title and keywords at the bottom ?
position.PNG

Re: Sorry dont want to spam your forum

Post by Stoker »

Exactly, You have done a great job.
RmcQueer would have been proud if he was still among us.

Re: Sorry dont want to spam your forum

Post by Steve »

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

Post by Steve »

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 :oops:

Code: Select all

'forum_seo_key'         => utf8_normalize_nfc(request_var('forum_seo_key', '', true)),
[edit]found it in posting.php[/edit]

Code: Select all

$post_data['post_subject']		= utf8_normalize_nfc(request_var('subject', '', true));

Re: Sorry dont want to spam your forum

Post by Stoker »

My knowledge of php is limited, so I hope you figure it out.
Could be a nice little mod :)

Re: Sorry dont want to spam your forum

Post by Steve »

:geek:

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'],
made:

Code: Select all

'TOPIC_SEO_DESC'    => $topic_data['topic_seo_desc'],
all works :D
now for key words and for use to test it
pic:
topicdescriptoin.PNG
postingpk.PNG
oh and that umil installer is very easy to configure ;)