Hello, I've been using a personally modified version of this great extension on my forum. I posted some of my code around page 35, but I don't think the creator added it. I would now like to update to version 3.2 without having to redo all mods because I didn't document them very well. Could one of ...
Topic review in edit mode Description: Add topic review when editing a post, at a similar way as it is added when replying or quoting Features: Simply adds the "topic review" panel when you are editing a post, in a similar way as it is shown when you reply. Here's a screenshot of the topi...
Thanks a lot for all your help. I'm trying to slow understand where I need to go. I started from an existing simple extension that works and adapted the event file base_events. It does not seem to work yet. Can you check the content of this file, please? <?php /** * * @package phpBB.de pastebin *...
Thanks David. Maybe it's possible to work with posting_layout.html ... <!-- EVENT posting_layout_include_panel_body --> <!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF -->[/php] There's an event there that could be used... if the event could include something like _P...
I'm well aware this is probably a n00b question. I was used to modifying PHPBB 3.0 and have succesfully modified some existing extension but never got round to actually understanding how to make them work. Here's the change I made in posting.php. At the end of posting.php there's // Topic review if ...
Well, as I'm very stubborn, I found out how to do it without really knowing what I'm doing but being a smartass and learning from other existing extensions :). I have no clue how github works, but here's my commit. in listener.php , on line 95, add 'core.search_modify_tpl_ary' => 'get_sea...
Hello imkingdavid. Huge thanks for your modification, which I'm testing. I findone of the most lacking features is indeed that it doesn't show up on search results, most importantly on the "search new posts" page. I spent the evening looking for a solution, but though I was a decent modder...