The flag table is nuke_bbflags. What I don't understand is why is it looking for the flags in foxy.bbflags? note: foxy is my database name.
I'd appreciate any input one has to offer.
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Sat Apr 05, 2003 2:50 pm
add-ons are modules.
As for ur problem, it sounds like ur using an unported add-on for the phpBB forum. It's looking for a table called bbflags in ur foxy database. What I suggest you do is alter the code in the files mentioned and add nuke_ in front of bbflags.
AI
foxyfemfem Support Staff
Joined: Jan 23, 2003
Posts: 668
Location: USA
Posted:
Sat Apr 05, 2003 3:01 pm
ArtificialIntel wrote:
What I suggest you do is alter the code in the files mentioned and add nuke_ in front of bbflags.
Alter what codes? Assuming you're referring to this one
Code:
$sql = "SELECT *
FROM " . FLAG_TABLE . "
The nuke_bbflags table already exist.
addendum: I changed FLAG_TABLE to nuke_bbflags and it worked, user can select their country flag when they edit their profile.
Thanks for helping me.
doctorswaz Nuke Cadet
Joined: Jun 05, 2003
Posts: 2
Posted:
Thu Jun 05, 2003 2:13 am
Hi Foxyfemfem!!
Can i ask a dumb q - how do you install that hack?
I had a go but it is all SQL which i am not very good at........
i managed to launch the sql file from myphpadmin but received an error saying that it couldnt create the table due to phpbb_users not being there.........which it isnt.........can the code safely be edited to look at nuke_users?
How did you get it to work? - i am really keen to stick this hack onto my bb and would really appreciate any help - Thanks!!!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum