User Tools

Site Tools


Sidebar

PROJECTS

CLIENT AREA

PRIVATE

user_area_expansion

This is an old revision of the document!


User Area Expansion

Changes:

  • views/admin_edit_common.twig

New Pages:

  • views/blocks/user_tab_menu.twig

Minor changes to css/style.css

Users Notes

Usage:

allows Admins to log comments about user.
 

Table for users notes.

CREATE TABLE IF NOT EXISTS `site_users_notes` (
`id` double NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`comment` text NOT NULL,
`comment_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`commented_by` int(11) NOT NULL,
`type_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1;
user_area_expansion.1391268974.txt.gz · Last modified: 2017/03/10 22:59 (external edit)