Search found 3 matches

by combuster
Thu May 26, 2016 11:56 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-14535 [url] works unexpected
Replies: 11
Views: 36525

Re: PHPBB3-14535 [url] works unexpected

I also support keeping the 3.1 behavior!
by combuster
Thu Sep 25, 2014 3:02 pm
Forum: [3.x] Event Requests
Topic: [PHP] core.delete_topics_after
Replies: 0
Views: 16250

[PHP] core.delete_topics_after

Identifer : core.delete_topics_after
Location : In functions_admin.php method delete_topics . I think its around line 682 where we could fire the event.
Parameters : at least the variable $topic_ids (holding the ids of topic(s) that are deleted).
Explanation : Deleting a topic requires ...
by combuster
Wed Sep 24, 2014 7:27 pm
Forum: [3.x] Event Requests
Topic: [Template] viewtopic_body_postrow_block_before
Replies: 0
Views: 14896

[Template] viewtopic_body_postrow_block_before

Identifier : viewtopic_body_postrow_block_before

Prosilver Location :
in viewtopic_body.html around line 119 it says:

<!-- BEGIN postrow -->

I want to have this event:

<!-- EVENT viewtopic_body_postrow_block_before -->
<!-- BEGIN postrow -->


Subsilver Location : (I don't know, but I ...