Quote:
Originally Posted by simonhind
this is an easy solutions to fix, you'll need to know the coding for it in the template
for example i had to but back in custom profile fields and had to located the field i used
<div class="etiket_postbit_alanI_userinfo_extra_yazIlar I">
eRep Donations<dd><a href="http://www.erepublik.com/en/economy/donate-items/{vb:raw post.field7}">link</a></dd></div>
is what i had to change it to
so the additonal red part is what i changed to get it to align with current style
variables
|
Simonhind
Thank you very much for this, helped me a lot but I have one small problem. The figure is now seen what I could only do we need that number to be in the same line, that I failed to fix and to pray for help?
Attachment 135438
This is the entry from the blog:
blog_postbit_entries_link
Code:
<div style="font-weight:solid; clear:both; background: url("images/etiket_postbit/etiket_postbit_rank.png") repeat center center transparent;
color:{vb:stylevar post_field_font_color};
border: {vb:stylevar post_field_border};
margin-top: 2px; "><dt>{vb:rawphrase blog_entries}</dt><dd>
{vb:raw post.entries}</dd></div>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"></div>
dbtech_thanks_postbit
Code:
<div style="background:url("images/etiket_postbit/etiket_postbit_avatar.png") repeat scroll 0 0 transparent;
color:{vb:stylevar post_field_font_color};
border:1px solid #DDDDDD;
margin-top: 2px; "><dd class="collapse" style="font-weight:solid; clear:both; ">{vb:rawphrase dbtech_thanks_stats} <a class="collapse" id="collapse_c_thanks_post{vb:raw post.postid}" href="{vb:raw relpath}#top" style="position:relative; top:0px; right:0px; float:none;" ></a></dd>
<dd>
<dl id="c_thanks_post{vb:raw post.postid}" background:{vb:stylevar post_field_background_color};
color:{vb:stylevar post_field_font_color};
border:{vb:stylevar post_field_border};">
{vb:raw stats}
</dl>
</dd></div>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI"></div>
downloads2_postbit
Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<dt>{vb:rawphrase dl2_downloads}</dt>{vb:raw post.dl2_downloads}</div>
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<dt>{vb:rawphrase dl2_uploads}</dt>{vb:raw post.dl2_uploads}</div>
I am grateful in advance for any help