ATM I used such table
CREATE TABLE IF NOT EXISTS `phpbb_ext_events` (
`event_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`event_name` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`event_active` tinyint(1) unsigned NOT NULL DEFAULT '0',
`event_order` mediumint(8) unsigned NOT NULL ...
Search found 73 matches
- Thu Feb 27, 2014 8:03 pm
- Forum: [3.x][Archive] RFCs
- Topic: Sortable extension events
- Replies: 33
- Views: 124713
- Thu Feb 27, 2014 9:56 am
- Forum: [3.x][Archive] RFCs
- Topic: Sortable extension events
- Replies: 33
- Views: 124713
Re: Sortable extension events
I think each template events should have small descriotion for what it is responsible for and which pages are affected.
The core event also can be sortable.
It can contain 2 headres: Core events and Template events.
I can tell that template events doesn't require so much changes but only problem ...
The core event also can be sortable.
It can contain 2 headres: Core events and Template events.
I can tell that template events doesn't require so much changes but only problem ...
- Sat Feb 22, 2014 12:40 pm
- Forum: [3.x] Rejected RFCs
- Topic: Genders
- Replies: 25
- Views: 74663
Re: Genders
Same in Polish, so +1 for leschek.
- Fri Feb 21, 2014 8:17 am
- Forum: [3.x] Discussion
- Topic: Config value
- Replies: 3
- Views: 4486
Re: Config value
IMO, you should request an event in acp_board.php 
Otherwise, you will not be able to add and change config via preference or forum settings page.
Otherwise, you will not be able to add and change config via preference or forum settings page.
- Sat Feb 15, 2014 6:10 pm
- Forum: [3.x][Archive] RFCs
- Topic: Sortable extension events
- Replies: 33
- Views: 124713
Sortable extension events
phpBB 3.1. provides extensions system, which doesn't allow admins to change extension events order.
IMO, the ability to change the events order should be a part of extension system.
I have alreadyprepered a mockup on my localhost, which works fine.
event_1.png
event_2.png
Some explanations how ...
IMO, the ability to change the events order should be a part of extension system.
I have alreadyprepered a mockup on my localhost, which works fine.
event_1.png
event_2.png
Some explanations how ...
- Wed Dec 04, 2013 6:17 am
- Forum: [3.x] Discussion
- Topic: Prevent multiple custom logs
- Replies: 9
- Views: 14091
Re: Prevent multiple custom logs
It is better not to use global vars in listener.
You can call for tables by using services and tables.
Example:
create table https://github.com/Pico88/phpBB-Reputation-System/blob/extension/config/tables.yml
call it in services https://github.com/Pico88/phpBB-Reputation-System/blob/extension ...
You can call for tables by using services and tables.
Example:
create table https://github.com/Pico88/phpBB-Reputation-System/blob/extension/config/tables.yml
call it in services https://github.com/Pico88/phpBB-Reputation-System/blob/extension ...
- Sun Nov 17, 2013 6:30 pm
- Forum: [3.x] Discussion
- Topic: event list
- Replies: 4
- Views: 8203
- Mon Nov 11, 2013 7:14 pm
- Forum: [3.x][Archive] RFCs
- Topic: Prevent multiple inclusions of jQuery UI
- Replies: 37
- Views: 74852
Re: Prevent multiple inclusions of jQuery UI
+1 for adding jQuery UI to the core.
- Fri Nov 08, 2013 5:57 am
- Forum: [3.x] Discussion
- Topic: Possible phpBB 3.1 buglets?
- Replies: 26
- Views: 31116
Re: Possible phpBB 3.1 buglets?
I have the same problem.
Sth wrong is with last visit time. For me it shows 4th Nov
Sth wrong is with last visit time. For me it shows 4th Nov
- Wed Nov 06, 2013 7:57 am
- Forum: [3.x] Rejected RFCs
- Topic: [RFC] VIP Paid Membership
- Replies: 34
- Views: 96596
Re: [RFC] VIP Paid Membership
-1
I agree with Mess.
I agree with Mess.