Server Error
Mysqli statement execute error : Duplicate entry 'australian-mma' for key 2
Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1591
XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1580
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1381
XenForo_DataWriter->save() in EWRporta/Model/Categories.php at line 94
EWRporta_Model_Categories->updateCategory() in EWRporta/ControllerAdmin/Categories.php at line 54
EWRporta_ControllerAdmin_Categories->actionSave() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/ddmmh/public_html/community/admin.php at line 13
After upgrading / installing XenPorta 1.5.2, you have a new submenu-item in the ACP -> Home (menu XenPorta) called 'categories'. There you should create first a test category.Jaxel can you explain how to use the new Category function. I see no documentation in the mod itself.
Thanks,
Itworx4me
Its quite easy, in your admin CP go to categories, create them. Then when you add a post to the portal at the bottom there is an edit button to add them to the categories. Then you can link to them whichever way you want so people only see the categories they choose. I believe this can be developed greatly and im sure Jaxel will do that in the upcoming releasesJaxel can you explain how to use the new Category function. I see no documentation in the mod itself.
Thanks,
Itworx4me
I agree... the global rss gives me an error without that fix...@Jaxel
After installing the new version i have got an old error, that was fixed by me with a Patch posted some days ago.
Why do you have not integrate this patch?
See here:
To work around the problem open @xenforoinstallpath/library/EWRporta/ControllerPublic/Forum.php
search:
Code:
$response->params['layout1'] = 'forum-'.$response->params['forum']['node_id'];
replace with:
Code:
$node_id = (!empty($response->params['forum']['node_id'])) ? $response->params['forum']['node_id'] : 0;
$response->params['layout1'] = 'forum-'.$node_id;
This isn't the modules thread. this is the portal thread. the modules thread is missing.Since is the new Xenporta Blocks thread, have any of you managed to get a second slider working for a separate forum?
Brogan said to not reply in that thread anymore and to reply in here, that's why I'm asking.This isn't the modules thread. this is the portal thread. the modules thread is missing.
@Jaxel: probabbly it would be the best to open a thread here: http://xenforo.com/community/forums/resource-and-add-on-discussions.63/
We use essential cookies to make this site work, and optional cookies to enhance your experience.