Evening all still trying to work through the multi-lingual thing, and am having prooblems with translating articles I keep getting a "page cannot be found" aerror, when assigning a language to an untranslated article any thoughts that I might try If I have ticked "Use login as email", the users name for sending them messages is of course the EMail. But: Is there a way to let the user select a username AND an email (like when the box "Use login as email" is not ticked) and use that email for Login and the rest of the time, i.e. for sending them messages use the username? hello allo is there anybody out there? :-D yes :-) oh, hi cnd, are you a used user of tikiwiki? how can i list the chanels? Yes - and I think there's only 1 channel - and you're already on it. If you've got questions - just ask. Someone will answer you eventually - there's a *stack* of really smart folks who know everything on there. ok, so, what are the main reasons for updatin from 1.9.10.1 to 2.0 or 2.2? the document is no more online hi security and other goodies and what are these goodies? what are the main goodies in 2.2??? I'm still slogging through the multi lingual thing---Does anyone know why I get errors while trying to translate an article I keep getting "Page cannot be found" while trying to set the language of an artivle prior to translation which version? 2.2 been really buggy--some of which is learning curve, I'm sure---butstill inconsistant the multi-language thing, I mean-- hi all :) hiyas think I actually figured it out---some articles predate the switch to multi language---they are the ones having trouble I think---will let you know q: is there any way to have a watch automatically added to a new user, upon registration? i want *all* users to monitor/watch a specific forum, and i want this to happen automatically, upon regirstaion? is this possible? argh---nope it didnt work---I think somehow tiki wants to make the article a wiki page--so either cam=nnot find the page, or fails in the edit do you assign the translation in this apge tiki-edit_translation.php? or a way to assign "watches" on a group-level? that is, have all members of GROUP A watch Forum X? Works fine with Wiki Page, but when editing an article, tiki-edit_translation.php returns "Page Cannot be found" if the article predated the swithch to multi language. It fails in a different way if the article posted after the switch to multi lkanguage. Sorry about my spelling today geez ikeco: I can not reproduce the problem ricks99: I do not think we have watch at group level - meissing feature any way to automagically assign a watch upon successful regisration? wondering if the feature gillesm added group od alert is working for forum? i can add the link in the welcome email letter, but would prefer an automagic solution n00b question: is it conceptually possibly to block Anonymous access to *everything* in 2.2, *except* for a few tiki pages that are specifically assigned to a category/group ? cnd: yes cnd: yes @cnd: y. sylvieg---let me try to switch themes---maybe some change I made somewhere in a template or something. lol eg: I clicked on the "forums" RSS feed after I thought I'd set this up, and was alarmed to see that Anonymous people could see a forum I'd restricted... so I'd imagine there's probably 100+ other features that I *don't* know about that might allow Anonymous users ways of getting into stuff I don't want. ... groiup of alert is not working on forum - I told gilles the implementation was not well done - something to redesign... for rss feed you must set no cache time k.... another item to add to my adin dashboard wishlist cnd: the way is, don't give any access to the forum feature to Anonymous. This works better than restricting access to each forum @sylvieg: is there a way to control which page a new user sees, upson validation? I could simply harcode the watch link there 10 Jyhem: 01I don't think you quite understand my reasoning here - I don't want to "not give access" to known features etc - because there's too many features I'd have to know about to get them all... I want to deny *everything*, except for things I specifically do know about to allow... @cnd: use groupos cnd: look at the permissions for group Anonymous and just remove everything. Then even the features you don't know about are denied :-) cnd: Kindly refrain from gratuituous colour... black text on black background is completely unreadable. (sorry, copy/pasted - dunno how/why it did that, I'll type it instead next time) SVN: Commit by sylvieg :: r 16170 /trunk/templates/tracker_item_field_value.tpl: [FIX]tracker: do not export the flag of a country Would "categories" be the right place to investigate blocking Anonymous access to all tiki_p_view / tiki_p_download_files / tiki_p_view_html_pages items that have not been explicitly added to "the things that the public are allowed to see" ? @cnd: y, but u need to make it the other-way-around. by default, make everything public, then create a category for members-only We're back at the problem of me having to know every single thing to add into the "members only" category. (and the future problem of people creating new stuff and forgetting to do that) u can use the "force categoriztion" option to require items be placed into categories Sounds perfect! thanks!! Does anyone know how to find the tiki web page that corresponds to an option (in general)? For example - it's often faster to "grep -r" in the source to find stuff out - then, lets say I've found $prefs.feature_bot_bar_icons - how do I find the web page to toggle that preference ? u can toggle most features from the admin: features page Well - in case anyone's reading the logs - looks like when you find a variable in a theme template, it's usually also present in an admin template (for my above example - it was templates/tiki-admin-include-look.tpl) - and it appears that the PHP code ./tiki-admin_include_look.php uses that template, and is in turn included into ./tiki-admin.php - so if you're lucky, you get an idea of which option in the page to load (eg: the "look and feel" one) FWIW - turns out mine was already off - and it was a mistake in my own template... oops... sorry folks :-) Hmm - I'm stuck. I created a category "Public pages", gave the Anonymous group "tiki_p_view_categories" permission, and added HomePage into the "Public pages" category - but now anon users get "Permission denied you cannot view this page" on it... How do I let a group view only the pages in a specific category ? SVN: Commit by lphuberdeau :: r 16171 /trunk/lib/core/lib/DeclFilter.php: [FIX] Wrong include @cnd: need to add tiki-p-view-categorized Has it already. Curious - adding "tiki_p_admin_categories" permission to group "Anonymous" seems to fix it ? you should never add admin anything to anonymous yes - I just did that out of frustration - still - makes me wonder why they can see it with "admin" but not with "view"... I gave them:- tiki_p_download_files tiki_p_search tiki_p_view tiki_p_view_categories tiki_p_view_categorized tiki_p_view_file_gallery tiki_p_view_html_pages tiki_p_view_image_gallery tiki_p_view_sheet tiki_p_view_templates tiki_p_view_workspace tiki_p_wiki_view_attachments @cnd: are u overrideing the group perms on that page? tiki_p_wiki_view_source I don't think so - if I remove the page from the "public pages" category- anon can see it again no probs - ergo - I don't think I'm overriding anything ? what are ur perms for the Public Pages category? Anonymous: tiki_p_view_categories I did also notice a check box "Assign permissions automatically" - and this is checked - and it will not un-check at all (every time I "save" and return - it's re-checked again) @cnd: u need to add tiki-p-view-categorized to what? The Anonymous group? They already have it (see above) to the group perms Is there a way to add a group into a category ? groups can include other groups but categories are for data, not roles doc says somplace that "everything is an object" and that "objects can be added to categories"... although I'm not arguing with you - if it's not in the admin screens, it probably isn't coded to make sense to do that. doc may not be accurate on that aspect but groups are not objects ;) cnd: A group is not added to a category, but I think category permissions are defined by group. cnd: You might make it appear as if a user group is in a category by creating Wiki pages with names such as "User group Anonymous". Ah Hah!! I notice on the demo ( http://demo.opensourcecms.com/tiki/tiki-categpermissions.php?categId=1 ) that there are FIVE categories that can be assigned - including "tiki_p_view_categorized" My install (v 2.2) has only TWO categories - NOT including "tiki_p_view_categorized" Anyone know why I might not be seeing those extra 3 cats? perms? clear the cache temp/cache (I'm logged in as "admin") - how would I clear those caches ? tiki-admin_system.php YAY - you rock!!!! tiki_p_view_categorized magically appeared (along with only 1 other option - I got 4, not 5 like the demo - but hey...), and by removing tiki_p_view from Anonymous, I'm able to get them to see only the pages I explicitly allow !!!! Grumble - still some curious misbehaviours though - like the "search" doesn't work (finds nothing) hi, did somebody had permission issues upgrading from 1.10 to 2.2 ? I can't access image galleries list (tiki_p_list_image_galleries) 1.10 was never released, so there is no guarentee clear the cache tiki_p_admin_system.php + do you have categ on the gallery? ok thx i forgot to clear cache. SVN: Commit by sylvieg :: r 16172 /trunk/styles/darkroom.css: [FIX]darkroom: some tuning with button in page-bar still working on my article translation issues---If I am translating a wiki page, I would end up on tiki-editpage.php...If I am translating an article, which page should I land on? not sure it's even supposed to work... that might explain why I'm having problems....Looking at the PHP code in tiki-edit_translation.php, I can't see how I would end up anywhere but tiki-editpage.php--which is for wiki pages Am I understanding things right? multilingual moved a lot on the wiki side, but articles were left behind a bit I don't think you can do much more than attach existing articles Well, at least I'm not going crazy then. Thanks--I'll try and make a work-around. Do you know if it's being addressed in 3.0? can be if you address it as far as I know, there is no specific effort targetted on articles @ikeco: theres a bug for article translations in 2.x... u need to create the article first, then associate the languages u cannot create the aticle on-the-fly I would be glad to, but my code writing is more of the "Brute Force/Hit and Miss" school, and definately not up to the high standards of You, Sylvie, and Marc..I'll be glad to pass along my ugly hacks if your interested though Actually my "Ugly Hacks are getting better, as I understand Tiki more and more... oh, I'm pretty sure you're at least as good as marc ;) hehe "Brute Force/Hit and Miss" -> I strive to get that good million monkeys :-) I am really good at finding bugs though :-) SVN: Commit by lphuberdeau :: r 16174 /trunk/templates/styles/tikineat/ (header.tpl tiki.tpl): [FIX] Admin bar should not be part of header - appears in print SVN: Commit by sylvieg :: r 16173 /trunk/templates/wiki-plugins/wikiplugin_trackerfilter.tpl: [FIX]TRACKERFILTER: button+javascript check I think there were more commits today than in the past two weeks... holidays over SVN: Commit by lphuberdeau :: r 16175 /trunk/ (11 files in 3 dirs): [NEW] Allow printing of multiple objects with indexes above for large documents lphuberdeau: what is the difference between print_indexed and print_multi_pages? prints and index along with the pages but basically, the structure is made to support any kind of objext and should be easier to template... and handles output buffer/memory in a better way kind of basically, it displays a number next to each object and the index refers to that number, so they are easier to search in adding support for trackers right now I do not get why there is 2 features... should have been an improvment to multi_page_print? too focused on structures and wiki pages so print_indexed will never print structures? .. just trying not to have code duplication well, it's built with a different architecture it could support structures, but then it would remove the need for print_multi Agh. I improve my code and again have to debug a blank screen. I wish error messages would show up. they show up for me... Syntax errors in a plugin seem to produce no output. lphuberdeau: I bet it will be done one day because the structure cleaner (set the correct hi...) will be needed one day in the indexed print well, I didn't really touch that part... that really requires modifications to the parser a lot of these modifications are already in Sigh. Four statements are failing in my plugin, and I don't see what is wrong with such as: $repl . = $imgdata_dim; Even worse is this one failing, as there is no variable on the right side: $repl . = '" border="0" '; SVN: Commit by lphuberdeau :: r 16177 /trunk/ (2 files in 2 dirs): [NEW] Allow to add users to group from group members page SVN: Commit by lphuberdeau :: r 16180 /branches/experimental/perms/ (42 files in 12 dirs): [MRG] Automatic merge, trunk 16153 to 16177 SVN: Commit by lphuberdeau :: r 16179 /branches/experimental/ui-revamp/ (43 files in 12 dirs): [MRG] Automatic merge, trunk 16149 to 16177 SVN: Commit by lphuberdeau :: r 16178 /branches/experimental/annotation/ (43 files in 12 dirs): [MRG] Automatic merge, trunk 16149 to 16177 Tsk. I was getting a blank screen because ". =" is not the same as ".=". One space in the wrong place. Using 2.2, I am unable to send email via mail notification; yet, I am able to send email from a simple php mail script. This tells me my php.ini is setup correctly. I do not see anything mentioned in /var/log/exim4/mainlog except for the email I sent via my simple php mail script. I do not see anything in the TW Syslog regarding email. I have set up a from email address in Admin Home > General. Any ideas on what I am missing? mib_l30zb5: Maybe the user group does not have a permission for email notification of the feature which you're testing? I am not seeing that option in the group permissions. I see tiki_p_use_webmail, webmail, tiki_p_batch_subscribe_email, tiki_p_subscribe_email, tiki_p_admin_mailin My email notification event is "wiki_page_changes", the object is "*", my email address and user are correctly populated. mib_l30zb5: do you have mail log in tiki log? I would like to have a "copy" of my TW site (ex www.mytikisite.com) for mobile browsers. Can I force the use of the mobile/hawhaw tool on another domain (ex mobile.mytikisite.com)? Or is there a homepage control for different domains? I do have a check in the box: "Admin Home" > General > "Log mail in Tiki Logs" and do you see some line about mail in tiki-syslog.php None. and do you have stuff in tiki-admin_notifications.php? Yes. Event: wiki_page_changes; Object: *; email: name@example.com; user: name abd tghe feature_user_watches is on? sorry and the.. Where is that found? Admin > Features Found it, and no. Enabled. I'll get back to you. :) That worked! Thank you sylvieg and fantoms! So, for my understanding: in order for categories (Wiki Page Staging and Approval) and mail notification to work, watch pages needs to be enabled? I am just checking - seems it isa bug... I based my set up on http://doc.tikiwiki.org/tiki-index.php?page=Wiki+Page+Staging+and+Approval Thanks for your help. I have registered on tikiwiki.org so that I may help the cause! SVN: Commit by sylvieg :: r 16181 /trunk/lib/trackers/trackerlib.php: [FIX]tracker: query syntax error hello everyone. I need some help with configuring. I need people to be able to upload a file bigger than 2 mb look at your /etc/php.ini file