Colin: adding avatar to collaboration systems and refactoring some user profile stuff. Added photo and avatar fields to user profile.
This commit is contained in:
parent
852ba1ba15
commit
e75988cd1f
37 changed files with 1000 additions and 279 deletions
|
|
@ -1266,6 +1266,15 @@ A URL for sorting and displaying the list of posts by their ratings.
|
|||
lastUpdated => 1114467741,
|
||||
},
|
||||
|
||||
'enable avatars' => {
|
||||
message => q|Enable Avatars?|,
|
||||
lastUpdated => 1131432414,
|
||||
},
|
||||
|
||||
'enable avatars description' => {
|
||||
message => q|<p>Select "Yes" to display Avatars for users in the Collaboration System. The Avatar field inthe User Profile has to be enabled, and users will need to upload an Avatar image to display.</p><p>Using Avatars will slow down the performance of Collaboration Systems.</p>|,
|
||||
lastUpdated => 1131432717,
|
||||
},
|
||||
|
||||
'collaboration rss template title' => {
|
||||
message => q|Collaboration RSS Template|,
|
||||
|
|
|
|||
|
|
@ -367,6 +367,11 @@ Be aware that any database links you create here will be available to all conten
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'392' => {
|
||||
message => q|Delete this file?|,
|
||||
lastUpdated => 1131831533,
|
||||
},
|
||||
|
||||
'743' => {
|
||||
message => q|You must specify a valid email address in order to attempt to recover your password.|,
|
||||
lastUpdated => 1035246389
|
||||
|
|
@ -3248,6 +3253,12 @@ that Asset and all Assets below it.</p>
|
|||
context => q|Field type name|
|
||||
},
|
||||
|
||||
'image' => {
|
||||
message => q|Image|,
|
||||
lastUpdated =>0,
|
||||
context => q|Field type name|
|
||||
},
|
||||
|
||||
'codearea' => {
|
||||
message => q|Code Area|,
|
||||
lastUpdated =>0,
|
||||
|
|
@ -3803,6 +3814,16 @@ Message Boards hold forums for users. There are many different Wobjects in WebG
|
|||
lastUpdated => 1128919994,
|
||||
},
|
||||
|
||||
'photo' => {
|
||||
message => q|Photo|,
|
||||
lastUpdated => 1131246503,
|
||||
},
|
||||
|
||||
'avatar' => {
|
||||
message => q|Avatar|,
|
||||
lastUpdated => 1131246512,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue