v13.07 release information - site admins: for information, instructions and further help please read the release notes.
You are here:  Home » Featured » Release notes for v12.05.26

Category: Featured, Releases

Post Tagged with , ,

2 Responses so far.

  1. When I initially commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get several
    emails with the same comment. Is there any way you can remove people from that service?
    Cheers!

    • Simon says:

      There are two places subscriptions are managed in the database:

      1. wp_symposium_subs table where..

      uid = the member User ID
      tid = the topic ID
      cid = the category ID

      2. wp_usermeta

      You can see which users are subscribed to receive all forum updates running the following SQL:

      SELECT * FROM `v1210_usermeta` WHERE meta_key = ‘symposium_forum_all’

      And then edit the appropriate rows, removing ‘on’ from the meta_value field

      Hope that helps.

Leave a Reply

Leave a Reply