[8WR] XenPorta (Portal)

[8WR] XenPorta (Portal) 1.6.0

No permission to download
Thanks for the reply, www.vapidflats.com is my site so you can see what I mean, it only shows the sidebar on the portal then the default xenforo on on the forums. Even though I have forum layouts created for it to use (one default one and one for forum 10 specifically)

When I choose Index (index > portal) it will then prevent my users from being able to access the forum, it will just redirect to the portal no matter what link you choose.

Do I need to use that setting for the sidebar to work? If so I will investigate it and figure out how to make it work.
Perhaps this would help you: http://xenforo.com/community/threads/xenporta-user-guide-and-faq.28303/#post-330167

Basically, for the sidebar blocks to show on the forum index, you need to tick the option I mentioned above and then create a, "index" layout. Then drag and drop the blocks you would like to display here.

If you would like to have separate blocks to show for a specific forum, then create a new "forum" layout and specify the ID of the forum, which is 10 in your case. Then drag and drop the blocks you want to display for that specific forum.
 
I just noticed a small oversight: in the RecentNews block, if a post has only received one reply, it shows up as "1 Comments". To fix it, I've applied this template modification:

In EWRBlock_RecentNews
Search:
Code:
{xen:number $news.reply_count} {xen:phrase comments}
Replace:
Code:
{xen:number $news.reply_count} <xen:if is="{xen:number $news.reply_count} == '1'"> {xen:phrase comment_noun} <xen:else /> {xen:phrase comments} </xen:if>

You could add that to the default template for the next version if you want :)
 
Perhaps this would help you: http://xenforo.com/community/threads/xenporta-user-guide-and-faq.28303/#post-330167

Basically, for the sidebar blocks to show on the forum index, you need to tick the option I mentioned above and then create a, "index" layout. Then drag and drop the blocks you would like to display here.

If you would like to have separate blocks to show for a specific forum, then create a new "forum" layout and specify the ID of the forum, which is 10 in your case. Then drag and drop the blocks you want to display for that specific forum.

Thanks for that, but after following that (a second time to be sure) its still not working. I have 5 layouts setup with the proper blocks but it will only work on the portal it will not work on the forum/thread/index etc.
 
On my site the twitter block suddenly stopped working - for just MY twitter account. :S

My Twitter: https://twitter.com/FEAR_Prod
My Site: http://www.fear-productions.net
Twitter Search Query: from:FEAR_Prod

If I use i.e. "to:FEAR_Prod" then I see tweets that were sent to me.
If I use "from:battlefield" then I see tweets from https://twitter.com/battlefield.
But "from:FEAR_Prod" does not show my tweets for reasons I can't understand. :S

Anyone an Idea? This used to work until 1 or 2 weeks ago. And yes I have done recent tweets. :)
 
Same here .. but today it finally stopped working. Not one query is working for me. It also shows this block:

twitter.webp

maybe a change in Twitter API .. but I had no time to looking what is the problem ... maybe this night :)

Benny
 
Thanks saeed - creating the forum layout as blank type and id as 'index', then ticking the index -> index (portal) option helped me create my main forum display have its own layout instead of using the one from portal.

Perhaps this would help you: http://xenforo.com/community/threads/xenporta-user-guide-and-faq.28303/#post-330167

Basically, for the sidebar blocks to show on the forum index, you need to tick the option I mentioned above and then create a, "index" layout. Then drag and drop the blocks you would like to display here.

If you would like to have separate blocks to show for a specific forum, then create a new "forum" layout and specify the ID of the forum, which is 10 in your case. Then drag and drop the blocks you want to display for that specific forum.
 
Jaxel can you please address the xenporta "mediarecent" block issue with thumbnails breaking out of the block?
 
I read all posts here which said about the categories, understood everything but....

When i click at edit, to choose a previus created category, the system say that i havent right to do that.

Searched in Groups Permission and didnt find anything to it. Anyone can help?
 
I am not sure who to ask so I am asking both, upon moving an thread I receive this error.

Code:
Undefined index: join
XenForo_Application::handlePhpError() in EWRporta/Model/Post.php at line 11
EWRporta_Model_Post->getPostsInThread() in Bookmarks/ControllerPublic/Thread.php at line 26
Bookmarks_ControllerPublic_Thread->actionMove() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /var/www/vhosts/downwithdestruction.net/httpdocs/forum/index.php at line 13
 
Please anyone help me. I tried to uninstall XenPorta but I got this error:

Server Error

Missing argument 2 for EWRporta_Install::uninstallCode()
  1. XenForo_Application::handlePhpError() in C:\xampp\htdocs\xen\library\EWRporta\Install.php at line 176
  2. EWRporta_Install::uninstallCode()
  3. call_user_func() in C:\xampp\htdocs\xen\library\XenForo\DataWriter\AddOn.php at line 193
  4. XenForo_DataWriter_AddOn->_postDelete() in C:\xampp\htdocs\xen\library\XenForo\DataWriter.php at line 1738
  5. XenForo_DataWriter->delete() in C:\xampp\htdocs\xen\library\XenForo\ControllerAdmin\AddOn.php at line 116
  6. XenForo_ControllerAdmin_AddOn->actionDelete() in C:\xampp\htdocs\xen\library\XenForo\FrontController.php at line 310
  7. XenForo_FrontController->dispatch() in C:\xampp\htdocs\xen\library\XenForo\FrontController.php at line 132
  8. XenForo_FrontController->run() in C:\xampp\htdocs\xen\admin.php at line 13
I haven't touched any of XenPorta's core file.
 
Please anyone help me. I tried to uninstall XenPorta but I got this error:

Server Error

Missing argument 2 for EWRporta_Install::uninstallCode()
  1. XenForo_Application::handlePhpError() in C:\xampp\htdocs\xen\library\EWRporta\Install.php at line 176
  2. EWRporta_Install::uninstallCode()
  3. call_user_func() in C:\xampp\htdocs\xen\library\XenForo\DataWriter\AddOn.php at line 193
  4. XenForo_DataWriter_AddOn->_postDelete() in C:\xampp\htdocs\xen\library\XenForo\DataWriter.php at line 1738
  5. XenForo_DataWriter->delete() in C:\xampp\htdocs\xen\library\XenForo\ControllerAdmin\AddOn.php at line 116
  6. XenForo_ControllerAdmin_AddOn->actionDelete() in C:\xampp\htdocs\xen\library\XenForo\FrontController.php at line 310
  7. XenForo_FrontController->dispatch() in C:\xampp\htdocs\xen\library\XenForo\FrontController.php at line 132
  8. XenForo_FrontController->run() in C:\xampp\htdocs\xen\admin.php at line 13
I haven't touched any of XenPorta's core file.
http://xenforo.com/community/goto/post?id=358204#post-358204
 
Thank you. It works now :) Wonder why Jaxel doesn't update the package with the new install.php to fix this bug.
 
Top Bottom