CTA Featured Threads & Portal

CTA Featured Threads & Portal [Paid] 2.17.0

No permission to buy (£40.00)
Sorry, i did do what you said but it did not move the thread back to the top of the hompage grid list?, for instance i check the update the featured date
upload_2016-6-22_7-59-45.webp

the go back to see if this thread has moved to the top, its still visible at the bottom left.
upload_2016-6-22_8-1-44.webp
 
@Brogan
Is there any way to read featured thread's icon or image in archive page? By default, in archive page it shows avatar of user. (but in portal page or forums list page its possible)
If yes, can I have sample code of it?
Thanks
 
The icon only exists while the thread is actively featured.

Once the thread is no longer featured, the icon is deleted from the server.
 
The icon only exists while the thread is actively featured.

Once the thread is no longer featured, the icon is deleted from the server.
Thanks.

Then, my new question is that: I featured 5 threads and they are actively feature now (as I also see them in portal page and I set expire date in future for them) and they have icon in portal page.
I also see them in archive page (featured-archive) at the same time, but they don't have icon.

Any misunderstanding by me?
 
@Brogan Can you help me to understand how to achieve this:

Untitled-1.webp

I've created the 'New' icon which is a transparent PNG file and have tried to add it to the styles for the icon. It works but it lies underneath the image as opposed to on top as shown in the mock-up image above. I'd also like to move the edges of the image to the outside of the block, again as shown. For the life of me I've tried to work around this using CSS but failed miserably lol. Any help would be appreciated.

With thanks
 
IMHO (but I'm not using CTA FT & P) if you can't feature less Thread from many different forum nodes you need more caching or more server power

I'm open to any ideas. Whether that be different ways to configure this addon or server settings. I reduced the amount of threads that show on the home page already, that didn't seem to help. I have 3 dedicated servers, 1 for DB and 2 for webserver and I'm using memcached. I also use incapsula and caching from them. I'd be more than willing to pay someone to help fix this issue, preferably @Brogan. As much as I view this addon as essential to my forum, I'm not sure I can justify adding another server to accommodate it.
 
About the only thing I can think of would be to remove the permission checks in the code, which would serve all featured threads to all visitors, regardless whether they have permission to view the original threads.
 
With thanks to @Brogan for pointing me in the right direction - achieved: actual screen-shot below.

upload_2016-6-24_14-11-58.webp

Added this to the helper that you pointed me towards:

Code:
<div style="position: absolute;"><img src="/graphix/new-icon.png" width="100" height="100" style="margin-top: -8px; margin-left: -8px;"></div>

Thanks again for the help - top notch support as always!

:)
 
Glad to hear it.

I'm running around like an idiot at the moment sorting everything out over here and my PC and other stuff doesn't arrive until next week, so I'm limited to mobile mainly and the laptop for those few times I'm back at the apartment between appointments.
 
Hi Brogan, sorry to bother you with a minor problem but my featured images aren't displaying in the size that is entered in the controls page. Instead of 850x250 they're more like 850x150. I've tried playing with the settings, turning the page on and off, resizing images but nothing is changing. It's as if the size of the featured images is frozen.

Version is 2.12.0 Beta

If it's the version that is the problem is there a cost to upgrade? I've forgotten how you manage upgrades, it's been a while!

Thanks,
Bart
 
The options determine the size the images are cropped and resized too.

The style properties control how they are displayed.

Ensure both match and there is sufficient width and height in the container/area where they are being displayed.
 
Back
Top Bottom