I need opinions regarding the discussion about this proposed change at:
https://github.com/phpbb/phpbb/pull/3733
Please, read there and post your opinion.
-javiexin
Search found 90 matches
- Tue Jun 30, 2015 10:50 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
- Replies: 8
- Views: 12504
- Tue Jun 30, 2015 12:46 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
- Replies: 8
- Views: 12504
Re: PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
Patch submitted as PR: https://github.com/phpbb/phpbb/pull/3733
Finally, all cases (ACP and UCP) are using a template variable.
Finally, all cases (ACP and UCP) are using a template variable.
- Sat Jun 13, 2015 10:47 am
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
- Replies: 8
- Views: 12504
Re: PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
Regarding ALT text, this is for accessibility (allowing screen readers to read what the image shows). How is it overkill? For me, overkill is adding an extra database field for storing Alt text for one CPF. The behavior is going to be similar to that of avatars, with the same alt text for all insta...
- Thu Jun 11, 2015 7:53 am
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
- Replies: 8
- Views: 12504
Re: PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
Not quite the same, but exactly in that direction, and mostly applicable. I had not seen this post, thank you. I am implementing several CPFs, and specifically, an Image Upload and an Image Selector CPFs. This need is for the Image Upload CPF. Image: Allow displaying an image (with user-specified si...
- Thu Jun 11, 2015 7:38 am
- Forum: [3.x] Discussion
- Topic: Releasing 3.1.5
- Replies: 8
- Views: 9240
Re: Releasing 3.1.5
Another process questions: what does it mean that something is WIP in here? And, in case it means stalled, as I think, how do we make it to progress?
Thanks a lot for all the time and effort you put into this. Certainly not recognized enough...
-javiexin
Thanks a lot for all the time and effort you put into this. Certainly not recognized enough...
-javiexin
- Wed Jun 10, 2015 12:21 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
- Replies: 8
- Views: 12504
Re: PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
No opinions, so I guess nobody cares which way we go. I will propose the patch with the solution I indicated above: adding "enctype" hardcoded to the relevant forms in the ACP.
- Tue Jun 09, 2015 12:24 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
- Replies: 8
- Views: 12504
PHPBB3-13934 - Enctype clause for forms may be needed for profile fields
Hello, For a new type of profile field that I am working on ("Image Upload Profile Field"), I need to upload files from the local user storage. To use it, the HTML form must include the correct " enctype " clause. In certain places, it is already present, hardcoded ( acp_users_avatar.html ) or in a ...
- Sun Jun 07, 2015 3:37 pm
- Forum: [3.x] Discussion
- Topic: Releasing 3.1.5
- Replies: 8
- Views: 9240
Re: Releasing 3.1.5
How should I work to make sure they get reviewed and included? I understand that there must be a cutoff line somewhere, but I would like to expedite as much as I can. There are a number of changes I have proposed related to profile fields that I sent some time ago, posted in Extension Dev and in her...
- Sun Jun 07, 2015 3:24 pm
- Forum: [3.x] Discussion
- Topic: Releasing 3.1.5
- Replies: 8
- Views: 9240
Re: Releasing 3.1.5
Does this mean that not-merged fixes/events will not go into this release?
- Wed Jun 03, 2015 7:36 pm
- Forum: [3.x] Discussion
- Topic: Youtube and Google profilefields need an upgrade
- Replies: 8
- Views: 6822
Re: Youtube and Google profilefields need an upgrade
The CPF system is not designed to handle anything at all like what you photoshopped. The system is complex and not designed for that. Have you seen my "Mutiple Selection Profile Field"? Not quite what is being asked, but in this direction... Agreed, the system is not designed for this purpose, but ...