vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=187600)

CypherSTL 10-08-2008 04:18 AM

I'm currently putting some finishing touches on another release of the awards system. The upcoming version is just some bug fixes, no new features as of yet. I'll try to get this released before Friday, but I'll be leaving Friday to go camping for the weekend.

I'll see what I can do for everyone.

I am planning on re-adding the ability to display awards on the Member's List, but that's another release or so away, as well as some other new features.

alianalyssasmom 10-08-2008 04:03 PM

Ok sorry I am so new at this, but I have downloaded it, now what do I do to get it working??

I have just inherited the boards and have not been admin before so I need a bit of help...............

thanks SO much

PERFORMANCE 10-08-2008 09:05 PM

thank you for the nice mod,

gamerfu 10-09-2008 09:41 PM

This should be fixed... ;)

The "My Awards" in postbit/profile shows oldest to newest, but should display newest to oldest. :cool:

Hanany95 10-10-2008 02:43 AM

bUT CAN WE LIKE NAME AWARDS AND ASSIGN THEM TO PEOPLE.

logicuk 10-10-2008 07:38 PM

Is there a way to remove the border from the medal box in the postbit?

logicuk 10-12-2008 06:43 PM

anyone?

Netunt 10-12-2008 07:08 PM

Not sure. Check in the templates to see if it is set as a border. If it is, change the width to 0 px.

katie hunter 10-13-2008 04:43 AM

I've asked Xanla if this is doable so i am not sure but it is a nice idea =]

------------
Hey,

I have a question regarding to the award system, is it possible to have multi pages, i mean each page can may be have 20 awards or so ?

masterross 10-13-2008 11:26 AM

Another error:

$total_awards = mysql_num_rows($alluserawards);
while ($award = $db->fetch_array($alluserawards))
{

should be:

$total_awards = $db->num_rows($alluserawards);
while ($award = $db->fetch_array($alluserawards))
{


All times are GMT. The time now is 07:33 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.01562 seconds
  • Memory Usage 1,731KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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