Embedding field
This commit is contained in:
@@ -64,6 +64,16 @@
|
||||
<input type="file" name="file"/>
|
||||
</td>
|
||||
</tr>
|
||||
{config[enable_enbedding]?
|
||||
<tr>
|
||||
<th>
|
||||
Embed
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" name="embed" size="30" maxlength="80" autocomplete="off" />
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
{mod?
|
||||
<tr>
|
||||
<th>
|
||||
|
@@ -22,5 +22,6 @@ CREATE TABLE IF NOT EXISTS `posts_{board}` (
|
||||
`ip` varchar(45) NOT NULL,
|
||||
`sticky` int(1) NOT NULL,
|
||||
`locked` int(1) NOT NULL,
|
||||
`embed` text,
|
||||
UNIQUE KEY `id` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
@@ -63,6 +63,16 @@
|
||||
<input type="file" name="file"/>
|
||||
</td>
|
||||
</tr>
|
||||
{config[enable_enbedding]?
|
||||
<tr>
|
||||
<th>
|
||||
Embed
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" name="embed" size="30" maxlength="80" autocomplete="off" />
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
{mod?
|
||||
<tr>
|
||||
<th>
|
||||
|
Reference in New Issue
Block a user