Search found 73 matches
- Thu May 29, 2014 7:07 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [PHP] core.acp_manage_groups_request_data
- Replies: 14
- Views: 55627
Re: [PHP] core.acp_manage_groups_request_data
Shall I create a ticket and PR? Or the ticket is already created?
- Thu May 29, 2014 5:58 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [PHP] core.acp_manage_groups_request_data
- Replies: 14
- Views: 55627
Re: [PHP] core.acp_manage_groups_request_data
The acp_group_options_display_form works fine but require important change - just replace group_data with group_row ;)
The event code should look like:
$template_data['GROUP_BYPASS_PCR'] = $event['group_row']['group_bypass_pcr'] ? 'checked="checked"' : '';
I have to go. Later I will check request ...
The event code should look like:
$template_data['GROUP_BYPASS_PCR'] = $event['group_row']['group_bypass_pcr'] ? 'checked="checked"' : '';
I have to go. Later I will check request ...
- Wed May 28, 2014 1:10 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [PHP] core.acp_manage_groups_request_data
- Replies: 14
- Views: 55627
Re: [PHP] core.acp_manage_groups_request_data
I used it - not published yet.
/**
* Add reputation request data
*
* @param object $event The event object
* @return null
* @access public
*/
public function forum_reputation_request($event)
{
$forum_data = $event['forum_data'];
$forum_data['reputation_enabled'] = $this->request->variable ...
/**
* Add reputation request data
*
* @param object $event The event object
* @return null
* @access public
*/
public function forum_reputation_request($event)
{
$forum_data = $event['forum_data'];
$forum_data['reputation_enabled'] = $this->request->variable ...
- Wed May 28, 2014 7:18 am
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [PHP] core.acp_manage_groups_request_data
- Replies: 14
- Views: 55627
Re: [PHP] core.acp_manage_groups_request_data
Have a look how it is done in acp_forums.php 
- Sun May 25, 2014 7:59 pm
- Forum: [3.x][Archive] RFCs
- Topic: Sortable extension events
- Replies: 33
- Views: 124713
Re: Sortable extension events
That can solve core events, but the main aim of that topic is make a possibility to sort template events 
- Fri May 23, 2014 5:24 am
- Forum: [3.x] Discussion
- Topic: 3.1 notifications somewhat difficult to read
- Replies: 54
- Views: 63022
Re: 3.1 notifications somewhat difficult to read
I like hanakin mockup. It is much readable than current.
- Tue May 20, 2014 4:48 pm
- Forum: [3.x][Archive] RFCs
- Topic: Sortable extension events
- Replies: 33
- Views: 124713
Re: Sortable extension events
I cannot agree with you.
For example:
An admin uses 3 exts which each add diffrents link to navbar (such as rules, faq etc.) - so his board has 3 new links in navbar. Next the board admin want to change their order, because he thinks that i.e. rules should be the first or be the second, but now it ...
For example:
An admin uses 3 exts which each add diffrents link to navbar (such as rules, faq etc.) - so his board has 3 new links in navbar. Next the board admin want to change their order, because he thinks that i.e. rules should be the first or be the second, but now it ...
- Tue May 20, 2014 4:11 pm
- Forum: [3.x][Archive] RFCs
- Topic: Sortable extension events
- Replies: 33
- Views: 124713
Re: Sortable extension events
Well, do you think each developer will care about that? I don't think so.
- Tue May 20, 2014 2:08 pm
- Forum: [3.x][Archive] RFCs
- Topic: Sortable extension events
- Replies: 33
- Views: 124713
Re: Sortable extension events
Ok. That is for core events.
What about template events?
What about template events?
- Fri Apr 25, 2014 5:07 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC] Add user warning indication to viewtopic posts
- Replies: 28
- Views: 89735
Re: [RFC] Add user warning indication to viewtopic posts
I like the idea. +1 