You need to purchase separately.@Jaxel is branding removal just for Xenporta2 or is it a one time that includes your other addons. curious if I own also Discord Integration that branding would have to be purchased separately.
Read the FAQ linked above and watch the videos. What you see is what you get.Can I create pictures slideshow ?
xenforo doesn’t have slideshowJust use XenForo widgets.
hello, bump my question again asking for help... is there any support offer by add-on author?hello, can anyone explain how prebreak tag work?
I tried to insert a paragraph inside a prebreak tag and it didn't render when reading (that's intentional I guess) but it wouldn't render as excerpt on the portal page neither.
basically the tag just hide whatever text in it?
namespace Nulumia\XPImprovements\EWR\Porta\Admin\Controller;
use XF\Mvc\ParameterBag;
class Category extends XFCP_Category
{
public function actionEdit(ParameterBag $params)
{
return parent::actionEdit($params);
$categoryOptions = $category->getRelationOrDefault('PortaCategoryOptions');
}
public function actionSave(ParameterBag $params)
{
$form = parent::actionSave($params);
$categoryOptions = $category->getRelationOrDefault('PortaCategoryOptions');
$inputOptions = $this->filter('options', 'array');
$categoryOptions->option_one = $inputOptions['option_one'];
$categoryOptions->option_two = $inputOptions['option_two'];
$categoryOptions->option_three = $inputOptions['option_three'];
return $form;
}
}
ErrorException: [E_NOTICE] Undefined variable: category in src\addons\Nulumia\XPImprovements\EWR\Porta\Admin\Controller\Category.php at line 21
$categoryOptions = $category->getRelationOrDefault('PortaCategoryOptions');
Why are you putting Article widgets on your portal page? It already has articles built into it.
We use essential cookies to make this site work, and optional cookies to enhance your experience.