![]() |
I just changed from 3.0.7 to 3.5.1 and resintalled your hack - the awards that were present prior to the conversion still show up - but in the admincp area if I click on Manger or any of the items I get the following error:
Database error in vBulletin 3.5.1: PHP Code:
|
could somebody please tell me the right code to put the link to awards in my navbar?
|
Quote:
award_cat_displayorder was present in the database since after version 1.0 maybe you did not upgrade your award hack since 1.0 to the latest version for vB 3.0.7, or you missed one step to fix database? anyway, check your database and see if you have table award_cat, and if there's a field called award_cat_displayorder in there. or you may need to run the queries (add prefix if you need to): this query will drop award_cat table. so becareful. if you already have the award cat table, want to keep it, you can look over the next query and see if there is anything wrong. with your current award_cat table. [sql]DROP TABLE IF EXISTS award_cat [/sql] [sql] CREATE TABLE award_cat ( award_cat_id mediumint(8) unsigned NOT NULL auto_increment, award_cat_title varchar(100) NOT NULL default '', award_cat_desc varchar(250) NOT NULL default '', award_cat_displayorder mediumint(8) unsigned NOT NULL default '0', award_cat_parentid mediumint(8) NOT NULL default '-1', PRIMARY KEY (award_cat_id), KEY award_cat_order (award_cat_displayorder) ) TYPE=MyISAM[/sql] [sql] INSERT INTO " . TABLE_PREFIX . "award_cat (award_cat_id, award_cat_title, award_cat_desc, award_cat_displayorder, award_cat_parentid) VALUES (1, 'Default', 'Default category', 1, -1)[/sql] |
Quote:
http://www.w3schools.com/html/html_links.asp <a href="awards.php">$vbphrase[awards]</a>could work |
Quote:
PHP Code:
|
Quote:
remove the " . TABLE_PREFIX . " in that query. ps. REMEMBER to correct prefix with yout vB tables if you use it. |
worked great - thanks.
|
I noticed you changed the look with the postbit. It now has a box around it, and some additional text. I don't have a copy of the old "postbit" code you provided in an earlier version where it showed just the medals and a "more info..." link. Could I possibly have the old postbit code to make it more streamlined, because it gives to much height to the post header (postbit).
Thanks for this great program, and any help would be greatly appreciated. :) |
after u request a reward, where do you go to moderate the request??? i dont see anything in the admin area for moderation....
|
It will be in ACP -> Award System -> Award Manager.
|
All times are GMT. The time now is 08:39 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|