vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Standalone Add-On for Awards/Medals/Cards Hack (https://vborg.vbsupport.ru/showthread.php?t=76903)

Twiser 03-20-2005 07:46 AM

Plz call me stupid :squareeyed: but under the membersname when they post should´t there be a link instead of pictures?

Creed 03-20-2005 08:20 AM

Actually, I see what you're talking about and that is a function of the original hack. The pictures of the awards in the postbit. I didn't take that out, but I could very easily make a change to it if you would like. The only thing that I changed in the postbit, is if you click the poster's username there is a DHTML menu that includes a link to the poster's awards. :)

Twiser 03-20-2005 08:28 AM

That would be great Creed if u could do that :)

Creed 03-20-2005 08:47 AM

Ok, I've cooked a little something up for you. Since this was kind of like a request. See the attacked txt file for the hack...or follow the directions in this post:

Open /includes/functions_showthread and find:
Code:

// [START HACK='Awards/Medals/Cards by AnimeWebby' AUTHOR='AnimeWebby' VERSION='2.0' CHANGEID= 12 ]
        // AWARDS IN POSTBIT
        foreach($userawards AS $key => $useraward)
        {
                $userawardid = "award$useraward[awardid]";
                if (!empty($post["$userawardid"]))
                {
                        $userawardid_desc = $userawardid."_desc";
                        if ($post[$userawardid_desc] != '')
                        {
                                $useraward[description] = $post[$userawardid_desc];
                        }
                        eval('$post[\'userawards\'] .= "' . fetch_template('awards_bit') . '";');
                }
        }
        // END AWARDS IN POSTBIT
// [END HACK='Awards/Medals/Cards by AnimeWebby' AUTHOR='AnimeWebby' VERSION='2.0' CHANGEID= 12 ]

replace with:
Code:

// [START HACK='Awards/Medals/Cards by AnimeWebby' AUTHOR='AnimeWebby' VERSION='2.0' CHANGEID= 12 ]
        // AWARDS IN POSTBIT
        foreach($userawards AS $key => $useraward)
        {
                $userawardid = "award$useraward[awardid]";
                if (!empty($post["$userawardid"]))
                {
                        $userawardid_desc = $userawardid."_desc";
                        if ($post[$userawardid_desc] != '')
                        {
                                $useraward[description] = $post[$userawardid_desc];
                        }
                        eval('$post[\'userawards\'] .= "' . fetch_template('awards_postbit') . '";');
                }
        }
        // END AWARDS IN POSTBIT
// [END HACK='Awards/Medals/Cards by AnimeWebby' AUTHOR='AnimeWebby' VERSION='2.0' CHANGEID= 12 ]

created a new template called: "awards_postbit" and fill with:
Code:

<a href="award.php?u=$userinfo[userid]"><img src="$useraward[icon_url]" alt="$useraward[name]" height="17" width="17" border="0" /></a>
That will do it :)

**NOTE** you can change the size of the display of the images, by changing the height= and width= in the awards_postbit template. If you want to go further, I could probably do just about whatever you wanted in postbit just let me know. I take requests in most cases :)

Twiser 03-20-2005 09:02 AM

Thx a lot Creed for all the help :D , I was just wondering if instead of a icon or a pic to have text (User awards) with a link to the awardpage :nervous:


Damn I finally managed to do something by myself , Thx again for all the help Creed

Creed 03-20-2005 09:07 AM

sure, like I said just let me know what you want.


How about this...

in POSTBIT/POSTBIT LEGACY template find:
Code:

<div>$post[userawards]</div>
replace with:
Code:

<div id="awardspostmenu_$post[postid]"><b>View Awards</b>
  <script type="text/javascript"> vbmenu_register("awardspostmenu_$post[postid]", true); </script>
</div>
<div class="vbmenu_popup" id="awardspostmenu_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
        <tr>
                <td class="thead">$post[username]'s Awards</td>
        </tr>
<tr><td class="vbmenu_option">$post[userawards]</td></tr>

        </table>
</div>

Tell me what you think :)

Creed 03-20-2005 09:45 AM

This is becoming fun, I've decided to create a nice little extra that allows the user to choose whether or not to show the awards menu is shown in the postbit. This is controlled by an option in the User CP :)

Just follow the instructions on the attached txt file :)

Twiser 03-20-2005 09:53 AM

That looks awsome , Thx man :) :up:

Creed 03-20-2005 09:55 AM

Quote:

Originally Posted by Twiser
That looks awsome , Thx man :) :up:

No Problem, glad you like!


All times are GMT. The time now is 07:30 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.01235 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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