Acelondoner
Member
Nice, didn't know there was that folder with all extra xml files inside.
Cheers Rob.
Cheers Rob.
This too.
<?php
class EWRporta_ControllerPublic_Forum extends XFCP_EWRporta_ControllerPublic_Forum
{
public $perms;
public function actionIndex()
{
$response = parent::actionIndex();
$options = XenForo_Application::get('options');
if ($response instanceof XenForo_ControllerResponse_View && $options->EWRporta_globalize['forum'] && !empty($response->params['forum']))
{
$response->params['layout1'] = 'forum-'.$response->params['forum']['node_id'];
$response->params['layout2'] = 'forum';
}
return $response;
}
public function _preDispatch($action)
{
parent::_preDispatch($action);
$this->perms = $this->getModelFromCache('EWRporta_Model_Perms')->getPermissions();
}
}
As far as im aware it has to be in the root. I had to move my forum out of the root to use xenporta.
http://search.twitter.com/search.json?q=%boss%20302
[prebreak]
You just need to put "boss 302" in the Twitter Search Query box at XenPorta/Blocks/Twitter. Remember to use the quotes.Can someone tell me what the proper seach query for the twitter box would be for the simple query of "boss 302"
This is the one I tried and i cannot get the twitter block to work no longer. Either I typed the query wrong, or the block has stopped working.
Code:http://search.twitter.com/search.json?q=%boss%20302
You forgot to END the [/prebreak]When usinginside my thread, then this will completelly hide this text section inside the RecentNews Block on the portal, but also inside the thread.Code:[prebreak]
So no user will be able to read the text. Anyone an idea why this happens?
An exception occurred: Array to string conversion in /srv/www/minecraftsurvivalgames.com/forum/library/XenForo/Model/Node.php on line 1255
XenForo_Application::handlePhpError()
strval() in XenForo/Model/Node.php at line 1255
XenForo_Model_Node->getNodeOptionsArray() in EWRporta/Option/ForumChooser.php at line 16
EWRporta_Option_ForumChooser::renderOption()
call_user_func() in XenForo/ViewAdmin/Helper/Option.php at line 327
XenForo_ViewAdmin_Helper_Option::_renderCallbackOptionHtml() in XenForo/ViewAdmin/Helper/Option.php at line 71
XenForo_ViewAdmin_Helper_Option::renderPreparedOptionHtml() in XenForo/ViewAdmin/Helper/Option.php at line 33
XenForo_ViewAdmin_Helper_Option::renderPreparedOptionsHtml() in EWRporta/ViewAdmin/BlockOptions.php at line 21
EWRporta_ViewAdmin_BlockOptions->renderHtml() in XenForo/ViewRenderer/Abstract.php at line 215
XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/HtmlAdmin.php at line 63
XenForo_ViewRenderer_HtmlAdmin->renderView() in XenForo/FrontController.php at line 533
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 156
XenForo_FrontController->run() in /srv/www/minecraftsurvivalgames.com/forum/admin.php at line 13
Thanks for your reply! But sadly I did not forgett that (Or I am just doing something wrong :S).You forgot to END the [/prebreak]
We use essential cookies to make this site work, and optional cookies to enhance your experience.