vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Order of posts alphabetically (https://vborg.vbsupport.ru/showthread.php?t=53322)

Xenon 05-25-2003 12:40 PM

yes, but i think he meant to be automatically :)

Cyn 05-25-2003 01:08 PM

Thanks Xenon but how will that fix the reversed alphabetization on thread page 2? That's my problem right now. My current syntax is working to alphabetize a-z on page 1 but page 2 is z-a.

Cyn 05-25-2003 01:16 PM

I tried your syntax and I still have the same problem page 1 is a-z but page 2 is z-a. I've discovered something else that is problem as well.

I want the posts to be listed in a-z order of thread title regardless of last post date. I don't want the post date to influence the placement of the thread. I want all threads that start with A to be listed with all the A's and so on. Presently there are A's on page 1 and on page 2 due to the date of the last post.

So two things: a-z order on all pages and placement of threads in their a-z order regardless of post date or last post date.

I appreciate your help. Really I do. :)

PS. I'm a she. ;)

Cyn 05-27-2003 07:53 PM

Please? :classic:

Rebo Firemead 06-22-2003 02:26 PM

I tried this and several other variants and have not been able to get it to work. :(

vB version: 2.3.0
PHP version: 4.3.1
MYSQL ver.: 4.0.13

PHP Code:

switch ($sortfield) {
  case 
'title':
  case 
'lastpost':
  case 
'replycount':
  case 
'views':
  case 
'postusername':
  case 
'voteavg':
    break;

  default:
    if(
$foruminfo[forumid]==49
{
$sortfield='title'
 
$sqlsortorder='ASC';

else 
$sortfield='lastpost';
}} 


Xenon 06-22-2003 03:40 PM

one } is on an invalid place.

Rebo Firemead 06-23-2003 01:22 PM

Well, I've tried editing this snippet of code 7 ways from Sunday, all to no avail. I'll work on it in my test forums and catalog the changes and errors.

cindyd 07-23-2003 12:34 AM

Did this hack ever get worked out? I was also interested in applying this to 1 of my forums. Thanks

Cyn 07-23-2003 10:43 AM

We're using it but the second and all following pages don't alphabetize in continuing order. They flip the alphabetization. For example, page one gives a list like this:
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h
  • i
  • j

Page two reads like this, repeating those same threads:
  • j
  • i
  • h
  • g
  • f

And page three:
  • d
  • c
  • b
  • a

You can see it in action here: http://www.mothering.com/discussions...hp?forumid=164

Hoffi 07-23-2003 02:46 PM

Look at my Hack: http://www.vbulletin.org/hacks/index...ack&hackid=136


All times are GMT. The time now is 05:44 AM.

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.01096 seconds
  • Memory Usage 1,737KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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