Jake Hall
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Stopped Reporting Stats After UpdateHey guys,
I am really sorry, this release has been an absolute nightmare! I left out one (pretty important) line of code in the upgrade file.
Please redownload 1.3.1 – I have released a fix.
- Deactivate the plugin
- Delete the plugin
- Upload new 1.3.1 files
- Activate the plugin
You shouldn’t then get that error. if the plugin doesn’t work after that, please verify the
bbpastable has been created. if not, run this in phpmyadmin / your equiv.CREATE TABLE **YOUR PREFIX HERE**_bbpas ( id bigint(20) NOT NULL AUTO_INCREMENT, userid bigint(20) NOT NULL, date_recorded datetime NOT NULL, status int(1) NOT NULL, UNIQUE KEY id (id), INDEX userid (userid), INDEX date_recorded (date_recorded), INDEX status (status), PRIMARY KEY (id) )Please replace the prefix in that table creation script.
Thanks
Forum: Plugins
In reply to: [bbPress Advanced Statistics] "thanks" GD BBpress ToolsHi,
If the plugin gives you a code such as [spoiler], just enter spoiler into the whitelist.
If you have multiple, enter as so:
b,spoiler,quote,YouTube
Hope that helps
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Stopped Reporting Stats After UpdateHi there,
Please download the latest version I have just released. It should correct the issue you were having.
Regards,
Forum: Plugins
In reply to: [bbPress Advanced Statistics] not working after updateResolved via email.
An update will be released shortly to address this issue.
Forum: Plugins
In reply to: [bbPress Advanced Statistics] not working after updateClick your WordPress database for me, and then click on “SQL”
Type in there “SHOW TABLES”, and then post the list here if you don’t mind. If you like, send it to me via email (jake@thegeek.info) and we can chat there
Forum: Plugins
In reply to: [bbPress Advanced Statistics] not working after updateInteresting, do you have access to phpmyadmin on your server? I was wondering if you could run some sql queries for me so I can see what has been created in your db.
Forum: Plugins
In reply to: [bbPress Advanced Statistics] not working after updateDid you deactivate and then reactivate the plugin?
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Stopped Reporting Stats After UpdateHi IILLC,
Can you delete the current plugin from your site and upload the latest version I have put together for you.
https://downloads.wordpress.org/plugin/bbpress-improved-statistics-users-online.1.3.1.zip
Upon reactivating, you **may** get some unexpected output however this will be due to the sql migration. You should then find your stats are back to normal.
Please let me know so I can re-release 1.3 to all!
– jake
Forum: Plugins
In reply to: [bbPress Advanced Statistics] not working after updateHi randr,
Can you delete the current plugin from your site and upload the latest version I have put together for you.
https://downloads.wordpress.org/plugin/bbpress-improved-statistics-users-online.1.3.1.zip
Upon reactivating, you **may** get some unexpected output however this will be due to the sql migration. You should then find your stats are back to normal.
Please let me know so I can re-release 1.3 to all!
– jake
Forum: Plugins
In reply to: [bbPress Advanced Statistics] not working after updateHey,
I think I have found the cause of this one. I am going to be releasing an update shortly to correct this.
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Stopped Reporting Stats After UpdateHi there,
I am currently looking into this. Bare with me.
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Plugin Conflict with GD BBpress ToolsBrilliant, glad you got that solved!
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Plugin Conflict with GD BBpress ToolsHey Erich,
Just add the bbcodes themselves, without the square brackets. That’s it! E.g, for your quote issue you are having, just entering quote into the box will display them as normal.
Basically, any BBCodes/Shortcodes you want the user to access should be entered into the box. Alternatively, you could disable that feature entirely.
Forum: Plugins
In reply to: [bbPress Advanced Statistics] Plugin Conflict with GD BBpress ToolsHey Erich,
Do you have the Whitelist enabled within bbPress Advanced Statistics? You can check this within the ‘Extras’ tab.
If so, you will either need to disable it, or add all of the BBCodes provided by GD BBPress into the whitelist. The developer of that plugin has added the bbcodes as shortcodes into WordPress, which is why they are being stripped out.
Let me know how it goes,
Forum: Plugins
In reply to: [bbPress Advanced Statistics] About LanguagesHey,
If the file(s) are complete, feel free to send them to me via email on jake@thegeek.info. I will then add them to the latest release.
Also, would you mind contributing the translations to our GlotPress page for French? You can do so here: https://translate.wordpress.org/projects/wp-plugins/bbpress-improved-statistics-users-online/stable/fr/default
Thanks,