mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
fixes #1412 implemented a forum image/icon which is displayed in front
of the forum name. Displaysize of the image can be defined in the templates.
This commit is contained in:
@@ -2,6 +2,7 @@ CREATE TABLE forum (
|
||||
`forum_id` int(10) unsigned NOT NULL auto_increment,
|
||||
`forum_name` varchar(250) NOT NULL default '',
|
||||
`forum_description` text,
|
||||
`forum_image` varchar(250) DEFAULT NULL,
|
||||
`forum_parent` int(10) unsigned NOT NULL default '0',
|
||||
`forum_sub` int(10) unsigned NOT NULL default '0',
|
||||
`forum_datestamp` int(10) unsigned NOT NULL default '0',
|
||||
|
Reference in New Issue
Block a user