View Full Version : Major Additions - Yet Another Awards System 2.1.4
danielc2384
06-09-2008, 04:59 AM
The awards wont seem to show in the user post bit or profile. I turned the option on but nothing :(
Xanlamin
06-09-2008, 08:27 AM
For the post bit you must have it in the wrong place, for the profile you must not have read my fix.
Both work and show fine when properly done.
gamerfu
06-10-2008, 11:16 PM
Anyone goign to support this for 3.7.x I believe it needs sercurity token? :confused:
Its still working fine on my 3.7.0! Although I can't vouch for showing in your profile because I've altered that part of the code!
can you possiblly post your solution to get 3.7.x working?
ssandgirls
06-14-2008, 01:09 AM
Id like to know exactly whats needed for 3.7 as well.
Many thanks :)
RedeemedWarrior
06-14-2008, 06:21 AM
works great on 3.7 for me, just applied the above fix
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.
I just want to clarify on your fix - you dont' do any of the edits given in the install file, you just do your one?
Xanlamin
06-18-2008, 07:34 AM
READ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This has been posted over and over and over again, it works perfectly on 3.7 with a minor fix to the member profile, you will find the fix by reading some of the back pages.
If your to lazy to read back a few pages your to lazy to even admin your own board and should not of even gotten a lic.
Sorry this post sounds harsh but it is sad to keep hearing people complain that they can not get something going when the issue has already been resolved.
If you still do not want to read I will be more than happy to do the fix for you and any others who wish to be lazy, just PM me with some login information with admin access and I will fix it...after a $25.00 fee
letsjoy
06-18-2008, 12:48 PM
I'm using 3.7 and I can't modify the templates, because they are different, for example "MEMBERINFO"...
What should I do?
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.
=================
$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&hash=$bbuserinfo[logouthash]&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&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&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&userlist=friend&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&userlist=friend&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&userlist=buddy&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&userlist=buddy&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&userlist=ignore&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&userlist=ignore&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&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&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&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", "»", "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>
I,ll Also try it....Posted for those.................
Author why not you make it officially for 3.7 ?
READ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This has been posted over and over and over again, it works perfectly on 3.7 with a minor fix to the member profile, you will find the fix by reading some of the back pages.
If your to lazy to read back a few pages your to lazy to even admin your own board and should not of even gotten a lic.
Sorry this post sounds harsh but it is sad to keep hearing people complain that they can not get something going when the issue has already been resolved.
If you still do not want to read I will be more than happy to do the fix for you and any others who wish to be lazy, just PM me with some login information with admin access and I will fix it...after a $25.00 feeWow, i certainly hope that wasn't directed at me. That was really rude 'mate'. I was asking for more clarification - AND if you bother 'READING' you will note that the question i asked HAD NOT been asked. I am so sorry that you feel the need to belittle everyone, several times. Thanks for your fix, not your help.
To everyone else:
I have this installed and working perfectly, on 3.7.
PoetJA-1975
06-18-2008, 10:32 PM
READ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This has been posted over and over and over again, it works perfectly on 3.7 with a minor fix to the member profile, you will find the fix by reading some of the back pages.
If your to lazy to read back a few pages your to lazy to even admin your own board and should not of even gotten a lic.
Sorry this post sounds harsh but it is sad to keep hearing people complain that they can not get something going when the issue has already been resolved.
If you still do not want to read I will be more than happy to do the fix for you and any others who wish to be lazy, just PM me with some login information with admin access and I will fix it...after a $25.00 fee
Ha! Instead of opening eyes via $25.00 free loudness LOL - You could simply have posted the fix in your post ;) --- Funny though LOL
Jacquii.
Xanlamin
06-19-2008, 11:41 PM
Ha! Instead of opening eyes via $25.00 free loudness LOL - You could simply have posted the fix in your post ;) --- Funny though LOL
Jacquii.
I had already posted the fix...several times. I said what I said cause some people do not feel like reading (my post was not directed at you mum).
But why should I "re-post" the fix every time someone ask? Why can't people just go back a few pages to see if there question had already been asked instead of asking over and over and over.
I hate acting that way and I only end up doing it when people just get so lazy, us coders sit here and do all the work so these things work for you guys...pay the respects and do a little reading before complaining that something is not working, thats all I ask. Some of these hacks are so easy to get working on newer version but some are really difficult and take more time, like this hack for instance, it was a simple fix, I am working on doing something totally different for it's placement within the member profile but I can only work on it when I have the time, I do have a full time job plus other contract work, it's not like we have nothing else better to do but to play with php.
I apologize for my seemingly rudeness to all.
PoetJA-1975
06-20-2008, 02:40 AM
LOL - I understand what you mean - I think I may have even shouted similar things on vB.org LOL - Of course I couldn't help but comment your post, as I thought it was hilarious - especially the $20 fee LOL = genius.
Jacquii.
mvigod
06-20-2008, 01:30 PM
I had already posted the fix...several times. I said what I said cause some people do not feel like reading (my post was not directed at you mum).
But why should I "re-post" the fix every time someone ask? Why can't people just go back a few pages to see if there question had already been asked instead of asking over and over and over.
I hate acting that way and I only end up doing it when people just get so lazy, us coders sit here and do all the work so these things work for you guys...pay the respects and do a little reading before complaining that something is not working, thats all I ask. Some of these hacks are so easy to get working on newer version but some are really difficult and take more time, like this hack for instance, it was a simple fix, I am working on doing something totally different for it's placement within the member profile but I can only work on it when I have the time, I do have a full time job plus other contract work, it's not like we have nothing else better to do but to play with php.
I apologize for my seemingly rudeness to all.
Still loving this mod and it works great on 3.7. I don't discredit your frustration as I completely understand. Maybe update the first post with a **Fix for 3.7 and link it directly to the post. Just a suggestion :)
Xanlamin
06-20-2008, 04:31 PM
I would if I could, I am not the maker of this mod.
I only came up with the fix because I needed it for my 3.7 site, if I could get the permission I would take over support though.
Xanlamin
06-23-2008, 09:26 AM
ok folks, I have just about finished with a tabbed version for the profile, it will be 1 file upload and a product install. When done i will attach the files. You will install the hack as normal and disregarding the memberinfo template completely, instead of doing the memberinfo template edit you will just upload awards_profile.php file then install the product product_awards_profile.xml.
This will just be the first of a fix of this hack, when I get just a bit more time I will incorporate it into the original product xml and the file uploads, I am also working on doing this as a complete product install where you only need to upload the files and install the product xml with the xml doing all the template edits for you.
If you wish to follow the progress of my work you may visit my site, http://www.battle-lands.com
You can find the project within Project Tools.
Raptor
06-26-2008, 06:32 PM
To save on frustration - for the memberinfo 3.7 fix just have a read of this post
https://vborg.vbsupport.ru/showthread.php?t=142487
and this is the link the YAAS project page mentioned previously (includes 3.7 fix and tabs fix)
http://www.battle-lands.com/forums/project.php?issueid=8
Many thanks btw :)
Xanlamin
06-27-2008, 05:09 AM
Not a problem, we are working on this as much as we can, I know that codedigital is also working towards this goal, we are talking together as much as we can as well in a joint effort to get this hack to everyones liking.
If there are any questions for me please direct them on my forums as to not clutter this one up much more so new people can easily find the fix for this hack.
Thank You
Xanlamin
PoetJA-1975
06-27-2008, 10:42 AM
OK - before anyone flames and goes total bezerko, telling me to read back several pages or blablabla - PLEASE HUSH :D
I've seen pages and pages back - so far I haven't seen the question I have answered or remedied... I would like to add the awards profile edit so that it's like one of the tabs like at http://www.battle-lands.com/forums/member.php?u=1 --- ALSO - I'm looking for a way to list awards in a Mini Awards section off to the right module blocks.
EDITED: Ah! I see some are working for a fix right now.
Thanx GUYZ ;)
Jacquii.
Xanlamin
06-27-2008, 05:49 PM
no problem.
EagleNick
06-29-2008, 01:13 AM
Sorry, but I haven't read back through this thread.
I am wondering if the latest version is compatible with vB 3.7.2?
Thanks in advance for any help :)
Xanlamin
06-29-2008, 05:20 AM
Yes it is, apply the memberinfo fix that is posted here (https://vborg.vbsupport.ru/showpost.php?p=1503998&postcount=448) in order for it to work with the new profile in 3.7.x
EagleNick
06-29-2008, 05:35 AM
Thanks so much, I appreciate it :)
EagleNick
06-29-2008, 05:42 AM
Sorry, I'm back again.
I posted the code in red from the fix that you linked to right above $footer like you did (in the MEMBERINFO template), but it isn't showing up in the profile.
Is there anything else I need to do?
Thanks again :)
Xanlamin
06-29-2008, 05:58 AM
If you have installed everything else correctly it will work, make sure you have an award, nothing shows if you have no awards.
SauravG
06-29-2008, 10:38 PM
Thanks.
Xanlamin
06-29-2008, 10:54 PM
Then you do not have it installed correctly and your edits are not done properly, try to reinstall and make sure ALL your template edits are correct.
This hack does work on 3.7 (ALL versions).
EagleNick
06-29-2008, 11:52 PM
I finally got it to work, but I used the code that was used in the profiles in the 3.6 version, not the "fix" because that didn't work.
Regardless, it works for me so I am happy :)
GraNdMaStEr-B
07-01-2008, 04:23 PM
I added the code that was in red
<!-- 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 -->
But nothing still doesnt come up. Can someone tell me what im doing wrong please
Xanlamin
07-01-2008, 05:36 PM
if you added it right above the footer and you have awards then it will show, there is no trick or anything.
Xanlamin
07-01-2008, 05:58 PM
I just visited your web site, you have your profiles all messed up, you do not even have the tabs that are default in 3.7.
I would guess 1 of two things, #1. your skin is not 3.7 compatible, or #2. you have modified the memberinfo template way beyond default. either one of those two would mess you up. But my guess would be that it is your skin, after looking around your site and seen that you have vBAdvanced installed and also looking at your header, your skin is not 3.7 compatible.
edytwinky
07-08-2008, 04:01 AM
Is there a way to have rows of awards in your postbit?
I'd like to limit the awards to just four or five per row instead of saying having all 8 on one row.
Xanlamin
07-08-2008, 04:29 AM
Say you set it at 10, it will only put so many per row, you can have it display every single reward a member has, it will just drop down to the next line when it can not fit anymore.
edytwinky
07-08-2008, 05:02 PM
Say you set it at 10, it will only put so many per row, you can have it display every single reward a member has, it will just drop down to the next line when it can not fit anymore.
Is there a way to set it or change the template to where you only display five per row?
Xanlamin
07-08-2008, 05:51 PM
no, there is no "per row" setting. You use postbit or postbit_legecy?
legecy will show alot less per row due to it is a lot skinner postbit
edytwinky
07-08-2008, 08:46 PM
What's the difference again between postbit and postbit_legacy?
I use whatever is listed on the left hand column. the post bit doesn't look like what is shown here.
Xanlamin
07-08-2008, 11:31 PM
The forums here use postbit, postbit leg has the users information on the left with the post on the right.
edytwinky
07-09-2008, 12:39 AM
Ok, I have postbit legacy then.
IFCtoli
07-09-2008, 09:02 AM
any update for vB ver 3.7.2?????:confused:
Xanlamin
07-09-2008, 09:42 AM
yes it works, I have stated many times that this works on 3.7 ALL versions
SVTCobraLTD
07-09-2008, 02:18 PM
How do you delete an award you gave to someone?
How do you stop the emails from being sent but I still want the PM to be sent.
SVT
Xanlamin
07-10-2008, 09:55 AM
How do you delete an award you gave to someone?
AdminCP-->Awards System-->Award Manager, then go to the award you want to manage, click manage, there you will see where you can remove users from having the award.
How do you stop the emails from being sent but I still want the PM to be sent.
SVT
From Requested PM and Email? goto Award System-->Award System Settings.
There is no emails sent to the user that they have received an award, only a PM is sent to the user so I am assuming on who you want the request of the award to be PM/Emailed to is what your talking about.
Xanlamin
07-10-2008, 08:04 PM
Over the course of the next few days we will be testing the new Awards System on our site (http://www.battle-lands.com)
Check progress of this modification in our Project Tools.
The process will entail a backup of the awards tables in the database, an uninstall of the current awards system, then install the new version, restore the awards db tables. Once the new version is running upgrades are simple overwrites.
Our next stage once v4 is complete is to make it NOT reliable on vBulletin, so no matter what version vBulletin you are running the awards system will not be affected and will already work with future versions of vBulletin.
gamerfu
07-11-2008, 12:46 AM
Over the course of the next few days we will be testing the new Awards System on our site (http://www.battle-lands.com)
Check progress of this modification in our Project Tools.
The process will entail a backup of the awards tables in the database, an uninstall of the current awards system, then install the new version, restore the awards db tables. Once the new version is running upgrades are simple overwrites.
Our next stage once v4 is complete is to make it NOT reliable on vBulletin, so no matter what version vBulletin you are running the awards system will not be affected and will already work with future versions of vBulletin.Security Tokens and we will get a awards killer for the current 2.1.4?
I like the sound of everything you posted. Keep it up!
SVTCobraLTD
07-15-2008, 03:29 PM
AdminCP-->Awards System-->Award Manager, then go to the award you want to manage, click manage, there you will see where you can remove users from having the award.
Mine has no manage button. I have to click 'Award user this award' button to be able to remove them.
When it sends a PM to the user it says this...
You have received a new private message from 1, entitled "Congratulation! You have got a new award!".
It says the message is from "1" (userid). When I open the PM, it does however have the senders name in there.
Xanlamin
07-15-2008, 06:54 PM
Search in your phrases and you can edit the code, looks like it is just wanting to display the userID instead of the name.
wat3v3r
07-16-2008, 04:32 AM
is this mod gonna be updated for v3.7.2 ?? im sorry if it was answered before and i missed it or something
Xanlamin
07-16-2008, 06:16 AM
the current version does work with vB3.7 all version with a stated small fix for the members profile.
Also at this time we are working out a couple small bugs with version 4.0 of this hack, currently in version v4.0 the mod adds a tab in the members profile to show the awards.
once we get these bugs worked out we will be releasing an edit free version that is just file uploads and product install.
wat3v3r
07-16-2008, 06:40 AM
great i did install this version on my vb but was wonderin if you will release a 3.7 version ill look forward to that then cheers
SVTCobraLTD
07-16-2008, 01:46 PM
How soon do you anticipate that new version to be out?
Xanlamin
07-16-2008, 04:22 PM
A couple of days hopefully, there are just a few bugs left.
gamerfu
07-16-2008, 05:59 PM
A couple of days hopefully, there are just a few bugs left.I am happy you took over this project.
I have seen other users repost dead authors or authors who do not wish to continue their addons.
Keep up the great job! :cool:
mrahul
07-17-2008, 08:26 AM
waiting for 3.7.2 bug fix release :)
Xanlamin
07-17-2008, 09:26 AM
As posted by Cypher:
YAAS v4.0 BETA has been completed, repackaged, and installed on the Battle-Lands forums (http://www.battle-lands.com).
Their are two bugs that I am aware of that I will sort out before it will go "Gold". Those two bugs that I have noticed are the Issue Timestamps; and the linking to the Awards within the Postbit needs to automatically link to the profile and auto-switch to the "My Awards" Tab.
Let me know anything else that gets caught that I overlook during the "modification of YAAS".
Kiint
07-17-2008, 09:45 PM
As posted by Cypher:
YAAS v4.0 BETA has been completed, repackaged, and installed on the Battle-Lands forums (http://www.battle-lands.com).
Thanks for working on this :)
One question though, what is the difference between this version and version 2.1.4 which I have on my 3.7.2 forums which is running great at the moment.?
Xanlamin
07-18-2008, 02:03 AM
The new version creates a tab and places your awards you receive in it, also there are no template edits.
Installation for the new version is just the file uploads and the product install.
helpmehost
07-18-2008, 02:20 AM
well wait for all problems to get solved
waiting for new gold update :)
coolguy6415
07-18-2008, 06:49 PM
can n e one help me with step by step guide as i m new for this
cfisher
07-18-2008, 11:09 PM
Im just about at the end of rope. First off thanks for the fixes Xanlamin and everyone. I got the awards showing (or at least the showcase) but the default medal i awarded myself still doesnt show up in my profile, posts, or on the awards.php page. Any thought to what im doing wrong?
Ive been trying to go by the instructions and then i realised theres no setting.awards.php file anywhere in the zip (or im blind, which is possible) so im stumped :D
link:
http://www.thecrescentorder.com/forums/member.php?u=1
Thanks in advance :) oh im running on 3.7
PoetJA-1975
07-19-2008, 05:42 AM
As posted by Cypher:
YAAS v4.0 BETA has been completed, repackaged, and installed on the Battle-Lands forums (http://www.battle-lands.com).
Their are two bugs that I am aware of that I will sort out before it will go "Gold". Those two bugs that I have noticed are the Issue Timestamps; and the linking to the Awards within the Postbit needs to automatically link to the profile and auto-switch to the "My Awards" Tab.
Let me know anything else that gets caught that I overlook during the "modification of YAAS".
Thanx! Looks pretty damn good on your site!
When will it be available for download please?
ALSO - can you simply post the edits for we who simply want to edit files/templates instead of installing new product?
Thanx,
Jacquii.
Xanlamin
07-19-2008, 09:51 PM
The package contains a new file (awards_profile.php) the plugin is using a template hook to "inject" itself into the template when the template gets cached for display for the postbit, just remove all template edits the orig hack has done and installing this one and it will upgrade your existing YAAS.
Our main bug right now is that the issue dates for the awards are not showing properly, as soon as we get this resolved it will be released.
PoetJA-1975
07-19-2008, 10:53 PM
Sounds wonderful! Thanx for the time and effort you've put in to get the modification working for the 3.7.x series = Much appreciation ;)
Jacquii.
gamerfu
07-20-2008, 07:02 AM
The package contains a new file (awards_profile.php) the plugin is using a template hook to "inject" itself into the template when the template gets cached for display for the postbit, just remove all template edits the orig hack has done and installing this one and it will upgrade your existing YAAS.
Our main bug right now is that the issue dates for the awards are not showing properly, as soon as we get this resolved it will be released.No rush Xanlamin... everyone has waited over a year for this hack. A few more days will not kill us. Keep up the great work and thank you again for resurrecting this Modification. :cool:
Xanlamin
07-20-2008, 09:53 AM
No problem guys, I got tired of waiting for this to be updated. Support will continue even for vBulletin 4.0 when it comes out.
PoetJA-1975
07-20-2008, 04:12 PM
4.0??? o.O
I just finished the upgrade to 3.7.2 FINALLY
I can't even begin to imagine a 4.0 upgrade LOL
I put in a LOT of hours for the 3.7.2 upgrade...
Jacquii.
Xanlamin
07-20-2008, 05:31 PM
4.0??? o.O
I just finished the upgrade to 3.7.2 FINALLY
I can't even begin to imagine a 4.0 upgrade LOL
I put in a LOT of hours for the 3.7.2 upgrade...
Jacquii.
lol, same with myself. My board has over 60 mods/hacks/edits into it.
Basically saying that this mod will continue to be supported for a lot of time to come, the way we have it made now will be an easy fix no matter what Jelsoft changes.
This is a very cool mod (IMO) and I see that a lot of people like it and use it.
ssandgirls
07-21-2008, 05:41 AM
Xanlamin, Im really looking forward to installing this mod.
Thankyou for all of your hard work.... :D
cfisher
07-21-2008, 04:47 PM
No problem guys, I got tired of waiting for this to be updated. Support will continue even for vBulletin 4.0 when it comes out.
Thats great.. thanks! :D
Just wondering if you or anyone had an answer to my problem, as it doesnt seem to be related to the template editing.
Thanks
Xanlamin
07-21-2008, 06:37 PM
Thats great.. thanks! :D
Just wondering if you or anyone had an answer to my problem, as it doesnt seem to be related to the template editing.
Thanks
uninstall completely the one you got, and download the package that is in this thread, there is nothing about settings.award.php in the package that is available with YAAS 2.1.4
I remember what your talking about and you have an older package.
So if your wanting this right away do what I had just said or hold out for v4 to be bug free.
cfisher
07-21-2008, 06:41 PM
uninstall completely the one you got, and download the package that is in this thread, there is nothing about settings.award.php in the package that is available with YAAS 2.1.4
I remember what your talking about and you have an older package.
So if your wanting this right away do what I had just said or hold out for v4 to be bug free.
Ahh thanks.. i can probably hold out.. just need to go and revert out all the old edits i made. I guess i missed the package link (damn i thought i read everything too) :D Ill go back and look.
[edit]: Ok i get waht you meant. use the scripts in 2.1.4 i got those still had that problem. But i was trying to read the old instructions. Anyway appericate teh help, ill just uninstall for now and wait for your date fix to get done. Thanks :)
Thanks again.
CodyMuir
07-22-2008, 11:26 PM
Can't wait for this to be released!!
Im very excited, as this is Perfect for a guild.
gamerscms
07-23-2008, 01:02 PM
Great work on the fixes where is the new updated version m8? or it is not out yet?
again thanks and keep up the great work with updating this mod.
Xanlamin
07-23-2008, 03:29 PM
time for the mod has slowed just a bit, I got called on a contract and am working 15 hour days doing circuit swap and legacy switch/router swap to new Cisco 3845 for a large client.
gamerscms
07-23-2008, 04:41 PM
time for the mod has slowed just a bit, I got called on a contract and am working 15 hour days doing circuit swap and legacy switch/router swap to new Cisco 3845 for a large client.
Well work comes first m8 :) just don't let it die you have done a great job so far and thanks
XFSImperial
07-26-2008, 05:23 PM
This has been a really fantastic mod. I have it running on two of my forums, with slight tweaks in the code so that we can post awards beneath a user's signature. (Example: http://www.avelegio.net/forums/showthread.php?t=1885)
I'm just curious if any future version can have an option so that a <br /> is inserted after X amount of award images? We seem to have the problem that in Internet Explorer, the images cause horizontal scrolling because of horizontal size & amount of awards. This problem does not occur in Firefox, but would be nice to see added as an extra feature.
Xanlamin
07-27-2008, 02:49 AM
Thanks for the example, we will definatly look into say adding an option to add in under sig? how does that sound? and with the line spacing in IE we will also look into that to see about fixing that bug in IE.
jmurrayhead
07-27-2008, 08:52 PM
Alright, I installed this some time ago and wasn't sure I liked it, so I uninstalled it. I've know re-installed it on my vB 3.7.2 board and so far receive no errors. I implemented the fix provided here: https://vborg.vbsupport.ru/showpost.php?p=1503998&postcount=448. This fix works and successfully displays the awards for a user in their profile.
I followed the installation instructions as well, however, awards aren't showing in the memberlist and postbit. Did I miss another thread somewhere on how to appropriately set this? The above mentioned thread was the only one I could find for 3.7.
Thanks
************************************
Edit: Nevermind, it seems the template changes I made didn't save. Everything appears to be okay for now :)
************************************
XFSImperial
07-27-2008, 11:01 PM
Thanks for the example, we will definatly look into say adding an option to add in under sig? how does that sound? and with the line spacing in IE we will also look into that to see about fixing that bug in IE.
Awesome, glad to see this mod continued to be supported :)
CypherSTL
07-27-2008, 11:59 PM
Awesome, glad to see this mod continued to be supported :)
I'll be finishing up the final bug fixes and testing the beginning of this week and YAAS 4.0 will be released this week.
Spank
07-28-2008, 01:28 AM
I'll be finishing up the final bug fixes and testing the beginning of this week and YAAS 4.0 will be released this week.
Awesome =)
gamerscms
07-28-2008, 12:41 PM
looking forward to it, thanks for the update.
Loller
07-28-2008, 07:08 PM
I'll be finishing up the final bug fixes and testing the beginning of this week and YAAS 4.0 will be released this week.
Wow! Waiting for release!
masterross
07-30-2008, 12:34 PM
I'll be finishing up the final bug fixes and testing the beginning of this week and YAAS 4.0 will be released this week.
I hope problem with joins without indexing will be fixed.
Xanlamin
07-30-2008, 04:04 PM
I hope problem with joins without indexing will be fixed.
And what problem will that be? I have never experienced that with this mod.
edytwinky
07-31-2008, 04:00 AM
I've asked it before but it wasn't answered. Think enough time has gone by I may ask again.
I am using postbit legacy on vb 3.6.8.
Is there anyway I can limit the badges to be 6 per row? Right now it just lists all the badges on one big row. I'd like to just put 6 per row and if a user has more, then it'll go to a second row and so on and so on.
Is this doable anyway? I'd really appreciate it.
Xanlamin
07-31-2008, 05:06 AM
Not sure why it is doing that to you, but in my postbit leg without modifying the awards code, I can have 12 shown in the postbit and it will go to the next line after 2-3 awards.
edytwinky
07-31-2008, 11:29 AM
By award images are 16 x 16 which might have something to do with it.
Also does anybody have the original coding for the postbit_legacy template? I edited mine and would like to know what the original coding is so I can toy around with it. Mine current postbit doesn't have a box outlining the badges.
jmurrayhead
07-31-2008, 11:48 AM
By award images are 16 x 16 which might have something to do with it.
Maybe something that should be considered for a new version...I'd like to have control over how many are displayed per row.
Xanlamin
07-31-2008, 03:13 PM
By award images are 16 x 16 which might have something to do with it.
Also does anybody have the original coding for the postbit_legacy template? I edited mine and would like to know what the original coding is so I can toy around with it. Mine current postbit doesn't have a box outlining the badges.
you can get the original postbit_leg code from your original vB files
Maybe something that should be considered for a new version...I'd like to have control over how many are displayed per row.
by default it looks as though it is only allowing 2-3 per row, at least in mine, granted my images are not as small as edytwinky's are...try upping the size to see if that helps, it could be that the images are just to small.
edytwinky
07-31-2008, 05:45 PM
Then what'd I'd probably need to do is change the width of the box that the awards appear in to fit six. So saying my awards are all 16 pixels wide, I would need the box in my postbit to be a little wider than 96 pixels. How would I go about that though?
Xanlamin
07-31-2008, 05:54 PM
Whats your web site? I would like to be able to look at it to help you better.
masterross
08-01-2008, 12:23 PM
And what problem will that be? I have never experienced that with this mod.
You've never seen them cause you probably never see the MYSQL performance ;)
this is the stats before enable the hack
-------- Performance Metrics -------------------------------------------------
[--] Up for: 2d 0h 11m 38s (10M q [63.379 qps], 525K conn, TX: 516M, RX: 2B)
[--] Reads / Writes: 80% / 20%
[--] Total buffers: 5.7M per thread and 346.0M global
[OK] Maximum possible memory usage: 1.4G (36% of installed RAM)
[OK] Slow queries: 0% (7/10M)
[OK] Highest usage of available connections: 40% (81/200)
[OK] Key buffer size / total MyISAM indexes: 64.0M/136.2M
[OK] Key buffer hit rate: 100.0%
[OK] Query cache efficiency: 60.5%
[OK] Query cache prunes per day: 0
[OK] Sorts requiring temporary tables: 0%
[OK] Temporary tables created on disk: 5%
[OK] Thread cache hit rate: 99%
[OK] Table cache hit rate: 52%
[OK] Open file limit used: 15%
[OK] Table locks acquired immediately: 99%
and this is 3 hours later:
-------- Performance Metrics -------------------------------------------------
[--] Up for: 2d 3h 26m 44s (12M q [64.988 qps], 573K conn, TX: 2B, RX: 3B)
[--] Reads / Writes: 80% / 20%
[--] Total buffers: 5.7M per thread and 346.0M global
[OK] Maximum possible memory usage: 1.4G (36% of installed RAM)
[OK] Slow queries: 0% (7/12M)
[OK] Highest usage of available connections: 40% (81/200)
[OK] Key buffer size / total MyISAM indexes: 64.0M/136.6M
[OK] Key buffer hit rate: 100.0%
[OK] Query cache efficiency: 60.4%
[OK] Query cache prunes per day: 0
[OK] Sorts requiring temporary tables: 0%
[!!] Joins performed without indexes: 9991
[OK] Temporary tables created on disk: 5%
[OK] Thread cache hit rate: 99%
[OK] Table cache hit rate: 51%
[OK] Open file limit used: 15%
[OK] Table locks acquired immediately: 99%
trevanh
08-01-2008, 04:18 PM
I installed the Awards product last night, and was able to set the options, but when I click on "Award Category Manager" I get the following error:
404 Not Found
The requested URL /forums/admincontro1/award_cat.php?do=modifycat does not exist.
When I click on "Award Manager", I get the following error:
404 Not Found
The requested URL /forums/admincontro1/award.php?do=manage does not exist.
I get similar messages when clicking on the "Add New Award", and "Give award to user" links.
Any guidance would be greatly appreciated.
Thanks!
Xanlamin
08-01-2008, 05:15 PM
I installed the Awards product last night, and was able to set the options, but when I click on "Award Category Manager" I get the following error:
404 Not Found
The requested URL /forums/admincontro1/award_cat.php?do=modifycat does not exist.
When I click on "Award Manager", I get the following error:
404 Not Found
The requested URL /forums/admincontro1/award.php?do=manage does not exist.
I get similar messages when clicking on the "Add New Award", and "Give award to user" links.
Any guidance would be greatly appreciated.
Thanks!
uninstall completely and reinstall following the directions fully.
You have an install that is not done correctly cause you should never see " /forums/admincontro1/award.php?do=manage"
anything done in the awards system will always be forums/"admincp"/index.php in your address bar, "admincp" would be whatever your admin control panel dir is called (for those who rename it).
The only time you would see "award.php?do=manage" is when your viewing the awards system via the forums and not the admincp, you most likely do not have the proper files in the proper place.
Like this: http://www.battle-lands.com/forums/request_award.php?award_id=1 for requesting an awards via the forums. anything else done in the awards system is done via the admincp which would never give a "?do" for anything
ExTincTi0N
08-01-2008, 09:57 PM
Will this be coming out for 3.7.2 pl 1 or does it work with it already?
Diesel,
08-01-2008, 10:00 PM
^^ Same question o.o
Spank
08-01-2008, 10:02 PM
It'll work with 3.7 after the update. which is gonna be this weekend I think.
Diesel,
08-01-2008, 10:20 PM
Oo sweet! :P
I cannot wait :]
ExTincTi0N
08-01-2008, 11:04 PM
Great I can't wait eiter.
gamerfu
08-02-2008, 12:58 AM
I will keep waiting, no rush... as long as it works and I can get 6 or more awards on one row. I am cool.
Will we be able to decide to list all the awards or cap the awards @ the most recent 6?
Xanlamin
08-02-2008, 02:21 AM
Will this be coming out for 3.7.2 pl 1 or does it work with it already?
It will work on any version of 3.7
I will keep waiting, no rush... as long as it works and I can get 6 or more awards on one row. I am cool.
We will work on this to see what is happening to you, due to the postbit width this may not be possible but we will look into it.
Will we be able to decide to list all the awards or cap the awards @ the most recent 6?
For post bit you can already do that by default on how many you want displayed in the postbit.
Diesel,
08-02-2008, 12:19 PM
Will release be much longer ?
edytwinky
08-02-2008, 04:18 PM
Without having to go through these 41 pages? What's the new release going to contain?
pollitus
08-02-2008, 06:06 PM
omg , i can?t wait for 3.7 version release. :D
Tharos
08-02-2008, 06:09 PM
3.7 version please! :)
Spank
08-02-2008, 06:11 PM
Patience are a virtue. For doctors anyway.
Xanlamin
08-02-2008, 07:19 PM
Without having to go through these 41 pages? What's the new release going to contain?
The new version that we will be releasing will only require file uploads and a product install, there will be no required template edits AND this version also includes the tab in the profile to show the awards.
When we get the two bugs worked out (which is almost done) we will release it under new thread and all support will be given in that thread so there will not be many pages to go back through to find something out.
This will be a fully supported mod and will also be expanded upon with new features from suggestions that will come from you guys, a couple have already been stated and will be available in the next release.
Diesel,
08-02-2008, 09:23 PM
wooo sounds great ;p
those old template edits got annoying
Diesel,
08-03-2008, 10:56 PM
Is it close to a release yet ?
Im very eager :p
Icleus
08-04-2008, 07:41 PM
I have two things that I need some assitence with. Specifically with code.
This is my awards page: http://www.6thad.com/forum/awards.php
First thing I want to do is make the "Name / Description" column much larger and decrease the size of the "Users Who Have Already Received Awards" column by a lot. This will get rid of the space between medals as the description text will have more room to level out.
Traditionally, I thought the code to alter the boarders would have been in awards.php but all it seems to be is calling variables. Maybe I overlooked something there, I don't know...
Not sure where to go to alter the table but If I can find the place I can make the proper modifications. Preferably in html but I can play around with variables. I bet it's in the adminCP template editor to make those changes but I couldn't find any familiar code under the templates that I had installed. :confused:
Second thing I want to alter is the display case for the forum members posting.
Right now it only shows the four latest awards that were awarded. Pretty simple.
I want to be able to show all the awards and arrange them so that they're categorized in different columns. IE: Pins, Medals, and ribbons. Each new award would be added respectfully in their columns.
The ribbons would be displayed how they would traditionally be on a military uniform.
I should be able to do all that organizing in html, and code tweaking so that the awards keep instead of being removed. All I need is a place to start because I can't find it.
I set up a visual example for anyone to see:
This is the current setup with this awards mod:
http://www.6thad.com/forum/awards/awards_old_setup.png
This is what I hope to accomplish:
http://www.6thad.com/forum/awards/awards_new_setup.png
Any help would be appreciated. :)
Xanlamin
08-04-2008, 09:07 PM
Ok, for your first part:
Search your styles and templates for "awards"
You will get the attached image.
For your second part...will require an almost complete recode of the mod, as the categories themselfs will have to be classified as variables, then the post bit recoded to accept it.
That is not something that we would be willing to work on right away, but can be placed on the shelf for a later version, due to not everyone would want something like that...unless we hear otherwise...but yes it can be done via a complete recode of the mod.
Diesel,
08-05-2008, 12:33 AM
When is the 3.7.2 version going to be released ?
I thought you said it was going to be released over the weekend o.o
myown
08-05-2008, 03:34 AM
still waiting for release.
Diesel,
08-05-2008, 08:12 PM
me too ;\
ExTincTi0N
08-05-2008, 08:20 PM
Yes we all are.
IRANCITY
08-05-2008, 09:20 PM
............. 3.7.2 not release ?
Diesel,
08-05-2008, 09:43 PM
Not yet, we are all waiting for it :(
CypherSTL
08-05-2008, 10:25 PM
Hey guys,
Sorry for not having all the bugs worked out for a release this past weekend. I'm currently in Kansas City, MO on a contract job, so I wont be able to get back on this until Thursday.
If it doesn't release by Friday night/Saturday Morning I'll give everyone my address and you can show up at my door and hassle me until its done :P
Diesel,
08-05-2008, 10:57 PM
Lmao ^^ :p
Okay :D
ExTincTi0N
08-06-2008, 12:52 AM
Yay time to meet the coder xD.
CodyMuir
08-06-2008, 02:02 AM
Hey, i see it as someone willing to give up their free time, and update a free mod.
If people always complain, maybe they should learn to code, and edit it to best fit thier needs.
But hey, see you saturday? :P
gamerfu
08-06-2008, 04:26 AM
When is the 3.7.2 version going to be released ?
I thought you said it was going to be released over the weekend o.o
still waiting for release.
............. 3.7.2 not release ?
chill. :cool:
Hey, i see it as someone willing to give up their free time, and update a free mod.
If people always complain, maybe they should learn to code, and edit it to best fit thier needs.
But hey, see you saturday? :PI agree with CodyMuir... any of you put any money down? I did not think so... :cool:
BTW, those notifications are emailing me tellign me you guys miss me... WOW! i feel... special... :o I might be pop'n in and out see what is going on again. :)
Diesel,
08-08-2008, 12:45 AM
SEEE YOU SATURDAY :D
lol
ExTincTi0N
08-08-2008, 06:34 PM
Omg yay this should be coming out tonight or tomorrow for 3.7.2.
Spank
08-08-2008, 07:30 PM
Woot ^_^
CodyMuir
08-08-2008, 08:20 PM
*woot woot*
So excited!
Diesel,
08-08-2008, 11:08 PM
Woooooooot
I R Cant Wait
:p
CypherSTL
08-08-2008, 11:27 PM
Alright guys.
It's done. The hack will be posted in a bit in the 3.7 Mods section.
ExTincTi0N
08-08-2008, 11:32 PM
Omg Yay
ssandgirls
08-09-2008, 12:00 AM
YAY, and thankyou so much for all of your hard work....... Its very much appreciated :)
Xanlamin
08-09-2008, 01:10 AM
<a href="https://vborg.vbsupport.ru/showthread.php?p=1594424#post1594424" target="_blank">https://vborg.vbsupport.ru/showt...24#post1594424</a>
comet2500
08-12-2008, 03:24 AM
How do you get the awards section to be on the nav bar? Also, how do you edit the info about the award?
Xanlamin
08-12-2008, 05:57 AM
you have to add the link to the navbar manually. To edit the info about the awards you need to go to your admin panel.
comet2500
08-12-2008, 09:33 PM
you have to add the link to the navbar manually. To edit the info about the awards you need to go to your admin panel.
Where do you edit the navbar from? Style,css? I looked in the admin panel, and I still couldn't find it..
I looked and the only thing there is, is from the vbulletin options.
How do you add awards, icons?
Xanlamin
08-12-2008, 11:10 PM
Ok, I don't meen to sound harsh, but if you can not figure out how to add awards and what not after you have the mod installed then you have either installed it wrong and do not have the admincp menu for it or you are not looking at the left main menu. When you install the mod it adds a menu option for it where all the other vB menus are...right there on the left hand side with all the rest...and it even adds it towards the top.
And you edit the navbar just like any other time....int eh navbar template.
Jhonnyf
08-13-2008, 12:58 PM
It's Posible change the Value of Max Medal to show in PostBit, to some Groups?
I try this in Postbit
$GLOBALS[aw_display_limit]= NEW_VALUE
$vboptions[aw_display_limit]=NEW_VALUE
Thank You
comet2500
08-13-2008, 08:52 PM
NVM, I figure it out..
is it possible, to make the medals.. show in the postbit, for vbulletin v. 3.7.2?
because using this version 2.1.4 the medals only showed in member profile..
anybody can help?
thanks
Xanlamin
08-24-2008, 03:59 AM
is it possible, to make the medals.. show in the postbit, for vbulletin v. 3.7.2?
because using this version 2.1.4 the medals only showed in member profile..
anybody can help?
thanks
If you have the option to show medals in the postbit they will show.
It is the first option:
Postbit: Display
Do you want to show awards in user's postbit (display in all posts that user send)
Yes No
leannet
08-24-2008, 12:10 PM
I get this error when i try to give user an award
Warning: mysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in [path]/admincp/award.php on line 581
Xanlamin
08-24-2008, 04:47 PM
The author is no longer supporting this mod.
If you are running 3.7.x or higher of vBulletin and you would like support please upgrade to this mod:
https://vborg.vbsupport.ru/showthread.php?t=187600&page=11
Postbit: Display
Do you want to show awards in user's postbit (display in all posts that user send)
:) already choose yes, to show in postbit.. :)
but still not showed in postbit.. :)
Xanlamin
08-27-2008, 05:07 PM
Then you did not do the template edit for the postbit, if you run postbit_legecy you must do it to that also.
KarenneLyn
09-06-2008, 02:08 AM
Does anyone know if there is a way to give multiple people the same award at the same time? i.e. I have 199 people to give an award to and I would like to give it one time instead of 199 times to them. Same message, same award.
Anyone have any idea how to do this? Or if it is possible and I just can't figure it out?
Xanlamin
09-08-2008, 05:39 PM
Not currently possible by default
gamerfu
09-11-2008, 02:38 AM
Does anyone know if there is a way to give multiple people the same award at the same time? i.e. I have 199 people to give an award to and I would like to give it one time instead of 199 times to them. Same message, same award.
Anyone have any idea how to do this? Or if it is possible and I just can't figure it out?Make this suggestion for the YAAS 4.0. Very nice suggestion. I have this delima too. :o
zhabbo
09-12-2008, 08:44 PM
Do i have to edit the templates in this version?
Thanks,
Xanlamin
09-13-2008, 01:05 AM
In 2.1.4 yes, in 4.0 no
SVTCobraLTD
09-15-2008, 07:12 PM
I originally had this mod installed. Then I upgrade to the newest version but since the awards were not showing up in my profiles, I switched back to this version. Now when I try and add an award, it does not add them to the awards manager section. Any ideas why it would not be adding the awards?
letsjoy
10-02-2008, 04:32 PM
Please launch for 3.7+...we will be thank ful :)
SVTCobraLTD
10-02-2008, 04:45 PM
Please launch for 3.7+...we will be thank ful :)
One page back had this... https://vborg.vbsupport.ru/showthread.php?p=1594424
saviola8x
10-10-2008, 10:34 AM
Mark as Installed.
Jelmertjee
10-31-2008, 04:06 PM
I wasn't really satisfied with the postbit awards position so decided to add one manually myself, it looks like this:
https://vborg.vbsupport.ru/external/2008/10/1.gif
How can you do it?
1. open the postbit template and add a new hook where you want the awards, in my case it was the <td> between the left and right of the userinfo, for me it looked like this:
<td width="100%">$template_hook[postbit_userinfo_center]</td>
Such a hook is just an identifier for all sorts of plugins so they can add stuff to templates automatically, now we need to tell our plugin to use this new hook.
2. in your admincp go into plugins, under awards open YAAS in Posbit
Now replace:
{
eval('$template_hook[\'postbit_userinfo_right\'] .= "' . fetch_template('awards_postbit_display') . '";');
}
with:
{
eval('$template_hook[\'postbit_userinfo_center\'] .= "' . fetch_template('awards_postbit_display') . '";');
}
I'm assuming you're using the default position in your award settings (admincp), we're basically changing it to the hook we've just made in the template, that's all.
I also added some custom css to better style this, first open the template awards_postbit_display, I've changed it like this, adding a div with a class around it to get some css control:
<!-- show awards -->
<if condition="$post[showuserawards]">
<div class="postbit_awards">
<fieldset><legend><a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div>
$post[userawards]
<br>
<a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
</div>
</fieldset>
</div>
</if>
<!-- /show awards -->
Then add this bit of css to your custom css definitions:
.postbit_awards{float: left}
of course you can adjust this further to your liking, this makes it float to the left instead of the full width, you could also use float:right instead.
This looks a lot better and saves space, hope you like it.
TheLastSuperman
10-31-2008, 07:12 PM
I wasn't really satisfied with the postbit awards position so decided to add one manually myself, it looks like this:
http://enjoycg.com/images/awards_postbit.gif
How can you do it?
1. open the postbit template and add a new hook where you want the awards, in my case it was the <td> between the left and right of the userinfo, for me it looked like this:
<td width="100%">$template_hook[postbit_userinfo_center]</td>
Such a hook is just an identifier for all sorts of plugins so they can add stuff to templates automatically, now we need to tell our plugin to use this new hook.
2. in your admincp go into plugins, under awards open YAAS in Posbit
Now replace:
{
eval('$template_hook[\'postbit_userinfo_right\'] .= "' . fetch_template('awards_postbit_display') . '";');
}
with:
{
eval('$template_hook[\'postbit_userinfo_center\'] .= "' . fetch_template('awards_postbit_display') . '";');
}
I'm assuming you're using the default position in your award settings (admincp), we're basically changing it to the hook we've just made in the template, that's all.
I also added some custom css to better style this, first open the template awards_postbit_display, I've changed it like this, adding a div with a class around it to get some css control:
<!-- show awards -->
<if condition="$post[showuserawards]">
<div class="postbit_awards">
<fieldset><legend><a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div>
$post[userawards]
<br>
<a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
</div>
</fieldset>
</div>
</if>
<!-- /show awards -->
Then add this bit of css to your custom css definitions:
.postbit_awards{float: left}
of course you can adjust this further to your liking, this makes it float to the left instead of the full width, you could also use float:right instead.
This looks a lot better and saves space, hope you like it.
AND... you know you can remove the border and text and display just the image right :D
See here for a similar code reference --> https://vborg.vbsupport.ru/showpost.php?p=1648457&postcount=3
So basically the Rank or in this mods case.. Awards would be displayed just as the images themselves and between your guns image and your name!
TheLastSuperman
10-31-2008, 07:13 PM
Make this suggestion for the YAAS 4.0. Very nice suggestion. I have this delima too. :o
Hmmmmm, nice suggestion.... I'll look into this for the Rank mod I support and get back to ya as I will add it into my Award Mod when I do!
bluesoul
11-09-2008, 03:26 PM
Sorry for not perusing the entire thread but is there a simple way to remove either the icon or image column from being displayed? I don't really need both for what we're using it for.
EDIT: Got it, reading through the settings is pro.
SVTCobraLTD
11-16-2008, 01:45 AM
On 3.6.11 I try and give an award but the keeps saying Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
* Please contact the website owners to inform them of this problem. when trying to access "http://sitename.com/forums/admincp/award.php?do=dogiveaward".
Any ideas? I have given away more than 20 awards without any problems. It happens both in firefox and IE.
home9000
01-02-2009, 01:24 PM
This is a nice mod. Unfortunately, it crashed my site when this query was run repeatedly during a period of high load (23 times over, running between 78 and 208 seconds, as of just before I started killing them):
mysql> EXPLAIN SELECT a.*, au.*, post.userid, post.postid
-> FROM post AS post
-> INNER JOIN award_user AS au ON (au.userid=post.userid)
-> INNER JOIN award AS a ON (a.award_id=au.award_id)
-> WHERE 1=1
->
->
-> GROUP BY au.issue_id
-> ORDER BY au.issue_time DESC;
+----+-------------+-------+--------+---------------+---------+---------+-------------------------+-------+---------------------------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+-------+--------+---------------+---------+---------+-------------------------+-------+---------------------------------+
| 1 | SIMPLE | au | ALL | NULL | NULL | NULL | NULL | 117 | Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 2 | totalwar_vb.au.award_id | 1 | Using where |
| 1 | SIMPLE | post | ref | userid | userid | 4 | totalwar_vb.au.userid | 25005 | Using where |
+----+-------------+-------+--------+---------------+---------+---------+-------------------------+-------+---------------------------------+
3 rows in set (0.00 sec)
While I'm no MySQL expert, it seems that this attempts to copy the entirety of the post table to a temporary table, in my case about 1.5 million rows. I've tracked the query down to the showthread_query hook:
// Obtain list of awards for current user
$alluserawards = $db->query_read("
SELECT a.*, au.*, post.userid, post.postid
FROM " . TABLE_PREFIX . "post AS post
INNER JOIN " . TABLE_PREFIX . "award_user AS au ON (au.userid=post.userid)
INNER JOIN " . TABLE_PREFIX . "award AS a ON (a.award_id=au.award_id)
WHERE 1=1
". iif((!empty($ids)), "AND post.postid IN (0" . $ids . ")") ."
". iif((!empty($cache_postids)), "AND post.postid IN (" . $cache_postids . ")") ."
GROUP BY au.issue_id
$awardsdisplayorder
");
while( $ua = $db->fetch_array($alluserawards))
{
$userawardscache[$ua['userid']][$ua['issue_id']] = $ua;
}
$db->free_result($alluserawards);
Apparently this fails to account for the possibility that $ids and $cache_postids are both empty. I have no idea why it would or would not be reasonable to account for that, because I don't know what either of those variables is, but at any rate, if they both are empty things are not very good. I've wrapped the whole thing in a conditional checking whether both are empty, just not setting anything if they both are. I'd appreciate any response.
I have the same problem any solution or workaround ?
home9000
01-03-2009, 05:25 PM
This is a nice mod. Unfortunately, it crashed my site when this query was run repeatedly during a period of high load (23 times over, running between 78 and 208 seconds, as of just before I started killing them):
mysql> EXPLAIN SELECT a.*, au.*, post.userid, post.postid
-> FROM post AS post
-> INNER JOIN award_user AS au ON (au.userid=post.userid)
-> INNER JOIN award AS a ON (a.award_id=au.award_id)
-> WHERE 1=1
->
->
-> GROUP BY au.issue_id
-> ORDER BY au.issue_time DESC;
+----+-------------+-------+--------+---------------+---------+---------+-------------------------+-------+---------------------------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
+----+-------------+-------+--------+---------------+---------+---------+-------------------------+-------+---------------------------------+
| 1 | SIMPLE | au | ALL | NULL | NULL | NULL | NULL | 117 | Using temporary; Using filesort |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 2 | totalwar_vb.au.award_id | 1 | Using where |
| 1 | SIMPLE | post | ref | userid | userid | 4 | totalwar_vb.au.userid | 25005 | Using where |
+----+-------------+-------+--------+---------------+---------+---------+-------------------------+-------+---------------------------------+
3 rows in set (0.00 sec)
While I'm no MySQL expert, it seems that this attempts to copy the entirety of the post table to a temporary table, in my case about 1.5 million rows. I've tracked the query down to the showthread_query hook:
// Obtain list of awards for current user
$alluserawards = $db->query_read("
SELECT a.*, au.*, post.userid, post.postid
FROM " . TABLE_PREFIX . "post AS post
INNER JOIN " . TABLE_PREFIX . "award_user AS au ON (au.userid=post.userid)
INNER JOIN " . TABLE_PREFIX . "award AS a ON (a.award_id=au.award_id)
WHERE 1=1
". iif((!empty($ids)), "AND post.postid IN (0" . $ids . ")") ."
". iif((!empty($cache_postids)), "AND post.postid IN (" . $cache_postids . ")") ."
GROUP BY au.issue_id
$awardsdisplayorder
");
while( $ua = $db->fetch_array($alluserawards))
{
$userawardscache[$ua['userid']][$ua['issue_id']] = $ua;
}
$db->free_result($alluserawards);
Apparently this fails to account for the possibility that $ids and $cache_postids are both empty. I have no idea why it would or would not be reasonable to account for that, because I don't know what either of those variables is, but at any rate, if they both are empty things are not very good. I've wrapped the whole thing in a conditional checking whether both are empty, just not setting anything if they both are. I'd appreciate any response.
I have to remove this hack because this issue
It's make my site down 10 time per day
I am looking to another hack
Thank for you all
Tarfandestan
01-03-2009, 10:24 PM
Hi.
Im using this hack for my forum.
but when I give an award to one of users, it doesn't show in his/her posts.
and when I give an award to one of moderators, its correctly add to his/her posts.
what's wrong?
8dayssooner
01-06-2009, 08:53 PM
Did you make the template edits that are stated in the DOCS folder, in 'awards_install_template.html'?
I had this problem, until i saw the template edits, now all is fine.
EagleNick
02-07-2009, 01:20 AM
This seems to work on 3.8.... has anybody experienced any issues?
XFSImperial
02-15-2009, 10:42 PM
This seems to work on 3.8.... has anybody experienced any issues?
Nope, works great with 3.8
gushil
03-04-2009, 07:22 AM
it is me or MEMBERINFO template is different in 3.8?
can't find appropriate code segment from MEMBERINFO
anyone?
Kadence
03-25-2009, 04:54 AM
In the /uploads/admincp folder, there's an avatar.php file. In my /admincp this file already exists, and the install.txt file doesn't list avatar.php as a file needed for the installation.
Should I overwrite my avatar.php file with the one in uploads?
walshymyster
04-08-2009, 03:16 PM
anyone created a tool for mass awarding the medals?
ive seen it done on another site but wanted the code.
Hamma
04-09-2009, 11:30 AM
Anyone have a site where I could see a demo of this?
Xanlamin
04-09-2009, 12:05 PM
memberinfo changed when in 3.7 along with the addition of tabs in 3.7, this mod does not work in 3.7/3.8 without modification.
Here is a link to one that is compaitable: https://vborg.vbsupport.ru/showthread.php?t=196244&highlight=awards
GeekStep
04-12-2009, 07:28 PM
Where is the download link?
I did enter vbulletin.org in my vbulletin.com members panel but still cant see the download link!
insidedesign
01-09-2010, 10:51 PM
Going out on a limb here, but will this mod be available for vb 4.0 at any time? We would really like to use it!
Xanlamin
01-10-2010, 04:06 AM
keep updated at the 3.8 version, there is talk about 4.0 as well. We do not support versions for 3.6 nor 3.7, only 3.8 and 4.0
Flugel
01-24-2010, 11:35 PM
Can anyone tell me if it is possible to set up automated awards with this hack?
eg.
Controversial - user with most replies to a thread
Chatterbox - user with most posts during the week
or are awards only manually given?
KarenneLyn
01-25-2010, 01:19 PM
Can anyone tell me if it is possible to set up automated awards with this hack?
eg.
Controversial - user with most replies to a thread
Chatterbox - user with most posts during the week
or are awards only manually given?
I wanted this to because I was spending SO MUCH time handing the awards out. I was lucky enough to hire a genius who set it all up for me, DigitalCrowd, Inc. - scottw@digitalcrowd.com
He set it all up and I have not had any problems since.
I hope that helps!
Xanlamin
01-25-2010, 02:14 PM
What version of vBulletin you guys running?
GoBoiano
06-15-2010, 12:29 AM
Database error in vBulletin 3.8.5:
Invalid SQL:
SELECT userid, username
FROM vb_user
WHERE username = 'Poppin' dragon';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'dragon'' at line 3
Error Number : 1064
Request Date : Monday, June 14th 2010 @ 06:27:38 PM
Error Date : Monday, June 14th 2010 @ 06:27:38 PM
Script : http://www.goboiano.com/admincp/award.php?do=dogiveaward
Referrer : http://www.goboiano.com/admincp/award.php?do=awardusers&award_id=2
IP Address : 66.188.67.166
Username : Naji
Classname : vB_Database
MySQL Version : 5.0.91-log
Can someone tell me what the issue is with this? I tried to give members a award or have them request them, but this code comes up every single time you request or issue an award.
Xanlamin
06-15-2010, 07:01 AM
LOL...thats an easy one.....Do not run the 3.6 version of the awards system on a 3.8 vbulletin forum system.
Only Awards System we support is the one for 3.8 and 4.0, 3.6 and 3.7 are no longer supported.
Please read what version of vBulletin a mod is for before you download it and install it.
GoBoiano
06-15-2010, 08:10 PM
LOL...thats an easy one.....Do not run the 3.6 version of the awards system on a 3.8 vbulletin forum system.
Only Awards System we support is the one for 3.8 and 4.0, 3.6 and 3.7 are no longer supported.
Please read what version of vBulletin a mod is for before you download it and install it.
Yeah. I just noticed that earlier today. v.v Thanks for the help though.
Zighinno
01-27-2011, 09:19 AM
Hi, i have one problem with show awards in postbit.
Firefox is ok, but chrome and opera no
See the image for example
Any idea for resolve this?
Thanks
1) Firefox 2) Chrome 3) Opera
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.