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)

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:
Quote:

Originally Posted by choccyclaire (Post 1534226)
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

Mum 06-18-2008 01:16 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.

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

Quote:

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

What should I do?

Quote:

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>




I,ll Also try it....Posted for those.................

Author why not you make it officially for 3.7 ?

Mum 06-18-2008 06:03 PM

Quote:

Originally Posted by Xanlamin (Post 1552384)
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

Wow, 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

Quote:

Originally Posted by Xanlamin (Post 1552384)
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.


All times are GMT. The time now is 06:02 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02601 seconds
  • Memory Usage 1,853KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete