Quote:
Originally Posted by Xanlamin
PM me with your config.php code (WITH ALL YOUR PERSONAL INFO REMOVED), I do not need to know your db name and all that stuff so you can just remove it out. we can test it out on our test site and get things squared away for ya. We do not have a German board so we do not have access to the German config.php file, if anyone has one we can view it would be appreciated.
|
I do not think that there is a problem with config.php. I do have a german board and the database related stuff works fine.
But I would propose, that you just use the constant TABLE_PREFIX as all other vBulletin code and most mods do. Furthermore, your database queries could well go into one single query in awards_profile.php. I recoded awards_profile.php an hour ago to a) use phrases, b) use vBulletin API and options for time/date format and c) do only one query instead of 1 + $num * 2.
Once I figured out why the profile block doesn't show when clicking on the tab (even though the html is there alright), I could give you my version if you are interested.
Besides, that problem lies somewhere outside awards_profile.php, as I do not use it anymore, but it was the reason why I dug into the code and changed it.
Update. I found my problem, it didn't ly within this mod, it was a missing div in another one.
So, if you are interested in my version of the profile block, let me know.