RevCMS ~ Help Tool

AssLikeThat

Posting Freak
Jan 27, 2013
765
154
EDIT: ADDED IMAGE LINK!

PLEASE POST ANY FEEDBACK AND WAYS I COULD IMPROVE THIS ! :)
Not sure if this is a Tutorial or a Release as it's kind of both ;o

Hey there, got a bit bored so i decided to "Re-do" & fix the help page.

Screenshots:
help.png

submitted.png



help.php:

OR


submitted.php:

OR


Run this SQL:
Code:
SET FOREIGN_KEY_CHECKS=0;
 
-- ----------------------------
-- Table structure for `helptool`
-- ----------------------------
DROP TABLE IF EXISTS `helptool`;
CREATE TABLE `helptool` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `subject` varchar(255) DEFAULT NULL,
  `message` varchar(255) DEFAULT NULL,
  `username` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
 
-- ----------------------------
-- Records of helptool
-- ----------------------------

Put the folder inside this zip file in your images folder:


Put this folder in your styles folder:

Enjoy <3
 

Users who are viewing this thread

Top