Search found 20 matches
- Tue Mar 24, 2015 8:15 pm
- Forum: [3.x] Event Requests
- Topic: [PHP] core.index_common_after
- Replies: 2
- Views: 23568
Re: [PHP] core.index_common_after
has been solved.
- Thu Feb 19, 2015 8:15 am
- Forum: [3.x] Event Requests
- Topic: [PHP] core.ucp_pm_compose_predefined_message
- Replies: 4
- Views: 67536
Re: [PHP] core.ucp_pm_compose_predefined_message
example:: public function pm_compose($event) { if ($game_report_id = (int) request_var('rid', 0)) { global $arcade; $message_subject = $message_text = ''; $arcade->pm_quote('report', $game_report_id, $message_subject, $message_text); $event['message_subject'] = $message_subject; $event['message_text...
- Sun Feb 15, 2015 11:18 pm
- Forum: [3.x] Event Requests
- Topic: [PHP] core.ucp_pm_compose_predefined_message
- Replies: 4
- Views: 67536
Re: [PHP] core.ucp_pm_compose_predefined_message
Can you please (for all of your requests) state what you want to do, and maybe post some example code? Your given explanations are not very helpful to see what you want to do, so we can't tell you whether you can use another already existing event for that. Want to achieve substantially similar as ...
- Sun Feb 15, 2015 12:54 pm
- Forum: [3.x] Discussion
- Topic: phpBB Arcade mod convert ext - phpBB 3.1 missing event
- Replies: 9
- Views: 23598
Re: phpBB Arcade mod convert ext - phpBB 3.1 missing event
core.faq -> ok ---------------------------------------------------------------------- core.index_common_after -> true, I use core.common max adedd +1 index page check function :roll: ---------------------------------------------------------------------- core.ucp_switch_permissions core.ucp_restore_p...
- Sat Feb 14, 2015 4:40 pm
- Forum: [3.x] Discussion
- Topic: phpBB Arcade mod convert ext - phpBB 3.1 missing event
- Replies: 9
- Views: 23598
Re: phpBB Arcade mod convert ext - phpBB 3.1 missing event
I am looking at this list, but I do not see what I asked.
Please tell me which one exists?
Please tell me which one exists?
- Sat Feb 14, 2015 7:01 am
- Forum: [3.x] Discussion
- Topic: phpBB Arcade mod convert ext - phpBB 3.1 missing event
- Replies: 9
- Views: 23598
Re: phpBB Arcade mod convert ext - phpBB 3.1 missing event
I'm sorry, but I can not find them.nickvergessen wrote:note that most of your events are already available, just at a little different place, but they allow the same modification.
What are those that already exist?
- Thu Feb 12, 2015 9:42 pm
- Forum: [3.x] Event Requests
- Topic: [PHP] core.acl_clear_prefetch
- Replies: 0
- Views: 30187
[PHP] core.acl_clear_prefetch
Identifer: core.acl_clear_prefetch Location: phpbb/auth/auth.php Parameters: Parameters: $user_id Explanation: phpBB Arcade clear auth Example: $sql = 'UPDATE ' . USERS_TABLE . " SET user_permissions = '', user_perm_from = 0 $where_sql"; $db->sql_query($sql); $vars = array('user_id'); ext...
- Thu Feb 12, 2015 8:51 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] overall_header_navbar_before
- Replies: 6
- Views: 31857
[Template] overall_header_navbar_before
- Identifer: overall_header_navbar_before
Location: styles/prosilver/template/overall_header.html
Explanation: phpBB Arcade Menu
Code: Select all
<!-- EVENT overall_header_navbar_before -->
<!-- INCLUDE navbar_header.html -->
- Thu Feb 12, 2015 8:51 pm
- Forum: [3.x] Event Requests
- Topic: [Template] index_body_online_block_after
- Replies: 0
- Views: 28121
[Template] index_body_online_block_after
Identifer: index_body_online_block_after Location: styles/prosilver/template/index_body.html Explanation: phpBB Arcade who is playing Example: {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST} <!-- IF LEGEND --><br /><em>{L_LEGEND}{L_COLON} {LEGEND}</em...
- Thu Feb 12, 2015 8:50 pm
- Forum: [3.x] Event Requests
- Topic: [PHP] core.ucp_avatar
- Replies: 0
- Views: 27378
[PHP] core.ucp_avatar
Identifer: core.ucp_avatar - if change or delete avatar Location: includes/ucp/ucp_profile.php Parameters: not be Explanation: phpBB Arcade users data purge cache Example: $sql = 'UPDATE ' . USERS_TABLE . ' SET ' . $db->sql_build_array('UPDATE', $result) . ' WHERE user_id = ' . (int) $user->data['u...