• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[8wayRun.Com] XenPorta (Portal)

Status
Not open for further replies.
Is Projects a category? Does selecting a category select every forum within that category?

Thank you Rob. You are correct, Projects is a category. I cleared that selection but the result did not change. I also tried rebuilding the forum cache, and turning the block cache on and off, but that did not help. Issue remains.

Deselect the forum "Projects", and select the subforum "The Mobitog.com 52 - 2012" only. Save it. Clear the cache if needed. That should do it.

I tried your suggestion. It was a good one, but did not work :(

Clear threads source forums, save changes and re-select. Save changes. Work? I see no reason in the code for this behavior.

Salud2

That did it! Thank you lms!!!
 
Code:
ErrorException: Undefined index: forum - library\EWRporta\ControllerPublic\Forum.php:14
Generated By: Unknown Account, 3 minutes ago
Stack Trace
#0 C:\sites\-\library\EWRporta\ControllerPublic\Forum.php(14): XenForo_Application::handlePhpError(8, 'Undefined index...', 'C:\sites\mymine...', 14, Array)
#1 C:\sites\-\library\XenForo\FrontController.php(310): EWRporta_ControllerPublic_Forum->actionIndex()
#2 C:\sites\-\library\XenForo\FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 C:\sites\-\index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
  ["url"] => string(45) "http://-/forums/-/index.rss"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Unregistered users cant see the slider on my forum only logged in.
I have choosed in modul settings so everybody can see and i choosed so unregistered can View attachments to posts and Upload attachments to posts that didnt help eather what is wrong?
 
Unregistered users cant see the slider on my forum only logged in.
I have choosed in modul settings so everybody can see and i choosed so unregistered can View attachments to posts and Upload attachments to posts that didnt help eather what is wrong?
I assume unregistered users have the right to see/read the forum, you post your news?

Please help me how to move thumbnail from right to left portal . Thank you
You can do that by adding the following code to your extra.css
Code:
.recentNews .messageUserBlock { float: left !important; margin-right: 10px; }
.recentNews .clearFix { clear: both !important; }
Yes it is. See Source Code (line 67):
Code:
<div id="content" class="EWRporta_Portal">
 
Thank you for ignoring my Reply and my PM

I don't need it anymore if i will not get any support .

Regards
You are free to go. The addon out-of-the-box is working.
But if you chill down a bit, you can try this to your Extra.css (updated):
Code:
.recentNews .messageUserBlock { float: left !important; margin-right: 10px; }
.recentNews .clearFix { clear: both !important; }

Yes i do but it dont work any suggestions?
I tested it on my forum... the slider was black. But as soon as I gave the right to show attachments to unregistered to the specific sub-forum, it worked. Make sure you don't have the private mode enabled anywhere in the forum tree
 
I get this error when I try to delete XenPorta to install the latest version:

PHP:
Mysqli prepare error: Table 'acal_xenforo.EWRporta_blocks' doesn't exist
 
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 XenForo/Model.php at line 218
XenForo_Model->fetchAllKeyed() in EWRporta/Model/Blocks.php at line 7
EWRporta_Model_Blocks->getAllBlocks() in EWRporta/Install.php at line 161
EWRporta_Install->_uninstall_0() in EWRporta/Install.php at line 156
EWRporta_Install::uninstallCode() in XenForo/DataWriter/AddOn.php at line 193
XenForo_DataWriter_AddOn->_postDelete() in XenForo/DataWriter.php at line 1738
XenForo_DataWriter->delete() in XenForo/ControllerAdmin/AddOn.php at line 116
XenForo_ControllerAdmin_AddOn->actionDelete() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/acal/public_html/punchtrees.com/admin.php at line 13
 
I get this error when I try to delete XenPorta to install the latest version:

PHP:
Mysqli prepare error: Table 'acal_xenforo.EWRporta_blocks' doesn't exist
 
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 XenForo/Model.php at line 218
XenForo_Model->fetchAllKeyed() in EWRporta/Model/Blocks.php at line 7
EWRporta_Model_Blocks->getAllBlocks() in EWRporta/Install.php at line 161
EWRporta_Install->_uninstall_0() in EWRporta/Install.php at line 156
EWRporta_Install::uninstallCode() in XenForo/DataWriter/AddOn.php at line 193
XenForo_DataWriter_AddOn->_postDelete() in XenForo/DataWriter.php at line 1738
XenForo_DataWriter->delete() in XenForo/ControllerAdmin/AddOn.php at line 116
XenForo_ControllerAdmin_AddOn->actionDelete() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/acal/public_html/punchtrees.com/admin.php at line 13

I'm dumb.. got it :)
 
Okay so I have top-left and top-right for the position of the blocks. Is there a way I can make the top a single block instead of two individual left/right blocks?
 
Status
Not open for further replies.
Top Bottom