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)

GrossKopf 04-22-2008 02:38 PM

There's 30 pages of replies, so please forgive me if this is contained there, but it's hard to page through 30 pages...

I go into the AdminCP, click on the Awards System Settings, then go down to "From Userid for Congratulation PM and/or Email" and try editing the PM text, but when I click on the link, I get "No Phrases Matched Your Query".

*** EDIT

Just found this reply:

Quote:

Originally Posted by Awjvail (Post 1371667)
To edit PM content you edit the phrase "award_pm". For some reason it doesn't show under the award phrases so go to "Search Phrases" and search for "{$award_name}" and it'll bring it right up.

I don't quite understand what that means.

myown 04-27-2008 09:40 AM

this work with 3.7 RC4?

SavvyPirates 04-30-2008 01:26 AM

Quote:

Originally Posted by Xanlamin (Post 1464253)
Not a problem.

I just added it at the very end just above the footer hook (highlighted in bold red) so that it would not interfere with the new profiles.

Thanks dude! I was wondering where to put it since they totally redid this template.

I agree with some of the others. Making a tab for this to work with the new profile page would be great, but there's no hurry since this works just fine. :D

Mum 04-30-2008 01:48 AM

Wanting to know if this will work with 3.7.0?

Xanlamin 04-30-2008 08:54 AM

Quote:

Originally Posted by Mum (Post 1502924)
Wanting to know if this will work with 3.7.0?

Yes it does.

Xanlamin 04-30-2008 08:55 AM

Quote:

Originally Posted by SavvyPirates (Post 1502907)
Thanks dude! I was wondering where to put it since they totally redid this template.

I agree with some of the others. Making a tab for this to work with the new profile page would be great, but there's no hurry since this works just fine. :D

I will be doing this soon, right now I have a lot on my plate but this is on my agenda to do, once done I will post code for it.

LAJAURIA 04-30-2008 10:45 PM

I'm using 3.7 and I can't modify the templates, because they are different, for example "MEMBERINFO"...

What should I do?

Xanlamin 04-30-2008 11:59 PM

Quote:

Originally Posted by Xanlamin (Post 1464253)
Not a problem.

I just added it at the very end just above the footer hook (highlighted in bold red) so that it would not interfere with the new profiles.

Code:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude

$usercss
$memberinfo_css
<style type="text/css" id="vbulletin_tabctrl_css">
@import url("clientscript/vbulletin_tabctrl.css?v=$vboptions[simpleversion]");
<if condition="$show['rtl']">@import url("clientscript/vbulletin_tabctrl_rtl.css?v=$vboptions[simpleversion]");</if>
</style>

<script type="text/javascript" src="clientscript/vbulletin_tabctrl.js?v=$vboptions[simpleversion]"></script>

<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>

<if condition="$userinfo['userid'] == $bbuserinfo['userid']">
<script type="text/javascript" src="clientscript/vbulletin_profilefield_edit.js?v=$vboptions[simpleversion]"></script>
</if>
<script type="text/javascript">
<!--
vbphrase['server_failed_respond_try_again'] = "$vbphrase[server_failed_respond_try_again]";
vbphrase['edit_value'] = "$vbphrase[edit_value_js]";

<if condition="$show['post_visitor_message']">
function goto_post_pm()
{
        vB_TabCtrls['profile_tabs'].switch_tab('visitor_messaging');
        fetch_object('visitor_messaging').scrollIntoView();
       
        var textarea = fetch_object('visitor_message_form_textarea');
        if (textarea)
        {
                textarea.focus();
                textarea.select();
        }
}
</if>
-->
</script>

</head>
<body>

$header
$navbar


<!-- begin user css -->
<div id="usercss" class="floatcontainer">

<div id="content_container">
        <div id="content">
               
                <div id="main_userinfo" class="floatcontainer">
                        <table cellpadding="0" cellspacing="0" border="0" width="100%">
                        <tr>
                                <if condition="$prepared['profilepicurl']">
                                        <td id="profilepic_cell" class="tborder alt2"><img src="$prepared[profilepicurl]" $prepared[profilepicsize] alt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /></td>
                                </if>
                                <td valign="top" width="100%" id="username_box"<if condition="$prepared['profilepicurl']"> class="profilepic_adjacent"</if>>
                                        <if condition="$prepared['rank'] OR $prepared['reputationdisplay']">
                                                <div id="reputation_rank">
                                                        <if condition="$prepared['reputationdisplay']">
                                                                <div id="reputation">$prepared[reputationdisplay]</div>
                                                        </if>
                                                        <if condition="$prepared['rank']">
                                                                <div id="rank">$prepared[rank]</div>
                                                        </if>
                                                </div>
                                        </if>
                                        <h1>$prepared[musername] $prepared[onlinestatus]</h1>
                                        <if condition="$prepared['usertitle']">
                                                <h2>$prepared[usertitle]</h2>
                                        </if>
                                </td>
                        </tr>
                        </table>
                       
                        <!-- link bar -->
                        <div class="tborder content_block" id="link_bar">
                                <ul class="thead block_row block_title list_no_decoration floatcontainer">                       
                                        <if condition="$show['usercss_switch']">
                                                <if condition="$prepared['myprofile']">
                                                        <li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=customize">$vbphrase[customize_profile]</a></li>
                                                <else />
                                                        <li class="thead" id="usercss_switch_link"><a href="profile.php?$session[sessionurl]do=switchusercss&amp;hash=$bbuserinfo[logouthash]&amp;u=$prepared[userid]">$usercss_switch_phrase</a></li>
                                                </if>
                                        </if>
                                       
                                        <if condition="$show['contactlinks']">
                                                <li class="thead" id="minicontact"><a href="#contactinfo">$vbphrase[send_message]</a> <script type="text/javascript">vBmenu.register("minicontact");</script></li>
                                        </if>
                                       
                                        <if condition="$show['userlists']">
                                                <li class="thead" id="userlists"><a href="profile.php?$session[sessionurl]do=buddylist&amp;nojs=1">$vbphrase[user_lists]</a> <script type="text/javascript">vBmenu.register("userlists");</script></li>
                                        </if>
                                       
                                        <if condition="$show['usernotes']">
                                                <li class="thead"><a href="usernote.php?$session[sessionurl]u=$prepared[userid]">$vbphrase[user_notes] ($prepared[usernotecount])</a></li>
                                        </if>
                                       
                                        <if condition="can_moderate()">
                                                <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                        </if>                                       
                                </ul>

                                <!-- current activity -->
                                <if condition="$prepared['lastactivitydate'] OR $prepared['action']">
                                        <div class="alt2 smallfont block_row" id="activity_info">
                                                <if condition="$prepared['lastactivitydate']">
                                                        <div id="last_online">
                                                                <span class="shade">$vbphrase[last_activity]:</span> $prepared[lastactivitydate]<if condition="!$show['detailedtime']"> <span class="time">$prepared[lastactivitytime]</span></if>
                                                        </div>
                                                </if>       
                                                <if condition="$prepared['action']">
                                                        <span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]
                                                </if>
                                        </div>
                                </if>       
                                <!-- / current activity -->
                               
                        </div>
                        <!-- / link bar -->
                       
                        <!-- user list menu -->
                        <ul id="userlists_menu" class="vbmenu_popup list_no_decoration" style="display: none">
                                <li class="thead first"><phrase 1="$prepared[username]">$vbphrase[user_lists]</phrase></li>
                                <if condition="$prepared['canbefriend']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=friend&amp;u=$prepared[userid]"><if condition="$prepared['requestedfriend']">$vbphrase[confirm_friendship_request]<else />$vbphrase[add_to_friends_list]</if></a>
                                        </li>
                                </if>
                                <if condition="$prepared['isfriend']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=friend&amp;u=$prepared[userid]">$vbphrase[remove_from_friends_list]</a>
                                        </li>
                                </if>
                                <if condition="$show['addbuddylist']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[add_to_contacts]</a>
                                        </li>
                                </if>
                                <if condition="$show['removebuddylist']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$prepared[userid]">$vbphrase[remove_from_contacts]</a>
                                        </li>
                                </if>
                                <if condition="$show['addignorelist']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[add_to_ignore_list]</a>
                                        </li>
                                </if>
                                <if condition="$show['removeignorelist']">
                                        <li class="vbmenu_option">
                                                <a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$prepared[userid]">$vbphrase[remove_from_ignore_list]</a>
                                        </li>
                                </if>
                        </ul>
               
                        <!-- contact popup menu -->
                        <ul id="minicontact_menu" class="vbmenu_popup list_no_decoration" style="display:none">
                                <if condition="$show['post_visitor_message'] OR $show['pm'] OR $show['email']">
                                        <li class="thead first"><phrase 1="$prepared[username]">$vbphrase[send_message_to_x]</phrase></li>
                                </if>
                                <if condition="$show['post_visitor_message']"><li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="visitormessage.php?$session[sessionurl]do=message&amp;u=$prepared[userid]" onclick="return goto_post_pm();"><phrase 1="$prepared[username]">$vbphrase[post_a_visitor_message_for_x]</phrase></a></li></if>
                                <if condition="$show['pm']">
                                        <li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="private.php?$session[sessionurl]do=newpm&amp;u=$prepared[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_private_message_to_x]</phrase></a></li>
                                </if>
                                <if condition="$show['email']"><li class="vbmenu_option"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="" class="alt2 inlineimg" /> <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$prepared[userid]" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[send_message_via_email_to_x]</phrase></a></li></if>
                                <if condition="$prepared['hasimdetails']">
                                        <li class="thead<if condition="!$show['post_visitor_message'] AND !$show['pm'] AND !$show['email']"> first</if>">$vbphrase[instant_messaging]</li>
                                        <if condition="$prepared['icq']">
                                                <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_icq.gif" />  <a href="#" dir="ltr" onclick="imwindow('icq', '$prepared[userid]', 500, 450); return false;"><phrase 1="$prepared[username]">$vbphrase[send_icq_message_to_x]</phrase></a></li>
                                        </if>
                                        <if condition="$prepared['aim']">
                                                <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_aim.gif" /> <a href="#" dir="ltr" onclick="imwindow('aim', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_aim_message_to_x]</phrase></a></li>
                                        </if>
                                        <if condition="$prepared['msn']">
                                                <li class="vbmenu_option"><img class="alt2 inlineimg" alt="" src="$stylevar[imgdir_misc]/im_msn.gif" /> <a href="#" dir="ltr" onclick="imwindow('msn', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_msn_message_to_x]</phrase></a></li>
                                        </if>
                                        <if condition="$prepared['yahoo']">
                                                <li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_yahoo.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('yahoo', '$prepared[userid]', 400, 200); return false;"><phrase 1="$prepared[username]">$vbphrase[send_yahoo_message_to_x]</phrase></a></li>
                                        </if>
                                        <if condition="$prepared['skype']">
                                                <li class="vbmenu_option"><img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" class="alt2 inlineimg" /> <a href="#" dir="ltr" onclick="imwindow('skype', '$prepared[userid]', 400, 285); return false;"><phrase 1="$prepared[username]">$vbphrase[send_skype_message_to_x]</phrase></a></li>
                                        </if>
                                </if>
                        </ul>
                        <!-- / contact popup menu -->
        </div>
       
        <div id="profile_tabs">
                $template_hook[profile_left_first]
                $blocks[visitor_messaging]
                $blocks[aboutme]
                $blocks[stats]
                $blocks[friends]
                $blocks[infractions]
                $blocks[contactinfo]
                $template_hook[profile_left_last]
        </div>

        <script type="text/javascript">
        <!--
        vBulletin.register_control("vB_TabCtrl", "profile_tabs", "$selected_tab", "&raquo;", "profile.php?u=2&do=loadtab&tabid={1:tabid}");
        //-->
        </script>

</div>
</div>

<div id="sidebar_container">
        <!-- sidebar -->
        $template_hook[profile_right_first]
        $blocks[stats_mini]
        $template_hook[profile_right_mini]
        $blocks[friends_mini]
        $blocks[albums]
        $template_hook[profile_right_album]
        $blocks[groups]
        $blocks[visitors]
        $template_hook[profile_right_last]
        <!-- / sidebar -->
</div>

<!-- end usercss -->
</div>



$dmemberinfo
$dmemberfiles

<!-- Award detail list -->
<if condition="$show['userawards']">
<a name="award"></a>
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="tcat" colspan="3" align="center">$vbphrase[award_showcase]</td>
        </tr>
        <tr>
<if condition="$vboptions[aw_showicon]">
                <td class="thead" nowrap>$vbphrase[award_icon]</td>
</if>
<if condition="$vboptions[aw_showimage]">
                <td class="thead" nowrap>$vbphrase[award_image]</td>
</if>
                <td class="thead" width="100%">$vbphrase[award_description]</td>
        </tr>
        $userawardslistbits
</table>
</if>
<!-- /Award detail list -->


$footer

</body>
</html>

My site is http://www.Battle-Lands.com if you wanted to see how it looks in the profiles.

Quote:

Originally Posted by LAJAURIA (Post 1503945)
I'm using 3.7 and I can't modify the templates, because they are different, for example "MEMBERINFO"...

What should I do?

Follow that.

katie hunter 05-01-2008 11:36 PM

Hey, anyone know how to fix this error ? when i upgraded to 3.6.10

Now if you went to create a new Award, and put the url to the medal image, the image don't show instead it shows the url that you just inserted it.

How can i fix this ?

Xanlamin 05-02-2008 12:03 AM

If your only seeing the URL then your URL is incorrect, double check it and make sure (epically if your on a Linux server) that the URL is caps where it needs to be and so forth, if the image title is .JPG and not .jpg then you need to us .JPG as .jpg would be incorrect.

fariborz 05-02-2008 05:18 PM

This Product is not supported for 3.7 version of vbulletin?

Xanlamin 05-02-2008 08:01 PM

It is built for 3.6 but if you read through the pages you will see that this does work on 3.7 with small modifications.

stickskills 05-04-2008 11:41 PM

I read that this can work for 3.7, but I'd rather get verification that it's still the same in terms of installing. If it isn't, could we get a bit of updated directions? Thanks!

Xanlamin 05-05-2008 12:28 AM

Quote:

Originally Posted by stickskills (Post 1508739)
I read that this can work for 3.7, but I'd rather get verification that it's still the same in terms of installing. If it isn't, could we get a bit of updated directions? Thanks!

You install it normal, the only thing that is different is the profile edits...if you read a few post back you will see how to do it. I have this installed on my site and it is working perfectly with doing the only edit that I posted.

stickskills 05-05-2008 01:08 AM

K, any idea on which page that is on so I'm not stuck looking through the last 15 pages? :P

RipperHoss 05-05-2008 01:47 AM

Quote:

Originally Posted by gx123 (Post 1484671)
i got this warning messages in every member profile pages that i awarded.



what's happening ?
link to one of the member that have been awarded in my forum :
http://www.gamexeon.com/forum/members/unwinged.html

please help :)
thanks.

I have this exact same problem. Any suggestions?

Kiint 05-05-2008 06:41 AM

Quote:

Originally Posted by stickskills (Post 1508794)
K, any idea on which page that is on so I'm not stuck looking through the last 15 pages? :P

maybe do what I did, just go back one page at a time, oh don't worry, page 26.

Xanlamin 05-05-2008 07:59 AM

Here is a direct link to the post.

https://vborg.vbsupport.ru/showpost....&postcount=448

Quote:

Originally Posted by RipperHoss (Post 1508818)
I have this exact same problem. Any suggestions?

When I was using 3.6.x I had that once also...however I do not remember how I fixed it, it has been over a year since I was on that version...sorry.

RipperHoss 05-05-2008 06:54 PM

This is hardly a "fix" for the problem I described, but it will prevent errors from peppering every user's profile.

If you comment out line 426 and 674 in the product-yet_another_award_system_214.xml file, it will prevent the problem code and associated variable from causing you any headaches.

I attached the modified version that I used. Everything appears to be working well on 3.7 since.

Xanlamin 05-05-2008 07:44 PM

I never had any problems with this modification at all on 3.7, other than the memberinfo template was different, so doing what I did solved that issue, there was nothing else wrong, I never got any errors showing up on 3.7 at all ever.

Playa82 05-07-2008 07:27 AM

is there an option to get the awards listed in pages ?

i got over 20 awards, it's a very big user profile and u have to scroll down a long time...

thanks if anybody can help me out...

ndut 05-10-2008 08:25 AM

i already install this add ons, when i using vbulletin v. 3.6.8 and its works fine.
the problem is when i upgrade vbulletin v. 3.7.0 gold.
the medal in user profile & postbit.. has been disappear... and also in memberlist, the awards are all gone.

anybody can help me, how to fix this problem.. may be guide me, step by step? :)

i also has update my memberinfo from admincp, with a guide from page 26.
but it still not workings.. the awards still disappeared?

i also has try the modifications from post #459, but there is an error message when i install it..
Quote:

A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:

* Bitfield Collision: prefixrequired = credits_cantearn
help me, please..
thank you

JBMoney 05-11-2008 06:35 PM

Quote:

Originally Posted by Xanlamin (Post 1509013)
Here is a direct link to the post.

https://vborg.vbsupport.ru/showpost....&postcount=448

When I was using 3.6.x I had that once also...however I do not remember how I fixed it, it has been over a year since I was on that version...sorry.

How would I include this on the statistics tab of the new 3.7 profiles?

I've tried using a variation of the same code you've used, but it refuses to pull up the data in $userawardslistbits (template 'awards_userawards_bit').

chick 05-12-2008 12:21 PM

This looks like a very nice & handy system, I'm using 3.6.8 but my question is not related to the board version.
---
When I went to install awards on a 'test board', some of the files wanted to overwrite some of my vbcredits files (samefilenames.php) so I stopped and did not install it.

I see reading through this thread others (and by looking at their sites) are using this awards hack and vbcredits too... but HOW? I doubt that I should let any awards php files overwrite any of my vbcredits php files so what do I do to use this awards system, I'd really like to use it.

Thanks for any help. :confused:

ndut 05-13-2008 04:25 AM

i already install this add ons, when i using vbulletin v. 3.6.8 and its works fine.
the problem is when i upgrade vbulletin v. 3.7.0 gold.
the medal in user profile & postbit.. has been disappear... and also in memberlist, the awards are all gone.
but in admincp, the settings are still there.. the medals are there.. just didn't show up.

anybody can help me, how to fix this problem.. may be guide me, step by step? :)

akoj 05-13-2008 05:29 PM

Quote:

Originally Posted by Xanlamin (Post 1503998)
Follow that.

Thank you for the memberinfo change. Worked great

goddess_dix 05-13-2008 05:47 PM

Quote:

Originally Posted by ndut (Post 1517910)
i already install this add ons, when i using vbulletin v. 3.6.8 and its works fine.
the problem is when i upgrade vbulletin v. 3.7.0 gold.
the medal in user profile & postbit.. has been disappear... and also in memberlist, the awards are all gone.
but in admincp, the settings are still there.. the medals are there.. just didn't show up.

anybody can help me, how to fix this problem.. may be guide me, step by step? :)

this post describes the differences in the new member profile edits - https://vborg.vbsupport.ru/showpost....&postcount=448

with the memberlist, i haven't encountered that, but your best bet is to dig into your templates and see if you can get any ideas about what's going on. chances are pretty good it's a template issue.

ndut 05-14-2008 08:35 AM

i'm already add that script into memberinfo... but, still.. the awards didn't show up... :(
any body can help?

Playa82 05-14-2008 11:19 AM

SOMEBODY KNOW HOW TO SHOW ONLY 5 or 10 AWARDS WITH SITE NAVIGATION OPTION ?

Xanlamin 05-14-2008 01:08 PM

Quote:

Originally Posted by ndut (Post 1517910)
i already install this add ons, when i using vbulletin v. 3.6.8 and its works fine.
the problem is when i upgrade vbulletin v. 3.7.0 gold.
the medal in user profile & postbit.. has been disappear... and also in memberlist, the awards are all gone.
but in admincp, the settings are still there.. the medals are there.. just didn't show up.

anybody can help me, how to fix this problem.. may be guide me, step by step? :)

As stated many times, the MEMBERINFO template HAS changed, you need to add the code to the end of the template (as instructed via at least 4 post in this thread), or you can add it at the END of any tabbed template. I have installed/uninstalled and reinstalled many many many times on each version release of 3.7.x and also on 3.7.0 Gold...this hack installed with no issues, only had to do the memberinfo fix.

I know alot of Mods have alot of pages in them, but please read every single page before you go posting questions that have already been answered several times by people.

aamirkhj 05-16-2008 09:35 PM

I am using Vb 3.7 and no award image is displaying inside post under member information. Can some one help me tell me the codes to add inside post bit for 3.7, the instructions that comes with it is for 3.6 only .

Any help??

RedTrinity 05-17-2008 12:26 AM

Quote:

Originally Posted by aamirkhj (Post 1522067)
I am using Vb 3.7 and no award image is displaying inside post under member information. Can some one help me tell me the codes to add inside post bit for 3.7, the instructions that comes with it is for 3.6 only .

Any help??

Maybe you should take the above poster's advice, because if you checked the last few pages you would realise that this has been addressed numerous times now.

BigDog56 05-18-2008 03:50 AM

Got it working on 3.7. Thank you for the above posts!

stickskills 05-18-2008 06:06 PM

I figured it out, thanks guys!

Just curious, is there any way for users to order the awards by their favorite ones they've received?

sheryjutt 05-18-2008 08:59 PM

any update for 3.7.0

Xanlamin 05-19-2008 12:21 AM

Quote:

Originally Posted by stickskills (Post 1523859)
I figured it out, thanks guys!

Just curious, is there any way for users to order the awards by their favorite ones they've received?

No there is not, you can only order them from newest to oldest or vice versa.

Xanlamin 05-19-2008 12:22 AM

Quote:

Originally Posted by sheryjutt (Post 1524045)
any update for 3.7.0

It works on 3.7.0

Pocket Aces 05-19-2008 09:15 AM

Anyone knows how to place it on a separate tab in memberinfo?

Playa82 05-19-2008 09:26 AM

Quote:

Originally Posted by Pocket Aces (Post 1524535)
Anyone knows how to place it on a separate tab in memberinfo?

good question

Sgt Pepper 05-21-2008 08:43 AM

Great mod. Works perfect on 3.6.8 1 question though..could you add more images to future versions?


All times are GMT. The time now is 12:30 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.02472 seconds
  • Memory Usage 1,934KB
  • 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_code_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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