CTA Featured Threads & Portal

CTA Featured Threads & Portal [Paid] 2.17.0

No permission to buy (£40.00)
that also yes but when you hovor over the icon it also wants you to click it, i want it so you cant click it.
Edit the cta_featuredthreads_featured_list_item template.

Replace this:
Code:
<a href="{xen:link threads, {xen:string censor, $featuredThread}}" class="Tooltip" data-offsety="-{xen:calc '@ctaFtIconPage.height - (@ctaFtIconPage.padding-all * 2)'}" title="{xen:string censor, $featuredThread.featured_title}"><img src="{xen:if "{$featuredThread.featured_icon_date}", '{xen:helper featuredthreadiconurl, $featuredThread}', '{xen:helper fullurl, @ctaFtAutomaticFeatureIconPath, 1}'}" alt="{xen:string censor, $featuredThread.featured_title}" /></a>

With this:
Code:
<img src="{xen:if "{$featuredThread.featured_icon_date}", '{xen:helper featuredthreadiconurl, $featuredThread}', '{xen:helper fullurl, @ctaFtAutomaticFeatureIconPath, 1}'}" alt="{xen:string censor, $featuredThread.featured_title}" />
 
Edit the cta_featuredthreads_featured_list_item template.

Replace this:
Code:
<a href="{xen:link threads, {xen:string censor, $featuredThread}}" class="Tooltip" data-offsety="-{xen:calc '@ctaFtIconPage.height - (@ctaFtIconPage.padding-all * 2)'}" title="{xen:string censor, $featuredThread.featured_title}"><img src="{xen:if "{$featuredThread.featured_icon_date}", '{xen:helper featuredthreadiconurl, $featuredThread}', '{xen:helper fullurl, @ctaFtAutomaticFeatureIconPath, 1}'}" alt="{xen:string censor, $featuredThread.featured_title}" /></a>

With this:
Code:
<img src="{xen:if "{$featuredThread.featured_icon_date}", '{xen:helper featuredthreadiconurl, $featuredThread}', '{xen:helper fullurl, @ctaFtAutomaticFeatureIconPath, 1}'}" alt="{xen:string censor, $featuredThread.featured_title}" />
perfect thank you
 
If you also want to do the same for the blocks, look for the similar line of code in the cta_featuredthreads_list_item template and remove the <a href...>...</a>.
 
another question Brogan in the pics below im looking to show the prefix background seen on the first pic and have it showing on the hompage if possible, it does show the text prefix but but not the light blue background shown on the other pic.
 

Attachments

  • prefix.webp
    prefix.webp
    136.1 KB · Views: 15
  • prefix homepage.webp
    prefix homepage.webp
    121 KB · Views: 15
After update, it doesnt appear anymore. Disabled evrything before and after i saved the option page that in my case just has two options?
What am i doing wrong?
 
the featured threads doesnt appear. Just tried to manually update globaly and that worked.
Maybe i have to wait.

In the acp i have just two options.
 
I'm not clear what you mean by the options but if you send me an ACP log in I can take a look.
 
All sorted :)

The options page was indeed lacking a few options :D
(I'm feeling nostalgic for version 1.0.0 now...)

upload_2014-11-22_12-3-0.webp

A rebuild of the master data resolved it so it's possible there was a server glitch during the upgrade, which interrupted the process and resulted in incomplete/corrupt master data.
 
Top Bottom