****************************************************************************** ****************************************************************************** *Modification Name: Custom User Color * ****************************************************************************** * Description: This mod allows your users to choose their own post * * colors. Warning, it can be pretty ugly if they are * * color-blind :) * ****************************************************************************** * Author: AllenAyres (Original idea by Halobreak on UBB 6.x) * * Email: none * * WWW: http://www.netwerkin.com * * Date: January 29, 2005 * * Updated By: Allen Ayres * * Version: 6.7 * ****************************************************************************** * Requirements: 6.6.0 or newer. * * Compatability: 6.6.0 or newer. * * Tested On: 6.7.2 * ****************************************************************************** * Files Modified: public_topic_page.pl, ubb_lib_posting.cgi * ****************************************************************************** ****************************************************************************** * Disclaimer: By using this hack, the user implicitly agrees that they * * are willingly modifying any and all files at their own * * risk. Should any errors occur either as a direct or * * indirect result of said modifications the user agrees not * * to hold Infopop Corporation or any of the individuals * * listed above accountable. * * * * * * In Other Words: Please make backup copies of every file you plan to * * modify prior to modification!! * * * * * * For more tips and tricks for use with the ultimate bulletin board * * please visit UBBDev at: * * * * http://www.ubbdev.com/ * ****************************************************************************** ****************************************************************************** ########################### Open public_topic.pl and look for... ########################### $linkname$birthdayfields[3]
$AvatarBits $user_status
$member_number

$rating_line
$this_icon $vars_wordlets{posted} $ThisDate $FormatTime     $profile_link $homepage_link $email_link $pm_link     $edit_link $direct_reply
$post_body ########################### and change to: ########################### $linkname$birthdayfields[3]
$AvatarBits $user_status
$member_number

$rating_line
$this_icon $vars_wordlets{posted} $ThisDate $FormatTime     $profile_link $homepage_link $email_link $pm_link     $edit_link $direct_reply
$post_body ########################### Open ubb_lib_posting.cgi and look for... ########################### $linkname = qq!$show_public_name!; ########################### and change to: ########################### $linkname = qq!$show_public_name!; Then go in your cp and set the Custom Field 1: to Font Color Upload and set your color in your profile :)