|
|
Re: 2.5.0 change order (forums, smilies) bug [message #11651 is a reply to message #11565] |
Thu, 10 July 2003 18:54   |
 |
Wild_Cat
 Messages: 144 Registered: November 2002 Location: Odessa, Ukraine
Karma: 0
|
Senior Member |
|
|
Nope, the change position script seems to be affected. Since all the categories and every place where there is "change position" function are affected! Smilies, forums, categories...
I created a new category to test about this and new test forums in it - the same problem. The preceding or following items are moving TOGETHER with the item I want to move, keeping their position relatively.
E.g.
test1
test2
test3
test4
I want to move test3 to the first line. I do all the operations and the result it:
test2
test3
test1
test4
Accordingly, I cannot move the last item one position up or first item one position down (since in this case they should change places with the item with which they are stuck).
The only operation resulting right is to move test2 in the first example to first line (don't know why).
ALSO, on the "where to move" page I often notice in the generated link "newpos=3" on pos3 and on pos4 TOO! Of course, I can't move then anything to pos4 since there is no link. OR I've seen newpos=0 in the link for all the positions except the 1st one (then, surely, I can't move anything anywhere at all). I tried to write urls manually but it doesn't help.
It seems to me that there is some problem with counting positions (in the script?). I understand that this bug can be worked around by adding everything at new in the order I need, but not countin about 40 new smilies, the whole forum is up and running! I can't just delete it... And what about the function to change position which doesn't work? It is strange that I am the only one to have this problem! What can it be? Database bug? Server misinterpreting or skipping the counted lines somehow? How can I fix the situation?
|
|
|
|
|
|
|
|
|
|
|
Re: 2.5.0 change order (forums, smilies) bug [message #12551 is a reply to message #12050] |
Wed, 13 August 2003 11:52   |
 |
Wild_Cat
 Messages: 144 Registered: November 2002 Location: Odessa, Ukraine
Karma: 0
|
Senior Member |
|
|
There seem to be a certain inconsistency in mySQL database at my forum which might have connection to this problem... (consistency checks and SQL table optimizer do nothing about that):
Certain forum start count in view_order from 0 and others from 1
I mean the fud_forum table. But considering that your script for changing view_order is identical for all elements in the forum, the view_order must be starting from the same number in all tables?
So what must be the first number: 0 or 1? May be the problem is in here? Quite likely counting that the error seem to be purely mathematical... Tell me please, I can edit the fields manually and then will see what it changes.
[Updated on: Wed, 13 August 2003 12:07] Report message to a moderator
|
|
|
|
Re: 2.5.0 change order (forums, smilies) bug [message #13146 is a reply to message #12553] |
Tue, 23 September 2003 13:02   |
 |
aitor
 Messages: 17 Registered: September 2003
Karma: 0
|
Junior Member |
|
|
I have problems moving forums in a category. I have more than 30 while i testing it.
I could want to have it ordered by forum name in that category.
What file should i need to change to automatically be ordered by name.
Hope that could be made i use 2.5.1 and cann´t manage forums because they go up and down while i go changing they.
[Updated on: Tue, 23 September 2003 13:02] Report message to a moderator
|
|
|
|
|