Bug Conflict with "Warning to Users Awaiting Email Confirmation" mod on VB.org

Status
Not open for further replies.
The warning mod is a global notification, with vBMail disabled the warning appears as it should. As soon as vBMail is enabled the warning disappears or is not present.
That is all the detail I can give you as there are no errors or anything of that nature.
 
I am able to see the popup with vBMail enabled on my test site vB version 4.1.5 PL1
 
I am not sure how that is possible, The warning mod only uses 1 plugin, global_start, which vBMail does not even use that plugin.

Try changing the Execution Order of the global_start plugin for the warning mod to 6 and see if that helps.
 
Try changing the Execution Order of the global_start plugin for the warning mod to 6 and see if that helps.
That didn't do it. I changed some $template_hook coding and hook location within the warning plugin and now it is working fine.

Thanks for your help.
 
What was it you changed, so if someone else comes across this, they know what to do.

I could not do to much as I could not replicate the issue.
 
I changed all
Code:
$template_hook['headinclude_javascript']
to
Code:
$template_hook['navbar_end']
then I changed the hook location from "global_start" to "global_bootstrap_init_complete"
 
Status
Not open for further replies.

Legacy vBMail

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
732
Customer rating
0.00 star(s) 0 ratings
Back
Top