![]() |
Forum Prefix - Printable Version +- THT Community (https://thehostingtool.com/forum) +-- Forum: Archive (https://thehostingtool.com/forum/forum-40.html) +--- Forum: THT Bug Report (https://thehostingtool.com/forum/forum-25.html) +--- Thread: Forum Prefix (/thread-241.html) |
Forum Prefix - Jack - 05-16-2009 When I try to link my MyBB Forum to THT, I get error saying I left a field blank. This is because I do not have a Prefix in my MyBB SQL. If you could make it so you dont have to put a prefix in, it would be great. At the moment i can't link. Thanks for your time! RE: Forum Prefix - umarsa - 05-16-2009 Its always best to have a prefix but if you dont then just put anything in the box and later go into phpmyadmin and change the prefix to blank. RE: Forum Prefix - Jonny - 05-16-2009 (05-16-2009, 01:31 PM)umarsa Wrote: Its always best to have a prefix but if you dont then just put anything in the box and later go into phpmyadmin and change the prefix to blank.This is the best method to fix your problem. We'll see what we can do. RE: Forum Prefix - Jack - 05-18-2009 What table is it saved in? I can't seem to find it ![]() RE: Forum Prefix - Jonny - 05-18-2009 Its in the config table. RE: Forum Prefix - Jack - 05-18-2009 I can't see it. Sorry, I'm a noob with phpmyadmin ![]() EDIT: Found! Now I can't see to access my order pagesb ![]() I hit the 'Order' button, and it does nothing ![]() http://orders.chitchatter.co.uk RE: Forum Prefix - Jonny - 05-19-2009 Works fine here dude. RE: Forum Prefix - ccalby - 06-06-2010 (05-18-2009, 05:11 PM)Jonny Wrote: Its in the config table. I still cannot find it ![]() RE: Forum Prefix - Kevin - 06-06-2010 (06-06-2010, 12:11 AM)ccalby Wrote:(05-18-2009, 05:11 PM)Jonny Wrote: Its in the config table. In phpMyAdmin, make sure you selected THT's database and hit the SQL tab. Run Code: SELECT * FROM `tht_config` WHERE `name` LIKE 'p2hforum;:;prefix;:;%' |