[OzzModz] Contact Us Thread

[OzzModz] Contact Us Thread 2.3.7

No permission to download
I think this update fixes the redirection issue. It should only be kicking in for signup abuse blocking & detection support, which has been adjusted to hopefully work correctly
 
Usergroup permissions. The site I took over had it set that guests could “Never” submit threads.
 
Is there any way to change the redirect after creating the thread?
Because this thread is created in a hidden area, people will get an error after sending the contact form.
 
I guess this addon really miss an option to choose a redirect after sending.
Best solution for me is a new page with "thank you"; and an option to set a redirect.

I am wondering how you all use this? I cant imagine that you have a public thread for you contact_messages?
Maybe i overlook something?
 
Maybe the problem is in PB/ContactUsAttachments/C/P/Misc

Code:
        if ($reply instanceof \XF\Mvc\Reply\Redirect && $this->contactService && $thread = $this->contactService->getThread())
        {
            $reply->setUrl($this->buildLink('pages/thankyou'));
        }

I have changed this for my needs now like above.
Maybe @Painbaker wants to add an option for the redirect.
 
This add-on doesn't redirect to the created thread. The entire point is to create it as a private thread so I didn't need to check an email account for contact us form usage.
 
Top Bottom