Forum Replies Created
-
In reply to: Email notification not working
I’ve added a filter to iMember360 so that the correct $author_id is returned.
Best,
Bob
iMember360.comIn reply to: Email notification not workingIn includes/replies/functions.php, bbp_udate_reply() is not receiving $author_id.
Subsequently, the call to bbp_get_current_id() is failing (whereas wp_get_current_user(), when added, is not failing).
Considering that we’re on v2.2.2, it’s strange to see such basic errors creep up.
Best,
Bob
iMember360.comIn reply to: Email notification not workingWhen a reply is stored and “Notify me…” is checked, the subscription request is not stored in wp_usermeta.
As such, subsequent queries to retrieve the subscribers yield none.
If I manually add a record in wp_usermeta, the notification is then sent as expected.
Best,
Bob
iMember360.comIn reply to: Slow down; you move too fastOkay, so this gave me no peace…
I’ve been trying to bring the iMember360 forum back online after I converted it from the old standalone bbPress version.
This throttling was the last issue (that I know of) standing in the way.
In iMember360, I added a filter to quash the throttling issue until bbPress fixes the issue.
Update to iM360 v3.4.016 and you should be throttle-free…
Best,
Bob
http://www.iMember360.comIn reply to: Slow down; you move too fastYou can also set the “Throttle posting every” setting to 0 in Settings->Forums.
Just remember to always overwrite the 10 with 0 **EACH** time you save settings.
In reply to: Slow down; you move too fastHi guys,
In the latest version, v2.2.2, the core file to update/change is:
includes/common/functions.php
All that’s needed is to comment out (//) line 718.
Unfortunately, this function doesn’t have any actions or filters or I would have interceded that way.
Best,
Bob
iMember360.com