New Forum Posts: module controls - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=33969 Japanese language in wikitext is broken in trunk, unless I've missed some admin change. hi, I upgraded a tikiwiki 1.9.11 to 2.4 all is well except for the user and admin and suctom menus not being shown the boxes are there but no content any idea anyone? tikiwiki: 03lphuberdeau * r20204 10/trunk/db/tiki-db-pdo.php: [FIX] Encoding issue. Fix is likely wrong, but it behaves the same as previously with AdoDB Hi all, I am looking for some advice on how to use tiki user names and groups inside of custom php code i am writing, I have looked around a bit on the website but i don't thinkI am using the right terminology jpynn: If you need the name and group of the current user, I'm sure that is in a variable. I'd look in the setup code because it's probably referenced there. jpynn: I haven't done much with the user and groups, but I've seen permissions being retrieved in the setup code so those a probably used there. jpynn: I don't know the term used for the variables (name, login?). A user is the individual. A user can be a member of several groups. The privileges of a user is the combination of all the privileges of all the groups which they are a member of. So a user doesn't have a single "Group" but rather several of them. thanks, i figured i would need to jump into the code.... just wasn't sure what to look for However, there is a default login group or theme or something which affects the site appearance, in case that's relevant. Don't remember where I saw that. tikiwiki: 03lphuberdeau * r20205 10/trunk/ (6 files in 5 dirs): [MOD] Cleaning up the compatibility layer tikiwiki: 03lphuberdeau * r20206 10/branches/experimental/perms-take2/ (56 files in 28 dirs): [MRG] Automatic merge, trunk 20166 to 20205 tikiwiki: 03lphuberdeau * r20207 10/trunk/lib/core/lib/TikiDb/Adodb.php: [FIX] Incompatible interface tikiwiki: 03lphuberdeau * r20208 10/trunk/lib/core/lib/TikiDb/Pdo.php: [FIX] Avoid error thrown when no resultset available tikiwiki: 03lphuberdeau * r20209 10/branches/experimental/perms-take2/ (3 files in 3 dirs): [NEW] Add link to objectperms instead of category tikiwiki: 03lphuberdeau * r20210 10/branches/experimental/perms-take2/ (27 files in 16 dirs): [MRG] Automatic merge, trunk 20205 to 20208 tikiwiki: 03sylvieg * r20211 10/branches/experimental/perms-take2/lib/tikilib.php: [FIX]perm: to have able to edit as admin tikiwiki: 03lphuberdeau * r20212 10/branches/experimental/perms-take2/lib/core/lib/ (Perms/ResolverFactory/CategoryFactory.php Perms.php): [FIX] Error on clean install tikiwiki: 03lphuberdeau * r20213 10/branches/experimental/perms-take2/lib/core/ (3 files in 3 dirs): [FIX] Regression in last commit and adding test tikiwiki: 03sylvieg * r20214 10/trunk/templates/tiki-editpage.tpl: [FIX]categ: sorry - categorizatin was no mor there since 20034 tikiwiki: 03chealer * r20215 10/trunk/setup_smarty.php: tikiwiki: add var_dump to allowed MODIFIER_FUNCS. this eases Smarty debugging, while {debug} is broken (cf #2589) tikiwiki: Thanks sylvieg