Resource icon

Extra Portal 1.2.4

No permission to download
Hm... interesting addon. And well supported. I'll give it a try.
I just got 1 quick question: is it possible to modify design of news?

That's how my XenPorta's news looks:
1.webp
 
Is there any way to modify this to a tab, but not as a "Home" tab? I want the home page to be my forum, not the portal.
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
@ExtraLicense great work!
When would a version 1.3 be released?
1.2 was just released, 1.2.1 will be released soon and you're already talking about 1.3?:P

What would you like to see in 1.3?

As reminder:
New features will be crowdfunded and delivery dates will be guaranteed, based on complexity, inside of 2 months (not like 6 months which is how long it took us to release 1.2).
1.3.0 => no feature requests, no contributions => no timeframe:P
 
1.2 was just released, 1.2.1 will be released soon and you're already talking about 1.3?:p

What would you like to see in 1.3?

As reminder:

1.3.0 => no feature requests, no contributions => no timeframe:p

Just weighing my options as I am trying to make a decision on whether to go customize upon XenPorta or ExtraPortal :)

I am available to fund!
 
What would you like to see in 1.3?
Something like a Slideshow with:

If you create a new thread an option in the "Portalpage Options"
  • Promote to Portal
    • Promote to News-Area
    • Promote to Slider
With 1 - X News in the Slideshow (X will be configured in the [Extra] Portal Options)

It should be possible to promote a news only in the News-Area, only in the slider or at booth places.
 
Something like a Slideshow with:

If you create a new thread an option in the "Portalpage Options"
  • Promote to Portal
    • Promote to News-Area
    • Promote to Slider
With 1 - X News in the Slideshow (X will be configured in the [Extra] Portal Options)

It should be possible to promote a news only in the News-Area, only in the slider or at booth places.

The slider would probably need to be mad (if implemented) with bd widget framework so the add on doesn't start having it's own widget section.

But that's up to @ExtraLicense
 
Are you able to realise my needs from last page, please (Splitting the phrase) This helps translating your Add-on ;)
 
ExtraLicense updated Extra Portal with a new update entry:

Extra Portal 1.2.1 available


Read the rest of this update entry...
 
ExtraLicense updated Extra Portal with a new update entry:

Extra Portal 1.2.2 available

Sorry, please ignore the 1.2.1 build, because the addon.xml file contains some data from the 1.3.0 branch.

If you've already upgraded to 1.2.1, pls upgrade the addon to 1.2.2 (Just upgrade the addon.xml)


1.2.1 Changehistory:
  • New Features
    • New NavTab Options to control the Navigation bar Tab
    • New Option to include the default XenForo Forum Sidebar
    • Category Style Chooser
    • New Style Property to control Thread Prefix output
  • Fixed Bugs
    • Inline Mod...

Read the rest of this update entry...
 
Last edited by a moderator:
1.3.0 => no feature requests, no contributions => no timeframe:p

Here goes then:
It'd be great if a portal had the ability to display threads based on how many likes the thread has received in the last, say, 1 or 7 days. Something like the Reddit frontpage. I'd be willing to help fund that, and I know other people that would, too.
How complicated would that be and how much funding would need to be raised?
 
@ExtraLicense
I've upgraded to 1.2.2 and I get this error when creating a new category:

Code:
Mysqli prepare error: Unknown column 'style_id' in 'field list'

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 Zend/Db/Adapter/Abstract.php at line 574
Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1612
XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1601
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1393
XenForo_DataWriter->save() in SimplePortal/ControllerPublic/Category.php at line 45
SimplePortal_ControllerPublic_Category->actionSave() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /Users/Sergio/Sites/htdocs/foren/rc1/index.php at line 13
 
@ExtraLicense
I've upgraded to 1.2.2 and I get this error when creating a new category:

Code:
Mysqli prepare error: Unknown column 'style_id' in 'field list'

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 Zend/Db/Adapter/Abstract.php at line 574
Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1612
XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1601
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1393
XenForo_DataWriter->save() in SimplePortal/ControllerPublic/Category.php at line 45
SimplePortal_ControllerPublic_Category->actionSave() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /Users/Sergio/Sites/htdocs/foren/rc1/index.php at line 13

pls run this query via phpmyadmin
Code:
 ALTER TABLE `xf_portalcategory` ADD style_id INT UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Style override for specific category'
 
Thank you for the new phrase "el_portal_promote_inlinemod". Now it would be great to see the phrase used in a template ;)

All templates used the phrase "el_portal_promote"
 
@ExtraLicense
I've upgraded to 1.2.2 and I get this error when creating a new category:

Code:
Mysqli prepare error: Unknown column 'style_id' in 'field list'

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 Zend/Db/Adapter/Abstract.php at line 574
Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1612
XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1601
XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1393
XenForo_DataWriter->save() in SimplePortal/ControllerPublic/Category.php at line 45
SimplePortal_ControllerPublic_Category->actionSave() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /Users/Sergio/Sites/htdocs/foren/rc1/index.php at line 13
That's really strange, we've sent the RC Version yesterday to 11 testers and nobody reported this:(
 
This was never in the scope of this addon.We would prefer to create a real article content type instead of changing the thread output, BUT since @Maximilian , you and several others have asked for this, it shouldn't be hard to find some contributors :)
 
Here goes then:
It'd be great if a portal had the ability to display threads based on how many likes the thread has received in the last, say, 1 or 7 days. Something like the Reddit frontpage. I'd be willing to help fund that, and I know other people that would, too.
How complicated would that be and how much funding would need to be raised?
"Today hot thread", I like this. :)
 
Top Bottom