1
0
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:
Achim Ennenbach
2018-08-14 13:52:39 +02:00
parent acfaf2df8e
commit 7ddb9a44db
7 changed files with 69 additions and 26 deletions

View File

@@ -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',