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)
-   -   [VBPlaza] MEMBER INFO (BETTER LOOK) (https://vborg.vbsupport.ru/showthread.php?t=124825)

Ben Wilkins 08-23-2006 10:00 PM

[VBPlaza] MEMBER INFO (BETTER LOOK)
 
Okey this will make the member info look better from the original.. It will make it fit in with the rest of the infomation..

Look at the screenshots for an example


In Memberinfo:

Find:
PHP Code:

<!-- vbPlaza start -->
            <if 
condition="$vboptions['vbbux_enabled']">$show[vbbuxuserinfo]</if>
            <if 
condition="$show['gifts']">$show[gifts]</if>
            <if 
condition="$show['ribbons']">$show[ribbons]</if>
<!-- 
vbPlaza end --> 

Replace with:
PHP Code:

<!-- vbPlaza start -->

            <
fieldset class="fieldset">
                <
legend>TMBux User Info</legend>
                <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                <
tr>
                    <
td>
<if 
condition="$show['pointsinpostbit']">
$vbphrase[vbbux_points]: $post[points]<br />
$vbphrase[vbbux_bank]: $post[bank]<br />
<
phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $post[totalpoints]<br />
<
a href="vbplaza.php?do=donate&amp;userid=$post[userid]">$vbphrase[vbplaza_donateto $userinfo[username]</a><br />
</if>

</
td>
                </
tr>
                </
table>
            </
fieldset>
<!-- 
vbPlaza end --> 


Gizmo5h1t3 08-24-2006 09:20 PM

nice, but youre taking out the gifts and ribbons with the edit?????

y2krazy 08-25-2006 02:07 AM

Figure out a way to include the Gifts & Ribbons and it'll be an improvement. Gj, though. ;)


All times are GMT. The time now is 06:05 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.00984 seconds
  • Memory Usage 1,727KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete