Thank God for this thread, this was doing my head in. To anyone experiencing this. If you're testing user registration, Xenforo won't resend an activation email to an IP address that has had a banned user on it. It'll just skip the activation email stage.
I used my phone's hotspot to get...
One handy way of not messing with SQL in case you mess up the table dependencies is to use jQuery is to mass-check or uncheck the boxes you want on the page. Xenforo 2 as far as I can make out doesn't have a "reject all" or similar button to mass approve/reject new signups.
I use Google Chrome...
I've been tring this with post thread and I can get bold text to work using BB, but not line breaks. I've tried inserting
<br> and \\ too
For bold text
and
work fine. Would love to be able to get linebreaks in there though if anyone can help.
had the same problem but I didn't realise this so it might be of use to other people in relation to this topic:
The push notification div background color was the same as the text color with these links in it:
"Enable notifications"
"Ask me another time"
"Never ask again"
so in...
Just in case anyone else is unsure if upgrades are working or not, especially if you've migrated from vBulletin. When I was testing this, I was expecting the user's user group to change to the new group, but that's not how it works.
When a user purchases an upgrade to a new user group, Xenforo...
This is what we have for Google Analytics in our website footer rather than using Xenforo's setting for it.
if ($.fn.ihavecookies.preference('analytics') === true) {
console.log('GA is accepted.');
ga('create', 'UA-XXXXXXX-Y'...
A solution we've come up with for our Xenforo forum is as follows. It also works on other non-Xenforo parts of our website.
We implemented this cookie service on our forum that is compliant with EU-GDPR rules. It doesn't just ask users to accept or reject the cookies. It allows you to specify...
You can't do this directly within the ACP, but you can just export the xp_options table from the xenforo database. Then, when you've run your new fresh installation you can just delete the new xp_options table and import the table you exported ealier. Worked for me when I replaced a test...
Right, finally sorted this. On my phone I had to allow notifications globally in android settings - even though some apps were able to over ride this. On Windows I reset Chrome and it worked.
Thanks for the suggestion. I had tried that as well as both devices. Reset permissions and clicked "enable push notifications" as well for both xenforo.com and for our own forum.
I get push notifications from other websites/apps on my phone but I dont on my desktop (by choice).
I'll subscribe...