phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Topic evaluation Mod and Rewrite
Goto page 1, 2  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
::  
Author Message
angelus



Joined: 10 Nov 2007
Posts: 20

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 8:32 am    Post subject: Topic evaluation Mod and Rewrite

Hi

my english very bad..

phpBB3 mod Rewrite and Topic evaluation Mod integration please


thank you


generate evaluation link but 404 Not found
/resim-t21.html&evaluation=2
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3103

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 9:07 am    Post subject: Re: Topic evaluation Mod and Rewrite

Open :

Code:
mods/viewtopic.php


Find :
Code:
                     window.location.href = "'.append_sid($phpbb_root_path.'viewtopic.'.$phpEx, 'f='.$topic_data['forum_id'].'&t='.$topic_data['topic_id'].'&start='.intval($start)).'&evaluation="+value;


Replace with :
Code:
                     window.location.href = "'.append_sid($phpbb_root_path.'viewtopic.'.$phpEx, 'f='.$topic_data['forum_id'].'&t='.$topic_data['topic_id'].'&start='.intval($start)).'?evaluation="+value;


Assuming the use of & vs & was intended.

I don't fully get the why of this new coding fashion which keeps vars outside of the append_sid() function, but ... should do it

Wink

_________________


Last edited by SeO on Sat Dec 22, 2007 11:26 am; edited 1 time in total
Back to top
angelus



Joined: 10 Nov 2007
Posts: 20

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 10:43 am    Post subject: Re: Topic evaluation Mod and Rewrite

Thank you Seo
Code:



Parse error: syntax error, unexpected $end in /hosta/10052/mysite.net/htdocs/mods/viewtopic.php on line 109



109 line : ?>
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3103

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 11:26 am    Post subject: Re: Topic evaluation Mod and Rewrite

Sorry my fault, I missed the JS part of the evaluation var.

Post edited, should work now.

_________________
Back to top
angelus



Joined: 10 Nov 2007
Posts: 20

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 1:28 pm    Post subject: Re: Topic evaluation Mod and Rewrite

thank you Seo


Code:
[phpBB Debug] PHP Notice: in file /phpbb_seo/phpbb_seo_class.php on line 265: parse_url(/portal.php?http://www.mysite.net/yonetim-f178/resim-t21.htmlevaluation=2&month=-1) [function.parse-url]: Unable to parse URL
[phpBB Debug] PHP Notice: in file /phpbb_seo/phpbb_seo_class.php on line 265: parse_url(/portal.php?http://www.mysite.net/yonetim-f178/resim-t21.htmlevaluation=2&month=1) [function.parse-url]: Unable to parse URL
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3535: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2954)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3537: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2954)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3538: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2954)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3539: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2954)





phpbb_seo_class.php on line 265: $parsed_url = parse_url($this->url);
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 1:31 pm    Post subject: Re: Topic evaluation Mod and Rewrite

It's the "&", I edited the messages and it should work now, I did not install the mod though, but in all case we'll work it out Wink

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
angelus



Joined: 10 Nov 2007
Posts: 20

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 1:49 pm    Post subject: Re: Topic evaluation Mod and Rewrite

hi dcz , thank you


last request Smile


Code:

Parse error: syntax error, unexpected ',' in /hosta/10052/mysite.net/htdocs/mods/viewtopic.php on line 79


line 79: window.location.href = "'. ( strpos($eval_url = append_sid($phpbb_root_path.'viewtopic.'.$phpEx,
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 1:52 pm    Post subject: Re: Topic evaluation Mod and Rewrite

grrr I was tricked by the brackets Laughing

So, on more try, come on this is the good one Laughing

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
angelus



Joined: 10 Nov 2007
Posts: 20

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 2:09 pm    Post subject: Re: Topic evaluation Mod and Rewrite

thank you dcz Smile


waiting or uninstall this mod Rolling Eyes
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 2:19 pm    Post subject: Re: Topic evaluation Mod and Rewrite

angelus wrote:

waiting or uninstall this mod Rolling Eyes


What do you mean ?

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
angelus



Joined: 10 Nov 2007
Posts: 20

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 2:23 pm    Post subject: Re: Topic evaluation Mod and Rewrite

dcz wrote:
angelus wrote:

waiting or uninstall this mod Rolling Eyes


What do you mean ?



Shocked

Topic evaluation Mod = uninstall Smile ...


Thank you, dcz
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 2:28 pm    Post subject: Re: Topic evaluation Mod and Rewrite

But, is the last fix working in the end ?

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
angelus



Joined: 10 Nov 2007
Posts: 20

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 2:47 pm    Post subject: Re: Topic evaluation Mod and Rewrite

dcz wrote:
But, is the last fix working in the end ?




sorry dcz my english very bad Sad but..

portal.php

Code:
[phpBB Debug] PHP Notice: in file /phpbb_seo/phpbb_seo_class.php on line 265: parse_url(/portal.php?http://www.mysite.net/yonetim-f178/resim-t21.htmlevaluation=2&month=-1) [function.parse-url]: Unable to parse URL
[phpBB Debug] PHP Notice: in file /phpbb_seo/phpbb_seo_class.php on line 265: parse_url(/portal.php?http://www.mysite.net/yonetim-f178/resim-t21.htmlevaluation=2&month=1) [function.parse-url]: Unable to parse URL



-http://www.mysite.net/?http://www.mysite.net/yonetim-f178/resim-t21.htmlevaluation=2



Viewtopic page

Topic evaluate link (star image) : mouse click = redirect portal.php
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

Topic evaluation Mod and RewritePosted: Sat Dec 22, 2007 5:36 pm    Post subject: Re: Topic evaluation Mod and Rewrite

Erf, I gave a try on installing this one on 3.0.0, and failed Laughing

Will try again later, keep faith Wink

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
angelus



Joined: 10 Nov 2007
Posts: 20

Topic evaluation Mod and RewritePosted: Sun Dec 23, 2007 9:09 am    Post subject: Re: Topic evaluation Mod and Rewrite

dcz wrote:
Erf, I gave a try on installing this one on 3.0.0, and failed Laughing

Will try again later, keep faith Wink


ok, thank you dcz Smile
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
Page 1 of 2 Goto page 1, 2  Next

Navigation Similar Topics

Jump to: