Announcements 0.2 has been released with support for 1.7.1.
You can read the details and download from my blog here: http://onovia.com/dp/node/13
You can view the demo here: http://wuss.onovia.com
Pass: demo
Moderator: Snykx
<?php
$announce_inistdb = "CREATE TABLE `".ANNOUNCE_TABLE."` (
`ID` bigint(20) unsigned NOT NULL auto_increment,
`title` text character set latin1 NOT NULL,
`post` longtext character set latin1 NOT NULL,
`date` datetime NOT NULL default '0000-00-00 00:00:00',
`active` int(2) NOT NULL default '1',
KEY `ID` (`ID`)
)";
jkibbles wrote:I populated the tables, if you need any other help let me know.
Users browsing this forum: No registered users and 0 guests