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)

lostgirl815 08-01-2007 07:29 PM

Have you tried this suggestion from a few posts up?

Quote:

Originally Posted by Apophis (Post 1302683)
Here's a sample of how I display my ribbons (although it's in a considerably different place than the stock code).

Code:

<table width="425" border="0" cellspacing="0" cellpadding="0"><tr>
<td align="left"><div>$post[userawards]</div></td></tr></table>

You could replace the $post[userawards] line with something similar to what I have above and it should work for you with some minor tweaking.


djdonx 08-01-2007 09:04 PM

Should I change the original code, or add this underneath? :S

lostgirl815 08-01-2007 10:23 PM

When I tried it out, I added it underneath the original code and two sets of awards were displayed, so I'm guessing you can replace the original code with this. However, I am not a coder, and I'm just guessing - so keep that in mind.

djdonx 08-02-2007 06:57 AM

I've just realised that this code applies for the postbit template. I don't want a postbit edit, I need to change the profile view.
I just tried that code but it doesn't work ;)

lostgirl815 08-02-2007 07:58 AM

He did say he was working out some problems with it, which is why it's Beta again, but I don't recall that this was supposed to show on the profile anyway? Just the members' list and postbit?

djdonx 08-02-2007 08:27 AM

https://vborg.vbsupport.ru/external/2007/08/24.jpg

As you can see, it stretches

lostgirl815 08-02-2007 08:31 AM

Isn't the profile portion someone else's mod? But anyway, I'd think that a fixed table width would work for that too.

djdonx 08-02-2007 02:38 PM

Quote:

<!-- [START HACK='Yet Another Awards System hack' AUTHOR='HacNho'] -->
<if condition="$show['userawards']">
<fieldset class="fieldset">
<legend>$vbphrase[award_showcase]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td align="center">
$userawards
</td>
</tr>
</table>
</fieldset>
</if>
<!-- [END HACK='Yet Another Awards System hack' AUTHOR='HacNho'] -->
It says on the page /docs/award_install_template.html in the downloaded file to add that to the MEMBERINFO template

Adam21 08-02-2007 03:00 PM

Quote:

Originally Posted by djdonx (Post 1308115)
It says on the page /docs/award_install_template.html in the downloaded file to add that to the MEMBERINFO template

You can try posting that piece of MEMBERINFO template codes here to let us see if we could figure it out.

djdonx 08-02-2007 03:06 PM

PHP Code:

                    <if condition="$show['usernoteview']">
                        <
br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
                    </if>
                </
div>
            </
div>
            </if>

<!-- [
START HACK='Yet Another Awards System hack' AUTHOR='HacNho'] -->
<if 
condition="$show['userawards']">
    <
fieldset class="fieldset">
    <
legend>$vbphrase[award_showcase]</legend>
    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
        <
tr>
            <
td align="center">
                
$userawards
            
</td>
        </
tr>
    </
table>
    </
fieldset>
</if>
<!-- [
END HACK='Yet Another Awards System hack' AUTHOR='HacNho'] --> 



All times are GMT. The time now is 01:10 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.02040 seconds
  • Memory Usage 1,750KB
  • 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
  • (1)bbcode_php_printable
  • (3)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