Search found 27 matches
- Fri Dec 06, 2013 8:24 am
- Forum: [3.x][Archive] RFCs
- Topic: Actuality event list
- Replies: 3
- Views: 6396
Re: Actuality event list
Thnx nick! 
- Thu Dec 05, 2013 5:59 pm
- Forum: [3.x][Archive] RFCs
- Topic: Actuality event list
- Replies: 3
- Views: 6396
Actuality event list
I was browsing through the event list on https://wiki.phpbb.com/Event_List and saw that that particular page was last updated, november 19th. Does that mean that the page isn't actual anymore and/or updated with the latest 3.1a3 events that are added constantly??
thnx
thnx
- Sun Dec 01, 2013 11:44 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27415
Re: [3.1a3] Extension problems
Thnx david, good tip! 
- Sun Dec 01, 2013 9:09 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27415
Re: [3.1a3] Extension problems
Solved. It took me the better part of today to figure this one out so for the good of anyone with the same error:
If you add a constant to the services.yml file AND to the construct of the listener (in my case $config), make sure that you disable the extension before doing so and enable it again ...
If you add a constant to the services.yml file AND to the construct of the listener (in my case $config), make sure that you disable the extension before doing so and enable it again ...
- Sun Dec 01, 2013 7:10 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27415
Re: [3.1a3] Extension problems
@realisty: thanks... saw that later too but that isn't the problem besides the fact that it is a comment and therefore not part of the code... 
- Sun Dec 01, 2013 6:05 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27415
- Sun Dec 01, 2013 3:57 pm
- Forum: [3.x] Discussion
- Topic: [3.1a3] Extension problems
- Replies: 23
- Views: 27415
[3.1a3] Extension problems
Trying to get the basics for the new extensions in 3.1 i am trying to re-write (not convert, yes i know but i want to grasp the real inside of the extensions part) a mod i wrote once.
Now, my extension has a main-listener. The __construct look like this:
/**
* Constructor
*
* @param \phpbb ...
Now, my extension has a main-listener. The __construct look like this:
/**
* Constructor
*
* @param \phpbb ...