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 »

Validation results: (Validating zip)



[ NOTICE ] Please note that all checks are done by an automated tool. In some cases a FAIL/WARNING can be valid/allowed usage of a function.

[ WARNING ] Topic_SEO/root/umil/language/nl/umil.php: This file doesn't use UNIX line endings.

[ WARNING ] Topic_SEO/root/install_topic_seo.php: This file doesn't use UNIX line endings.

[ FAIL ] You are missing the required license.txt file.
will google unix warning becuse the only thing i know is A_FOLDER.zip is better than A FOLDER unix doesnt like spaces :| licence easy

Re: Sorry dont want to spam your forum

Post by Steve »

Stoker » 30 Apr 2010, 20:36 wrote:Testet with automod, working :D

took me 3 days i had the file edits the wrong way in posting php automod doesnt go back in a file :oops:

[edit][/edit] them warnings are an umil problem not mine :)

Re: Sorry dont want to spam your forum

Post by Stoker »

Found a problem.
I have installed on localghost.

When I create a new topic using description and keywords they are not getting saved when submitting the post.
But they are saved when I edit a topic and add keyword and desc.

Re: Sorry dont want to spam your forum

Post by Steve »

damn i thought id changed xml find for that
includes/functions_posting.php
find:

Code: Select all

				'topic_approved'			=> $post_approval,
				'topic_title'				=> $subject,
add before:

Code: Select all

			    'topic_seo_desc'            => $data['topic_seo_desc'],
                'topic_seo_key'             => $data['topic_seo_key'],
should fix it.

Re: Sorry dont want to spam your forum

Post by Stoker »

Thats better :thumb:
But you still need to fix the issue with line breaks in the description. Line breaks shouldnt be allowed.

You can manage this by using input instead of textarea in the html

Re: Sorry dont want to spam your forum

Post by Steve »

ok no prob.

Re: Sorry dont want to spam your forum

Post by Stoker »

Post up the latest file and I will install it here.
Are you goint to share it? ;)
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 »

yes will share it b4 i go hacking my frsh install.xml do you wrap long lines whilst viewing source ?

Re: Sorry dont want to spam your forum

Post by Stoker »

Thats not the case. And I am not sure that it means anything.
Anyway, I will start install it here. I Kill you if it crashes my board :D

Re: Sorry dont want to spam your forum

Post by Steve »

Just use this,
Topic_SEO1.0.0.zip
should we tease or i post in forum seo topic,edit your first post or new one ?
You do not have the required permissions to view the files attached to this post.