It would be nice if this addon would have rating functionality and if business owners would be able to claim listings.
I think I have discovered a bug of sorts: I want to configure it so that the "unregistered / unconfirmed" usergroup can submit listings, but despite having ticked "Allow" on the "Can Submit Listing" permission, it still won't let me submit a new listing when I'm not logged in.
These are my permissions for the "unregistered / unconfirmed" usergroup:
Can Edit Own Listing Details: No
Can View Directory: Allow
Can View Reviews: Allow
Can Submit Listing: Allow
Can Claim Listing: No
(I have also given the "unregistered / unconfirmed" usergroup "start thread" etc. permissions for the forum associated with the directory, but I suppose that shouldn't have any effect on this anyway?)
Hi all! i have trouble with pagination of thread in xenkingdir-forum.
thread id duplicate in url for every link
When you add to the already existing under the topic category directory, then an error occurs:
Mysqli statement execute error : Incorrect string value: '\xD0\x9C\xD0\xBE\xD1\x81...' for column 'cat1title' at row 1
When creating a new directory entry fine. And this error is shown, if only the name is not written in Latin characters.
Hi all! i have trouble with pagination of thread in xenkingdir-forum.
thread id duplicate in url for every link
A minor fix to the pagination of reviews (the top pagination was linking to the thead id twice)
$db->query("
CREATE TABLE IF NOT EXISTS `sf_xenkingdir_thread_map` (
`directory_category` int(10) NOT NULL,
`thread_id` int(10) NOT NULL,
`telephone` varchar(100) NOT NULL,
`address_line_1` varchar(100) NOT NULL,
`address_line_2` varchar(100) NOT NULL,
`town_city` varchar(100) NOT NULL,
`postcode` varchar(100) NOT NULL,
`website_url` varchar(200) NOT NULL,
`website_anchor_text` varchar(100) NOT NULL,
`deeplink1_url` varchar(200) NOT NULL,
`deeplink1_anchor_text` varchar(100) NOT NULL,
`deeplink2_url` varchar(200) NOT NULL,
`deeplink2_anchor_text` varchar(100) NOT NULL,
`deeplink3_url` varchar(200) NOT NULL,
`deeplink3_anchor_text` varchar(100) NOT NULL,
PRIMARY KEY (`thread_id`)
// ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
");
Server Error
Mysqli prepare 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 '// ) ENGINE=InnoDB DEFAULT CHARSET=latin1; ) ENGINE=InnoDB DEFAULT CHARSET=ut' at line 18
Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
Zend_Db_Adapter_Abstract->query() in XenKingDir/Install.php at line 105
XenKingDir_Install::installCode()
call_user_func() in XenForo/Model/AddOn.php at line 214
XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 212
XenForo_ControllerAdmin_AddOn->actionUpgrade() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/mike/public_html/admin.php at line 13
delete line from file! i already update, all ok!Line 103 of the Install.php
XenKingDir - Minor Fix In Install File
We use essential cookies to make this site work, and optional cookies to enhance your experience.