vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=232684)

WhiskeyOSS 05-03-2010 12:43 AM

I tried this but I Just cant see setting there adding one single award to this at a time. is there a way to mass upload medals/ awards to this mod ?

Bouncer222 05-03-2010 12:51 AM

When is the automation coming???....

Xanlamin 05-03-2010 03:55 AM

Quote:

Originally Posted by WhiskeyOSS (Post 2030857)
I tried this but I Just cant see setting there adding one single award to this at a time. is there a way to mass upload medals/ awards to this mod ?

No, cause you must give each one at a time a description and link url to that award when creating it.

MudRacing 05-05-2010 03:29 PM

the awards is possible in the roster?
I'm using this: https://vborg.vbsupport.ru/showthread.php?t=235326

in the template I need to insert a string to display it. I show in red where I should put it:
Code:

<vb:if condition="$showbits == 1">
        <tr>
                <td class="alt1 username"><vb:if condition="$show[avatarcol]"><vb:if condition="$show['avatar']"><img class="avatar" src="{vb:raw avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw userinfo.username}}" /><vb:else /><img class="avatar" src="images/avatars/no_avatar.png" alt="{vb:rawphrase no_avatar_specified}" /></vb:if></vb:if><a href="member.php?{vb:raw session.sessionurl}u={vb:raw userinfo.userid}-{vb:raw userinfo.username}">{vb:raw userinfo.musername}</a><vb:if condition="$show[onlinestatuscol]">{vb:raw userinfo.onlinestatus}</vb:if></td>
                <vb:if condition="$show[field1st] AND exec_switch_bg()"><td class="{vb:raw bgclass} column1"><img src="http://www.spqrclan.com/web/images/ranks/ranksspqr/{vb:var userinfo.{vb:var columns[column1]}}.png" alt="{vb:var userinfo.{vb:var columns[column1]}}" /></td></vb:if>
                <vb:if condition="$show[field2nd] AND exec_switch_bg()"><td class="{vb:raw bgclass} column2">{vb:var userinfo.{vb:var columns[column2]}}</td></vb:if>
                <vb:if condition="$show[field3rd] AND exec_switch_bg()"><td class="{vb:raw bgclass} column3"><img src="http://miniprofile.xfire.com/bg/sh/type/1/{vb:var userinfo.{vb:var columns[column3]}}.png" alt="{vb:var userinfo.{vb:var columns[column3]}}" /></td></vb:if>
                <vb:if condition="$show[field4th] AND exec_switch_bg()"><td class="{vb:raw bgclass} column4">{vb:var userinfo.{vb:var columns[column4]}}</td></vb:if>
                <vb:if condition="$show[field5th] AND exec_switch_bg()"><td class="{vb:raw bgclass} column5">{vb:var userinfo.{vb:var columns[column5]}}</td></vb:if>
                <vb:if condition="$show[field6th] AND exec_switch_bg()"><td class="{vb:raw bgclass} column6">{vb:var userinfo.{vb:var columns[column6]}}</td></vb:if>
                <vb:if condition="$show[field7th] AND exec_switch_bg()"><td class="{vb:raw bgclass} column7">{vb:var userinfo.{vb:var columns[column7]}}</td></vb:if>
                <vb:if condition="$show[field8th] AND exec_switch_bg()"><td class="{vb:raw bgclass} column8">{vb:var userinfo.{vb:var columns[column8]}}</td></vb:if>
                <vb:if condition="$show[datejoinedcol] AND exec_switch_bg()"><td class="{vb:raw bgclass} datejoined">{vb:raw userinfo.datejoined}</td></vb:if>
                <vb:if condition="$show[lastactivecol] AND exec_switch_bg()"><td class="{vb:raw bgclass} lastactive">{vb:raw userinfo.lastactive}</td></vb:if>
                <vb:if condition="$show[profilepiccol] AND exec_switch_bg()"><td class="{vb:raw bgclass} profilepic">{vb:raw userinfo.profilepic}</td></vb:if>
        </tr>
</vb:if>

For Xfire, I used this:
Code:

                <vb:if condition="$show[field3rd] AND exec_switch_bg()"><td class="{vb:raw bgclass} column3"><img src="http://miniprofile.xfire.com/bg/sh/type/1/{vb:var userinfo.{vb:var columns[column3]}}.png" alt="{vb:var userinfo.{vb:var columns[column3]}}" /></td></vb:if>
Can you help me or take it off of my mind? :D

baggo 05-06-2010 02:27 PM

Quote:

Originally Posted by leftwich86 (Post 2026711)
Could someone please assist with the following error i get when attempting to install this
Quote:

Database error in vBulletin 4.0.2:

Invalid SQL:
ALTER TABLE award ADD award_allowrecommend TINYINT( 1 ) DEFAULT 1 NOT NULL,ADD award_pointvalue TINYINT( 3 ) DEFAULT 0 NOT NULL;

MySQL Error : Duplicate column name 'award_allowrecommend'
Error Number : 1060

I am also experiencing the same error when im trying to install this mod. I had accidentally uninstalled this mod when I was uninstalling some others, and when I tried to re-install this mod I got the above error. I've noticed some other people have this issue as well. Anyone have a way to fix this yet?

CypherSTL 05-06-2010 08:06 PM

Quote:

Originally Posted by baggo (Post 2032613)
I am also experiencing the same error when im trying to install this mod. I had accidentally uninstalled this mod when I was uninstalling some others, and when I tried to re-install this mod I got the above error. I've noticed some other people have this issue as well. Anyone have a way to fix this yet?

I will look into this.

CypherSTL 05-06-2010 08:07 PM

Quote:

Originally Posted by romeo12 (Post 2029491)
Great hack. Installed and working fine, Just one query.
How can i put some space between two awards?
http://www.imagefi.com/images/awgap.jpg
Both are too close and i want to put some space between them. Help

Edit your images and add spacing to them.

Bouncer222 05-06-2010 08:28 PM

CypherSTL any word yet on the automation please? Just would like an expected release date....
We have a large community to manage and automation would be a big help.

leftwich86 05-06-2010 10:15 PM

Quote:

Originally Posted by baggo (Post 2032613)
I am also experiencing the same error when im trying to install this mod. I had accidentally uninstalled this mod when I was uninstalling some others, and when I tried to re-install this mod I got the above error. I've noticed some other people have this issue as well. Anyone have a way to fix this yet?

Quote:

Originally Posted by CypherSTL (Post 2032777)
I will look into this.


I did some research on my own about this, appears we need to manually delete those tables and let the install recreate them.

Sound correct?

leftwich86 05-06-2010 10:40 PM

Quote:

Originally Posted by leftwich86 (Post 2032829)
I did some research on my own about this, appears we need to manually delete those tables and let the install recreate them.

Sound correct?

I did this and it worked.

However it tells me i don't have permissions to give them out...lol.


All times are GMT. The time now is 08:19 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.04468 seconds
  • Memory Usage 1,756KB
  • 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_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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