In designing this type of feature, the first decision that needs to be made is whether to permanently rewrite the links in the posts table in the database, or rewrite them when posts are read. I chose the latter solution as being the safest and least likely to break future phpBB upgrades. Having mad...
Known issues I will update this post as issues are raised and solved. You may see that in the ACP configuration pages of some CAPTCHA plugins that some language strings are incorrectly loaded from a different CAPTCHA plugin (e.g. if the derky/sortables CAPTCHA is installed, the Q&A CPATCHA has ...
Installation and configuration Multi-CAPTCHA is installed in the same way as other extensions by unzipping the file tree into the directory ext/v12mike/metacaptcha/ the extension is enabled in the normal manner in the ACP CUSTOMISE tab. Configuration is done through the ACP 'GENERAL' tab ->'Spambot...
A CAPTCHA plugin for phpBB which enables multiple other CAPTCHA plugins to be simultaneously active. Having tried a few of the available CAPTCHA plugins for phpBB, I found that none are perfect, but different CAPTCHA types have different strengths. For example, reCaptcha is fairly good at keeping o...
I know it is far to late to help the OP, but for people who get here by searching on the same problem, I came against the same issue while upgrading a forum from 3.0.14. The fix for me was to add a new record to the phpbb_modules table with the values: module_id:141 module_enabled:1 module_display:1...
Hi, I would like to use PostLove for something a little bit different, can you help me to make the mod ? Current operation When you clic on the heart : it becomes transparent and the counter is incremented If you click again the counter is decremented and your heart becomes full red if somebody els...
If you install the lastest version from github https://github.com/satanasov/postlove, you get the option to move the like button to the top of the post, where it doesn't conflict with anything.
Update: running Go-Camo instead of the Atmos Camo on Node.JS is working flawlessly. I have full SSL running on a test site in Windows 10 with IIS10 and there are not mixed content warnings. 8-) With this, I now finally have the confidence to convert my site to HTTPS. Once I tune the operation of Go...
Thanks for the report. I have updated the code and also done some minor refactoring to improve the code layout (which has been on my list for a while).
If you come up with a recipe for IIS installation, please share it here.
I re-tested the code and found that there was a bug that affected boards running recent versions of the extension but which had not updated the saved files by re-running (a recent version of) the extraction and download scripts. I have fixed this bug and labelled a new version: https://github.com/v1...