Search found 45 matches
- Mon May 16, 2016 3:03 pm
- Forum: [3.x] Tickets Discussion
- Topic: [PHPBB-14638] New event hooks for the UCP subscriptions page
- Replies: 0
- Views: 20091
[PHPBB-14638] New event hooks for the UCP subscriptions page
Forgive me if this isn't big enough for an RFC, I figured it'd be better to err on the side of caution. This ticket is to add six new hooks to the ucp_main module that allow us to manipulate the SQL queries to grab lists of subscribed forums and subscribed/bookmarked topics, as well as the template ...
- Thu Apr 23, 2015 6:03 pm
- Forum: [3.x] Tickets Discussion
- Topic: Support for Emojis
- Replies: 66
- Views: 293150
Re: Support for Emojis
Thanks for all the information. For 3.2 it makes sense to go with a common solution, but now we need to figure out what is at all possible with 3.1.
- Thu Apr 23, 2015 5:48 pm
- Forum: [3.x] Tickets Discussion
- Topic: Support for Emojis
- Replies: 66
- Views: 293150
Re: Support for Emojis
That makes a lot of sense!
What do you consider the overhead in parsing the XML? We were hoping to remove as much parsing as possible for text. Does your code already handle the colon codes, or is that something you configured?
What do you consider the overhead in parsing the XML? We were hoping to remove as much parsing as possible for text. Does your code already handle the colon codes, or is that something you configured?
- Thu Apr 23, 2015 5:20 pm
- Forum: [3.x] Tickets Discussion
- Topic: Support for Emojis
- Replies: 66
- Views: 293150
Re: Support for Emojis
The extension will be put on github later today.
The extension also makes use of emoji codes, such as :chicken: allowing desktop users to enter text w/o having to rely on browser support. Saving the text as XML encoded characters doesn't seem like the best solution either. Enabling utf8mb support ...
The extension also makes use of emoji codes, such as :chicken: allowing desktop users to enter text w/o having to rely on browser support. Saving the text as XML encoded characters doesn't seem like the best solution either. Enabling utf8mb support ...
- Wed Apr 22, 2015 8:39 pm
- Forum: [3.x] Tickets Discussion
- Topic: Support for Emojis
- Replies: 66
- Views: 293150
Support for Emojis
Related JIRAs:
https://tracker.phpbb.com/browse/PHPBB3-11711
https://tracker.phpbb.com/browse/PHPBB3-12745
https://issues.ypg.com/browse/RFDO-7880
PR:
-----------------------------------------------------
Feature Description
Currently, trying to add emoji characters inside posts and ...
https://tracker.phpbb.com/browse/PHPBB3-11711
https://tracker.phpbb.com/browse/PHPBB3-12745
https://issues.ypg.com/browse/RFDO-7880
PR:
-----------------------------------------------------
Feature Description
Currently, trying to add emoji characters inside posts and ...
- Mon Jan 19, 2015 6:28 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-11595 - API
- Replies: 64
- Views: 204872
Re: [RFC] API
We are currently developing an API extension! It's undecided as to whether or not it will be open sourced. It supports JSON only and provides hooks where needed such that extensions can alter the data (ie. the Trader extension can add user specific stats to the users objects).
- Mon Jan 19, 2015 6:21 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] logger/logging
- Replies: 4
- Views: 11262
Re: [RFC] logger/logging
We're also interested in this feature. Currently our extensions add entries to the log, but displaying the data back is difficult without events being triggered to alter the display row.
Ideally there would be a mechanism for extensions to define new log types and attach handlers for displaying ...
Ideally there would be a mechanism for extensions to define new log types and attach handlers for displaying ...
- Tue Sep 02, 2014 2:20 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [PHP] core.viewforum_get_forum_data
- Replies: 2
- Views: 21186
Re: [PHP] core.viewforum_get_forum_data
Your patch looks exactly like what we need.
Thanks!
Thanks!
- Tue Sep 02, 2014 2:17 pm
- Forum: [3.x] Event Requests
- Topic: [PHP] core.pagination_generate_page_link
- Replies: 9
- Views: 25508
Re: [PHP] core.pagination_generate_page_link
The big question is: should multiple extensions be able to hook into the same event? Since using the service override approach will only allow one extension to do so, does it make sense for multiple extensions to manipulate URLs, and does the order matter? Until those questions are answered, I don't ...
- Thu Jul 24, 2014 1:39 pm
- Forum: [3.x] Event Requests
- Topic: [PHP] core.pagination_generate_page_link
- Replies: 9
- Views: 25508
Re: [PHP] core.pagination_generate_page_link
glad it worked for you! 