MyBB Hacks

Full Version: Custom User Formatting probs ..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
never had this b4 & don't know how to fix it ?
win i try to use the Custom User Formatting thats all that i get ?

Code:
MySQL error: 1062
Duplicate entry 'color' for key 1
Query: INSERT INTO mybb_plaza_uformat_styles(style,friendlyname,filter) 
VALUES ('color','Colour','#([a-zA-Z]*|\\#?[0-9a-fA-F]{6})#'),
('font-family','Font','#([a-zA-Z0-9 ,\\-]+?)#')

When does this occur - when you activate the module?
yeah =(
Drop the mybb_plaza_uformat_styles table through phpMyAdmin.
sorry but where is that ?
You'll have to know how to edit your database...

Usually, your host will provide you something like phpMyAdmin for that.
ok i'll have to talk to incadudef about that ;/
Thank you ZiNgA =)
ok so thats all i have to do.
I've done all the necessary stuff... >_>
Reference URL's