1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Improved linkwords, allowing for greater control over styling of specific words.

This commit is contained in:
Cameron
2016-05-12 14:57:03 -07:00
parent 34ef4a1ae2
commit 44f46317ab
4 changed files with 66 additions and 28 deletions

View File

@@ -6,5 +6,6 @@ linkword_link varchar(250) NOT NULL default '',
linkword_tooltip text NOT NULL,
linkword_tip_id int(10) UNSIGNED NOT NULL Default '0',
linkword_newwindow tinyint(1) unsigned NOT NULL default '1',
linkword_limit int(3) UNSIGNED NOT NULL default '0',
PRIMARY KEY (linkword_id)
) ENGINE=MyISAM AUTO_INCREMENT=1;