ban-plus and global cache
-
I’m trying to fix ban plus to work with V1. I’m nearly there but I *think* something about creating a global cache ($bbmodsuite_cache) has changed. The ban data isn’t stored in a database, it’s just in the cache (?). So at the moment you can only ban one user, if you ban another it overrides the previous ban.
$bbmodsuite_cache = array();
Any idea how to add more that one value to this array?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.