User Tools

Site Tools


user_area_expansion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

user_area_expansion [2014/02/01 09:36]
admin [Users Notes]
user_area_expansion [2017/03/10 23:00]
Line 1: Line 1:
-====== 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.txt ยท Last modified: 2017/03/10 23:00 (external edit)