Thread: Forum Display Enhancements - Article Forums
View Single Post
  #799  
Old 09-08-2009, 11:37 AM
cbiweb cbiweb is offline
 
Join Date: May 2004
Location: Nova Scotia, Canada
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cbiweb View Post
What would cause the article and the comments to change places? When I post an article, it looks perfect, as expected. As soon as someone comments, the comment is now in the article's place, and the article is down with other comments. ?????
Quote:
Originally Posted by bananalive View Post
I'm not sure... check the times of the posts. Also have you enabled newest posts first for threads?
Quote:
Originally Posted by prabhgrewal View Post
Iam having the same issue here...any solutions to this ??
Yes, bananalive's suggestion in the answer. Your posts cannot be set to newest first. Here's the fix:
  1. Go to Admin CP > vBulletin Options > User Registration Options.
  2. Scroll down to Default Registration Options, and ensure the Thread Display Mode is set to 'Linear - Oldest First'
  3. Click Save.
To set all your members to that setting (some may have different settings for their individual account), you can run the following database queries (if you have the proper admin permissions):
  1. Admin CP > Maintenance > Execute SQL Query
  2. Use the Automatic Query dropdown to choose 'Thread Display - Linear', then click 'Continue' to follow through.
  3. Then repeat steps 1 & 2, but this time choosing 'Posts - Oldest First' from the dropdown.
If, when you go to do the queries, you get an error saying you don't have the proper permissions, you need to add your user ID to the config.php file where I've placed the bold red text, making sure you keep it between the two single quote marks:
Code:
    //    ****** USERS WITH QUERY RUNNING PERMISSIONS ******
    //    The users specified here will be allowed to run queries from the control panel.
    //    See the above entries for more information on the format.
    //    Please note that the ability to run queries is quite powerful. You may wish
    //    to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = 'user ID number goes here';


config.php is inside your includes folder.


Hope this helps.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01310 seconds
  • Memory Usage 1,773KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete