Help with user choosing default colors in VB4

Status
Not open for further replies.

iFUBAR

Active Member
26
2015
1
0
So in a nut shell i found a 3.7.x VB mod, that i want to use in my VB 4.2.x

It's not an installation Mod, except it is a simple code that users Profile Fields with Fonts & Colors.

Code:
http://www.vietvbb.vn/up/showthread.php?t=5059

This is where i got it from


and this is what i want to achieve


https://community.invisionpower.com/files/file/4733-dp33-customize-posts/


<font COLOR="$post[fieldX]"><font face="$post[fieldX]">

Is what is suppose to go in to the Postbit_Legacy after

<-- Message -->



This is what i changed it too for VB 4.2.x

<vb:if condition="$post['field16'] AND $post['field17']">



But i'm not having any luck. The message either disappears or does not change.

Any ideas of what i'm doing wrong, or perhaps not placing it correctly?

__________________
Added after 20 Hours 47 minutes:

Anyone on this that can help?

__________________
Added after 6 minutes:

Anyone on this that can help?
 
Last edited:
3 comments
It is not the same in vB3 as vB4. This has been tried many times. You need to add an additional plugin to achieve this.
 
Status
Not open for further replies.
Back
Top