1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12730] Add Google+ profile field type

Google+ has a "+" before a custom URL but doesn't for those which are using
their integer ID. To cover that we need to have an extra profile field

PHPBB3-12730
This commit is contained in:
Shitiz Garg
2014-06-18 19:34:14 +05:30
parent 18bf45ab1b
commit 3cebb18ce8
4 changed files with 71 additions and 0 deletions

View File

@@ -55,6 +55,15 @@ services:
tags:
- { name: profilefield.type }
profilefields.type.googleplus:
class: phpbb\profilefields\type\type_googleplus
arguments:
- @request
- @template
- @user
tags:
- { name: profilefield.type }
profilefields.type.int:
class: phpbb\profilefields\type\type_int
arguments: