• OzzModz is no longer taking registrations. All registrations are being redirected to Snog's Site
    All addons and support is available there now.

Help with user choosing default colors in VB4

RGX Messiah

New member
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.

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?
 
Just want to add when i say i'm having no luck.

I added the code to places such as Block Quote. and Message Start in Postbit_Legacy
 
Back
Top