Search found 20 matches

by KillBill.
Tue Mar 24, 2015 8:15 pm
Forum: [3.x] Event Requests
Topic: [PHP] core.index_common_after
Replies: 2
Views: 22048

Re: [PHP] core.index_common_after

has been solved.
by KillBill.
Thu Feb 19, 2015 8:15 am
Forum: [3.x] Event Requests
Topic: [PHP] core.ucp_pm_compose_predefined_message
Replies: 4
Views: 65790

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...
by KillBill.
Sun Feb 15, 2015 11:18 pm
Forum: [3.x] Event Requests
Topic: [PHP] core.ucp_pm_compose_predefined_message
Replies: 4
Views: 65790

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 ...
by KillBill.
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: 22910

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...
by KillBill.
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: 22910

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? :oops:
by KillBill.
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: 22910

Re: phpBB Arcade mod convert ext - phpBB 3.1 missing event

nickvergessen wrote:note that most of your events are already available, just at a little different place, but they allow the same modification.
I'm sorry, but I can not find them.
What are those that already exist?
by KillBill.
Thu Feb 12, 2015 9:42 pm
Forum: [3.x] Event Requests
Topic: [PHP] core.acl_clear_prefetch
Replies: 0
Views: 26887

[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...
by KillBill.
Thu Feb 12, 2015 8:51 pm
Forum: [3.1/Ascraeus] Merged Event Requests
Topic: [Template] overall_header_navbar_before
Replies: 6
Views: 30074

[Template] overall_header_navbar_before

  • Identifer: overall_header_navbar_before
    Location: styles/prosilver/template/overall_header.html
    Explanation: phpBB Arcade Menu
Example:

Code: Select all

		<!-- EVENT overall_header_navbar_before -->
		<!-- INCLUDE navbar_header.html -->
Ticket :: https://tracker.phpbb.com/browse/PHPBB3-13602
by KillBill.
Thu Feb 12, 2015 8:51 pm
Forum: [3.x] Event Requests
Topic: [Template] index_body_online_block_after
Replies: 0
Views: 24939

[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...
by KillBill.
Thu Feb 12, 2015 8:50 pm
Forum: [3.x] Event Requests
Topic: [PHP] core.ucp_avatar
Replies: 0
Views: 24268

[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...