add chandesc field to profiles to provide some arbitrary text in the directory - such as to inform people what this channel is about before they connect. This will work best with a "channel detail" popup in the directory to provide more info than is available in the micro-profiles (when hovered, or clicked or something). And of course, the first thing is to enable this data to be stored in the directory.
This commit is contained in:
@@ -693,6 +693,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
|
||||
`hide_friends` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`name` char(255) NOT NULL,
|
||||
`pdesc` char(255) NOT NULL,
|
||||
`chandesc` text NOT NULL DEFAULT '',
|
||||
`dob` char(32) NOT NULL DEFAULT '0000-00-00',
|
||||
`dob_tz` char(255) NOT NULL DEFAULT 'UTC',
|
||||
`address` char(255) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user