Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-10-2006, 11:54 AM
Syrupymonkey's Avatar
Syrupymonkey Syrupymonkey is offline
 
Join Date: May 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Big Problem Please Help Asap

I have a black bit on my gifts thing on member info profile page.

http://i5.tinypic.com/13z4c54.png

^ Link to image of problem

Attached is my style

below is the 'memberinfo' code

PHP Code:
$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</
head>
<
body>
$header
$navbar

<!-- main info avatarprofilepic etc. -->
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</
tr>
<
tr>
    <
td class="alt2">
        <
table cellpadding="0" cellspacing="0" border="0" width="100%">
        <
tr>
            <
td style="border-bottom:1px solid $stylevar[tborder_bgcolor]width="100%" colspan="2">            
                <if 
condition="$userinfo['rank'] OR $userinfo['reputationdisplay']">
                    <
div style="float:$stylevar[right]; padding:4px">
                        <if 
condition="$userinfo['rank']"><div align="center">$userinfo[rank]</div></if>
                        <if 
condition="$userinfo['reputationdisplay']"><div align="center">$userinfo[reputationdisplay]</div></if>
                    </
div>
                </if>            
                <!-- 
vbPlaza start -->
                <
div class="bigusername" <if condition="$userinfo['namestyle']">style="$userinfo[namestyle]"</if>>$userinfo[musername$userinfo[onlinestatus]</div>
<!-- 
vbPlaza end -->
                                <!-- 
vbPlaza start -->
                <if 
condition="$userinfo['usertitle']"><div class="smallfont" <if condition="$userinfo['titlestyle']">style="$userinfo[titlestyle]"</if>>$userinfo[usertitle]</div></if>
<!-- 
vbPlaza end -->
            </
td>
            <if 
condition="$show['profilepic']">
            <
td valign="top" align="$stylevar[right]rowspan="2">
                <
img src="$userinfo[profilepicurl]$userinfo[profilepicsizealt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" />
            </
td>
            </if>
        </
tr>
        <
tr valign="top">
            <if 
condition="$show['avatar']">
                <
td><img src="$userinfo[avatarurl]$userinfo[avatarsizealt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
            <else />
                <
td>&nbsp;</td>
            </if>
            <
td class="smallfont" valign="bottom" align="$stylevar[right]">
                <if 
condition="$show['lastactivity']">
                    <
div>$vbphrase[last_activity]: $userinfo[lastactivitydate] <span class="time">$userinfo[lastactivitytime]</span>&nbsp;</div>
                </if>
                <if 
condition="$show['currentlocation']">
                    <
div>$userinfo[action$userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</div>
                </if>
            </
td>
        </
tr>
        </
table>
    </
td>
</
tr>
</
table>
<!-- / 
main info avatarprofilepic etc. -->

<!-- 
button row -->
<if 
condition="$show['profilelinks']">
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<
tr align="center">
    <if 
condition="$userinfo['showvcard']">
        <
td class="vbmenu_control"><a href="member.php?$session[sessionurl]do=vcard&amp;u=$userinfo[userid]rel="nofollow">$vbphrase[download_vcard]</a></td>
    </if>
    <if 
condition="$show['member']">
    <
td class="vbmenu_control">
        <if 
condition="$show['addbuddylist']">
        <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
        <else />
        <
a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=buddy&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
        </if>
    </
td>
    <
td class="vbmenu_control">
        <if 
condition="$show['addignorelist']">
        <
a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_ignore_list]</phrase></a>
        <else />
        <
a href="profile.php?$session[sessionurl]do=removelist&amp;userlist=ignore&amp;u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_ignorelist]</phrase></a>
        </if>
    </
td>
    </if>
    <if 
condition="can_moderate()">
        <
td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
    </if>
</
tr>
</
table>
</if>
<!-- / 
button row -->

<
br />

<if 
condition="$show['signature']">
<!-- 
signature row -->
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="thead">$vbphrase[signature]</td>
</
tr>
<
tr>
    <
td class="alt1" title="$vbphrase[signature]">$userinfo[signature]</td>
</
tr>
</
table>
<!-- / 
signature row -->
<
br />
</if>


<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tr>
    <
td class="tcat" width="50%">$vbphrase[forum_info]</td>
    <
td class="tcat" width="50%">$vbphrase[contact_info]</td>
</
tr>
<
tr valign="top">

    <
td class="panelsurround" align="center">
    <
div class="panel">
        <
div align="$stylevar[left]">
        
            <
div class="fieldset">
                <
div style="padding:$stylevar[formspacer]px">
                    
$vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
                </
div>
            </
div>
            
            <
fieldset class="fieldset">
                <
legend>$vbphrase[posts]</legend>
                <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                <
tr>
                    <
td>
                        
$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
                    </
td>
                </
tr>
                <if 
condition="$vboptions['profilelastpost']">
                <
tr>
                    <
td>
                            
$vbphrase[last_post]:<br />
                            <
a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
                            
$userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
                    </
td>
                </
tr>
                </if>

                <
tr>
                    <
td><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
                </
tr>
                <
tr>
                    <
td><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
                </
tr>
                </
table>
            </
fieldset>
            
<if 
condition="$vboptions['ebux_enabled']">
            <
div class="fieldset">
                <
table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                <
thead>
                    <
tr align="center">
                        <
td class="thead"><a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('pointsmode')"><img id="collapseimg_pointsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pointsmode].gif" alt="" border="0" /></a>$vbphrase[ebux_name$vbphrase[ebux_points]</td>
                    </
tr>
                </
thead>
                <
tbody id="collapseobj_pointsmode" style="">
                    <
tr>
                        <
td class="alt1">
                            <
div class="smallfont"><a href="estore.php?do=donate&amp;userid=$userinfo[userid]">$vbphrase[ebux_points]</a>: $userinfo[points]</div>
                            <
div class="smallfont">$vbphrase[ebux_bank]: $userinfo[bank]</div>
                            <
div class="smallfont"><phrase 1="$vbphrase[ebux_points]">$vbphrase[ebux_total_points]</phrase>: $userinfo[totalpoints]</div><br />
                            <if 
condition="$show['namechanges']"><br /><div class="smallfont"><a href="estore.php?do=namechanges&amp;userid=$userinfo[userid]"><phrase 1="$vbphrase[username]">$vbphrase[estore_view_username_change_history]</phrase></div></if>
                        </
td>
                    </
tr>
                </
tbody>
                </
table>
            </
div>
            </if>
            <!-- 
vbPlaza start -->
            <if 
condition="$vboptions['vbbux_enabled']">
            <
div class="fieldset">
                <
table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                <
thead>
                    <
tr align="center">
                        <
td class="thead"><a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('pointsmode')"><img id="collapseimg_pointsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pointsmode].gif" alt="" border="0" /></a>$vbphrase[vbbux_name$vbphrase[vbbux_points]</td>
                    </
tr>
                </
thead>
                <
tbody id="collapseobj_pointsmode" style="">
                    <
tr>
                        <
td class="alt1">
                            <
div class="smallfont">$vbphrase[vbbux_points]: $userinfo[points]</div>
                            <
div class="smallfont">$vbphrase[vbbux_bank]: $userinfo[bank]</div>
                            <
div class="smallfont"><phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $userinfo[totalpoints]</div>
                            <
div class="smallfont"><a href="vbplaza.php?do=donate&amp;userid=$userinfo[userid]">$vbphrase[vbplaza_donate]</a></div>
                            <if 
condition="$show['userhistory']"><div class="smallfont"><a href="vbplaza.php?do=userhistory&amp;userid=$userinfo[userid]">$vbphrase[vbplaza_user_history]</a></div></if>
                            <if 
condition="$show['namechanges']"><br /><div class="smallfont"><a href="vbplaza.php?do=namechanges&amp;userid=$userinfo[userid]"><phrase 1="$vbphrase[username]">$vbphrase[vbplaza_view_username_change_history]</phrase></div></if>
                        </
td>
                    </
tr>
                </
tbody>
                </
table>
            </
div>
            </if>
            
            <if 
condition="$show['gifts']">
            <
div class="fieldset">
                <
table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                <
thead>
                    <
tr align="center">
                        <
td class="thead" colspan="4"><a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('usergiftsmode')"><img id="collapseimg_usergiftsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_usergiftsmode].gif" alt="" border="0" /></a>$vbphrase[vbplaza_gifts]</td>
                    </
tr>
                </
thead>
                <
tbody id="collapseobj_usergiftsmode" style="">
                    <
tr>
                        <
td class="tcat"></td>
                        <
td class="tcat">$vbphrase[vbplaza_sender]</td>
                        <
td class="tcat">$vbphrase[vbplaza_message]</td>
                        <
td class="tcat"><if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if></td>
                    </
tr>
                    
$userinfo[gifts]
                </
tbody>
                </
table>
            </
div>
            </if>
            
            <if 
condition="$show['ribbons']">
            <
div class="fieldset">
                <
table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
                <
thead>
                    <
tr align="center">
                        <
td class="thead" colspan="4"><a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('userribbonsmode')"><img id="collapseimg_userribbonsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_userribbonsmode].gif" alt="" border="0" /></a>$vbphrase[vbplaza_ribbons]</td>
                    </
tr>
                </
thead>
                <
tbody id="collapseobj_userribbonsmode" style="">
                    <
tr>
                        <
td class="tcat"></td>
                        <
td class="tcat">$vbphrase[vbplaza_sender]</td>
                        <
td class="tcat">$vbphrase[vbplaza_cause]</td>
                        <
td class="tcat"><if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if></td>
                    </
tr>
                    
$userinfo[ribbons]
                </
tbody>
                </
table>
            </
div>
            </if>
<!-- 
vbPlaza end -->
                        <if 
condition="$vboptions['usereferrer']">
            <
div class="fieldset">
                <
div style="padding:$stylevar[formspacer]px">
                    
$vbphrase[referrals]: <strong>$referrals</strong>
                </
div>
            </
div>
            </if>
            
            <if 
condition="$show['usernotes']">
            <
div class="fieldset">
                <
div style="padding:$stylevar[formspacer]px">
                    
$vbphrase[user_notes]:
                    <if 
condition="$show['usernoteview']">
                        <
strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
                    </if>
                    <if 
condition="$show['usernotepost']">
                        [<
a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
                    </if>
                    <if 
condition="$show['usernoteview']">
                        <
br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
                    </if>
                </
div>
            </
div>
            </if>
        
        </
div>
    </
div>
    </
td>
    
    <
td class="panelsurround" align="center">
    <
div class="panel">
        <
div align="$stylevar[left]">
        
            <
div class="fieldset">
                <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                <if 
condition="!$show['contactlinks']">
                <
tr>
                    <
td><strong><phrase 1="$userinfo[username]">$vbphrase[x_has_no_contact_info]</phrase></strong></td>
                </
tr>                
                </if>
                <if 
condition="$show['homepage']">
                <
tr>
                    <
td>
                        
$vbphrase[home_page]:<br />
                        <
a href="$userinfo[homepage]target="_blank" dir="ltr">$userinfo[homepage]</a>
                    </
td>
                </
tr>
                </if>
                <if 
condition="$show['email']">
                <
tr>
                    <
td>
                        
$vbphrase[email]:<br />
                        <
a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
                    </
td>
                </
tr>
                </if>
                <if 
condition="$show['pm']">
                <
tr>
                    <
td>
                        
$vbphrase[private_message]:<br />
                        <
a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
                    </
td>
                </
tr>
                </if>
                </
table>
            </
div>
            
            <if 
condition="$show['hasimicons']">
            <
fieldset class="fieldset">
                <
legend>$vbphrase[instant_messaging]</legend>
                <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                <if 
condition="$show['textimicons']">
                    <if 
condition="$userinfo['showicq']">
                    <
tr>
                        <
td>$vbphrase[icq]</td>
                        <
td>$userinfo[icq]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showaim']">
                    <
tr>
                        <
td>$vbphrase[aim]</td>
                        <
td>$userinfo[aim]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showmsn']">
                    <
tr>
                        <
td>$vbphrase[msn]</td>
                        <
td>$userinfo[msn]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showyahoo']">
                    <
tr>
                        <
td>$vbphrase[yahoo]</td>
                        <
td>$userinfo[yahoo]</td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['skype']">
                    <
tr>
                        <
td>$vbphrase[skype]</td>
                        <
td>$userinfo[skype]</td>
                    </
tr>
                    </if>
                <else />
                    <if 
condition="$userinfo['showicq']">
                    <
tr>
                        <
td>$userinfo[icqicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showaim']">
                    <
tr>
                        <
td>$userinfo[aimicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showmsn']">
                    <
tr>
                        <
td>$userinfo[msnicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showyahoo']">
                    <
tr>
                        <
td>$userinfo[yahooicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
                    </
tr>
                    </if>
                    <if 
condition="$userinfo['showskype']">
                    <
tr>
                        <
td>$userinfo[skypeicon]</td>
                        <
td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
                    </
tr>
                    </if>
                </if>
                </
table>
            </
fieldset>
            </if>
            
        
        </
div>
    </
div>
    </
td>
    
</
tr>
<
tr>
    <
td class="tcat" width="50%">$vbphrase[additional_information]</td>
    <
td class="tcat" width="50%">$vbphrase[group_memberships]</td>
</
tr>
<
tr valign="top">

    <
td class="panelsurround" align="center">
    <
div class="panel">
        <
div align="$stylevar[left]">
        
        <
div class="fieldset">
            <if 
condition="$show['extrainfo']">
                <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                <if 
condition="$show['birthday']">
                <
tr>
                    <
td>
                        <
strong>$vbphrase[birth_date]</strong>:<br />
                        
$userinfo[birthday]
                    </
td>
                </
tr>
                </if>
                <if 
condition="$show['age']">
                <
tr>
                    <
td>
                        <
strong>$vbphrase[age]</strong>:<br />
                        
$userinfo[age]
                    </
td>
                </
tr>
                </if>
                
$customfields
                
</table>
            <else />
                <
em>$vbphrase[n_a]</em>
            </if>
        </
div>
        
        </
div>
    </
div>
    </
td>
    
    <
td class="panelsurround" align="center">
    <
div class="panel">
        <
div align="$stylevar[left]">
        
            <
div class="fieldset">
                <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                <
tr>
                    <if 
condition="$show['membergroups']">
                    <
td></td>
                    <else />
                    <
td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
                    </if>
                </
tr>
                
$membergroupbits
                
</table>
            </
div>
        
        </
div>
    </
div>
    </
td>

</
tr>
</
table>
<!-- [
START HACK='Yet Another Awards System hack' AUTHOR='HacNho'] -->
$awards_showcase
<!-- [END HACK='Yet Another Awards System hack' AUTHOR='HacNho'] -->
$footer

</body>
</
html
If someone could sort this I would be very greatful.


THANKS!
Attached Files
File Type: xml chatzone-style.xml (86.1 KB, 1 views)
Reply With Quote
  #2  
Old 06-10-2006, 12:11 PM
Ramsesx's Avatar
Ramsesx Ramsesx is offline
 
Join Date: Aug 2005
Location: Southern Germany
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think you need to change the colspan to 5 or 3 where is:
PHP Code:
<td class="thead" [COLOR="#ff0000"]colspan="4"[/COLOR]><a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('usergiftsmode')"><img id="collapseimg_usergiftsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_usergiftsmode].gif" alt="" border="0" /></a>$vbphrase[vbplaza_gifts]</td
                    </
tr
                </
thead
                <
tbody id="collapseobj_usergiftsmode" style=""
                    <
tr
                        <
td class="tcat"></td
                        <
td class="tcat">$vbphrase[vbplaza_sender]</td
                        <
td class="tcat">$vbphrase[vbplaza_message]</td
                        <
td class="tcat"><if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if></td
                    </
tr
                    
$userinfo[gifts
                </
tbody
                </
table
            </
div
            </if> 
             
            <if 
condition="$show['ribbons']"
            <
div class="fieldset"
                <
table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center"
                <
thead
                    <
tr align="center"
                        <
td class="thead" [COLOR="Red"]colspan="4"[/COLOR]><a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('userribbonsmode')"><img id="collapseimg_userribbonsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_userribbonsmode].gif" alt="" border="0" /></a>$vbphrase[vbplaza_ribbons]</td
                    </
tr
                </
thead
                <
tbody id="collapseobj_userribbonsmode" style=""
                    <
tr
                        <
td class="tcat"></td
                        <
td class="tcat">$vbphrase[vbplaza_sender]</td
                        <
td class="tcat">$vbphrase[vbplaza_cause]</td
                        <
td class="tcat"><if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if></td
                    </
tr
                    
$userinfo[ribbons
                </
tbody
                </
table
Reply With Quote
  #3  
Old 06-10-2006, 12:24 PM
Syrupymonkey's Avatar
Syrupymonkey Syrupymonkey is offline
 
Join Date: May 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would someone please be able to do that for me? Sorry NEWB HERE
Reply With Quote
  #4  
Old 06-10-2006, 12:37 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's displaying fine here in both IE and FF
Reply With Quote
  #5  
Old 06-10-2006, 01:47 PM
Syrupymonkey's Avatar
Syrupymonkey Syrupymonkey is offline
 
Join Date: May 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In my browsers it's showing a black block.
Reply With Quote
  #6  
Old 06-10-2006, 01:54 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you done a hard refresh (ALT + F5)?

What browser are you using?
Reply With Quote
  #7  
Old 06-10-2006, 02:44 PM
Syrupymonkey's Avatar
Syrupymonkey Syrupymonkey is offline
 
Join Date: May 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nopes not working still.

I use Mozilla Firefox.
Reply With Quote
  #8  
Old 06-10-2006, 03:12 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

code wise there is no reason at all for the black box.

I suggest posting a link to a page where you see it (not a screenshot) and then you can get feedback from other people too.
Reply With Quote
  #9  
Old 06-10-2006, 03:54 PM
Syrupymonkey's Avatar
Syrupymonkey Syrupymonkey is offline
 
Join Date: May 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok. Thanks

Here it is:

http://www.sliceofhabbo.co.uk/Mike/member.php?u=36
Reply With Quote
  #10  
Old 06-10-2006, 04:00 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, try this.

in your member info template

FIND

Code:
<if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if>
REPLACE WITH

Code:
<if condition="$show['candelete']">$vbphrase[vbplaza_delete]<else />&nbsp</if>
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05225 seconds
  • Memory Usage 2,660KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete