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
Post
by Steve » 30 Apr 2010, 18:37
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
Post
by Steve » 30 Apr 2010, 18:38
took me 3 days i had the file edits the wrong way in posting php automod doesnt go back in a file
[edit][/edit] them warnings are an umil problem not mine
Post
by Stoker » 30 Apr 2010, 19:07
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.
Post
by Steve » 30 Apr 2010, 19:16
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.
Post
by Stoker » 30 Apr 2010, 19:55
Thats better
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
Post
by Steve » 30 Apr 2010, 20:05
ok no prob.
Post
by Stoker » 30 Apr 2010, 20:12
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.
Post
by Steve » 30 Apr 2010, 20:39
yes will share it b4 i go hacking my frsh install.xml do you wrap long lines whilst viewing source ?
Post
by Stoker » 30 Apr 2010, 20:44
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
Post
by Steve » 30 Apr 2010, 20:48
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.