View Full Version : Show Thread Enhancements - A nice Postbit_legacy - vb4
eTiKeT?
12-27-2009, 10:00 PM
Note : Support will not be provided
Demo : Click (http://vizilti.net/vb4-hazir-postbit-postbit_legacy/9883-etiket-edit-sade-bir-vbulletin-postbit_legacy-vbulletin-4_0-versiyonu/)
Installation
Step 1
admincp >> Styles & Templates >> Style Manager >> Theme >> Edit Templates
postbit.css: Add to the end
/* eTiKeT Postbit_Legacy*/
.eti_postbit {
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
background-color: rgb(240,240,240);
border-top: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-left: 2px solid #c4c4c4;
border-bottom: 1px solid #c4c4c4;
margin-bottom: 3px;
}
Step 2
admincp >> Styles & Templates >> Style Manager >> Theme >> Edit Templates
postbit_legacy: Change the entire
{vb:raw template_hook.postbit_start}
<li class="postbitlegacy postbitim" id="post_{vb:raw post.postid}">
<!-- see bottom of postbit.css for .userinfo .popupmenu styles -->
<div class="posthead">
<label for="post_imod_checkbox_{vb:raw post.postid}">
<span class="postdate {vb:raw post.statusicon}">
<vb:if condition="$show['announcement']">
<span class="date">{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}</span>
<vb:else />
<span class="date">{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw post.posttime}</span></vb:if></span>
</vb:if>
</span>
</label>
<span class="nodecontrols">
<vb:if condition="$post['postid'] AND $post['threadid']">
<a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="postcounter">#{vb:raw post.postcount}</a>
</vb:if>
<vb:if condition="$show['inlinemod']">
<input class="postimod" type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="plist[{vb:raw post.postid}]" value="{vb:raw post.checkbox_value}" />
</vb:if>
</span>
</div>
<div class="postdetails">
<div class="userinfo">
<div class="eti_postbit">
<div class="username_container">
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if>
</div> </div>
<div class="eti_postbit">
{vb:raw post.usertitle}
</div>
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['avatar']">
<div class="eti_postbit_2">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a></div>
</vb:if>
<vb:if condition="$post['rank']">
<div class="eti_postbit">
<span class="rank">
{vb:raw post.rank}</span>
</div></vb:if>
<vb:if condition="$post['userid']">
<div class="eti_postbit">
Status : {vb:raw post.onlinestatus}</div>
<vb:if condition="$post['joindate']">
<div class="eti_postbit">
{vb:rawphrase join_date}: {vb:raw post.joindate}
</div> </vb:if>
<vb:if condition="$post['field2']">
<div class="eti_postbit"> {vb:rawphrase location_perm}: {vb:raw post.field2}</div></vb:if>
<vb:if condition="$post['age']">
<div class="eti_postbit">
<{vb:rawphrase age}: {vb:raw post.age}</div></vb:if>
<div class="eti_postbit">
{vb:rawphrase 'posts'}: {vb:raw post.posts}</div>
<vb:if condition="$show['reputation']">
<div class="eti_postbit">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
</div></vb:if>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
<vb:if condition="$show['infraction'] OR $show['reppower']">
<dl class="user_rep">
<vb:if condition="$show['infraction']">
<div class="eti_postbit">
{vb:rawphrase infractions}<br />
{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</div>
</vb:if>
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
<div class="eti_postbit">
{vb:rawphrase reppower}<br />
<dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
</div></vb:if>
</vb:if>
</vb:if>
{vb:raw template_hook.postbit_userinfo_right}
<div class="imlinks"><div class="eti_postbit">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div></div>
</vb:if>
</div>
<div class="postbody">
<div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
{vb:raw template_hook.postbit_messagearea_start}
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="title icon icon{vb:raw post.iconid}">
{vb:raw post.title}
</h2>
</vb:if>
<vb:if condition="$post['isfirstshown']">
{vb:raw ad_location.ad_showthread_firstpost_start}
{vb:raw ad_location.thread_first_post_content}
</vb:if>
<vb:if condition="$post['islastshown']">
{vb:raw ad_location.thread_last_post_content}
</vb:if>
<div class="content<vb:if condition="$post['isfirstshown'] || $post['islastshown']"></vb:if>">
<div id="post_message_{vb:raw post.postid}">
<blockquote class="postcontent restore ">
{vb:raw post.message}
</blockquote>
</div>
<vb:if condition="$show['attachments']">
<div class="attachments">
<vb:if condition="$show['thumbnailattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_thumbnails}</legend>
{vb:raw post.thumbnailattachments}
</fieldset>
</vb:if>
<vb:if condition="$show['imageattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
{vb:raw post.imageattachments}
</fieldset>
</vb:if>
<vb:if condition="$show['imageattachmentlink']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
<ul>
{vb:raw post.imageattachmentlinks}
</ul>
</fieldset>
</vb:if>
<vb:if condition="$show['otherattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_files}</legend>
<ul>
{vb:raw post.otherattachments}
</ul>
</fieldset>
</vb:if>
<vb:if condition="$show['moderatedattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attachments_pending_approval}</legend>
<ul>
{vb:raw post.moderatedattachments}
</ul>
</fieldset>
</vb:if>
</div>
<!-- / attachments -->
</vb:if>
</div>
</div>
<vb:if condition="$show['postedited'] || $post['signature']">
<div class="after_content">
<vb:if condition="$show['postedited']">
<!-- edit note -->
<blockquote class="postcontent lastedited">
<!-- <img src="{vb:stylevar imgdir_button}/edit_40b.png" class="inlineimg" alt="" /> -->
<vb:if condition="$show['postedithistory']">
{vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
{vb:raw post.edit_time}, {vb:raw post.historyurl}}
<vb:else />
{vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
</vb:if>
<vb:if condition="$post['edit_reason']">
<span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
</vb:if>
</blockquote>
<!-- / edit note -->
</vb:if>
{vb:raw template_hook.postbit_signature_start}
<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
{vb:raw template_hook.postbit_signature_end}
</vb:if>
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
<div class="cleardiv"></div>
</div>
</div>
<div class="postfoot">
<!-- <div class="postfoot_container"> -->
<div class="textcontrols">
<span class="postcontrols">
<img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
<vb:if condition="$post['editlink']">
<a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:stylevar imgdir_button}/trans_40b.png" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$show['quickreply'] AND !$show['threadedmode']">
<a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$post['replylink']">
<a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><img id="quoteimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase reply_with_quote}" /> {vb:rawphrase reply_with_quote}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$show['multiquote_post']">
<a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase multi_quote_this_message}" /> </a>
</vb:if>
</span>
<span class="postlinking">
<vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote'">
<vb:if condition="$promote_sectionid">
<a href="{vb:raw $promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
<span class="seperator"> </span>
</vb:if>
</vb:if>
{vb:raw template_hook.postbit_controls}
{vb:raw post.iplogged}
<vb:if condition="$show['reputationlink']">
<span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" title="Reputation" href="reputation.php?{vb:raw session.sessionurl}p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="Reputation" /> --> </a></span>
</vb:if>
<vb:if condition="$show['infractionlink']">
<a class="infraction" href="infraction.php?{vb:raw session.sessionurl}do=report&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}"><!-- <img src="{vb:stylevar imgdir_button}/add-infraction_sm.png" alt="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}" /> --> </a>
</vb:if>
<vb:if condition="$show['reportlink']">
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a>
</vb:if>
<vb:if condition="$show['moderated']">
<img class="moderated" src="{vb:stylevar imgdir_misc}/moderated_sm.png" alt="{vb:rawphrase moderated_post}" />
</vb:if>
<vb:if condition="$show['spam']">
<img class="spam" src="{vb:stylevar imgdir_misc}/spam_detected.png" alt="{vb:rawphrase spam_post}" />
</vb:if>
<vb:if condition="$show['deletedpost']">
<vb:if condition="$show['managepost']">
<a class="deleted" href="postings.php?{vb:raw session.sessionurl}do=managepost&p={vb:raw post.postid}" title="{vb:rawphrase manage}"><!-- <img src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase manage}" /> --> </a>
<vb:else />
<img class="deleted_nolink" class="inlineimage src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase deleted_post}" />
</vb:if>
</vb:if>
<vb:if condition="$show['redcard']">
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> </a>
<vb:elseif condition="$show['yellowcard']" />
<a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><!--<img src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /> --> </a>
</vb:if>
<vb:if condition="$post['forwardlink']">
<a class="forwardpost" href="{vb:raw post.forwardlink}" rel="nofollow"><img src="{vb:stylevar imgdir_button}/reply_40b.png" alt="{vb:rawphrase forward_message}" /> {vb:rawphrase forward}</a>
</vb:if>
</span>
<!-- </div> -->
</div>
</div>
<hr />
</li>
{vb:raw template_hook.postbit_end}
Step 3 :
If you are vBulletin Blog using
admincp >> Styles & Templates >> Style Manager >> Theme >> Edit Templates
blog_postbit_entries_link: Change to all
<div class="eti_postbit">
<{vb:rawphrase blog_entries} : <a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></div>
Step 4 :
If you are Post Thank You Hack using ..
admincp >> Styles & Templates >> Style Manager >> Theme >> Edit Templates
post_thanks_postbit_info: Change to all
<vb:if condition="$post['userid']">
<div class="eti_postbit">
<dt>{vb:rawphrase post_thanks_thanks} : {vb:raw post.post_thanks_user_amount_formatted}</div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<div class="eti_postbit">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar right};">{vb:rawphrase post_thanks_time_post}</div>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="eti_postbit">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar right};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
<vb:else />
<div class="eti_postbit">
{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</div>
</vb:if>
</vb:if>
Step 5 : Other Changes
status online postbit text --->>> https://vborg.vbsupport.ru/showthread.php?t=231163
Post Thank You Hack --->>> https://vborg.vbsupport.ru/showthread.php?t=231666
Gender in Postbit or Postbit Legacy --->>> https://vborg.vbsupport.ru/showthread.php?t=231260
Updated -10 /01/20109
Some errors were Expenses
https://vborg.vbsupport.ru/external/2009/12/23.jpg
yilmaz
12-28-2009, 11:03 AM
Installed - works and looks brilliant thank you.
Süper iş çıkarmışsın ellerine sağlık.
mandingo
12-28-2009, 03:49 PM
Another "version":
https://vborg.vbsupport.ru/showthread.php?t=231125
Switch3130
12-28-2009, 04:05 PM
Great work way better than any other version posted.
mandingo
12-28-2009, 04:10 PM
Great work way better than any other version posted.
Agreed, could a mod delete mine?
afritz
12-28-2009, 04:18 PM
Installed - works like charms...
thanks
nightbloom
12-28-2009, 04:25 PM
And the Alta Add
Im not sure what this means....
GrossKopf
12-28-2009, 06:50 PM
Im not sure what this means....
I'm taking a guess this means at the end?
eTiKeT?
12-29-2009, 04:35 AM
Im not sure what this means....
goole translate Error
I'm taking a guess this means at the end?
Yes Exactly
Dr.osamA
12-29-2009, 07:20 AM
thanxxxx
installed
________
Uggs (http://uggstoreshop.com/)
blake247
12-30-2009, 04:04 AM
Installed. Thanks!
steve1966
12-30-2009, 08:11 AM
thanks
coberr
12-30-2009, 08:12 PM
I have a litlle problem.
Please check the the picture.
https://vborg.vbsupport.ru/external/2009/12/3.jpg
How to fix the Thanks and Rep Power?
Thanks.
kanzleramt
12-31-2009, 01:48 PM
how can I order the tabele so? every time I BeKom blemishes
https://vborg.vbsupport.ru/attachment.php?attachmentid=99598&d=1243325691
M3xital
12-31-2009, 02:10 PM
I have a litlle problem.
Please check the the picture.
https://vborg.vbsupport.ru/external/2009/12/3.jpg
How to fix the Thanks and Rep Power?
Thanks.
Have the same problem.
icemann
01-01-2010, 07:53 PM
Very nice and installed. :cool:
DataHero
01-02-2010, 07:44 AM
Thanks for sharing! Installed. :)
abbasbsp
01-02-2010, 04:56 PM
thanks, install and modif ....
https://vborg.vbsupport.ru/attachment.php?attachmentid=108849&stc=1&d=1262458589
M3xital
01-02-2010, 06:20 PM
I really like this Mod, but i have this problem the alignment of some of the information, can you help me?
elwachiman
01-02-2010, 06:35 PM
I really like this Mod, but i have this problem the alignment of some of the information, can you help me?
I have the same problem but with more detail, appears misaligned certain things in the postbit as do to fix it, any idea or suggestion, thanks
https://vborg.vbsupport.ru/attachment.php?attachmentid=108857&stc=1&d=1262464453
abbasbsp
01-02-2010, 06:54 PM
Step 2
* admincp >> Styles & Templates >> Style Manager >>Edit Templates >> Postbit_Legacy >> Open
o Complete change
{vb:raw template_hook.postbit_start}
<li class="postbitlegacy postbitim" id="post_{vb:raw post.postid}">
<!-- see bottom of postbit.css for .userinfo .popupmenu styles -->
<div class="posthead">
<label for="post_imod_checkbox_{vb:raw post.postid}">
<span class="postdate {vb:raw post.statusicon}">
<vb:if condition="$show['announcement']">
<span class="date">{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}</span>
<vb:else />
<span class="date">{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw post.posttime}</span></vb:if></span>
</vb:if>
</span>
</label>
<span class="nodecontrols">
<vb:if condition="$post['postid'] AND $post['threadid']">
<a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="postcounter">#{vb:raw post.postcount}</a>
</vb:if>
<vb:if condition="$show['inlinemod']">
<input class="postimod" type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="plist[{vb:raw post.postid}]" value="{vb:raw post.checkbox_value}" />
</vb:if>
</span>
</div>
<div class="postdetails">
<div class="userinfo">
<div class="username_container">
<center><div class="eti_postbit">
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if></div>
</div>
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['avatar']"><div class="eti_postbit">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</div> </vb:if>
<div class="eti_postbit">
{vb:raw post.usertitle}</div>
<div class="eti_postbit">
<vb:if condition="$post['rank']">
{vb:raw post.rank}</vb:if></div>
</center>
<div class="eti_postbit">
User ID: {vb:raw post.userid}</div>
<div class="eti_postbit">
Status: {vb:raw post.onlinestatus}</div>
<vb:if condition="$post['userid']">
<vb:if condition="$post['joindate']">
<div class="eti_postbit">
{vb:rawphrase join_date} : {vb:raw post.joindate}
</div></vb:if>
<vb:if condition="$post['field2']"> <div class="eti_postbit">
{vb:rawphrase location_perm} : {vb:raw post.field2}
</div></vb:if>
<vb:if condition="$post['age']"> <div class="eti_postbit">
{vb:rawphrase age} : {vb:raw post.age}</div>
</vb:if>
<div class="eti_postbit">
{vb:rawphrase 'posts'} : {vb:raw post.posts}
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</div>
<div class="eti_postbit">
{vb:rawphrase blog_entries} : <a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></div>
<div class="eti_postbit">
{vb:rawphrase dl2_downloads} : {vb:raw post.dl2_downloads}
<dd>{vb:rawphrase dl2_uploads} : {vb:raw post.dl2_uploads}</dd></div>
<div class="eti_postbit">
<vb:if condition="$post['userid']">
{vb:rawphrase post_thanks_thanks} : {vb:raw post.post_thanks_user_amount_formatted}
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd>{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>
</div>
<div class="eti_postbit">
<vb:if condition="$show['reppower']">
{vb:rawphrase reppower} : {vb:raw post.reppower}
</vb:if>
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
</div>
</vb:if>
<vb:if condition="$show['infraction'] OR $show['reppower']">
<dl class="user_rep">
<vb:if condition="$show['infraction']">
<dt>{vb:rawphrase infractions}</dt>
<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
<vb:if condition="$show['reputation']">
</dl>
</vb:if></vb:if>
{vb:raw template_hook.postbit_userinfo_right}
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
</vb:if>
</div>
<div class="postbody">
<div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
{vb:raw template_hook.postbit_messagearea_start}
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="title icon icon{vb:raw post.iconid}">
{vb:raw post.title}
</h2>
</vb:if>
<vb:if condition="$post['isfirstshown']">
{vb:raw ad_location.ad_showthread_firstpost_start}
{vb:raw ad_location.thread_first_post_content}
</vb:if>
<vb:if condition="$post['islastshown']">
{vb:raw ad_location.thread_last_post_content}
</vb:if>
<div class="content<vb:if condition="$post['isfirstshown'] || $post['islastshown']"></vb:if>">
<div id="post_message_{vb:raw post.postid}">
<blockquote class="postcontent restore ">
{vb:raw post.message}
</blockquote>
</div>
<vb:if condition="$show['attachments']">
<div class="attachments">
<vb:if condition="$show['thumbnailattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_thumbnails}</legend>
{vb:raw post.thumbnailattachments}
</fieldset>
</vb:if>
<vb:if condition="$show['imageattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
{vb:raw post.imageattachments}
</fieldset>
</vb:if>
<vb:if condition="$show['imageattachmentlink']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
<ul>
{vb:raw post.imageattachmentlinks}
</ul>
</fieldset>
</vb:if>
<vb:if condition="$show['otherattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_files}</legend>
<ul>
{vb:raw post.otherattachments}
</ul>
</fieldset>
</vb:if>
<vb:if condition="$show['moderatedattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attachments_pending_approval}</legend>
<ul>
{vb:raw post.moderatedattachments}
</ul>
</fieldset>
</vb:if>
</div>
<!-- / attachments -->
</vb:if>
</div>
</div>
<vb:if condition="$show['postedited'] || $post['signature']">
<div class="after_content">
<vb:if condition="$show['postedited']">
<!-- edit note -->
<blockquote class="postcontent lastedited">
<!-- <img src="{vb:stylevar imgdir_button}/edit_40b.png" class="inlineimg" alt="" /> -->
<vb:if condition="$show['postedithistory']">
{vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
{vb:raw post.edit_time}, {vb:raw post.historyurl}}
<vb:else />
{vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
</vb:if>
<vb:if condition="$post['edit_reason']">
<span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
</vb:if>
</blockquote>
<!-- / edit note -->
</vb:if>
<vb:if condition="$show['member']">
{vb:raw template_hook.postbit_signature_start}
<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
{vb:raw template_hook.postbit_signature_end}
</vb:if></vb:if>
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
<div class="cleardiv"></div>
</div>
</div>
<div class="postfoot">
<!-- <div class="postfoot_container"> -->
<div class="textcontrols">
<span class="postcontrols">
<img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
<vb:if condition="$post['editlink']">
<a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:stylevar imgdir_button}/trans_40b.png" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$show['quickreply'] AND !$show['threadedmode']">
<a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$post['replylink']">
<a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><img id="quoteimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase reply_with_quote}" /> {vb:rawphrase reply_with_quote}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$show['multiquote_post']">
<a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase multi_quote_this_message}" /> </a>
</vb:if>
</span>
<span class="postlinking">
<vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote'">
<vb:if condition="$promote_sectionid">
<a href="{vb:raw $promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
<span class="seperator"> </span>
</vb:if>
</vb:if>
{vb:raw template_hook.postbit_controls}
{vb:raw post.iplogged}
<vb:if condition="$show['reputationlink']">
<span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" title="Reputation" href="reputation.php?{vb:raw session.sessionurl}p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="Reputation" /> --> </a></span>
</vb:if>
<vb:if condition="$show['infractionlink']">
<a class="infraction" href="infraction.php?{vb:raw session.sessionurl}do=report&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}"><!-- <img src="{vb:stylevar imgdir_button}/add-infraction_sm.png" alt="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}" /> --> </a>
</vb:if>
<vb:if condition="$show['reportlink']">
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a>
</vb:if>
<vb:if condition="$show['moderated']">
<img class="moderated" src="{vb:stylevar imgdir_misc}/moderated_sm.png" alt="{vb:rawphrase moderated_post}" />
</vb:if>
<vb:if condition="$show['spam']">
<img class="spam" src="{vb:stylevar imgdir_misc}/spam_detected.png" alt="{vb:rawphrase spam_post}" />
</vb:if>
<vb:if condition="$show['deletedpost']">
<vb:if condition="$show['managepost']">
<a class="deleted" href="postings.php?{vb:raw session.sessionurl}do=managepost&p={vb:raw post.postid}" title="{vb:rawphrase manage}"><!-- <img src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase manage}" /> --> </a>
<vb:else />
<img class="deleted_nolink" class="inlineimage src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase deleted_post}" />
</vb:if>
</vb:if>
<vb:if condition="$show['redcard']">
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> </a>
<vb:elseif condition="$show['yellowcard']" />
<a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><!--<img src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /> --> </a>
</vb:if>
<vb:if condition="$post['forwardlink']">
<a class="forwardpost" href="{vb:raw post.forwardlink}" rel="nofollow"><img src="{vb:stylevar imgdir_button}/reply_40b.png" alt="{vb:rawphrase forward_message}" /> {vb:rawphrase forward}</a>
</vb:if>
</span>
<!-- </div> -->
</div>
</div>
<hr />
</li>
{vb:raw template_hook.postbit_end}
* If you wish to edit yourself
o Sample:
<div class="eti_postbit"> code </div>
this screenshot :
https://vborg.vbsupport.ru/showpost.php?p=1945118&postcount=18
enjoy terus ..........
elwachiman
01-02-2010, 07:46 PM
nice,,much better the postbit,tnks ichal spy
M3xital
01-02-2010, 08:16 PM
Thanks ichal, now it's fine.
Droptop
01-03-2010, 06:57 AM
Thanks for the fix Thanks ichal :cool:
EcoCav
01-04-2010, 01:04 AM
I fixed it to work fine with my style! Thanks
zonaenlinea
01-04-2010, 01:44 AM
<font color="Blue">Thank prefect</font>
Razfaz
01-05-2010, 12:52 PM
@ ichal_spy
Dont work for me.
Please help......
eTiKeT?
01-05-2010, 02:38 PM
@ ichal_spy
Dont work for me.
Please help......
Troubleshooting will be updated as soon ...
abbasbsp
01-05-2010, 02:45 PM
@ ichal_spy
Dont work for me.
Please help......
ok, I help you,
1. if you install "BLOG", then you delete all the code in the "blog_postbit_entries_link"
2. if you install "Post Thank", then you delete all the code in the "post_thanks_postbit_info"
3. if you install "DowdloadII", then you delete all the code in the "downloads2_postbit"
and if you want more perfect, like the picture below, then you go to
admincp >> Styles & Templates >> Style Manager >>Edit Templates >> Postbit_Legacy >> Open
all the code replace with the following code,
{vb:raw template_hook.postbit_start}
<li class="postbitlegacy postbitim" id="post_{vb:raw post.postid}">
<!-- see bottom of postbit.css for .userinfo .popupmenu styles -->
<div class="posthead">
<label for="post_imod_checkbox_{vb:raw post.postid}">
<span class="postdate {vb:raw post.statusicon}">
<vb:if condition="$show['announcement']">
<span class="date">{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}</span>
<vb:else />
<span class="date">{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw post.posttime}</span></vb:if></span>
</vb:if>
</span>
</label>
<span class="nodecontrols">
<vb:if condition="$post['postid'] AND $post['threadid']">
<a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="postcounter">#{vb:raw post.postcount}</a>
</vb:if>
<vb:if condition="$show['inlinemod']">
<input class="postimod" type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="plist[{vb:raw post.postid}]" value="{vb:raw post.checkbox_value}" />
</vb:if>
</span>
</div>
<div class="postdetails">
<div class="userinfo">
<div class="username_container">
<center><div class="eti_postbit">
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
<vb:else />
<span class="username guest">{vb:raw post.musername}</span>
</vb:if></div>
</div>
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['avatar']"><div class="eti_postbit">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</div> </vb:if>
<div class="eti_postbit">
{vb:raw post.usertitle}</div>
<div class="eti_postbit">
<vb:if condition="$post['rank']">
{vb:raw post.rank}</vb:if></div>
</center>
<div class="eti_postbit">
User ID: {vb:raw post.userid}</div>
<div class="eti_postbit">
Status: {vb:raw post.onlinestatus}</div>
<vb:if condition="$post['userid']">
<vb:if condition="$post['joindate']">
<div class="eti_postbit">
{vb:rawphrase join_date} : {vb:raw post.joindate}
</div></vb:if>
<vb:if condition="$post['field2']"> <div class="eti_postbit">
{vb:rawphrase location_perm} : {vb:raw post.field2}
</div></vb:if>
<vb:if condition="$post['age']"> <div class="eti_postbit">
{vb:rawphrase age} : {vb:raw post.age}</div>
</vb:if>
<div class="eti_postbit">
{vb:rawphrase 'posts'} : {vb:raw post.posts}
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</div>
<div class="eti_postbit">
{vb:rawphrase blog_entries} : {vb:raw post.entries}
</div>
<div class="eti_postbit">
{vb:rawphrase dl2_downloads} : {vb:raw post.dl2_downloads}
<dd>{vb:rawphrase dl2_uploads} : {vb:raw post.dl2_uploads}</dd></div>
<div class="eti_postbit">
<vb:if condition="$post['userid']">
{vb:rawphrase post_thanks_thanks} : {vb:raw post.post_thanks_user_amount_formatted}
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd>{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>
</div>
<div class="eti_postbit">
<vb:if condition="$show['reppower']">
{vb:rawphrase reppower} : {vb:raw post.reppower}
</vb:if>
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
</div>
</vb:if>
<div class="eti_postbit">
<vb:if condition="$promote_sectionid">
<a href="{vb:raw $promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
<span class="seperator"> </span>
</vb:if><br />
<a class="blog" href="blog_post.php?{vb:raw session.sessionurl}do=newblog&p={vb:raw post.postid}">{vb:rawphrase blog_this_post}</a>
<span class="seperator"> </span>
</div>
<vb:if condition="$show['infraction'] OR $show['reppower']">
<dl class="user_rep">
<vb:if condition="$show['infraction']">
<dt>{vb:rawphrase infractions}</dt>
<dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd>
</vb:if>
<vb:if condition="$show['reputation']">
</dl>
</vb:if></vb:if>
{vb:raw template_hook.postbit_userinfo_right}
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
</vb:if>
</div>
<div class="postbody">
<div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
{vb:raw template_hook.postbit_messagearea_start}
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="title icon icon{vb:raw post.iconid}">
{vb:raw post.title}
</h2>
</vb:if>
<vb:if condition="$post['isfirstshown']">
{vb:raw ad_location.ad_showthread_firstpost_start}
{vb:raw ad_location.thread_first_post_content}
</vb:if>
<vb:if condition="$post['islastshown']">
{vb:raw ad_location.thread_last_post_content}
</vb:if>
<div class="content<vb:if condition="$post['isfirstshown'] || $post['islastshown']"></vb:if>">
<div id="post_message_{vb:raw post.postid}">
<blockquote class="postcontent restore ">
<vb:if condition="$show['member']">
{vb:raw post.message}
<vb:else />
<br /><br />
<div align="center">
Please login, or <a href="./register.php"><u>register</u></a> to view message content.
</div>
</vb:if>
</blockquote>
</div>
<vb:if condition="$show['attachments']">
<div class="attachments">
<vb:if condition="$show['thumbnailattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_thumbnails}</legend>
{vb:raw post.thumbnailattachments}
</fieldset>
</vb:if>
<vb:if condition="$show['imageattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
{vb:raw post.imageattachments}
</fieldset>
</vb:if>
<vb:if condition="$show['imageattachmentlink']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
<ul>
{vb:raw post.imageattachmentlinks}
</ul>
</fieldset>
</vb:if>
<vb:if condition="$show['otherattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_files}</legend>
<ul>
{vb:raw post.otherattachments}
</ul>
</fieldset>
</vb:if>
<vb:if condition="$show['moderatedattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attachments_pending_approval}</legend>
<ul>
{vb:raw post.moderatedattachments}
</ul>
</fieldset>
</vb:if>
</div>
<!-- / attachments -->
</vb:if>
</div>
</div>
<vb:if condition="$show['postedited'] || $post['signature']">
<div class="after_content">
<vb:if condition="$show['postedited']">
<!-- edit note -->
<blockquote class="postcontent lastedited">
<!-- <img src="{vb:stylevar imgdir_button}/edit_40b.png" class="inlineimg" alt="" /> -->
<vb:if condition="$show['postedithistory']">
{vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
{vb:raw post.edit_time}, {vb:raw post.historyurl}}
<vb:else />
{vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
</vb:if>
<vb:if condition="$post['edit_reason']">
<span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
</vb:if>
</blockquote>
<!-- / edit note -->
</vb:if>
<vb:if condition="$show['member']">
{vb:raw template_hook.postbit_signature_start}
<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
{vb:raw template_hook.postbit_signature_end}
</vb:if></vb:if>
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
<div class="cleardiv"></div>
</div>
</div>
<div class="postfoot">
<!-- <div class="postfoot_container"> -->
<div class="textcontrols">
<span class="postcontrols">
<img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
<vb:if condition="$post['editlink']">
<a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:stylevar imgdir_button}/trans_40b.png" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$show['quickreply'] AND !$show['threadedmode']">
<a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$post['replylink']">
<a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><img id="quoteimg_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase reply_with_quote}" /> {vb:rawphrase reply_with_quote}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$show['multiquote_post']">
<a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase multi_quote_this_message}" /> </a>
</vb:if>
</span>
<span class="postlinking">
<vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote'">
</vb:if>
{vb:raw template_hook.postbit_controls}
{vb:raw post.iplogged}
<vb:if condition="$show['reputationlink']">
<span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" title="Reputation" href="reputation.php?{vb:raw session.sessionurl}p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="Reputation" /> --> </a></span>
</vb:if>
<vb:if condition="$show['infractionlink']">
<a class="infraction" href="infraction.php?{vb:raw session.sessionurl}do=report&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}"><!-- <img src="{vb:stylevar imgdir_button}/add-infraction_sm.png" alt="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}" /> --> </a>
</vb:if>
<vb:if condition="$show['reportlink']">
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a>
</vb:if>
<vb:if condition="$show['moderated']">
<img class="moderated" src="{vb:stylevar imgdir_misc}/moderated_sm.png" alt="{vb:rawphrase moderated_post}" />
</vb:if>
<vb:if condition="$show['spam']">
<img class="spam" src="{vb:stylevar imgdir_misc}/spam_detected.png" alt="{vb:rawphrase spam_post}" />
</vb:if>
<vb:if condition="$show['deletedpost']">
<vb:if condition="$show['managepost']">
<a class="deleted" href="postings.php?{vb:raw session.sessionurl}do=managepost&p={vb:raw post.postid}" title="{vb:rawphrase manage}"><!-- <img src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase manage}" /> --> </a>
<vb:else />
<img class="deleted_nolink" class="inlineimage src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase deleted_post}" />
</vb:if>
</vb:if>
<vb:if condition="$show['redcard']">
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> </a>
<vb:elseif condition="$show['yellowcard']" />
<a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><!--<img src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /> --> </a>
</vb:if>
<vb:if condition="$post['forwardlink']">
<a class="forwardpost" href="{vb:raw post.forwardlink}" rel="nofollow"><img src="{vb:stylevar imgdir_button}/reply_40b.png" alt="{vb:rawphrase forward_message}" /> {vb:rawphrase forward}</a>
</vb:if>
</span>
<!-- </div> -->
</div>
</div>
<hr />
</li>
{vb:raw template_hook.postbit_end}
https://vborg.vbsupport.ru/external/2010/01/108.jpg
enjoy ...
Razfaz
01-06-2010, 04:49 AM
Now it works ! Thanks
kanzleramt
01-06-2010, 09:02 PM
Thank you
albrens
01-08-2010, 12:37 AM
Thanks
TandyServices
01-08-2010, 11:14 AM
ok, I help you,
1. if you install "BLOG", then you delete all the code in the "blog_postbit_entries_link"
2. if you install "Post Thank", then you delete all the code in the "post_thanks_postbit_info"
3. if you install "DowdloadII", then you delete all the code in the "downloads2_postbit"
https://vborg.vbsupport.ru/attachment.php?attachmentid=109202&d=1262707993
enjoy ...
Thanks for the great help only prob I have is the referrals? How can I fix that??
https://vborg.vbsupport.ru/attachment.php?attachmentid=109469&stc=1&d=1262956491
Hoagie
01-09-2010, 01:42 AM
Why, when I add this does the actual post get booted to the align left and only take up 10 or 15 char max per line?
See attached
merk_aus
01-09-2010, 04:58 AM
Why, when I add this does the actual post get booted to the align left and only take up 10 or 15 char max per line?
See attached
I am not good with riddles - why does it do it?
s0lidgr0und
01-09-2010, 06:36 AM
Too many interior borders. Looks strange.
abbasbsp
01-09-2010, 08:38 AM
I am not good with riddles - why does it do it?
Why, when I add this does the actual post get booted to the align left and only take up 10 or 15 char max per line?
See attached
you see https://vborg.vbsupport.ru/showpost.php?p=1947927&postcount=29
abbasbsp
01-09-2010, 08:53 AM
Thanks for the great help only prob I have is the referrals? How can I fix that??
try your search referrals_postbit Templete, then delete the code in it
Ocean-Wonders
01-09-2010, 10:19 AM
Works great thanks !!
TandyServices
01-09-2010, 10:39 AM
try your search referrals_postbit Templete, then delete the code in it
Thanks.. I have searched and there is no templetes for it. But found it to be in: $template_hook['postbit_userinfo_right_after_posts']..
So I guess I will just uninstall it.. Thanks though..
Hoagie
01-10-2010, 02:16 AM
Thanks.. I have searched and there is no templetes for it. But found it to be in: $template_hook['postbit_userinfo_right_after_posts']..
So I guess I will just uninstall it.. Thanks though..
?? Not sure what this means....
I am still getting that strange layout......
eTiKeT?
01-10-2010, 11:16 AM
Updated -10 /01/20109
Some errors were Expenses
Hoagie
01-10-2010, 05:57 PM
Yea its still not working for me at all....look at my screenshot from my previous posts
zonaenlinea
01-11-2010, 09:24 PM
Friends who can help me solve this little problem I have
http://img33.imageshack.us/img33/174/nuevo1z.png
princeedward
01-13-2010, 06:56 PM
i guess this one...still work to vB4.0.1 ;)
COL NIL SATIS
01-14-2010, 04:46 PM
thanks for this hack!!! works fantastically..installed
Drago13
01-16-2010, 12:34 AM
hasnt worked since 4.0.1.. :(... DID love it....
Hoagie
01-18-2010, 06:35 PM
hasnt worked since 4.0.1.. :(... DID love it....
At least it worked for you......never ever worked for me... ;)
VonDoom
01-20-2010, 05:12 PM
Works great here except adding fields to your Postbit is a bit of a challange now. ;)
How would i go about easily wrapping new fields into this template edit?
CrosseyedGamer
01-25-2010, 04:09 AM
I have added code, removed code and added again a few times and I still don't have anything like that picture above. I am missing the border to make things look like they are in a box.
Where does that code show up at?
ahmedipa
01-30-2010, 04:19 AM
so nice thank you so much
djpatch
02-05-2010, 07:03 PM
Dont work for me.
help !!
Aiuto!!!
https://vborg.vbsupport.ru/external/2010/02/86.jpg
everydayforums
02-07-2010, 12:53 PM
SO this does or does not work with 4.01?
210665
02-10-2010, 06:53 PM
Hello
I have the following problem:
Mir is not the image displayed in the middle of what I need to change there.
In user reputation, I would like to have the beam in its own row, how can I change that.
Thanks
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxx
Hallo
Ich habe folgendes Problem:
Mir wird das Bild nicht in der Mitte angezeigt, was muss ich da ändern.
Bei Benutzerrenommee, möchte ich den Balken in eine eigene reihe haben, wie kann ich das ändern.
Danke
210665
02-11-2010, 01:42 PM
SO this does or does not work with 4.01?
Yes this work in Vb 4.0.1
dexter35803
02-11-2010, 05:50 PM
i keep getting a 501 error when i try to edit the CSS i have no idea why can someone help me please
210665
02-12-2010, 06:02 AM
Look if you have it also fully inserted at the end of postbit.css:
/* eTiKeT Postbit_Legacy*/
.eti_postbit {
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
background-color: rgb(240,240,240);
border-top: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-left: 2px solid #c4c4c4;
border-bottom: 1px solid #c4c4c4;
margin-bottom: 3px;
}
The red marked parts you can then change your colors.
Undertake further changes according to the description as they are HERE (https://vborg.vbsupport.ru/showthread.php?t=231420).
Other changes Step 2 to Step 5 as described conduct, according to instructions.
I installed vb 4.0.1 and it works well.
sorry my English is not very good and I am working with googel translator.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Kontrollieren sie ob sie auch alles richtig am Ende von postbit.css eingef?gt haben:
/* eTiKeT Postbit_Legacy*/
.eti_postbit {
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
background-color: rgb(240,240,240);
border-top: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-left: 2px solid #c4c4c4;
border-bottom: 1px solid #c4c4c4;
margin-bottom: 3px;
}
Bei den Rot markierten Stellen k?nnen sie die Farbe danach ab?ndern.
Danach die gesamte Installation von Schritt 2 bis Schritt 5 durchf?hren.
Habe dies unter VB 4.0.1 installiert und es funktioniert sehr gut.
dexter35803
02-12-2010, 04:36 PM
im still not quite getting it seeing as how i copy and pasted at the end of postbit.css per the instructions when i hit save to keep the changes i get the 501 error
Switch3130
02-17-2010, 12:21 AM
Can you upgrade this for vB 4.2?
alnassrah
02-17-2010, 12:49 AM
Can you upgrade this for vB 4.0.2?
Please update.
dexter35803
02-20-2010, 05:06 PM
<a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase multi_quote_this_message}" /> </a>
</vb:if>
This section of code is what caused my 501 error i have no idk y but it did lol so i left it out
literatestylish
02-21-2010, 05:01 PM
Can anyone update this for 4.0.2?
zonaenlinea
02-21-2010, 09:48 PM
for 4.0.2
malcomx
02-25-2010, 02:30 AM
Can you upgrade this for vB 4.0.2?
Please update.
Bouncer222
02-26-2010, 12:06 PM
Hey for some reason the background appear white, any idea why?
eTiKeT?
02-26-2010, 12:33 PM
Very soon the new version will be Published
Switch3130
02-26-2010, 03:19 PM
Thanks can't wait
archet1337
02-26-2010, 04:31 PM
I'm having some difficulty centering the avatars. No matter what I try it keeps being left aligned.
Any advice on what I need to do to center it?
http://www.digi-tech.org/images/diverse/centerav.png
here's the section of postbit_legacy if that helps
<div class="eti_postbit">
<center>{vb:raw post.usertitle}</center>
</div>
<center>{vb:raw template_hook.postbit_userinfo_left}</center>
<vb:if condition="$show['avatar']">
<div class="eti_postbit_2">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a></div>
</vb:if>
<vb:if condition="$post['rank']">
princeedward
02-27-2010, 02:14 PM
I'm having some difficulty centering the avatars. No matter what I try it keeps being left aligned.
Any advice on what I need to do to center it?
here's the section of postbit_legacy if that helps
Hi you want the easy way to center your Avatar...do this...
HOW TO CENTER AVATAR
Pls. Click Here! (https://vborg.vbsupport.ru/showthread.php?t=237042)
best regards...
:p:up:
archet1337
02-27-2010, 02:21 PM
Thank you! Working fine now.
Markos
03-02-2010, 08:41 PM
thanks for this works fine on vb4.0.2 for me :)
zeroality
03-03-2010, 07:49 AM
To all the people asking for a 4.0.2 upgrade, simply use the old code - and remove the <a class> from the avatar, that will put it back in the div.
where is postbit.css in admincp ?
I can only see the postbit template and the other postbit templates etc..
zeroality
03-04-2010, 05:10 AM
They moved all css files to a CSS Templates dropdown in the templates list in 4.0.2. Took me a minute to find it too.
Markos
03-05-2010, 02:56 PM
Styles & Templates/Search in Templates and do a search in there for postbit.css
trackpads
04-17-2010, 04:18 PM
This is awesome! just what I needed.
I am using the Yet Another Awards System Hack and here is my postbit info for that hack, can you make it like the thanks hack too?
<!-- show awards -->
<if condition="$post[showuserawards]">
<br />
<fieldset><legend><a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div class="awards_showcase_awarddisplay">$post[userawards]</div>
<div class="awards_showcase_infodisplay">
<a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
<if condition="$vboptions[aw_points]"><br />
<a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_points]</a>: $post[total_points]
</if>
</div>
</fieldset>
<br />
</if>
<!-- /show awards -->
Thanks!
redpicasso
05-13-2010, 03:06 AM
i don't know why? i have error for avata in postbit , like this :
https://vborg.vbsupport.ru/external/2010/05/10.gif
help me please!
Martyn1983
05-13-2010, 12:08 PM
i don't know why? i have error for avata in postbit , like this :
https://vborg.vbsupport.ru/external/2010/05/10.gif
help me please!
Hiya,
I had the same issue. In postbit_legacy change
<vb:if condition="$show['avatar']">
<div class="eti_postbit_2">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a></div>
to
<vb:if condition="$show['avatar']">
<div class="eti_postbit_2">
<a href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a></div>
(Ie remove the class="postuseravatar")
**Update**
Seems the borhter doesn't now work for the Avatar using this method. Also, I've itrader and so feedback ratings on the postbit. Any ideas how to do the same for the Ratings number/percent info?
Thanks,
Martyn
ShackMaster
05-14-2010, 03:51 AM
Thanks for this mod... very nice!
I did have to make that last edit that Martyn1983 posted... thanks for that as well.
Martyn1983
05-14-2010, 09:55 AM
Thanks for this mod... very nice!
I did have to make that last edit that Martyn1983 posted... thanks for that as well.
No credit to me, it's mentioned in passing in the previous page. I just carried out the instruction and copied & pasted the changes to make it easier!
wired420
05-21-2010, 02:38 PM
Yea its still not working for me at all....look at my screenshot from my previous posts
Options -> User Reputation Options -> Enable at Top, Save
Or delete all of the parts for reputation out of code.
Martyn1983
05-23-2010, 07:35 AM
What about itrader feedback?
I've turned this off just now, as it was just dropping in between another two fields in the postbit. Also can't figure out how to put the border in the avatar area. Any help appreciated guys.
Martyn1983
05-23-2010, 09:26 PM
Also seem to have a random problem with the
Thanked 1 Time in 1 Post bit...sometimes it appears in the borders, sometimes it doesnt.
For a start I thought it might be a problem relating to one particular usergroup, but it seems a bit more random than that? Any help appreciated!
Cheers,
Martny
Leica.Robbiani
05-23-2010, 10:43 PM
Hi there,
Also seem to have a random problem with the
Thanked 1 Time in 1 Post bit...sometimes it appears in the borders, sometimes it doesnt.
It was also a problem to me, maybe it's problem with some browsers. I used the style attribute in div class="postbody" in the first line of the post_thanks_postbit template. See screenshot ...
117476
The solution for the position of the avatar was for me a relative positioning. The easiest way was to put the avatar in a table, because I have some more things underneath the avatar, and the html/css-code is just a mess ...
The next update of vBulletin should be a reorganizing of the code, it was a rumble of hours through the templates and css classes to get a real nice postbit_legacy ...
Best regards
L.R.
Martyn1983
05-24-2010, 06:18 AM
Hi there,
It was also a problem to me, maybe it's problem with some browsers. I used the style attribute in div class="postbody" in the first line of the post_thanks_postbit template. See screenshot ...
117476
The solution for the position of the avatar was for me a relative positioning. The easiest way was to put the avatar in a table, because I have some more things underneath the avatar, and the html/css-code is just a mess ...
The next update of vBulletin should be a reorganizing of the code, it was a rumble of hours through the templates and css classes to get a real nice postbit_legacy ...
Best regards
L.R.
Thanks for the help, though I'm not quite sure what the solution your implying is. The very first line in my post_thanks_postbit file is as follows:
<div class="postbody"<vb:if condition="$vboptions['legacypostbit']"> style="margin-{vb:stylevar left}: 0"</vb:if>>
I've attached a screengrab of the problem - the avatar positioning I seem to remember I fixed using very basic HTML. Probably not idea, but it seems to have worked.
Leica.Robbiani
05-24-2010, 08:38 AM
Hi Martyn1983,
I've attached a screengrab of the problem
Ok, it was a misunderstanding by me, I thought you meant the box underneath the posting.
I don't show the Post Thanks-Stats in the userinfo of the postbit, because you can overact with information there. The users should read the post, and not who likes to click anywhere a button can be found.
But I remember as I was creating my postbit_legacy I saw the same problem. But I don't remember what I did to solve the problem, maybe it's not from the Post Thank-Mod. Use in firefox the firebug extension to find out what's the problem is.
Sorry that I cannot help, it was my fault for the misunderstanding.
the avatar positioning I seem to remember I fixed using very basic HTML. Probably not idea, but it seems to have worked.
My solution there is also not a clean solution, but sometimes Im glad it works. And this is not always easy ...
Best regards
L.R.
Martyn1983
05-24-2010, 11:31 AM
Hi Martyn1983,
Ok, it was a misunderstanding by me, I thought you meant the box underneath the posting.
I don't show the Post Thanks-Stats in the userinfo of the postbit, because you can overact with information there. The users should read the post, and not who likes to click anywhere a button can be found.
But I remember as I was creating my postbit_legacy I saw the same problem. But I don't remember what I did to solve the problem, maybe it's not from the Post Thank-Mod. Use in firefox the firebug extension to find out what's the problem is.
Sorry that I cannot help, it was my fault for the misunderstanding.
My solution there is also not a clean solution, but sometimes Im glad it works. And this is not always easy ...
Best regards
L.R.
Thanks - thats not a probelm!
If you can remember please let me know! Any help appreciated guys!
Leica.Robbiani
05-24-2010, 07:37 PM
Hi Martyn1983,
Thanks - thats not a probelm!
If you can remember please let me know! Any help appreciated guys!
In your source code I saw:
<dd style="white-space:nowrap; display:inline; float: right;">
in a div. Try out what happens if you remove this.
I believe in dark, for me it was a problem with this handicraft.
Best regards
L.R.
Martyn1983
05-24-2010, 08:11 PM
Hi Martyn1983,
In your source code I saw:
<dd style="white-space:nowrap; display:inline; float: right;">
in a div. Try out what happens if you remove this.
I believe in dark, for me it was a problem with this handicraft.
Best regards
L.R.
Which templates that in? Cant find it in postbit_legacy or post_thanks_postbit?
Leica.Robbiani
05-24-2010, 08:30 PM
Hi Martyn1983,
it's in the post_thanks_postbit_info template. But I think I'm wrong, I don't have any div's around the stats.
My html-code is:
<dl class="userinfo_extra">
<dt>Registriert seit</dt> <dd>07.04.2010</dd>
<dt>Ort</dt> <dd>Toronto, ON, CA</dd>
<dt>Beitr?ge</dt> <dd>50</dd>
<!-- BEGIN TEMPLATE: post_thanks_postbit_info -->
<dt>Danke</dt> <dd>2</dd>
<dt style="color: white; max-width: 5px;"> </dt>
<dd style="white-space:nowrap;"><span style=" position: relative; left: -50px;">Thanked 0 Times in 0 Posts</span></dd>
<!-- END TEMPLATE: post_thanks_postbit_info -->
</dl>
and it looks like this:
117518
Best regards
L.R.
Martyn1983
05-24-2010, 08:50 PM
Hi Martyn1983,
it's in the post_thanks_postbit_info template. But I think I'm wrong, I don't have any div's around the stats.
My html-code is:
<dl class="userinfo_extra">
<dt>Registriert seit</dt> <dd>07.04.2010</dd>
<dt>Ort</dt> <dd>Toronto, ON, CA</dd>
<dt>Beitr?ge</dt> <dd>50</dd>
<!-- BEGIN TEMPLATE: post_thanks_postbit_info -->
<dt>Danke</dt> <dd>2</dd>
<dt style="color: white; max-width: 5px;"> </dt>
<dd style="white-space:nowrap;"><span style=" position: relative; left: -50px;">Thanked 0 Times in 0 Posts</span></dd>
<!-- END TEMPLATE: post_thanks_postbit_info -->
</dl>
and it looks like this:
117518
Best regards
L.R.
I *think* that has worked...just checking! Away to turn back on itrader and see if thats fixed now too! Bear with!
**Edit**
I trader rating still has no background border...just that and avatar to try and sort and I think Im all there!
Thanks for the help so far btw! :)
how to fix this problem?
https://vborg.vbsupport.ru/ (http://images.meremmelek.net/)
thank you
DX-FMJ
05-26-2010, 05:23 AM
Great mod, had some hassle to get it working right with vB 4.0.3
I have figured out a fix for the border not being around the avatar;
original code
<vb:if condition="$show['avatar']">
<div class="eti_postbit_2">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a></div>
</vb:if>
and mine
<vb:if condition="$show['avatar']">
<div class="eti_postbit">
<div class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a></div></div>
</vb:if>
The culprit was,
<div class="eti_postbit_2">
<a class
changed to
<div class="eti_postbit">
<div class
This fixed border around avatar, however I still have a border section with nothing in it that is very thin under the avatar.
Not sure if that's related to this or not.
Also does anyone know how to get a border around vmoods mod?
Martyn1983
05-26-2010, 06:08 AM
Thanks for that - I did this and was left with an avatar like the poster before you again!
What I did was change the code to:
<vb:if condition="$show['avatar']">
<div class="eti_postbit">
<div href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<center><img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /></center>
</a></div></div>
I've used centre tags in here...I realise they're probably frowned upon in the world of VB, but they sit the avatar exactly how I want it to sit. So it's a means to an end. Followed the earlier link to centring everything, took out the tags but no joy.
what should i do? for fixing this problem?
https://vborg.vbsupport.ru/
to make "status" below the avatar??
postbit.css or postbit legacy, that have to edit?
Leica.Robbiani
05-26-2010, 01:54 PM
Hi ndut,
what should i do? for fixing this problem?
Maybe your avatar is in a left floated div. Try to remove the float and watch out what happens.
Best regard
L.R.
TClaunch
05-31-2010, 02:36 PM
Thanks for that - I did this and was left with an avatar like the poster before you again!
What I did was change the code to:
<vb:if condition="$show['avatar']">
<div class="eti_postbit">
<div href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<center><img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" /></center>
</a></div></div>
I've used centre tags in here...I realise they're probably frowned upon in the world of VB, but they sit the avatar exactly how I want it to sit. So it's a means to an end. Followed the earlier link to centring everything, took out the tags but no joy.
Hey, I don't wanna sound rude or anything, but why are their bold tags around both <center> tags? Also, <div align="center"> is more "politically correct" in the html world now, lol.
EDIT: Oh, I see why now. Just trying to show them. Sorry. Didn't read the rest. My fault =D
Martyn1983
05-31-2010, 09:16 PM
Hey, I don't wanna sound rude or anything, but why are their bold tags around both <center> tags? Also, <div align="center"> is more "politically correct" in the html world now, lol.
EDIT: Oh, I see why now. Just trying to show them. Sorry. Didn't read the rest. My fault =D
Yeh..guess it would be more PC but as I said, it was a quick fix :)
TClaunch
06-06-2010, 03:29 AM
And it did work, and I thank you for it, lol. Works great with your fix =D
TClaunch
06-06-2010, 10:39 PM
This is related, so please read.
Alright, I dunno if anybody can help with this, but I have iTrader and the box wont go around when I have it on a certain setting. There are three settings of where you can place the postbit link -- Below Posts Count on Right, Below Member Title on Left, and After All Userinfo on Right.
Below Posts and Below Member Title give it a bad formatting. The box from this css mod will go around both of these just fine. However, If i choose "After All Userinfo" it formats the link correctly, but the box will not go around.
Here are screenshots to show what I mean.
http://www.waloosh.com/images/random/goodformat.PNG
http://www.waloosh.com/images/random/badformat.PNG
Anybody know how I can fix this? I've placed the <div class="eti_postbit"> everywhere in the template I can think of and no matter what, it still messes up.
I don't know why the formatting is bad. I wish the 0 would stay to the right of "Feedback". There's no <p> and no <br> anywhere in there that would cause it..
Anybody have any ideas?
bl4ckh34d
06-16-2010, 01:16 AM
what should i do? for fixing this problem?
http://images.meremmelek.net/images/oh3v5j01s1g74osilq5.jpg
to make "status" below the avatar??
postbit.css or postbit legacy, that have to edit?
where is solution on this ask?
me some problem with this
thank
Foxtrotelite
09-11-2010, 12:57 AM
Anyone using this for 4.0.6? I can't seem to get it to work
haidm
09-20-2010, 04:15 AM
After install, my username, avatar and rank is not align center. How can I center those?
RobbieZ
09-21-2010, 03:09 PM
After install, my username, avatar and rank is not align center. How can I center those?
Those are stored in your postbit.css not your postbit_legacy!
Foxtrotelite
09-22-2010, 02:14 PM
does this work for 4.0.6?
RobbieZ
09-22-2010, 02:37 PM
It will work on any platform as it is div class calls to css.
motorola
09-27-2010, 12:42 PM
Those are stored in your postbit.css not your postbit_legacy!
And what should change there?
Late Edit : Never mind, I fixed this alone. I used another mode (https://vborg.vbsupport.ru/showthread.php?t=237042) to center usernames and avatars
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.