PDA

View Full Version : Postbit Question


Ricky6039
05-05-2006, 09:26 PM
I have seen a few forums with the postbit on the right side of the forum instead of the left side. I cant seem to find anything here on hows its done can anyone help with this or point me in the right direction.

Thanks for any help

Freesteyelz
05-06-2006, 02:24 AM
I used to do that back in the days when I used UBB. For vB, I haven't seen a mod so in your postbit_legacy template cut this code out (back up template first!):


<td class="alt2" width="175">

<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername]
</if>
</div>

<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>

<div class="smallfont">
&nbsp;<br />
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
</div>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>

</td>


And paste it after this code:


<!-- / edit note -->
</if>

</td>

Ricky6039
05-06-2006, 09:01 AM
Thank you very much worked like a charm

Boofo
05-06-2006, 10:02 AM
Can you post a pic of how that looks?

Ricky6039
05-06-2006, 03:33 PM
Heres a screenshot of it so far im still going to move the edit and quote buttons to the right side

Boofo
05-06-2006, 09:21 PM
Heres a screenshot of it so far im still going to move the edit and quote buttons to the right side

When you get it all done, please let me know. That might be interesting to play with. ;)

Freesteyelz
05-06-2006, 11:13 PM
Hmm. Maybe I'll release something I did a while back in UBB. I didn't think it would be something people wanted.

Chris M
05-06-2006, 11:16 PM
Interesting postbit layout :)

Chris

Freesteyelz
05-06-2006, 11:53 PM
Alright. Let me get on it for vB version-style 1.

Boofo
05-07-2006, 12:28 AM
Alright. Let me get on it for vB version-style 1.

Make us proud! ;)

Freesteyelz
05-07-2006, 01:59 AM
No pressure, right? ;)

I did it on a testing board so it'll display in the default style (which should not be an issue as people will get the gist of it). I tested it in 100% and 770px using IE and Firefox. I'll be writing the instructions shortly and will release it as a Temlate mod.

Here are 3 screenshots of PosbitLegacy vB-Style 1:

1. posbit_legacy 100%
2. posbit_legacy 770px
3. postbit_legacy menu 770px

Boofo
05-07-2006, 02:05 AM
No pressure, right? ;)

I did it on a testing board so it'll display in the default style (which should not be an issue as people will get the gist of it). I tested it in 100% and 770px using IE and Firefox. I'll be writing the instructions shortly and will release it as a Temlate mod.

Here are 3 screenshots of PosbitLegacy vB-Style 1:

1. posbit_legacy 100%
2. posbit_legacy 770px
3. postbit_legacy menu 770px
Our little boy has finally grown up. We are so proud! ;)

All seriousness aside, it looks really good. Great job! ;)

Freesteyelz
05-07-2006, 02:08 AM
Thank you, Boofo. Since I have your approval :D I'll go ahead with the instructions and will release it soon. Err...If I can remember the steps. *Kicks self for not documenting each step*

Boofo
05-07-2006, 02:09 AM
Thank you, Boofo. Since I have your approval :D I'll go ahead with the instructions and will release it soon. Err...If I can remember the steps. *Kicks self for not documenting each step*

Will be looking forward to it. ;)

Ricky6039
05-07-2006, 02:23 AM
Now see what i have started.. I think the postbit looks good on the right side it is different and not alot of fourms have it this way. Again thanks alot for your time doing this mod

Freesteyelz
05-07-2006, 05:06 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=114968" target="_blank">"Postbit_Legacy REVERSED Layout 1"</a> has been released! :classic: