Quick Thread by AddonsLab

Quick Thread by AddonsLab [Paid] 1.10.2

No permission to buy ($24.99)
Interested in restricting use to certain user groups. Is this something that is in the near future?

Sure, we are planning to implement user criteria in the upcoming version along with another large update, so called "Guest Posting" - allowing users to post threads quickly and register afterwards to make their thread live. You can expect the release in 2-4 days.

Thank you!
 
Sure, we are planning to implement user criteria in the upcoming version along with another large update, so called "Guest Posting" - allowing users to post threads quickly and register afterwards to make their thread live. You can expect the release in 2-4 days.

Thank you!

That would be a great feature....
 
I haven't checked the latest version. Does it fix the issue with the RSS page logging a server error?

Tip: you can add this to EXTRA.css if you want to hide the prefix selector (and keep the default prefix selected):
Code:
#quickThreadBox .Popup {
   display: none;
}
#quickThreadBox #PrefixContainer_thread_create {
 display: none;
}
 
"Guest Posting" - allowing users to post threads quickly and register afterwards to make their thread live. You can expect the release in 2-4 days.

Thank you!

This is a killer feature. Absolutely incredible if done well.

It needs of course automatic purge of posts from database who don't confirm their e-mail address after registering, and it also needs to support the built-in social registration methods (FB, Twitter, Google).

Another thing that I would like it to support is:

https://xenforo.com/community/resources/tpu-detect-and-block-spam-registrations.2973/

TPU Detect is free so you can check compatibility with it.
 
I haven't checked the latest version. Does it fix the issue with the RSS page logging a server error?

Tip: you can add this to EXTRA.css if you want to hide the prefix selector (and keep the default prefix selected):
Code:
#quickThreadBox .Popup {
   display: none;
}
#quickThreadBox #PrefixContainer_thread_create {
display: none;
}

We didn't reproduce the error ourselves but added some additional measures to prevent it.

This is a killer feature. Absolutely incredible if done well.

It needs of course automatic purge of posts from database who don't confirm their e-mail address after registering, and it also needs to support the built-in social registration methods (FB, Twitter, Google).

Another thing that I would like it to support is:

https://xenforo.com/community/resources/tpu-detect-and-block-spam-registrations.2973/

TPU Detect is free so you can check compatibility with it.

Sure, built-in registration methods will be supported. We will test the compatibility with the add-on mentioned as well, but in general, most of the add-ons, that are coded following XenForo coding standards should work without any issues.

Nice work so far (y)
Have you added the forum selection?

Thank you. It is not implemented yet, as we are working on a large addition, after which we will implement this change as well. Altogether it may take a week to implement it.

Thank you!
 
Hello, everyone!

We want to inform here how Guest Posting feature development goes and about our decision to release the functionality as a separate add-on. The main reason for this decision is that the functionality grows in size and is essentially independent of Quick Thread form itself. Guest posting is fully supported using usual thread form as well. We don't see any reason two hardly tie these two features together - Quick Thread form and Guest Posting, as there may be users who need only one of them. Another reason is that we want to implement not only threads by guests but also thread replies, which is completely not relevant to Quick Thread product.

However, as we announced the feature as part of this product, we are going to assign a free license with one-year support/upgrades to all our existing customers. Feel free to apply for the trial version of the new product and we will upgrade your service to the full version for free if you own Quick Thread add-on at the time of releasing. Please note, that any new purchases of Quick Thread add-on after the product is released do not qualify for the promotion.

Thank you!
 
Hello, everyone!

We want to inform here how Guest Posting feature development goes and about our decision to release the functionality as a separate add-on. The main reason for this decision is that the functionality grows in size and is essentially independent of Quick Thread form itself. Guest posting is fully supported using usual thread form as well. We don't see any reason two hardly tie these two features together - Quick Thread form and Guest Posting, as there may be users who need only one of them. Another reason is that we want to implement not only threads by guests but also thread replies, which is completely not relevant to Quick Thread product.

However, as we announced the feature as part of this product, we are going to assign a free license with one-year support/upgrades to all our existing customers. Feel free to apply for the trial version of the new product and we will upgrade your service to the full version for free if you own Quick Thread add-on at the time of releasing. Please note, that any new purchases of Quick Thread add-on after the product is released do not qualify for the promotion.

Thank you!

Good call. Looking forward to the new addon as well as the fixes for the existing one.

Thanks.
 
AddonsLab updated Quick Thread by AddonsLab with a new update entry:

CTA Featured Threads compatibility and Post Thread popup fix

This is a bugfix version that solves the compatibility issue with CTA Featured Threads add-on. The button on the home page was not visible even when it was enabled in product options.

In this version, we have also applied maximum height to the Post Thread popup, so it is entirely visible on any device height, and if it has many nodes the content can be scrolled inside the overlay.

The new version is available for all licensed customers at...

Read the rest of this update entry...
 
Hello, everyone!

The upcoming 1.4.x version will have User Criteria and Forum Chooser on the home page. You can expect this update in the next week.

Thank you!
 
With this version we also introduce our updated licensing engine, that does not include any automated callbacks. Your license is validated against our server only when you edit product's settings in Admin Panel, or when you upgrade the product to the next version. No callbacks run in cron jobs or when the add-on is being uninstalled.

Thank you!
 
@AddonsLab

Thanks for the CTA fix, works now it seems.

Another suggestion, can we have the Post New Button in other templates also like New Posts/Recent Posts? Maybe footer also?
 
@AddonsLab

Thanks for the CTA fix, works now it seems.

Another suggestion, can we have the Post New Button in other templates also like New Posts/Recent Posts?

Thank you for the suggestion. I am not sure if there is any relatively simple way to allow admins to specify the page, where the button should be added. You can, however, by editing the templates directly or using Template Modifications, add the following code to any template where you need the button:

HTML:
<xen:if is="{$xenOptions.alqt_post_thread_button}">
    <xen:topctrl>
            <a href="{xen:link misc/new-thread-popup}" class="callToAction OverlayTrigger" data-cacheOverlay="true" ><span>{xen:phrase alqt_post_thread}...</span></a>
    </xen:topctrl>
</xen:if>

I will add this information to FAQ section of this product.

Thank you!
 
Bug:

Sub-categories and sub-forums within sub-categories don't work too nice with the "Post thread" button on home page. They are visibly nested wrong.

Suggestion:
I would like to be able to choose forums which are shown in the modal for "Post thread" on home page. We have tons of forums that aren't posted into and hence would only like to show the ones that are posted to.
 
Bug:

Sub-categories and sub-forums within sub-categories don't work too nice with the "Post thread" button on home page. They are visibly nested wrong.

Suggestion:
I would like to be able to choose forums which are shown in the modal for "Post thread" on home page. We have tons of forums that aren't posted into and hence would only like to show the ones that are posted to.

Will check the nesting issue and fix it soon.

Thank you for the suggestion regarding adding an option, we will consider it in upcoming releases.

Another bug report:

View attachment 156420

But only happens on our custom style...

We have seen a similar issue with "Similar Threads" add-on being enabled. It was caused by XenForo.init() being called twice or more, every time some AJAX action happens. I am not sure however if this is the case with your theme or no. We officially support our add-on on default style only, and this is a bug in your theme. Feel free to contact us in our Support System for paid assistance if needed.

Thank you!
 
Back
Top Bottom