+ Reply to Thread
Results 1 to 17 of 17




  

Thread: Forum Layout

      
  1. #1
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Forum Layout

    My VB forum for some reason shows me threads not in order. Such as

    Last Post
    Today
    Today
    5-09-08
    5-21-08
    Today
    5-27-08

    I have hit the Last Post link to change it to by last post, this however is not permanent.

    Is there a setting somewhere to control this forum wide?

    Admin control panel?


  2. #2
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: Forum Layout

    Below the thread listings for one.

    In the admin, each individual forum can be adjusted separately.

    And lastly, admincp, execute sql query in the last box on the left side, you then choose the one to sort it however you want, it's supposed to then change all the forums.

    Next you have to run the thread and forum update counters.

  3. #3
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Re: Forum Layout

    I don't get it.

    GRIM added 1 Minutes and 9 Seconds later...

    Ok how the fuxx did the forums get set up to that, I do not see how to do them all together, guess I'll have to manually check each one.

    GRIM added 1 Minutes and 54 Seconds later...

    Ok all that were imported from mybb are setup wrong, I get it now.

    GRIM added 2 Minutes and 28 Seconds later...

    I am still confused as Fuxx, setting it to 'Last post time' flipped it so the oldest is first.

    Last edited by grim; Jun 5th, 2008 at 2:25 pm. Reason: Automerged Doublepost

  4. #4
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: Forum Layout

    Merging causes that, so we usually run the query they made to change them all, or perhaps that just changes everyone's personal settings and not the forums themselves. Yes, mybb imported forums always import with an alphabetical sort order I believe.

  5. #5
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Re: Forum Layout

    I do not see a query to change them all.

  6. #6
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: Forum Layout

    Perhaps you're own settings are adding to it, your cookies, etc because of how it was previously set so I suggest clearing your cache, etc.

    Kalina added 0 Minutes and 21 Seconds later...

    Then I guess you're stuck manually doing them.
    Last edited by Colleen; Jun 5th, 2008 at 2:28 pm. Reason: Automerged Doublepost

  7. #7
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Re: Forum Layout

    Even manually doing them is not working.

    I guess it's just fuxxed

  8. #8
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: Forum Layout

    Then check your own options in your profile as well, be sure nothing else is overriding the main settings.

    Kalina added 2 Minutes and 41 Seconds later...

    Make sure any parent forums of the problem forums are also set "Default Sort Field: Last Post Time"

    Kalina added 4 Minutes and 34 Seconds later...

    You can try this query:
    UPDATE `forum` SET `defaultsortfield` = 'lastpost' WHERE `defaultsortfield` ='title'

    IF it's currently sorting itself by title, if not, then change the "title" part accordingly.

    Next you MUST update the counters or none of this will even appear to work to you. Doesn't work, then clear your cache, close the browser, etc.
    Last edited by Colleen; Jun 5th, 2008 at 2:47 pm. Reason: Automerged Doublepost

  9. #9
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Re: Forum Layout

    I tried manually doing each and every single one, it is in reverse though last I checked.

    Now the newest post is the last in the thread.


  10. #10
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: Forum Layout

    You sorted the wrong thing.

    Kalina added 0 Minutes and 22 Seconds later...

    Do you need help?
    Last edited by Colleen; Jun 5th, 2008 at 2:52 pm. Reason: Automerged Doublepost

  11. #11
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Re: Forum Layout

    How did I sort the wrong thing? That was the only option and what you said to do.

  12. #12
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: Forum Layout

    You changed this "Default Sort Order" You were supposed to change only this "Default Sort Field".

    Kalina added 0 Minutes and 48 Seconds later...

    These two options are one above the other, sounds like you changed "Descending" to "Ascending"
    Last edited by Colleen; Jun 5th, 2008 at 2:54 pm. Reason: Automerged Doublepost

  13. #13
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Re: Forum Layout

    I changed the 'Default Sort Field'

    GRIM added 0 Minutes and 45 Seconds later...

    I did not touch the 'descending or ascending' options.

    GRIM added 0 Minutes and 51 Seconds later...

    some are set as ascending, I however did not touch that. What a fuxxing mess.
    Last edited by grim; Jun 5th, 2008 at 2:56 pm. Reason: Automerged Doublepost

  14. #14
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: Forum Layout

    Ok, and you ran the counters and also visited individual forums and made sure the boxes at the bottom weren't still preset to something else based on your previous settings? That's why you need to log out, clear the cache, etc and visit it as if you're brand new to see.

  15. #15
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Re: Forum Layout

    Is there a way to auto set them all to descending?

    GRIM added 0 Minutes and 21 Seconds later...

    Yes C, plus I used a different browser all together to check

    GRIM added 0 Minutes and 42 Seconds later...

    I'll fuxx with it later, getting sick to my stomach and a headache from manually editing each and every single fuxxing one.
    Last edited by grim; Jun 5th, 2008 at 2:58 pm. Reason: Automerged Doublepost

  16. #16
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: Forum Layout

    Backup first, I didn't test this, but it's pretty general.

    You can run this query.

    UPDATE `forum` SET `defaultsortorder` = 'descending' WHERE `defaultsortorder` = 'ascending'

  17. #17
    Grand Masters grim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond reputegrim has a reputation beyond repute grim's Avatar
    Join Date
    September 22, 2006
    Posts
    10,060
    Rep Power
    25
    Feedback Score
    0

    Default Re: Forum Layout

    Tried it, it did nothing.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Layout with Domain!
    By Julian G in forum Websites
    Replies: 0
    Last Post: Jan 4th, 2008, 2:44 am
  2. phpBB Layout
    By stefanie in forum Forum Management
    Replies: 1
    Last Post: Nov 25th, 2007, 8:00 pm
  3. Can I just make a comment about layout?
    By labrocca in forum Feedback and Support
    Replies: 8
    Last Post: Aug 25th, 2007, 3:28 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads