Paid Addons Support Forum Only
Please note, that here we only support Paid Addons issues and questions.
gVectors Support staff works from 6am to 6pm (GMT+0)
All questions related to wpForo and wpDiscuz free plugins should be asked in the corresponding plugin support forum:
Hi!
I'm new to this plugin. Is it normal that page is reloading twice while subscribing or unsubscribing?
For instance, when user clicks subscription button, page reloads with such URL parameter:
?wpdiscuzUrlAnchor&subscriptionSuccess=1&subscriptionID=XX#wc_unsubscribe_message
Then it reloads to original URL.
When user clicks unsubscribe button, page reloads with such URL parameter:
?wpdiscuzUrlAnchor&wpdiscuzSubscribeID=XX&key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX#wc_unsubscribe_message
Should this work this way or should some kind of Ajax function be used? If second, how reloading page can be prevented and fixed?
Yes, it does this to remove the GET part of URLs to avoid future conflicts. It's normal, please don't worry about that.
Ok. Thank you!