As I said earlier, I am more than happy to make changes to accommodate the WF add-on, but I won't do so if it creates a dependency.It's too bad that there won't be a Widget for a Widget Page in WF.. i think this would add some value to this addon for some users
I read it clearly and as I said, bbcode is just too much work if your posts include multiple pics. And want to give your homepage a media rich homepage look.
Maybe XF can append the full URL to the attachments so they can be used.
Maybe xf or addons can tap into the attachment manager and select an image to use, much like the wp media library.
I'm no coder so I don't understand the dynamics of that. Hopefully there's an easier workaround for a future release to make customizing the portal easier.
Icon uploads now work. No idea why they didn't first, but they work fine now.
That's something I'd like to see using a previously uploaded image too.
I'm all about the easy way if ya can't tell!
It's a great addon that will be amazing once xf core permits us to pull images and access attachment manager so as to prevent us from performing repetitive tasks.
In the meantime, you might want to raise this issue with the Xenforo developers (there may be a suggestion already, I haven't looked).
I think this would be useful, also.Dismiss them like notices?
That's one option, but I think it's a much better and simpler option for the user to be able to dismiss the featured threads individually. And at least then we know they have seen them.Implement this and they can remove them from view altogether: http://xenforo.com/community/resources/cta-featured-threads-user-preferences.2834/
That was written a while ago though so it's likely the code has changed, but the concept is the same.
In the meantime, you might want to raise this issue with the Xenforo developers (there may be a suggestion already, I haven't looked).
Thanks, that was just what I neededYou can edit the cta_featuredthreads_navigation_tab_links template as required.
I can't see the options relating to that changing.Would it be possible to offer more control over what featured thread is displayed on the forum home.
As it stands just now, I have featured threads for every forum room. I am running a competition just now and it would be great to display that exclusively on the forum home until the competition ends.
Perhaps an option could be added to specify exact threads which are displayed on the forum home. If no threads are specified, random featured threads could be displayed.
Just edit the Style Properties to match your style.@Brogan just installed and need some css help..
Just edit the Style Properties to match your style.
Every single individual element can be adjusted via SPs.
/* START Featured Thread Enhancement Red START Start Featured Thread Enhancement Red START */
.ctaFtBlock .sectionMain.ctaFtContainer {
background: #9d1212; /* Old browsers */
background: -moz-linear-gradient(top, #9d1212 0%, #690707 50%, #4c0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d1212), color-stop(50%,#690707), color-stop(100%,#4c0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #9d1212 0%,#690707 50%,#4c0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #9d1212 0%,#690707 50%,#4c0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #9d1212 0%,#690707 50%,#4c0404 100%); /* IE10+ */
background: linear-gradient(to bottom, #9d1212 0%,#690707 50%,#4c0404 100%); /* W3C */
border: 1px solid #350404;
box-shadow: 0 0 1px #dd8989 inset;
border-radius: 4px; }
.ctaFtThreadTitle {border-bottom: 1px solid #520b0b; box-shadow: 0 1px 0 #a42a2a;}
.ctaFtContainer a.ctaFtThreadTitleLink { color: #fac2c2; text-shadow: 0 1px 3px #111111; text-decoration: none; }
.ctaFtContainer a.ctaFtThreadTitleLink:hover { opacity: 0.5; }
.ctaFtThreadText { color: #cb8181; margin-top: 2px; }
.ctaFtContainer .ctaFtThreadText a { color: #fac2c2; font-weight: bold; }
.ctaFtContainer .avatar .img { border: 1px solid #4e0a0a;
background-color: #a31d1d; box-shadow: 0 0 3px #4e0a0a inset; }
a.ctaFtReadMoreLink { color: #fac2c2; }
.ctaFtFooter .ctaFtFeaturedThreadText { color: #cb8181; }
/* END Featured Thread Enhancement Red END Start Featured Thread Enhancement Red END */
We use essential cookies to make this site work, and optional cookies to enhance your experience.