The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Simple problem with the template postbit_legacy
I'm changing the style of the information of members in postbit_legacy, but when you insert the div tag in msnicon, skypeicon, etc. .. just some problems occurring
the code is: Code:
<if condition="$post[icqicon]"><div class="userinfo-dh" align="left">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] <if condition="$post['field5']"><a href="$post[field5]" target="_blank"><img src="/images/styles/bluepallite/misc/im_ok.png" border="0" alt="Visualizar meu profile no Orkut"></a></if> <if condition="$post['field7']"><a href="$post[field7]" target="_blank"><img src="/images/styles/bluepallite/misc/im_face.png" border="0" alt="Visualizar meu profile no Facebook"></a></if> <if condition="$post['field9']"><img src="$stylevar[imgdir_misc]/$post[field9].gif" alt="$post[field9]"/></if></div></if> The problem is, the icons only appear in the forum when the user has set on your usercp one orkut profile, see that orkut is the first order of the modifications, if we change the order, the icons will appear only if you define a response to the first modification of order simplifying if a User has a profile on orkut set on the UserCP, the instant messaging icons appear. more if he has no orkut, more has set another option, it does not, if I remove the changes to orkut, facebook and sexual orientation, the template works correctly for all users, I'm doing something wrong in the code that involves the <div> and <if> or something would be wrong in my css style? i wanted to help solve this problem CSS Style Code:
.userinfo-dh { font-family: Tahoma; font-size: 11px; text-decoration: none; background-color: #f2f2f2; border: 1px dotted #09518C; padding:2px; margin:3px; align:left; } observa??o: este problema ocorre apenas na parte das mensagens instant?neas |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|