What @Dakis said.
For me, Featured Threads does everything that I ever did with XenPorta and then more (such as the Featured Threads blocks on forum pages, which is the main reason I bought it - the home page is a 'bonus' that Brogan added afterwards).
There are a few things that Featured Threads won't do that XenPorta does, such as have an article layout (I never used it, I didn't like it). However, one huge benefit to Featured Threads over XenPorta is that is actively developed by Brogan and his support is outstanding.![]()
That site uses this add-on.
I believe you may be able to add the extra bits you want using the Widget Framework add-on.
You can add widgets into the Featured Threads page using the cta_featuredthreads_featured_custom_top and cta_featuredthreads_featured_custom_bottom templates. These contain hooks which WF supports. You will have to read up on how WF works and how to position widgets with hooks but once you so, you should be able to achieve what you want.That's the problem. I installed widget framework but I don't know how to use that with FT. haha! I guess I'll have to learn the widget framework first to get what I wanted. Thanks for reply!![]()
You can add widgets into the Featured Threads page using the cta_featuredthreads_featured_custom_top and cta_featuredthreads_featured_custom_bottom templates. These contain hooks which WF supports. You will have to read up on how WF works and how to position widgets with hooks but once you so, you should be able to achieve what you want.
Yes. In the slider SPs you can specify where it shows. Untick forum list and forum view, leaving only the page slider ticked.is there a way to limit the slider to only the featured threads page?![]()
<xen:if is="{$pageIsRtl}">
.ctaFtSliderWrapper
{
rtl-raw.direction: ltr;
}
.ctaFtSliderFooter
{
rtl-raw.direction: rtl;
rtl-raw.text-align: right;
}
</xen:if>
<xen:if is="{$pageIsRtl}">
.ctaFtSliderWrapper
{
rtl-raw.direction: ltr;
overflow: hidden;
}
.bx-wrapper .bx-prev
{
rtl-raw.left: 10px;
background: url(@imagePath/images/cta-featured-threads-slider-controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next
{
rtl-raw.right: 10px;
background: url(@imagePath/images/cta-featured-threads-slider-controls.png) no-repeat -43px -32px;
}
.ctaFtSliderFooter
{
rtl-raw.direction: rtl;
rtl-raw.text-align: right;
}
</xen:if>
We use essential cookies to make this site work, and optional cookies to enhance your experience.