[8WR] XenPorta (Portal) PRO

[8WR] XenPorta (Portal) PRO [Paid] 1.2.2b

No permission to buy ($40.00)
Yes, but at the same time would the articles be visible to people at the home page (registered users + guests and the ability to comment for each of these two groups)?
In addition, if the node is hidden to everybody (including myself), how would I publish new articles?

Another question if I may:
Let's say the forum has a thread to every article posted, and the content of the article is also presented on the home page - how does it affect SEO in terms of duplicate content?
Hiding a node doesn't lock it. The node still exists, its just not listed. You just need to know the URL to the node.

Its not duplicate content.
 
I tried to figure out how to make a layout to different category page but I don't know how to proceed, any help on it (would be useful in the FAQ)
 
Is this add on similar to Featured Threads - Portal? I have been fighting with myself on incorporating a portal on my forum but have not found the right mix of options to fit my liking.
 
It's shown in the thread forum and on the home page via 2 different URLs, so why isn't it?
Its shown FROM two different places, but the URL is the same.... therefore its not duplicate content. If something could be considered duplicate content because its linked from two different places, then the hyperlink would be useless.
I tried to figure out how to make a layout to different category page but I don't know how to proceed, any help on it (would be useful in the FAQ)
EWRporta2_ViewPublic_ArticleList
Code:
$params['category']['category_id'] == #####
Also, is it normal that the aboveWidget container has the class "sidebar" attached?
All widget locations have the sidebar class.
 
Its shown FROM two different places, but the URL is the same.... therefore its not duplicate content. If something could be considered duplicate content because its linked from two different places, then the hyperlink would be useless.

EWRporta2_ViewPublic_ArticleList
Code:
$params['category']['category_id'] == #####

All widget locations have the sidebar class.
thank you :)
 
EWRporta2_ViewPublic_ArticleList
Code:
$params['category']['category_id'] == #####

I have tried it but it doesn't work since it's not a template. So, I tried with the class EWRporta2_ArticleList instead and it does a thing but the main page doesn't work anymore :

Code:
An exception occurred: Undefined index: category in /var/www/clients/client4/web3/web/library/EWRporta2/ViewPublic/Global.php(20) : eval()'d code on line 1

XenForo_Application::handlePhpError() in EWRporta2/ViewPublic/Global.php(20) : eval()'d code at line 1
eval() in EWRporta2/ViewPublic/Global.php at line 20
EWRporta2_ViewPublic_Global->prepareParams() in XenForo/ViewRenderer/Abstract.php at line 220
XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/HtmlPublic.php at line 71
XenForo_ViewRenderer_HtmlPublic->renderView() in XenForo/FrontController.php at line 586
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
XenForo_FrontController->run() in /var/www/clients/client4/web3/web/index.php at line 13

Others category pages work fine
 
I am trying to create layout specific to a forum. It is not working as nothing is being displayed for the forum. please advise.

Forum 10.webp
 
try
Code:
!empty($params['category']) && $params['category']['category_id'] == #####

Thanks that works to create custom layouts for specific categories.

If anyone wants to create a generic layout for all categories then use this...

Code:
!empty($params['category']) && $params['category']
 
@Jaxel

What template would I use to create a generic layout for the Author page (author View). Also what are the params for defining a specific layout for Author X
 
Back
Top Bottom