PDA

View Full Version : Postbit User Info Background


Amaury
11-21-2012, 03:30 AM
Before KH-Vids moved from vBulletin to XenForo in August due to security issues, they had backgrounds in the user info area of the postbit.

We're interested in doing this, so how would we accomplish it? Here's a screenshot another admin provided me with:

https://vborg.vbsupport.ru/external/2012/11/19.png

Amaury
11-28-2012, 10:10 PM
Bump.

Amaury
12-08-2012, 06:27 AM
Bump.

Amaury
12-12-2012, 03:24 AM
Bump.

Lynne
12-12-2012, 05:18 PM
Did you try a search? I am pretty sure there have been threads before where we have talking about adding a background just to the user area of the postbit.

Amaury
12-12-2012, 06:02 PM
Did you try a search? I am pretty sure there have been threads before where we have talking about adding a background just to the user area of the postbit.

Sorry, I wasn't specific enough in my OP.

We don't want change just the background of the postbit user information area, we want to add backgrounds to the fields.

For example, have "Join Date" and the other fields on a red background. (See the "Join Date," "Location," and "Posts" parts of the screenshot.)

mokujin
12-12-2012, 08:51 PM
Try this in postbit: <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd style="border: 1px solid black; background: yellow;">{vb:raw post.joindate}</dd></vb:if>
:D :D :D