redesigned user profile settings and cache lists; profile html text

This commit is contained in:
following
2013-05-13 22:16:50 +02:00
parent 821e766c04
commit 687e7af4b8
32 changed files with 901 additions and 333 deletions

View File

@ -72,6 +72,9 @@
$tpl->assign_rs('useroptions', $rs);
sql_free_result($rs);
$tpl->assign('description',
sql_value("SELECT `description` FROM `user` WHERE `user_id`='&1'", "", $userid));
$rs = sql("SELECT COUNT(*) AS `anzahl`, `t`.`id`, IFNULL(`tt`.`text`, `t`.`name`) AS `cachetype`
FROM `caches` AS `c`
LEFT JOIN `cache_type` AS `t` ON `t`.`id`=`c`.`type`