| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
|
 |
angelus
Joined: 10 Nov 2007 Posts: 20
|
Posted: Sun Dec 23, 2007 2:57 pm Post subject: Re: Topic evaluation Mod and Rewrite |
|
|
| dcz wrote: | In the end, simplicity seems to do it
I edited SEO's post again, and this time, I installed and tested the mod with success.
++ |
Thank You dcz perfect  |
|
|
| Back to top |
|
 |
frold
Joined: 17 Apr 2008 Posts: 27
|
Posted: Fri Apr 18, 2008 7:38 pm Post subject: Re: Topic evaluation Mod and Rewrite |
|
|
| SeO wrote: | Open :
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
 |
Seems like Im not able to find that window.location snip in the newest version of the Topic Evaluation mod
Any one having a idea of how to get it to work? |
|
|
| Back to top |
|
 |
frold
Joined: 17 Apr 2008 Posts: 27
|
Posted: Fri Apr 18, 2008 9:29 pm Post subject: Re: Topic evaluation Mod and Rewrite |
|
|
Some hours later:
OPEN
styles/prosilver/template/evaluation.html
FIND
| Code: | | window.location.href = "{EVALUATION_LINK}&evaluation=" + value; |
REPLACE WITH
| Code: | | window.location.href = "{EVALUATION_LINK}?evaluation=" + value; |
|
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |