Simply Merge Threads

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
64
52%
Very Good
25
20%
Good
14
11%
Fair
6
5%
Poor
15
12%
 
Total votes: 124

jbillouin
Registered User
Posts: 28
Joined: Mon Feb 03, 2003 5:12 pm
Contact:

Post by jbillouin »

Ptirhiik - RPGnet-fr wrote:
Ptirhiik - RPGnet-fr wrote:Have you checked the presence of the hidden var on your form ? In other words, have you modified the tpls coming with the mod ?


which page is the form page?

Thanks
James
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

Ptirhiik - RPGnet-fr wrote: You shoud have on your form where the submit button stands an hidden field named sid(../..)
jbillouin
Registered User
Posts: 28
Joined: Mon Feb 03, 2003 5:12 pm
Contact:

Post by jbillouin »

Ahh, i understand now!

nope, it doesnt appear to be their :? although its their for Delete ect.
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

So reupload the original tpls and php.
jbillouin
Registered User
Posts: 28
Joined: Mon Feb 03, 2003 5:12 pm
Contact:

Post by jbillouin »

and start again? i've since installed your calender too (which works brilliantly :)).
jbillouin
Registered User
Posts: 28
Joined: Mon Feb 03, 2003 5:12 pm
Contact:

Post by jbillouin »

one of the problems appears to be in teh View Topic!

That is the secton before your bit of code for the Merge

Code: Select all

	$topic_mod .= "<a href=\"modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=delete&sid=" . $userdata['session_id'] . '"><img src="' . $images['topic_mod_delete'] . '" alt="' . $lang['Delete_topic'] . '" title="' . $lang['Delete_topic'] . '" border="0" /></a>&nbsp;';

	$topic_mod .= "<a href=\"modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=move&sid=" . $userdata['session_id'] . '"><img src="' . $images['topic_mod_move'] . '" alt="' . $lang['Move_topic'] . '" title="' . $lang['Move_topic'] . '" border="0" /></a>&nbsp;';
this is the way the Move and Delete looks for the sid

In the instructions it says look for

Code: Select all

$topic_mod .= '<a href="' . append_sid("modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=move"). '"><img src="' . $images['topic_mod_move'] . '" alt="' . $lang['Move_topic'] . '" title="' . $lang['Move_topic'] . '" border="0" /></a>&nbsp;';

the instructions tell me to llook for this, but it doesnt exsist so i go for teh next best!
But that last section isn't in it, so i simply found the bit where your code is surpose to go. If you look at your code and the bit theres already there (Top Box) it lookss for the Sid differently. This anythin to do with it?

Code: Select all

$topic_mod .= '<a href="' . append_sid("modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=mergepost"). '"><img src="' . $images['topic_mod_merge'] . '" alt="' . $lang['Merge_post'] . '" title="' . $lang['Merge_post'] . '" border="0" /></a>&nbsp;';
Your code to insert

just an idea, the reason it might not be working.

Thanks ,
James
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

hum... are you sure you are installing this mod ? As it doesn't use the modcp.php, I really can't figure what the hell you are trying to insert here.
jbillouin
Registered User
Posts: 28
Joined: Mon Feb 03, 2003 5:12 pm
Contact:

Post by jbillouin »

I feel stupid now!
I uploaded all these mod files last night, and today smoehow i managed to start trying to use an old topic merger, i dont even know where i got it from!

anyway, your Mod is much better and has worked first time. Thank you for your patients. :oops:

James
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

Ahhh, I prefer that :). Have a nice Christmas ;).
Dagon
Registered User
Posts: 422
Joined: Tue Jun 03, 2003 8:59 pm

Post by Dagon »

Dagon wrote: When I specify a new topic in the merge area, it does not take. It always uses the topic of the first thread that the second thread is being merged into, no matter if I specify a new topic or not.

Any thoughts about this?


And, what is MOD-Topics_list that has installed itself with Simply Merge when I used EasyMOD to install with?



Merry Christmas :)
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

Topics list is a tool I use which allows to display always the same way a list of topics. It prevents duplicating this part of code many times through all phpBB.
jsmotta
Registered User
Posts: 38
Joined: Thu Dec 25, 2003 12:05 am

Post by jsmotta »

Dagon wrote:
Dagon wrote:When I specify a new topic in the merge area, it does not take. It always uses the topic of the first thread that the second thread is being merged into, no matter if I specify a new topic or not.

Any thoughts about this?

I'm having the same problem. The "New Topic Title" doesn't seem to work.
kazper
Registered User
Posts: 122
Joined: Wed Apr 10, 2002 9:26 pm

Post by kazper »

jsmotta wrote:
Dagon wrote:
Dagon wrote:When I specify a new topic in the merge area, it does not take. It always uses the topic of the first thread that the second thread is being merged into, no matter if I specify a new topic or not.

Any thoughts about this?

I'm having the same problem. The "New Topic Title" doesn't seem to work.


I'll third this "bug". The merging works excellent - two thumb up as it will make my board a much better place :D

But - it does indeed seem to ignore the topic specified in the merging and just use the topic of the first of the two threads. No big deal, but still a bit of a shame so I hope there is a way to fix it :wink:
Dagon
Registered User
Posts: 422
Joined: Tue Jun 03, 2003 8:59 pm

Post by Dagon »

Yes, there was another report on his forum about this bug, but I have yet to see this addressed or even discussed for some strange reason. Ptirhiik - RPGnet-fr has ignored every mention of this bug in this thread or on that link above.
User avatar
Ptirhiik
Registered User
Posts: 7411
Joined: Mon Jan 06, 2003 10:36 pm
Contact:

Post by Ptirhiik »

I don't comment till I don't confirm it, and at this time I didn't have the time to confirm it. As it is far to be be a critical issue, it is not in my high top priority list.
Post Reply

Return to “[2.0.x] MOD Database Releases”