CTA Featured Threads & Portal

CTA Featured Threads & Portal [Paid] 2.17.0

No permission to buy (£40.00)
Tried scrolling through to find because I'm sure it's been answered, too much to read through though.

I'm wanting to resize the blocks on the homepage to the same size that they show on Forum_list.
So all block are the same size, uniform.
Attachment included for what I mean.

Tried rifling through templates, property styles, etc with no luck :(
 

Attachments

  • Screen Shot 2017-01-24 at 5.37.37 PM.webp
    Screen Shot 2017-01-24 at 5.37.37 PM.webp
    113.9 KB · Views: 4
Hi @Brogan ,
I have question for you: do you know how to change the page title of the featured thread page? When I'm viewing my home page right now, on my tab it is written "Featured Threads", I would like to change this.

Thank you sir and have a great evening
 
It's likely an issue with your custom style.

Remove the conditional from the cta_featuredthreads.css template:
Code:
<xen:if is="@ctaFtRemovePageBreadcrumbs">
.cta_featuredthreads_featured .breadBoxTop,
.cta_featuredthreads_featured .breadBoxBottom
{
    display: none;
}
</xen:if>
 
Excellent add-on.

Is there a way two display more than one block, while the threads are picked up randomly from 'Featured Threads'?

I do not want any kind of sorting. Basically, in case of two blocks, each time the pages reloads, it should display two different threads. This approach is the default if one block is used. However, I do not know why it cannot be implemented using more than one block.

Thanks!
 
Hi Brogan, getting these errors suddenly.

Code:
XenForo_Exception: The existing data required by the data writer could not be found. - library/XenForo/DataWriter.php:1359
Generated By: Unknown Account, 11 minutes ago

Code:
#0 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/DataWriter.php(1401): XenForo_DataWriter->_haveErrorsPreventSave()
#1 /var/www/vhosts/wweforums.net/httpdocs/library/CTA/FeaturedThreads/Model/Featured.php(473): XenForo_DataWriter->save()
#2 /var/www/vhosts/wweforums.net/httpdocs/library/CTA/FeaturedThreads/Model/Featured.php(410): CTA_FeaturedThreads_Model_Featured->applyFeaturedThreadImage(63362, '/var/www/vhosts...', 'png', '200', '200', 'featured_icon_d...', 'ctaFtIcon', 'icons')
#3 /var/www/vhosts/wweforums.net/httpdocs/library/CTA/FeaturedThreads/Model/Featured.php(245): CTA_FeaturedThreads_Model_Featured->attachedFeaturedThreadImage(Array, 63362, '/var/www/vhosts...', 'featured_icon_d...', 'ctaFtIcon', 'icons')
#4 /var/www/vhosts/wweforums.net/httpdocs/library/CTA/FeaturedThreads/Deferred/AutomaticFeature.php(158): CTA_FeaturedThreads_Model_Featured->prepareAttachedImageOptions(Array, 1, 0, 0)
#5 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/Model/Deferred.php(295): CTA_FeaturedThreads_Deferred_AutomaticFeature->execute(Array, Array, 7.9999988079071, '')
#6 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/Model/Deferred.php(429): XenForo_Model_Deferred->runDeferred(Array, 7.9999988079071, '', false)
#7 /var/www/vhosts/wweforums.net/httpdocs/library/XenForo/Model/Deferred.php(374): XenForo_Model_Deferred->_runInternal(Array, 8, '', false)
#8 /var/www/vhosts/wweforums.net/httpdocs/deferred.php(23): XenForo_Model_Deferred->run(false)
#9 {main}

any idea?
 
That suggests there is an image/attachment missing from the file system, which is present in the thread.

Has anything happened on the server or any files been manually deleted?
 
I removed some old plugin data from /js and /library, that's it.
Getting the error many times, not just once.
 
It's related to automatic featuring.

One of the threads which it is attempting to feature has some corrupt data related to attachments.
There is a mismatch in the database for that thread between what should be attached and what is actually in the file system on the server.
 
Top Bottom