vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Alphabetize thread list order in single forum (https://vborg.vbsupport.ru/showthread.php?t=52576)

Cyn 05-11-2003 06:48 AM

This is all I can find related to sort field in that section of the code before the switch, and right after:


PHP Code:

// look at sorting options:
if (!isset($sortorder)) {
  
$sortorder "";
}
if (!isset(
$sortfield)) {
  
$sortfield "";
}

if (
$sortorder!='asc') {
  
$sqlsortorder='DESC';
  
$order['desc']='selected';
} else {
  
$sqlsortorder='';
  
$order['asc']='selected';
}
switch (
$sortfield) {
  case 
'title':
  case 
'lastpost':
  case 
'replycount':
  case 
'views':
  case 
'postusername':
  case 
'voteavg':
    break;


  default:
if(
$foruminfo[forumid]==163$sortfield='title';
  else 
$sortfield='lastpost';
}


if (
$sortfield=="voteavg" and !$foruminfo[allowratings]) {
  
$sortfield="lastpost";
}

$sort = array();
$sort[$sortfield]='selected'


Trigunflame 05-11-2003 08:55 AM

im thinking.. i havnt looked at the files so u might have to just take this and modify it or get an idea.. i would put this like right where the query is to fetch the threads for that forumid and use the default query there for else

PHP Code:

$TheForumIdYouWantAbc 1;
if(
$foruminfo[forumid] == $TheForumIdYouWantAbc) {
               
$DB_site->query("the query is right here, but modify it to ORDER BY title ASC")
}else{
               
$DB_site->query("the default query here"):


if i understand what ur asking right...that should do it.

Cyn 05-12-2003 11:39 AM

I appreciate your help Dusty, but I'm afraid that's a little too over my head. I don't quite get what you're suggesting I do though I know where you're talking about doing it. :classic:


All times are GMT. The time now is 06:07 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01027 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete