![]() |
Would like regular users to be able to submit bugs but not view them. The only way they seem to be able to add is to have view access. Is there a fix to this?
|
Has anyone requested a 3.6 version of this?
|
Quote:
|
Quote:
http://www.visionscripts.com/?page=p...vsproductid=10 :( |
Quote:
|
I switched to Mantis and I am very pleased with it.
|
Mantis has no vBulletin integration. Which makes it great for other purposes, but not for vBulletin developers / designers.
|
Quote:
Quote:
|
you don't need to modify any source files to get this working with 3.6.x .If you import the product and goto the tracker page (vbugs.php) then you will get those foreach() errors Zelda-King posted above.
open the product xml and you will see it trys to run an INSERT query on the datastore table (actually 2 of them) but the product disables database errors sow if anything goes wrong MySQL won't show you anything the datastore for the bugcache will fail and that is why you get that foreach() errors (it is missing in the database) you can manually query your database to add it and then this will work fine... one question left is it safe to use ? |
You mean this?
Code:
$db->query_write("INSERT INTO " . TABLE_PREFIX . "datastore VALUES ('vbug_version', 's:5:\"3.5.1\"')"); |
All times are GMT. The time now is 01:01 PM. |
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:
|