[OzzModz] Advanced Forms [Deleted]

Quick question: How do I remove the site name from email report title.
Right now it has (from Site Name) at the end of email subject.
If I'm not mistaken, this is generated from the phrase contact_email_subject which is from default XF configuration, not specific to Advanced Forms.
 
Ozzy47 updated [OzzModz] Advanced Forms with a new update entry:

[OzzModz] Advanced Forms for XenForo for XenForo 2.2+ Update 2.2.6 Beta 2

danger GIF
Warning Sign GIF


Now That Ive got your attention:
This is a beta release, take a full backup before installing on a production site. Optimally try it out on a test site that is a replication of your live site before installing on the live site. It has had limited testing.

2.2.6 Beta 2:
Fixed error on creating form...

Read the rest of this update entry...
 
Can you explain a bit more what it is you are trying to achieve?
The idea is to be able to read the inputs just before the form is submitted, and then base actions off those inputs.

So for example, it'll read Username and send an API request to one of our services, and if the username were to come back as invalid, it would display an Xenforo error stating so
 
The idea is to be able to read the inputs just before the form is submitted, and then base actions off those inputs.

So for example, it'll read Username and send an API request to one of our services, and if the username were to come back as invalid, it would display an Xenforo error stating so

That's not something we have planned, but if you would like to fund the development of that, start a conversation with @Painbaker and myself and we'll see if it's feasible to add this for a cost.
 
Is there a way to download the actual stable release? On your site on can only download the latest release and this is currently 2.2.6beta2. I am on 2.2.4 (stable) atm and would like to update to the latest stable 2.2.5 - but there's no way to download it as I missed to do so before the next beta was released. A bit of an unlucky setup if people are kind of forced into using betas that way. So it'd be good to have the option to get the actual stable release as well as the beta, if possible.
 
Ozzy47 updated [OzzModz] Advanced Forms with a new update entry:

[OzzModz] Advanced Forms for XenForo for XenForo 2.2+ Update 2.2.6 Beta 4

danger GIF
Warning Sign GIF


Now That Ive got your attention:
This is a beta release, take a full backup before installing on a production site. Optimally try it out on a test site that is a replication of your live site before installing on the live site. It has had limited testing.

2.2.6 Beta 4

Fixed error on importing forms
Display "File upload" questions when only "Post thread button to form" thread report type enabled


Read the rest of this update entry...
 
Last edited:
The new version triggered errors when it was upgraded from 2.2.5 Patch Level 1 version:
1738011516874.webp
Code:
Stack trace
#0 src/XF/AddOn/StepRunnerUpgradeTrait.php(124): Snog\Forms\Setup->upgrade2020600Step1(Array)
#1 src/XF/AddOn/StepRunnerUpgradeTrait.php(73): Snog\Forms\Setup->upgradeStepRunner(2020600, 1, Array, NULL)
#2 src/XF/Job/AddOnInstallBatch.php(303): Snog\Forms\Setup->upgrade(Array)
#3 src/XF/Job/AddOnInstallBatch.php(95): XF\Job\AddOnInstallBatch->stepAction(Object(XF\Timer))
#4 src/XF/Job/Manager.php(275): XF\Job\AddOnInstallBatch->run(8)
#5 src/XF/Job/Manager.php(205): XF\Job\Manager->runJobInternal(Array, 8)
#6 src/XF/Job/Manager.php(121): XF\Job\Manager->runJobEntry(Array, 8)
#7 src/XF/Admin/Controller/ToolsController.php(146): XF\Job\Manager->runByIds(Array, 8)
#8 src/XF/Mvc/Dispatcher.php(362): XF\Admin\Controller\ToolsController->actionRunJob(Object(XF\Mvc\ParameterBag))
#9 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Tools', 'RunJob', Object(XF\Mvc\RouteMatch), Object(SV\UserMentionsImprovements\XF\Admin\Controller\Tools), NULL)
#10 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\UserMentionsImprovements\XF\Admin\Controller\Tools), NULL)
#11 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#12 src/XF/App.php(2826): XF\Mvc\Dispatcher->run()
#13 src/XF.php(806): XF\App->run()
#14 admin.php(15): XF::runApp('XF\\Admin\\App')
#15 {main}

The addon can't be uninstalled because of this error (the uninstall option has disappeared)
 
Last edited:
The new version triggered errors when it was upgraded from 2.2.5 Patch Level 1 version:
View attachment 318113
Code:
Stack trace
#0 src/XF/AddOn/StepRunnerUpgradeTrait.php(124): Snog\Forms\Setup->upgrade2020600Step1(Array)
#1 src/XF/AddOn/StepRunnerUpgradeTrait.php(73): Snog\Forms\Setup->upgradeStepRunner(2020600, 1, Array, NULL)
#2 src/XF/Job/AddOnInstallBatch.php(303): Snog\Forms\Setup->upgrade(Array)
#3 src/XF/Job/AddOnInstallBatch.php(95): XF\Job\AddOnInstallBatch->stepAction(Object(XF\Timer))
#4 src/XF/Job/Manager.php(275): XF\Job\AddOnInstallBatch->run(8)
#5 src/XF/Job/Manager.php(205): XF\Job\Manager->runJobInternal(Array, 8)
#6 src/XF/Job/Manager.php(121): XF\Job\Manager->runJobEntry(Array, 8)
#7 src/XF/Admin/Controller/ToolsController.php(146): XF\Job\Manager->runByIds(Array, 8)
#8 src/XF/Mvc/Dispatcher.php(362): XF\Admin\Controller\ToolsController->actionRunJob(Object(XF\Mvc\ParameterBag))
#9 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Tools', 'RunJob', Object(XF\Mvc\RouteMatch), Object(SV\UserMentionsImprovements\XF\Admin\Controller\Tools), NULL)
#10 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\UserMentionsImprovements\XF\Admin\Controller\Tools), NULL)
#11 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#12 src/XF/App.php(2826): XF\Mvc\Dispatcher->run()
#13 src/XF.php(806): XF\App->run()
#14 admin.php(15): XF::runApp('XF\\Admin\\App')
#15 {main}

I can't uninstall the addon because of this error (the uninstall option has disappeared)

We'll look into it.
 
The new version triggered errors when it was upgraded from 2.2.5 Patch Level 1 version:
View attachment 318113
Code:
Stack trace
#0 src/XF/AddOn/StepRunnerUpgradeTrait.php(124): Snog\Forms\Setup->upgrade2020600Step1(Array)
#1 src/XF/AddOn/StepRunnerUpgradeTrait.php(73): Snog\Forms\Setup->upgradeStepRunner(2020600, 1, Array, NULL)
#2 src/XF/Job/AddOnInstallBatch.php(303): Snog\Forms\Setup->upgrade(Array)
#3 src/XF/Job/AddOnInstallBatch.php(95): XF\Job\AddOnInstallBatch->stepAction(Object(XF\Timer))
#4 src/XF/Job/Manager.php(275): XF\Job\AddOnInstallBatch->run(8)
#5 src/XF/Job/Manager.php(205): XF\Job\Manager->runJobInternal(Array, 8)
#6 src/XF/Job/Manager.php(121): XF\Job\Manager->runJobEntry(Array, 8)
#7 src/XF/Admin/Controller/ToolsController.php(146): XF\Job\Manager->runByIds(Array, 8)
#8 src/XF/Mvc/Dispatcher.php(362): XF\Admin\Controller\ToolsController->actionRunJob(Object(XF\Mvc\ParameterBag))
#9 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Tools', 'RunJob', Object(XF\Mvc\RouteMatch), Object(SV\UserMentionsImprovements\XF\Admin\Controller\Tools), NULL)
#10 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\UserMentionsImprovements\XF\Admin\Controller\Tools), NULL)
#11 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#12 src/XF/App.php(2826): XF\Mvc\Dispatcher->run()
#13 src/XF.php(806): XF\App->run()
#14 admin.php(15): XF::runApp('XF\\Admin\\App')
#15 {main}

The addon can't be uninstalled because of this error (the uninstall option has disappeared)

Should be fixed in the latest release.
 
Ozzy47 updated [OzzModz] Advanced Forms with a new update entry:

[OzzModz] Advanced Forms for XenForo for XenForo 2.2+ Update 2.2.6 Beta 6

danger GIF
Warning Sign GIF


Now That Ive got your attention:
This is a beta release, take a full backup before installing on a production site. Optimally try it out on a test site that is a replication of your live site before installing on the live site. It has had limited testing.

2.2.6 Beta 6

Fixed conditional answers processing

Read the rest of this update entry...
 
Got a question! Looked at the documentation and found no info but we are using the "Form Cooldown" option but running into a user who is experiencing issues. We set the cooldown to 7 days.

Does this cooldown apply to per user, or to the entire community? It makes sense for per user, however a user has not submitted a thread in over 7 days however are experienced the issue. My only theory is that they are keep pressing the submit button every day, and it resets that cooldown back to 7 days? Is that possible, or am I just wrong and it is global-cooldown?
 
Got a question! Looked at the documentation and found no info but we are using the "Form Cooldown" option but running into a user who is experiencing issues. We set the cooldown to 7 days.

Does this cooldown apply to per user, or to the entire community? It makes sense for per user, however a user has not submitted a thread in over 7 days however are experienced the issue. My only theory is that they are keep pressing the submit button every day, and it resets that cooldown back to 7 days? Is that possible, or am I just wrong and it is global-cooldown?
Is your cool down (in seconds) actually set for 604800 seconds? I understood this to be per-user and not a global setting, but we have low threshold of 180 seconds, so it's never come up before.
 
Is your cool down (in seconds) actually set for 604800 seconds? I understood this to be per-user and not a global setting, but we have low threshold of 180 seconds, so it's never come up before.
Yes it was set at 604800 seconds, I've disabled it for now but we had a user who kept checking every day to see if he could submit the form and could not.
 
Back
Top Bottom