Search found 5 matches

by alf007
Fri May 15, 2015 6:36 pm
Forum: [3.x] Event Requests
Topic: [PHP] core.move_topics and core.delete_topics
Replies: 4
Views: 26357

Re: [PHP] core.move_topics and core.delete_topics

Identifer : core.move_topics_before_query
Location : In functions_admin.php method move_topics .
Parameters : array of tables
Explanation : Moving topic(s) requires extensions to update data that is related to the topic(s).
Ticket : https://tracker.phpbb.com/browse/PHPBB3-13841
PR : https ...
by alf007
Sun Nov 09, 2014 11:50 pm
Forum: [3.x] Event Requests
Topic: [PHP] core.move_topics and core.delete_topics
Replies: 4
Views: 26357

[PHP] core.move_topics and core.delete_topics

Identifer: core.move_topics
Location: includes/functions_admin.php
function move_topics
Parameters: topic_ids
forum_id
Explanation: to be able to update an extension's data which reference topics being moved to a new forum

Identifer: core.delete_topics
Location: includes/functions_admin.php ...
by alf007
Sun Nov 09, 2014 12:10 am
Forum: [3.x] Event Requests
Topic: [PHP] core.acp_manage_forums_delete_content
Replies: 0
Views: 15257

[PHP] core.acp_manage_forums_delete_content

Identifer: core.acp_manage_forums_delete_content
Location: acp_forums.php delete_forum_content
Parameters: $forum_id
Explanation: to be able to update an extension's table which reference a forum being deleted

(strange it wasn't asked before)

Ticket : https://tracker.phpbb.com/browse/PHPBB3-13311
by alf007
Sun Feb 08, 2009 9:36 pm
Forum: phpBB 3.0.x MOD/Style Support
Topic: Including mods in styles
Replies: 9
Views: 19706

Re: Including mods in styles

Don't you mean to use a normal link ? somehing like

Code: Select all

<a href="test.php">To module...</a>
?