PDA

View Full Version : Store Add-on: Font Colour


sabret00the
03-17-2003, 09:51 AM
Basically i got very very irritated at the fact that the existing version by flame wasn't working so i took his code and fixed the bits that were messed up so really this is Flame's Hack, i deserve no credit anyway i got mostly everything working, all upto the final bit, it doesn't display the colour in the postbit, can someone help me fix it please, i got this far i'd hate to fail now!

/me curses for the fact the hack didn't just work in the first place

/me curses more that i need help to fix it

sabret00the
03-17-2003, 09:47 PM
*bump for american audiences*

flame
03-24-2003, 09:14 AM
in your instructions, you are missing this change (tho i may have missed it as well)


find (around line 28 of store.php):
$user++++ = $DB_site->query_first("SELECT userid,username,storep,usertitle,glow,italic FROM user WHERE userid=$bbuserinfo[userid]");

Replace with:
$user++++ = $DB_site->query_first("SELECT userid,username,storep,usertitle,glow,italic,fcolo ur FROM user WHERE userid=$bbuserinfo[userid]");

tho the above change should only affect the colour working ing store.php

did you make the correct changes in admin/functions.php these are the ones that call the templates for the postbit other than that i dont see any other reason why fonts arnt working

Flame

sabret00the
03-25-2003, 02:39 PM
thanks flame, wondered where you got to, i will check out the functions code

Ice Effect69
04-01-2003, 10:04 PM
damn i can't get neither of these two work

sabret00the
04-02-2003, 04:39 PM
what aint working exactly?