Redirecting suggestion [message #32016] |
Wed, 31 May 2006 21:52 |
Anonymous
|
|
|
|
It would be useful for the moderators (yeah, i'm one of them) to be redirected to the created post when using the option of joining 2 posts. Right now it doesn't redirect anywhere.
|
|
|
|
|
Re: Redirecting suggestion [message #32084 is a reply to message #32016] |
Wed, 07 June 2006 14:46 |
Ernesto
Messages: 413 Registered: August 2005
Karma: 0
|
Senior Member |
|
|
Not according to me, but I am silly of course =)
To me, merge of threads would be taking one thread and attaching it at the end of another thread =)
It still works fine and all but, that still how I perceive merging of threads =)
Ginnunga Gaming
|
|
|
|
Re: Redirecting suggestion [message #32970 is a reply to message #32964] |
Mon, 07 August 2006 17:37 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
When you merge topics you create a new topic, therefor all view counters are set to 0.
FUDforum Core Developer
|
|
|
Re: Redirecting suggestion [message #32990 is a reply to message #32970] |
Tue, 08 August 2006 07:19 |
|
Ilia | When you merge topics you create a new topic, therefor all view counters are set to 0.
|
In theory that is correct, but in real forum's life that work not so good. As example: I have one big thread about PlayStation 2 in my forum and when users creating a new threds with equal content, I just merge it to a big one. But view counter of big thread is then set to 0. Big topic with thousands of messages have than only a few views. My users don't understand it. It seems just unreasonable...
|
|
|
Re: Redirecting suggestion [message #32997 is a reply to message #32990] |
Tue, 08 August 2006 15:07 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, if you want to maintain view counts it would be a fairly easy tweak for you to make inside the merge_th.php.t script. Just make the query do SUM(views) and stuff the returned value into the views column of the new thread entry.
I still think 0 is the proper value, but I am open to the idea of changing and would like to hear feedback from other FUDforum users on the matter.
FUDforum Core Developer
|
|
|
Re: Redirecting suggestion [message #32999 is a reply to message #32997] |
Tue, 08 August 2006 15:14 |
|
Ilia wrote on Tue, 08 August 2006 18:07 | Well, if you want to maintain view counts it would be a fairly easy tweak for you to make inside the merge_th.php.t script. Just make the query do SUM(views) and stuff the returned value into the views column of the new thread entry.
|
Thank you for reply. I don't know PHP, but I will deliver this info to our programmer.
|
|
|
Re: Redirecting suggestion [message #33019 is a reply to message #32016] |
Tue, 08 August 2006 21:34 |
Ernesto
Messages: 413 Registered: August 2005
Karma: 0
|
Senior Member |
|
|
Well, I have this picture thread where the users posts their pictures, it had a couple of thousand views. Now some guy hits the wrong key and posts his picture in a new thread instead.
So, I wanna attach the picture to the correct thread - Move the post to its correct thread so to speak. But when I do, the view count gets reseted. Not that it matters all that much for the functionality, nor do my users cry if a view count gets reseted every now and then after I moderate the threads/forums, but if right should be right, the view count of the thread where you "attach" (merge with your lingo) the other thread should be preserved. Perhaps even summed up as you suggested above.
Ginnunga Gaming
|
|
|
|
Re: Redirecting suggestion [message #33044 is a reply to message #33038] |
Wed, 09 August 2006 14:56 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Actually that's not true, FUDforum does move over the subscriptions to the topic in question as well as read markers.
FUDforum Core Developer
|
|
|
|