when use realname whenever possible is enabled... how can i prevent it for the username type tracker field ? it messess my pretty tracker links, etc. sorry, user selector type field ah, gotcha ! nope, not gotcha ... i have {DIV(class="clearfix")}More information about [tiki-user_information.php?view_user={$f_1}|{$f_3}]{DIV} where $f_1 is user selector and $f_3 preference real name field the link becomes wrongly tiki-user_information.php?view_user=luciash%20d'%20being how to force {$f_1} to render login name instead of real name if "display real name instead ..." feature is enabled ? where we enable the argvariables ? ah, found it on tiki-admin.php?page=textarea what is the use for "Page name display stripper:" ? on Admin : Wiki it does nothing with my pages named foo--bar when i put -- there in this pref i thought it will strip the part after -- and display the page name in URL as mysite/foo ah, it's only for "Display page name as page title" :-/ tikiwiki: 03chealer * r31803 10/trunk/lib/ (3 files in 2 dirs): tikiwiki: [FIX] get_contributors(): order by last contributed version when $versions is false tikiwiki: [FIX] get_contributors(): duplicate users when $versions is true tikiwiki: get rid of $versions now that we don't have to choose between bugs tikiwiki: Ref: r22123, r22587, r22858 good morning tikiverse tikiwiki: 03nyloth * r31804 10/trunk/tiki-list_file_gallery.php: [FIX] filegals: fix the 'Parent gallery' drop down list when editing a gallery that has no explorer or path shown. In this case the list was just displaying 'None' before this fix. tikiwiki: 03nyloth * r31805 10/trunk/lib/categories/categlib.php: [FIX] categories: fix tracker item categorization function, which was using the wrong variable for the itemId tikiwiki: 03nyloth * r31806 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] jquery popup: fix processed attribute tikiwiki: 03nyloth * r31807 10/trunk/templates/list_file_gallery_content.tpl: [FIX] filegals: fix table rows odd/even colors of the gallery listings tikiwiki: 03nyloth * r31808 10/trunk/tiki-setup_base.php: [FIX] silent sessions: the test was not working correctly and the session was sometimes not started even if the cookie was present... tikiwiki: 03nyloth * r31809 10/trunk/tiki-setup.php: tikiwiki: [SEC][FIX] user variable : be sure that the user is not already defined by PHP tikiwiki: on hosts that still have the php.ini config "register_globals = On". This was tikiwiki: causing a lot of side effects, especially in the admin users panel. tikiwiki: 03nyloth * r31810 10/trunk/templates/tiki-adminusers.tpl: [FIX] admin users: don't allow the admin to ask the user to change his password at first login when he can't do this (when change_password pref is disabled) New Forum Posts: tiki-admin_modules.php - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40005 tikiwiki: 03nyloth * r31811 10/trunk/templates/tiki-browse_image.tpl: [FIX] imagegals: don't hardcode the height of the popup content - the image could be bigger than 400px in height. polom yall ping luciash did u find a way in pretty trackers to get username, when the "use real name" option is enalbed? ^^^^^ (i have the same issue) polom chealer polom xavi polom lphuberdeau :) hi robertplummer ricks99 & all hi all :) New Forum Posts: Pages are not appearing in right format - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40007 New Forum Posts: Find a range of values? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40009 hi xavi and all c u all New Forum Posts: Vista previa - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=40010 New Forum Posts: Strange language problem (german) with tiki 6.x - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40011 FrIdAy! New Forum Posts: Strange language problem (german) with tiki 6.x - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40011 New Forum Posts: Vista previa - https://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=40010 New Forum Posts: Find a range of values? - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40009 good morning Hey lphuberdeau New Forum Posts: Strange language problem (german) with tiki 6.x - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40011 New Forum Posts: Vista previa - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=40010 New Forum Posts: Find a range of values? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40009 Tikibot going crazy again? Does anyone have any good ideas for confirming is logged in and getting their permissions in tiki? a user I mean I was thinking that the $user variable should have this information, but it didn't $user is just the name permissions depend on what yea... I know that know ;) you need the user's *group* I mean groups, not permissions beat me to it Perms::get( ... ) will provide an accessor containing the applicable permissions for a given scope example for user? for a specific user? by default it will give it for the current user Perms::get('wiki page', 'HomePage') is "wiki page" a group? no, it's an 'object type' How to you call Perms? $Perms ? Perms::get is a static method polom polom polom It seems to fail when I get to it in php echo (Perms::get('wiki page', 'HomePage')); that fails it returns an object oh, duh it actually contains all the permissions applicable to the object @luciash: did u find a way to get the username in a pretty tracker if the "use real name" option is enabled? (from earlier ^^^^) I too have hit that snag you can swap the groups on it to check for different users ricks99: sorry, not yet yeah. i ran into that a bit ago, too :( tikiwiki: 03sylvieg * r31812 10/trunk/lib/setup/prefs.php: [FIX]feature: missing decalration ricks99: i have workaround using $user or $tr_user in pretty tracker instead of the $f_XX field only ricks99: but it is not very convenient for all cases :( haha only fix is to add new options param to the user selector field i guess (e.g. ...,raw) i had tried {$f2|username} but failed was trying to rewrite debug the username modifier to find the issue so how would I get [groups:private] our of Perms::get ? Perms::get('wiki page')->[groups:private]? what do you think lphuberdeau ? you can get the global groups using Perms::getInstance()->getGroups() global groups being the user's not sure there is a get method on the accessor defined in lib/core/Perms/Accessor.php btw @luciash, as long as asking about pretty trackers, did u see my Q: http://bit.ly/hLKoGo about how to format the *filter form* ? Perms::get('wiki page')->getGroups() works PERFECT! Thanks lphuberdeau and all! just ::get() will do that provides the "global" permissions ricks99: did u also try to modify modifier.username.php ? y, but beyond my hacking skills :( ricks99: i haven't seen that your Q ricks99: checking now t tx ricks99: doc says "all the params of the tracker TRACKERLIST can be added to customize the look of the result (except the filterfield, exactvalue and filtervalue - that will overwrite the filter selection)" http://doc.tiki.org/PluginTrackerFilter y, they will customize the returned *list* from the filter. but i want to customize the *form* created by the filter currently, tiki puts each field in a new row in a table (unless you have the "all in one row" option) this makes for VERY long forms, especially if there a lot of simple check boxes tikiwiki: 03nyloth * r31813 10/trunk/lib/smarty_tiki/resource.wiki.php: tikiwiki: [FIX] pretty trackers : avoid WSOD when the a wiki template of a pretty tracker tikiwiki: contains a content that will make smarty compiler trigger an error. This fix now tikiwiki: avoid the content to be parsed as smarty syntax, except for the simple variables tikiwiki: which are the heart of pretty trackers. ricks99: line=y ? y, but that puts *all* options on a single line. :( i really want to make a "pretty" trackerfilterform ricks99: you can modify the look of the form only by copying and editing the templates/wiki-plugins/wikiplugin_trackerfilter.tpl y, that's what i'm forced to do. however, i had to include special logic -- i want different layouts for different forms *very* messy to your templates/styles/yourtheme/wiki-plugins/.... yep wasnt sure if there was a better way. but i guess not. damn nylooooth ? it seems bad if it avoids smarty syntax to be parsed now :-/ i expect this to break majority of my wiki pages used as pretty tracker templates luciash, from what I understand, the commit prevents tiki from crashing when there is an error in the template I don't see how this can be a bad thing tikiwiki: 03nyloth * r31814 10/trunk/lib/smarty_tiki/resource.wiki.php: [FIX] pretty trackers : also allows modifiers on smarty variables in a wiki template of pretty trackers. This fix now < CIA-37> tikiwiki: avoid the content to be parsed as smarty syntax, except for the simple variables < CIA-37> tikiwiki: which are the heart of pretty trackers. lphuberdeau: ^ let me check the commit details ok, i am sorry, i am just presuming from the commit message as i am busy with something else now thanks lphuberdeau: When I use $trklib->list_items($locationTrackerId); it only gives me the first column of a tracker, how do I get the next column? Sorry for all the questions, just tring to get a bit more experienced with trackers. I believe it has a parameter to indicate which fields are required (I don't know much about trackers) ah ok New Forum Posts: Error when accessing Progile page under Admin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40012 ricks99: you could achieve that by using the csv type of list of the trackerlist but then you'd need to take care of rendering of all the values as they would be raw csv values in the pretty tracker template in trunk i will add the third param to the user selector options to allow rendering the user login raw hm... possibly. right now i have a custom tpl with a much of {if $page eq .....} statements. Q: is it better to use {if} {elseif} .... {/if} or create an array of possible page names and then itterate through the array? as it is now hardcoded with username modifier in templates/tracker_item_field_value.tpl which is more expensive? line 152 in 6.x ricks99: sorry, talking about the previous issue with use real name you really should not be making assumptions about performance, it's a dangerous thing to do i mean, is a single array loop "better" than a series of if then else statments? that is completely irrelevant on the larger scale it's a micro-optimization, use whatever you find easier to maintain, the impact is insignificant k. tx for clarification for some reason, i thought using PHP inside a TPL was overly expensive and should be avoided {math} is pretty terrible but it's an exception what php ? it is a smarty syntax i need php to create the array of page names smarty gets compiled to PHP and does not have that much of a performance hit no? using PHP inside smarty is dangerous, that's not the same thign tikiwiki: 03sylvieg * r31815 10/trunk/lib/importer/ (tikiimporter_wiki.php tikiimporter_wiki_mediawiki.php): [ENH]mediawiki: categorize page replace [[Category:xxxx]] with an assignment to the categ - create the categ if does not exist luci, and can't you apply it to c2c.op.o/tiki, so that we can see it in action while it evolves with time? and try it for real in a testing server slow, but real oups, wrong tab :-/ sorry hi all btw :-) hey xavi! how are things going? busy reviewing older unfinished projects New Forum Posts: Problems Adding Events to Calendar - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40013 and trying to catch up with current projects (from uni and outside) btw, robertplummer, I added two updated screenshots from codermirror in Tiki trunk, at http://doc.tiki.org/Syntax+Highlighter :) How is everyone liking the new syntax highlighter? polom hi robertplummer, xavi and everyone robertplummer: sorry, i didn't get to it yet to try ;) +100 :-) It still has some work to go, but it is getting close. New Forum Posts: import of users from csv file in version 5.3 - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40014 New Forum Posts: Problems Adding Events to Calendar - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40013 New Forum Posts: Error when accessing Progile page under Admin - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40012 New Forum Posts: import of users from csv file in version 5.3 - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40014 New Forum Posts: Problems Adding Events to Calendar - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40013 New Forum Posts: Error when accessing Progile page under Admin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40012 tikiwiki: 03chealer * r31816 10/trunk/ (2 files in 2 dirs): tikiwiki: [NEW] Contributors module allowing to see contributors of a wiki page in a module instead of just at the bottom. Some user details are listed: real name, home page, email and country. tikiwiki: a HTML and CSS review would be welcome New Forum Posts: import of users from csv file in version 5.3 - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40014 New Forum Posts: Problems Adding Events to Calendar - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40013 New Forum Posts: Error when accessing Progile page under Admin - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40012 tiki.org requires an HTTPS login, but "Users can choose to stay in SSL mode after an HTTPS login" for some reason Tiki|bot seems undecided New Forum Posts: import of users from csv file in version 5.3 - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40014 New Forum Posts: Problems Adding Events to Calendar - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40013 New Forum Posts: Error when accessing Progile page under Admin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40012 hey all--I don't understand the file lock functionality in the file gallery . . . it seems to have no effect at all. I'm interested in the ability to check out, and then check in documents New Forum Posts: Error with google doc - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40020 can someone explain to me the functionality of "locking" a document in the file gallery--it appears to have no functionaliy at all! tikiwiki: 03xavidp * r31817 10/mods/trunk/wiki-plugins/r/lib/ (3 files in 2 dirs): [FIX]Updating plugins r and rr with latest refactoring from codemirror & codemirror_tiki in trunk (thanks robertplummer) does the jquery_autocomplete need feature_ajax on? it should not can someone explain to me the functionality of "locking" a document in the file gallery--it appears to have no functionaliy at all! or how to check in, check out a document . . ? no idea jared___, sorry. read the documentation first (if any) I sure have tried . .. FAQs, manuals, documentation, forums . . . so it goes . .. I hope someone else can help you, then (no idea myself, I've never used it) see you all !help help [] [] You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . is there a way to have a download count in tikwiki ? or a "click" counter for a link ? Sp4rKy: for download of what? chealer: consider the second option :) number of click on a link :) tikiwiki: 03chealer * r31818 10/trunk/templates/tiki-admingroups.tpl: [FIX] HTML special characters encoding tikiwiki: 03marclaporte * r31819 10/trunk/lib/prefs/feature.php: [DOC] Add some example code to switch language in the top menu, which is cleaner than the switch language module. Hello No one avaible? I want to export a tracker to excel per sql-querry but i dont know how -.- i dont get the right syntax where can i find it? isn't there an export feature? that query is bound to be nasty the export feature works, but i want to have the export more directly e.g. excel fetchs the data and updates a diagramm the export feature probably does it by looping can't excel open a remote file? i dont know exporting using SQL would require a join per field the export function is also kind of buggy, thought i could avoid the problems by adressing the database seems i don't know enough about sql querrys and this kind of stuff ^^ i thought i might find the querry in the trackerlib so i can just copy it guess i got to learn some more sql to handle it... thx