aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-18 19:34:14 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-21 03:29:31 +0530
commit3cebb18ce8e8e97a6b95b32dbab5740489c840ea (patch)
tree3373026e5eabaed5d91811c20ce868e8e686711c /phpBB/config
parent18bf45ab1b3f07fbed5c7d566766170ff0a71e8e (diff)
downloadforums-3cebb18ce8e8e97a6b95b32dbab5740489c840ea.tar
forums-3cebb18ce8e8e97a6b95b32dbab5740489c840ea.tar.gz
forums-3cebb18ce8e8e97a6b95b32dbab5740489c840ea.tar.bz2
forums-3cebb18ce8e8e97a6b95b32dbab5740489c840ea.tar.xz
forums-3cebb18ce8e8e97a6b95b32dbab5740489c840ea.zip
[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
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/profilefields.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/config/profilefields.yml b/phpBB/config/profilefields.yml
index 00f025e141..ce2a84b12b 100644
--- a/phpBB/config/profilefields.yml
+++ b/phpBB/config/profilefields.yml
@@ -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: