vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   where do I change the order of rank images? (https://vborg.vbsupport.ru/showthread.php?t=109292)

Keyser520 03-02-2006 01:44 PM

where do I change the order of rank images?
 
It currently displays them as Last added, First shown, but I want it to happen in the reverse order. Does anyone know what function/script calls the display rank function and/or how to make this happen?

Thanks,

Sculli 03-02-2006 05:47 PM

I would like to know as well. It doesn't seem like too complicated of an issue, clearly the current order must be stored somewhere. Does anyone know in which template that would be?

Keyser520 03-02-2006 05:49 PM

I had this posted for a week on vbulletin.com before someone told me that no one there would answer it. I'm trying my luck here.

Kihon Kata 04-18-2006 12:56 PM

BUMP, I need to know this also. It cannot be too difficult

Keyser520 04-18-2006 05:39 PM

It appears that the only place this shows up in the templates is..

PHP Code:

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
            <if 
condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> 


I'm guessing that this means that "rank" is a variable in the db, which makes sense as you have to update ranks sometimes.

What I need to know is where the function that writes the ranks is. All I want to do is REVERSE the order that it writes them...

Kihon Kata 04-18-2006 06:15 PM

Quote:

Originally Posted by Keyser520
It appears that the only place this shows up in the templates is..

PHP Code:

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
            <if 
condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> 


I'm guessing that this means that "rank" is a variable in the db, which makes sense as you have to update ranks sometimes.

What I need to know is where the function that writes the ranks is. All I want to do is REVERSE the order that it writes them...

I think the issue is that $post[rank] represents 1 rank or 2 ranks(if using stacked ranks)

I'm sure someon can fix this

majorxp 05-31-2006 08:49 PM

I'm looking for same...

lheliosl 05-09-2007 10:09 PM

wow anyone?

tarionyx 05-31-2007 03:10 PM

Looking for this also! :)

majorxp 05-31-2007 03:40 PM

Did anyone put in a request for this on VB.org?


All times are GMT. The time now is 02:23 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.01132 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
  • (2)bbcode_php_printable
  • (1)bbcode_quote_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