In dire need [Hot Campaign]

DemNx

The infamous Tai
Aug 23, 2011
55
7
Well, I'm using a heavily edited version of Limehotel's own theme on Rev. And I have been trying to change the "Hot Campaign" tab at the bottom. I have added the query correctly I think as the table popped up tn the Database. I dunno if it's the code. Take a look:

Code:
-- ----------------------------
-- Table structure for `cms_campaigns`
-- ----------------------------
DROP TABLE IF EXISTS `cms_campaigns`;
CREATE TABLE `cms_campaigns` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` text CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `image` varchar(100) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  `url` varchar(255) NOT NULL,
  `desc` text CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
 
-- ----------------------------
-- Records of cms_campaigns
-- ----------------------------

Or maybe I need to edit it in housekeeping, though there is nothing there that has to do with it. I want to add a notice about staff applications and have the staff apps sent as a message to Housekeeping, if that is possible, can anyone help?

My URL is .
 

DemNx

The infamous Tai
Aug 23, 2011
55
7
Yeah, apparently it's through HK, though I doubt it. I know how to add things to the box, obviously, but as far as putting campaign images in there that link to other pages, I'm at a loss.
 

Users who are viewing this thread

Top