vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Yet Another Awards System 2.1.4 (https://vborg.vbsupport.ru/showthread.php?t=142487)

lostgirl815 09-09-2007 03:02 AM

Click on Give Award, (the award you duplicated), and scroll down - there's a Remove Award below that. :)

And I think I may have solved the table-stretching and clutter problem by moving them to their own separate table below the regualr part of the postbit, although, I'm not a coder and I have no idea if this has any repercussions. (I guess I'll see. It's on a test style for now.)

soulweaver 09-09-2007 08:58 PM

How do I get the awards to show up in the postbit? The installer didn't work.

lostgirl815 09-09-2007 09:02 PM

You have to edit the postbit template - it's in the readme.txt I think.

DaGirl 09-16-2007 04:56 PM

Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT a.*, au.*
FROM award AS a
LEFT JOIN award_user AS au ON (a.award_id=au.award_id)
WHERE (au.userid = 67)
ORDER BY au.issue_time DESC;

MySQL Error : Unknown column 'au.award_id' in 'on clause'
Error Number : 1054
Date : Sunday, September 16th 2007 @ 07:57:48 PM
Script : http://www.teamkalarin.com/member.ph...lastposter&f=9
Referrer : http://www.teamkalarin.com/forum.php
IP Address : 80.57.89.34
Username : Test0001
Classname : vb_database

How do i fix this?

dicegame 09-24-2007 05:48 AM

k i've got a weird error.

My awards work but my award showcase section is under my footer...wtf...

here:

http://www.totalgamerzone.com/forums/member.php?u=4

scroll down to the bottom of the page and yu should see an award showcase box...

can someone please help me?

pipin 09-30-2007 04:58 PM

after upgrading from vb 3.6.3 to 3.6.8

i got this error when viewing profiles of members who got an award.

Quote:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /member.php(839) : eval()'d code (Zeile 37)
after disabling the yass the error disappears.

Edit:
If someone spots the same error und you use mysquli, just search the plugin YASS - member complete

and change line
$total_awards = mysql_num_rows($alluserawards); in
$total_awards = mysqli_num_rows($alluserawards);

thats just the number of total awards. it wont be displayd anymore in the member profile, but you get rid of the annoying error.

lasto 09-30-2007 05:07 PM

does this work on 3.6.8 ???

IR15H 10-02-2007 05:49 PM

If anyone gets an error of;

PHP Code:

Warningmysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in /admincp/award.php on line 581 

when trying to give a user an award, like I was, then open your config.php (FORUM ROOT/includes/config.php) file and change the database type ($config['Database']['dbtype'] = ''; ), from mysqli to just mysql. That did the trick for me, so hopefully if others are having the same problem it'll work for them too :).

OnyxChase 10-03-2007 01:14 AM

Is there any way to say give medals automatically? Say if someone posts 100 posts then they get an automatic medal?

pipin 10-04-2007 07:02 AM

Quote:

Originally Posted by IR15H (Post 1351588)
If anyone gets an error of;

PHP Code:

Warningmysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in /admincp/award.php on line 581 

when trying to give a user an award, like I was, then open your config.php (FORUM ROOT/includes/config.php) file and change the database type ($config['Database']['dbtype'] = ''; ), from mysqli to just mysql. That did the trick for me, so hopefully if others are having the same problem it'll work for them too :).

thats the wrong way, i can give you the change of the award.php this evening.


All times are GMT. The time now is 05:06 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.01770 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_quote_printable
  • (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