The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[BFC] Applicator Details »» | |||||||||||||||||||||||||||||||||||||||||
/*================================================= ====
|| || [BFC] Applicator || ------------------------------------------------------------------ || Author: EnIgMa1234 || Site: http://www.bluefirecreation.com || Copyright ?2009 EnIgMa1234. || This addon may not be redistributed or modified in whole or significant part. || \*================================================ ===== Presenting The Applicator! What is it? Ever wanted to easily add surveys or applications to your forum but didn't know how? Applicator does this for you. With Applicator you can create endless amounts of applications/surveys in just a few clicks. Features: See screenshots. How do I install? Follow the installation instructions provided . Support for this product will be provided on my site. Limit support will be offered here. Please do not PM me about this hack. Thanks!. Download Now
Screenshots
Show Your Support
|
Comments |
#22
|
|||
|
|||
|
#23
|
|||
|
|||
Downloading the addon from here?
What error does it give? |
#24
|
|||
|
|||
great mod... but can we add a separator after X question , plus can we change line in question.... or add description of question right below it.... for example...
You asked question in English and u want add Spanish translation underneath it. but its great mod.... i will try it definitely as soon as you add these features... if not possible i will still give it a chance |
#25
|
|||
|
|||
I keep getting SQL errors left and right with missing tables. I reinstalled it and it still errors out. I can't click the 'Main' link nor can I create new applications.
|
#26
|
|||
|
|||
Could you post the error please
|
#27
|
|||
|
|||
Sure thing. I had the error while installing like the others, but here is the SQL errors I was getting.
Code:
SELECT * FROM applicator_app ORDER BY appid ASC; MySQL Error : Table 'forum_vb.applicator_app' doesn't exist It apparently didn't create the tables for some reason. |
#28
|
|||
|
|||
Database error in vBulletin 3.8.2:
Invalid SQL: SELECT * FROM applicator_app ORDER BY appid ASC; MySQL Error : Table 'sargatanas.applicator_app' doesn't exist Error Number : 1146 Request Date : Tuesday, May 19th 2009 @ 03:34:16 AM Error Date : Tuesday, May 19th 2009 @ 03:34:16 AM Help Please |
#29
|
|||
|
|||
Ok uninstall the old product and reimport the new one - Overwrite = No
|
#30
|
|||
|
|||
There is a "bug" in the current product file:
On install you get the following error: Code:
Database error in vBulletin 3.8.0: Invalid SQL: CREATE TABLE IF NOT EXISTSapplicator_app ( `appid` INT( 10 ) NOT NULL AUTO_INCREMENT , `appname` VARCHAR( 100 ) NOT NULL DEFAULT 'Name', `appactive` TINYINT( 1 ) NOT NULL DEFAULT '1', `appperms` VARCHAR( 150 ) NOT NULL DEFAULT '0', UNIQUE ( `appid` ) ); MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXISTSapplicator_app ( `appid` INT( 10 ) NOT NULL AUTO_INCREMENT , `appname` V' at line 1 Error Number : 1064 Request Date : Tuesday, May 19th 2009 @ 10:37:40 PM Error Date : Tuesday, May 19th 2009 @ 10:37:40 PM Script : http://www.wibble.com/admincp/plugin.php Referrer : http://www.wibble.com/admincp/plugin.php?do=productadd IP Address : 90.213.65.43 Username : Wibble Classname : vB_Database MySQL Version : 5.0.45-community-nt Code:
$vbulletin->db->query_write("CREATE TABLE IF NOT EXISTS".TABLE_PREFIX."`applicator_question` ( Code:
$vbulletin->db->query_write("CREATE TABLE IF NOT EXISTS ".TABLE_PREFIX."`applicator_question` ( Also there is a bug in the navbits, at the moment navbits is set using this code: Code:
$navbits[$parent] = $vbphrase['bs_newbattle']; Code:
$navbits[$parent] = 'Applications' Also, I need to ask some fairly long questions but the question DB field is only 150 characters, so I have changed this to MEDIUMTEXT And finally, if a user submits an application and then tries to resubmit another they get a standard (unphrased) "Error while posting application. Please try again." message - if the user has already submitted then it should really display their current submission and remove the submit button - or even better have a config value for each application that sets whether the user can resubmit. Looks like a fantastic mod, but need a little polish before it is ready to go on live sites. |
#31
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|