Hello, I made a Topic Password extension for 3.2.x version, but no signed. Here is my version and test it: https://1drv.ms/u/s!Ar9GB-v89284107YocsApAElI5FS Can you upgrade from old mod, just leave column in database, and this convert passwords to phpbb hashed and salted version from plain text. Befo...
+1 I need this editor to 3.2 or higher. I used under 3.0 versions for template quick fix or edit style (change background or color). I haven't FTP in my work, and I cannot download original file to modify this. I prefer/use Codemirror under Joomla or Wordpress too, I hope this will implement under P...
Same problem here. Clean xampp with PHP 7.1.1 and clean PHPBB 3.2 version with original .htaccess file. When turn on URL rewrite, then I get an error for skeleton extension:
No route found for "GET /phpbb3dev/skeleton"
Without rewrite extension has worked. What's solution for this?
Ok, I made Topic password extension based on MOD 2.0.1 version and I added search and feed fix, hashed passwords too. Yes, extension store passwords safer and while install extension, stored passwords will converting to safer formats. But I need 2.1.0 version for other fixes! Anyone have this versio...
Just a question: this working on 3.2 versions too? :roll: I not tested yet, and I will turn from topic password 3.0 mod. And not clear to me: this can add a password field to first post for users or just add a permission to ACP for groups? :roll: Because information on Github I not see password prot...
No, I can't find other way yet, because I can use hook only, full replace not. I need PHPBB events on my page, but need on root path (like a start page). Simple HTML file is no enugh, because that is a standard index.html, without any PHPBB framework support. And I have it for age check and SEO. I u...
This extension is very important me, but need extend this for search too (orignal mod get a little backdoor: when search a word, I see passworded topics too).
Hmmm.. Thanks for information. I think my mod will make with an extension. My original mod was very simply: - I renamed original index.html file in template (like index_body_logged.html) - Make a second index.html for no logged users (like index_body_nologged.html) - Make an empty index_body.html wi...
Dear developers, I write a plugin for index page replacer for guests and bots, but I don't know what is error in my code (what very simple)? Here is my overall_header_body_before.html code: <!-- IF S_USER_LOGGED_IN or S_IS_BOT --> <div> Here will a guest template code </div> <!-- ELSE --> and overal...