The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Postbit Modifications
Attached is a copy of my current postbit.
What I want to do is : - get avatars to start showing up (as shown in the next post) - remove the verticle and horizontal line (as shown in the next post) - get online status to appear on correct line - align 'Report this post to a moderator | IP: Logged' to the bottom of post - general cleanup of the postbit itself Can someone please give me a hand with this ? |
#2
|
|||
|
|||
A) $post[avatar]
B) use css... or you can just kill the cellpadding and spacing but then thats just ;\ C) probably in the posbit_offline and postbit_online there's a '<br>' you have to remove D) you'd probably have a make a new table to include it so you could align it to the bottom (easy i would think :P) E) Personally im not a fan of this postbit nice colors but the buttons are dull and ugly ;p just my opinons though F) Finally next time post this in the tempate modifiactions g-force2k2 |
#3
|
||||||
|
||||||
Thanks for the reply g-force2k2
Greatly appreciated Quote:
Quote:
Quote:
<div style="width:100%; filter:glow(color=red, strength=4)"> Offline ! </div> postbit_online : <div style="width:100%; filter:glow(color=green, strength=4)"> Online ! </div> Quote:
http://www.vbulletintemplates.com/mo...s=&threadid=29 But didnt have too much success Quote:
Although dont think for a second it will be staying that way ! ATM its just this style Dade released here : https://vborg.vbsupport.ru/showthrea...threadid=40530 Plenty of customizations to come yet Ive only just recently started learning this stuff, and Im lovin it Quote:
That'll teach me for havin 2 windows open ! Can a mod please move this over ? Thanks Can someone please have a look at the postbit I attached above and walk me thru exactly what needs to be done ? Cheers |
#4
|
|||
|
|||
Here let me give it another shot
A) $post[avatar] doesn't work because your table isn't correct find: PHP Code:
PHP Code:
B) thats the toughest one there is in my opinion and the best thing i can say is learn some css style sheets or just stick with having those lines there... C) Instead of using the div tags just since the regular font tags... (don't use glow but this should work) <font style="filter:glow(color=red, strength=4)"> D) find this coding: PHP Code:
PHP Code:
E) thats good to hear g-force2k2 |
#5
|
||||
|
||||
ups, i should reload the page before posting
I had the same problem with the glowing online/offline! I think it has to do with div. Try to make it without div, for me it works! |
#6
|
|||
|
|||
Cheers g-force2k2
Its starting to get somewhere now I ll post a screengrab when shes all finished to see what you think |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|