[TH] Featured Threads and Content Portal [Deleted]

Hello everyone, can forum owners who use this plugin send me a demo?
Thanks to ThemeHouse for providing this plugin :)
 
You can download this add-on for free:
With this code on checkout: DISPLAYCONTENT
Thank you.
But I have a questions.

Can I remove the filter search field?

filter.webp

I did remove the filter search field.

"thfeature_featured_index" will be created if you replace the codes of this file with the codes below.

HTML:
<xf:title>{{ phrase('thfeature_featured_content') }}</xf:title>

<xf:widgetpos id="thfeature_page_above_content" />

<xf:if is="$sliderFeatures">
    <xf:macro template="thfeature_macros" name="slider" arg-features="{$sliderFeatures}" arg-autoPlaySpeed="{$xf.options.thfeature_featurePageSliderAutoplaySpeed}" arg-bypassDismissal="{{ true }}" />
</xf:if>

<xf:if is="$gridFeatures">
    <xf:macro template="thfeature_macros" name="grid" arg-features="{$gridFeatures}" arg-bypassDismissal="{{ true }}" />
</xf:if>

<xf:macro template="metadata_macros" name="metadata"
          arg-description="{$xf.options.boardDescription}"
          arg-canonicalUrl="{{ link('canonical:th-featured') }}" />

<xf:if is="{{ !property('thfeature_pageTitle') }}">
    <xf:page option="noH1" value="{{ true }}" />
</xf:if>

<xf:widgetpos id="thfeature_page_below_content" />

<xf:widgetpos id="thfeature_page_sidenav" position="sidenav" />
 
Last edited:
Silly question, I love this addon on XF2.2 but how does it integrate with XF2.3's native featured functionality? Do we have two sets of Featured threads now that need to be managed?
 
Silly question, I love this addon on XF2.2 but how does it integrate with XF2.3's native featured functionality? Do we have two sets of Featured threads now that need to be managed?
Our addon disables the core XF functionality so it will function as it did before as if the native version didn’t exist.
 
For this reason, we would like some features to be the default or sold as official add-ons. Even add-ons from trusted developers can be abandoned after a certain time and we have to start all over again.

I respect the developer's decision and am not writing this message to criticise him. This is a completely general reproach. As in this case, the add-on has been discontinued and many people who use this add-on will have to start from scratch.

It is disappointing for us administrators to encounter similar situations. I just wanted to share on the occasion of this message.

@Chris D @Kier @Mike @Naz I don't know if a solution can be found, but I think it is an issue that should be considered.
 
As in this case, the add-on has been discontinued and many people who use this add-on will have to start from scratch.

It shouldn’t be to much of a surprise considering the last update to the addon was in June 2020, and it’s been known for quite awhile that Themehouse was moving away from XenForo addon development.
 
It shouldn’t be to much of a surprise considering the last update to the addon was in June 2020, and it’s been known for quite awhile that Themehouse was moving away from XenForo addon development.
We are moving away from this community, our add-ons are available at our site via our resources plan. Or just sending us a message. We don't want to be here because members of the community make incorrect statements constantly and create toxic environments. The addon is perfectly up to date.

Further support can be received at themehouse.com, responses here may be ignored.
 
Back
Top Bottom