UBB.Dev
Author: Shailen A.
Name:Custom Options
Date:September 24, 2001 8:12 PM
#######THIS HACK IS ONLY IN BETA!! USE AT YOUR OWN RISK!#########
#######MAKE BACKUP COPIES OF ALL THE FILES EDITED!#######

For just the post count:
In ubb_lib_posting.cgi

##Find:

# author info options
undef($post_total_line); undef($location_line); undef($regdate_line);
@author_extra = @blank;

##Replace with

# author info options
undef($user_profile[16]); undef($location_line); undef($regdate_line);
@author_extra = @blank;

Go into your custom registration fields, and put
"Post Count" for the first registration field.

##Save, Upload, CHMOD 755.
###########end#############

For just the username color:
In public_topic_page.pl (templates)

##find


$show_public_name


##replace with


$show_public_name


Go into your custom registration fields, and put
"Username Color" for the first registration field.
##Save, Upload
#########end##########

For just the username font:
In public_topic_page.pl (templates)

##find


$show_public_name


##replace with


$show_public_name


Go into your custom registration fields, and put
"Username Font" for the first registration field.
##Save, Upload
#########end##########

For all three put together:
in public_topic_page.pl (templates)

##find


##replace with



##In ubb_lib_posting.cgi##

##Find:
# author info options
undef($post_total_line); undef($location_line); undef($regdate_line);
@author_extra = @blank;

##Replace with
# author info options
undef($user_profile[18]); undef($location_line); undef($regdate_line);
@author_extra = @blank;


Go into your custom registration fields, and put
"Username Font" for the first registration field.


Go into your custom registration fields, and put
"Username Color" for the second registration field.


Go into your custom registration fields, and put
"Post Count" for the third registration field.

Thanks,feedback, please!

PS this is my first hack.
woopie, your such a great expert. eek :rolleyes:
is there a demo screenshot or something?
I have the "mood selector" hack installed and after the hack it shows a full url of an image in the new color-display. How to prevent this?

[ 09-30-2001: Message edited by: Variables ]
That's good,but umm...how about more choices,such as post font size and style(Bold,italic,ect...)
quote:
Originally posted by Teleknesis:
is there a demo screenshot or something?



i would like to see what it does before i install it.
© UBB.Developers