vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Ranks display (https://vborg.vbsupport.ru/showthread.php?t=71000)

Barrikin 10-25-2004 10:00 PM

Ranks display
 
Hmm, It seems there was a major problem and i couldn't fixed it so I coded the hack and Its seems to work ( Http://www.barrikin.com/ranks.php ). I'd love for some one to try it out.



Install:
Make a template called vbranks
Code:

<tr>
<td><img src="$vbranks[rankimg]"></td>
<td><center>$vbranks[minpost]</center></td>
</tr>

Then make a template called vbranks2
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
        <!-- no cache headers -->
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Expires" content="-1" />
        <meta http-equiv="Cache-Control" content="no-cache" />
        <!-- end no cache headers -->
        <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
        $headinclude
</head>
<body>
$header
$navbar
<center>
<table border="1">
<tr><td>Rank Image</td><td>Posts Reg</td></tr>
$html
</table>
</center>
$footer
</body>
</html>


IF theres any problems let me know.

House_of_Crazed 10-26-2004 04:24 AM

And this does what??

I don't understand.

johnnyb 10-26-2004 04:25 AM

Hmmm.

Okay, so what does this do? Can you please post a screen shot?

Thanks.

kall 10-26-2004 06:12 AM

Quote:

Originally Posted by johnnyb
Hmmm.

Okay, so what does this do? Can you please post a screen shot?

Thanks.

Looks like a page that will display all of the available ranks on a forum, along with images and required post counts.

Then again, I have been wrong before... :)

*edit*

Hmm, it makes a page that has Rank Image Posts Reg Title in a table, but nothing else.

BarHopper 10-26-2004 08:00 AM

How peculiar, maybe a good installation. But i'd like a screenshot first.

HiDeo 10-26-2004 08:28 AM

Great job but a screen may be nice ;)

Acido 10-26-2004 01:10 PM

Works perfectly and i found it very useful.

I made this change to the template vranks:

Code:

<tr>
<td><img src="$vbranks[rankimg]"></td>
<td>$vbranks[minpost]</td>
<td>$vbranks[title]</td>
</tr>

Thanx for sharing! :)

BarHopper 10-26-2004 06:33 PM

^ Would you then be able to provide us for a screenshot?

Barrikin 10-26-2004 06:36 PM

I've notice a few bugs.

I'll fix them and post a screen shot when its ready.

I guess a mod can move this to the beta for now.

Xenon 10-26-2004 06:48 PM

moved :)


All times are GMT. The time now is 01:46 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.01153 seconds
  • Memory Usage 1,733KB
  • 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
  • (3)bbcode_code_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