vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   postbit drop down for V3Arcade awards (https://vborg.vbsupport.ru/showthread.php?t=104107)

Funkie 03-23-2006 09:38 PM

plz plz :)

350Chevy 03-30-2006 07:01 PM

Quote:

Originally Posted by Funkie
has this coder given up support

Yes, sorry.

I got tired of people posting hacks after only changing a few lines of code that weren't their hacks to release; other people creating great hacks and not posting them just to use on their site alone; among other things that I don't really feel like mentioning.

As far as making it look the way you want it to look, I will try to squeeze some time in to get it working for you. Sorry again.

Funkie 03-30-2006 07:22 PM

Hey thanks very much if you do get round to it would be most appreciated:)

350Chevy 04-01-2006 02:50 AM

To have the Arcade Awards have an underline try using this code

Code:

<!-- v3 Arcade -->
<div>
<div id="postmenu_arcade_$post[postid]">
<script type="text/javascript"> vbmenu_register("postmenu_arcade_$post[postid]", true); </script>
<u>Arcade Awards</u>
    <div class="vbmenu_popup" id="postmenu_arcade_$post[postid]_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
          <tr>
            <td class="thead">$post[username]'s Awards</td>
          </tr>
          <if condition="$post[arcadeawards]!=''">
              $post[arcadeawards]
          <else />
          <tr>
          <td class="vbmenu_option" title="nohilite">
              $post[username] has no awards.</td>
          </tr>
          </if>
        </table>
    </div>
</div>
<!-- /v3 Arcade -->

INSTEAD of

Code:

<!-- v3 Arcade -->
<div>
<div id="postmenu_arcade_$post[postid]">
<script type="text/javascript"> vbmenu_register("postmenu_arcade_$post[postid]", true); </script>
Arcade Awards
    <div class="vbmenu_popup" id="postmenu_arcade_$post[postid]_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
          <tr>
            <td class="thead">$post[username]'s Awards</td>
          </tr>
          <if condition="$post[arcadeawards]!=''">
              $post[arcadeawards]
          <else />
          <tr>
          <td class="vbmenu_option" title="nohilite">
              $post[username] has no awards.</td>
          </tr>
          </if>
        </table>
    </div>
</div>
<!-- /v3 Arcade -->


350Chevy 04-01-2006 02:56 AM

Also, I moved the trophy so it's placed next to the words Arcade Awards..

to do that find this in postbit_legacy:

Code:

<img src="$vboptions[arcadeimages]/trophy.gif" align="absmiddle" alt="Arcade Awards" border="0" /a>
and delete it...

and use this code in postbit_legacy

Code:

<!-- v3 Arcade -->
<div>
<div id="postmenu_arcade_$post[postid]">
<script type="text/javascript"> vbmenu_register("postmenu_arcade_$post[postid]", true); </script>
<u>Arcade Awards</u> <img src="$vboptions[arcadeimages]/trophy.gif" align="absmiddle" alt="Arcade Awards" border="0" /a>
    <div class="vbmenu_popup" id="postmenu_arcade_$post[postid]_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
          <tr>
            <td class="thead">$post[username]'s Awards</td>
          </tr>
          <if condition="$post[arcadeawards]!=''">
              $post[arcadeawards]
          <else />
          <tr>
          <td class="vbmenu_option" title="nohilite">
              $post[username] has no awards.</td>
          </tr>
          </if>
        </table>
    </div>
</div>
<!-- /v3 Arcade -->

INSTEAD of the original I have placed in the install notes..

which is:

Code:

<!-- v3 Arcade -->
<div>
<div id="postmenu_arcade_$post[postid]">
<script type="text/javascript"> vbmenu_register("postmenu_arcade_$post[postid]", true); </script>
Arcade Awards
    <div class="vbmenu_popup" id="postmenu_arcade_$post[postid]_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
          <tr>
            <td class="thead">$post[username]'s Awards</td>
          </tr>
          <if condition="$post[arcadeawards]!=''">
              $post[arcadeawards]
          <else />
          <tr>
          <td class="vbmenu_option" title="nohilite">
              $post[username] has no awards.</td>
          </tr>
          </if>
        </table>
    </div>
</div>
<!-- /v3 Arcade -->


murdo 07-14-2006 11:34 AM

This is awesome, thank you very much.

BUT

Is there any way to show these awards in the signature, NOT in a popup? so just one beside the other?

cunder 09-09-2007 08:01 AM

How I make this that also the Varcade awards to come stand on MEMBERINFO page just like in postbit!

please help me :erm:


All times are GMT. The time now is 11:28 AM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00987 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
  • (7)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