[TH] Featured Threads and Content Portal [Deleted]

By default side bar is on the left.

How to move side bar to the right on Featured index page ?

Can you show code


Thanks
 
Last edited:
By default side bar is on the left.

How to move side bar to the right on Featured index page ?

Can you show code


Thanks
Go Admin panel, Appearance, templates and find thfeature_featured_index . find the code below and change the position= Sidenav to the sidebar:
<xf:widgetpos id="thfeature_page_sidenav" position="sidenav" />
<xf:widgetpos id="thfeature_page_sidenav" position="sidebar" />
 
Last edited:
Go Admin panel, Appearance, templates and find thfeature_featured_index . find the code below and change the position= Sidenav to the sidebar:
<xf:widgetpos id="thfeature_page_sidenav" position="sidenav" />
<xf:widgetpos id="thfeature_page_sidenav" position="sidebar" />
Thank you
 
Great plugin!

Is there anyway to change the links to take you to the last unread post in thread? instead of the first post
 
Hi Jack B

CTA Featured can display thread featured on each forum view

Suggestion for new Features

On edit full widget has option

Forum limit:
-All forum
-Current forum and it's children


is it possible to add this feature in the future?
 
Last edited:
Is there any way to change up the order / scale of the grid in the widget module?

I have a widget set up on the forum list and right now, it looks like:
Screen Shot 2019-07-14 at 12.03.33 AM.webp

Is there any way that the grid can have more variety like this:
Screen Shot 2019-07-14 at 12.03.40 AM.webp
 
Great plugin!

Is there anyway to change the links to take you to the last unread post in thread? instead of the first post

That is not currently possible, we decided to always link to the first post as that is the content being featured, this may be something we could add as an option in the future though

Hi Jack B

CTA Featured can display thread featured on each forum view

Suggestion for new Features

On edit full widget has option

Forum limit:
-All forum
-Current forum and it's children


is it possible to add this feature in the future?

If you add the widget onto a page that adds forum context (only the forum view page as far as I know) it will only include content from the current forum, you can also manually place the widget and include (or exclude) this context yourself if you want it somewhere other than the sidebar

Without context:
Code:
<xf:widget key="ID" />

With context:

Code:
<xf:widget key="ID" context-forum="{$forum}" />

I believe this should accomplish what you're trying to do

Is there any way to change up the order / scale of the grid in the widget module?

I have a widget set up on the forum list and right now, it looks like:
View attachment 206398

Is there any way that the grid can have more variety like this:
View attachment 206399

That's probably possible, we're using CSS grids for this layout, but I couldn't tell you exactly how to accomplish it, @Ian Hitt may be able to provide some advice though
 
That is not currently possible, we decided to always link to the first post as that is the content being featured, this may be something we could add as an option in the future though
If there was an option to toggle between the link taking you to the first post / last unread post, that would be amazing!

In the mean time, there is no way to edit the template code to modify the links? I can't imagine it'd be that big of a change
 
If there was an option to toggle between the link taking you to the first post / last unread post, that would be amazing!

In the mean time, there is no way to edit the template code to modify the links? I can't imagine it'd be that big of a change

The link is generated in the feature handler, not in the template file. I would recommend against updating PHP files as that could cause issues when you upgrade
 
The link is generated in the feature handler, not in the template file. I would recommend against updating PHP files as that could cause issues when you upgrade
Ahh okay, I see. That's unfortunate, I was hoping it wouldn't be that big of a tweak. Please let me know if there's any plans of including that feature in the future. I would imagine it'd make a lot of people happy.

Thanks again for your help
 
If you add the widget onto a page that adds forum context (only the forum view page as far as I know) it will only include content from the current forum, you can also manually place the widget and include (or exclude) this context yourself if you want it somewhere other than the sidebar

Without context:
Code:
<xf:widget key="ID" />

With context:

Code:
<xf:widget key="ID" context-forum="{$forum}" />

I believe this should accomplish what you're trying to do

Hi Jake B

I test and It work
Thank you very much for your help
 
Is there a setting to allow an image to be posted in the "message" part when using a widget? The featured page shows a linked image just fine however when using the widget it appears to remove the image.
 
The featured page shows a linked image just fine however when using the widget it appears to remove the image.

If you're using the full widget it should show the image, with the grid and slider widgets we do use XenForo's snippet function to shorten the excerpt/message which strips out BB Code
 
I don't have luck when try to resize image.
Original icon only support square size

I'm not sure if in the future release can fix this problem



Original look

Capture 1.JPG




After custom CSS to resize image and I made women look fat and blur
(avatar avatar--l)


Capture 2.JPG
 
Hey @Brogan if I didn't receive an email with the coupon should I contact you via PM? I have a license for your add-on.

And @Mike Creuzer or @Jake B. will this add-on be included in any of the subscriptions, like the Essential Suite or do we have to buy individual licenses for it?
Just following up on this again - how does one who bought Brogan's add-on get the discount code for this new version? Is that still available?
 
Back
Top Bottom