vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Query And Template (https://vborg.vbsupport.ru/showthread.php?t=57814)

Almax1 10-12-2003 11:20 AM

Query And Template
 
SELECT *
FROM `user`
ORDER BY `userrating

is the sql on the DB

Right i want to make a simple query showing the username & userating with userating in reverse order first 30 people

And i want to incorporate it into a standard template (i will clean up this later)

pretty simle task just need to be shown please :D

all-the-vb 10-12-2003 01:03 PM

PHP Code:

$userating $DB_site->query("SELECT username,userating from user ORDER BY userrating ASC limit 30");
while (
$rate $DB_site->fetch_array($userating)) {

eval(
"\$userating .= \"".gettemplate("userating_bits")."\";");

}
eval(
"dooutput(\"".gettemplate("userating")."\");"); 

i think this you want ?

Almax1 10-12-2003 03:10 PM

so how do i match that bit of code into a template ??

just trying to understand nearly there :D

all-the-vb 10-12-2003 04:54 PM

cause we put it in while
put the var $rate[username] And $rate[userrating] in the (userrating_bits) template

Then you must add $userrating var into (userrating) template

sorry for my bad english.

corsacrazy 10-12-2003 05:52 PM

does this have sumthing to do with this hack

https://vborg.vbsupport.ru/showthrea...ight=rate+user


?

Almax1 10-12-2003 08:56 PM

No doesnt work right :(

the hack is here
https://vborg.vbsupport.ru/showpost....07&postcount=1

i just wanted to create an add on for a chart with top 30 & worst 30 sort of thing

i'm half way there i think


All times are GMT. The time now is 07:02 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.01034 seconds
  • Memory Usage 1,718KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete