Ticket: http://tracker.phpbb.com/browse/PHPBB3-12309
Pull request: https://github.com/phpbb/phpbb/pull/2188
Search found 305 matches
- Thu Mar 27, 2014 12:40 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] quickreply_editor_before/after
- Replies: 1
- Views: 15872
- Mon Mar 24, 2014 11:50 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] quickreply_editor_before/after
- Replies: 1
- Views: 15872
[Template] quickreply_editor_before/after
Identifier: quickreply_editor_before, quickreply_editor_after
Prosilver Location (if applicable): quickreply_editor.html (before first line, and after last line)
Explanation: Being able to wrap the quickreply editor has multiple uses. Personally I usually add a hide/show button to hide/show the ...
Prosilver Location (if applicable): quickreply_editor.html (before first line, and after last line)
Explanation: Being able to wrap the quickreply editor has multiple uses. Personally I usually add a hide/show button to hide/show the ...
- Mon Mar 24, 2014 10:32 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [Template] overall_header_before
- Replies: 5
- Views: 28770
Re: [Template] overall_header_before
Strongly agree. Also very handy for inserting toolbars that are "fixed" to the top of the page (outside of "wrap").
- Mon Mar 24, 2014 1:49 pm
- Forum: [3.x] Discussion
- Topic: Avatar IMG source template variable
- Replies: 3
- Views: 4689
Re: Avatar IMG source template variable
I don't really see the benefit in doing this. Maybe you can elaborate a bit more since this doesn't really tell me much:
When making templates, it is often handy to be able to directly use the SRC attribute of the avatar image. This way you can add it much more easily as a "background-image" using ...
When making templates, it is often handy to be able to directly use the SRC attribute of the avatar image. This way you can add it much more easily as a "background-image" using ...
- Mon Mar 24, 2014 10:20 am
- Forum: [3.x] Discussion
- Topic: Prosilver redesign
- Replies: 165
- Views: 238502
Re: Prosilver redesign
I tend to agree with Arty.
This is also exactly the reason why I am rewriting my massive styles completely, so they can inherit from proSilver 3.1. I'm trying to get rid of as many of my templates and hope to do everything purely in CSS (so that extensions will work better).
That being said... I ...
This is also exactly the reason why I am rewriting my massive styles completely, so they can inherit from proSilver 3.1. I'm trying to get rid of as many of my templates and hope to do everything purely in CSS (so that extensions will work better).
That being said... I ...
- Sun Mar 23, 2014 3:18 pm
- Forum: [3.x] Discussion
- Topic: Avatar IMG source template variable
- Replies: 3
- Views: 4689
Avatar IMG source template variable
When making templates, it is often handy to be able to directly use the SRC attribute of the avatar image. This way you can add it much more easily as a "background-image" using CSS. We already do this for many different image, like forum-images, rank-images, etc. but not for avatars.
I know you ...
I know you ...
- Sun Mar 23, 2014 2:46 pm
- Forum: [3.x] Discussion
- Topic: Breadcrumb dropdown menu (using forum structure tree)
- Replies: 8
- Views: 15449
Breadcrumb dropdown menu (using forum structure tree)
Hey all. I was digging through the 3.1 code, and I couldn't find an answer to the following question:
Is there an existing function that builds a forum structure tree (using nested arrays or otherwise), which is available to extensions?
I ask this because I have written a custom function that ...
Is there an existing function that builds a forum structure tree (using nested arrays or otherwise), which is available to extensions?
I ask this because I have written a custom function that ...
- Sun Mar 23, 2014 1:37 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [PHP] Add Events to phpbb\profilefields\manager (grab & show)
- Replies: 2
- Views: 19252
Re: [PHP] Add Events to phpbb\profilefields\manager (grab & show)
Additionally, I would like to request the inclusion of a new template field in phpbb/profile_fields/manager.php:
'PROFILE_' . strtoupper($ident) . '_VALUEID'=> $ident_ary['value']
and
'PROFILE_FIELD_VALUEID' => $ident_ary['value']
Why? Because when you have a CPF that is a dropdown, it can be ...
'PROFILE_' . strtoupper($ident) . '_VALUEID'=> $ident_ary['value']
and
'PROFILE_FIELD_VALUEID' => $ident_ary['value']
Why? Because when you have a CPF that is a dropdown, it can be ...
- Sun Mar 23, 2014 1:23 pm
- Forum: [3.1/Ascraeus] Merged Event Requests
- Topic: [PHP] Add Events to phpbb\profilefields\manager (grab & show)
- Replies: 2
- Views: 19252
[PHP] Add Events to phpbb\profilefields\manager (grab & show)
Identifer: core.grab_profile_fields_data
Location: phpbb/profile_fields/manager.php
Parameters: 'user_ids', 'field_data'
Explanation: This location is useful, because it will allow us to use the raw CPF data, and process it in other scripts. My example is this: a user fills in a gaming-character ...
Location: phpbb/profile_fields/manager.php
Parameters: 'user_ids', 'field_data'
Explanation: This location is useful, because it will allow us to use the raw CPF data, and process it in other scripts. My example is this: a user fills in a gaming-character ...
- Wed Nov 26, 2008 1:31 pm
- Forum: [3.0/Olympus] Styling
- Topic: Custom profile field
- Replies: 3
- Views: 11591
Re: Custom profile field
This is because custom profile fields do not parse BBCode, smilies, or links automatically. You'll need to add a MOD like Parse BBCode in Custom Profile Fields . Please direct all similar questions to the main board, http://www.phpbb.com/community/ , as this one is for development rather than ...