OIC tikiwiki: 03luciash * r20351 10/trunk/lib/commentslib.php: [FIX] commentslib: removed redundant code, use tikilib parse_smileys() instead, translated some code comments to english... is this file actually really actively used ? (couldn't debug) New Forum Posts: Article heading? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34099 New Forum Posts: members name change - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34103 need some help with permissions per page. im getting Db entry erros. when adding them in for v 3.1 ona wiki page using "Perms" option. again? :/ no, same issue - havent found an answer yet. is maketoc standard or a sep plugin? wookienz: stnd. tikiwiki: 03kissaki * r20352 10/trunk/db/convertscripts/mysql3topgsql72.php: remove table TYPE and ENGINE defs luciash: i cant seem to make it work... does {maketoc} pick up headings defined by H1 H2 and H3 ? yes, defined by !My Heading, !!My Heading Level 2, etc. so not selection of H1 H2 etc? in the sandbox entering {maketoc} just prints it if i change to normal editor it picks it up, just not in WYSIWYG it would appear i have to use normal editor and it will only pick up all the headings on the first go. subsequent additions wont be picked up. anyone on familiar with JSON and webservice plugins? my normal users can use the add child function which is available to the admin. s this a permission? wookienz, I tried to reproduce that (registered users can add child page to structure) and wasn't able to. (no form appears for registered user at my tiki 3 site) There's no specific permission for adding child pages, so maybe the display of that form is controlled by tiki_p_admin_wiki or tiki_p_edit_structures. ok re reading that... my registered users cant add child pages by the "box" and "tick box" in the headr of the wiki page... whereas a box is available for the admin to do so. Hard to explain... well, shouldn't admin be able to add child pages? admin can - any other users cant see the "box" to add a child page. They would have to add via (( )) syntax. well, the box at the top adds a child page to the structure. The (( )) are just to add a link within the wiki text. That isn't a child page in the structure sense. polom polom chibaguy: yes the box at the top is dissapearing for all users BUT admin. Is it permission related? i want o have that box avail to certain user groups. chibaguy: thought so :-p luciash, I would help if I could. :-) wookienz, try giving the group tiki_p_edit_structures permission. chibaguy: i have managed to "filter" the list of user's friends posts at the SN "user profile" demo site but have to do it slightly different as it renders unwanted white space for users posts which are not the friends have to do it in either already at php level (wikiplugin_trackerlist.php) or its tpl currently i check the user friends at smarty level of the pretty tracker wiki page tpl, which is already too late i think chibaguy: worked! thanks. sure but allows then into the structure menu to scre with other things... is another way to add a child page to have it auto update the aketoc? s/maketoc yes, there's no separate perm just for adding child pages. as far as I know, just the page-top box and the structures admin page. hmm.. om well i guess if they ask an admin to do it then the structure will remain correct, instead of them screwing with it. chibaguy: whats your knowledge like on structures? essentially i understand that a structure is like a book....depending if you want to print it o not as to whether you need it as a structure or not. or is there other benefits? maketoc and toc only applicable to structures/ ? maketoc works on any wiki page. toc works just for structures. structures are good for sets of wiki pages that have a strong hierarchy or sequence. like if you have a tutorial and want the nav links, etc. at the page tops. structure nav links are good for 'breadcrumbs' kinds of paths. ...down into a hierarchical set of wiki pages, etc. also I think structure child pages will pick up perms automatically from the structure. ok thanks....categories on the other hand appear to eb only good for permissions on a per category state and searching. Am i correct? sorry, was afk. well, a good thing about categories is that they are cross-feature, so to speak, so forums, galleries, wiki pages, etc. can all be in the same category. ...so if you use the category block at page bottom, then the user can see what other feature objects are in the same category that's currently being viewed - things like that. re New Forum Posts: Images deteriorating - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34110 I hope the tw.o forums get fixed soon. Replies to posts fairly often aren't visible so more replies are made that aren't really necessary. http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=34099 and http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34099 Same initial post but with different reply sets. yep, annoying it's fixed in trunk iirc but tw.o is 3.1 ? yeah, I think so. hi hi MatWho hi how are you? I'm doing fine, thanks. great tikiwiki: 03lphuberdeau * r20353 10/branches/experimental/perms-take2/lib/categories/categlib.php: [FIX] Missing file in previous commit? tikiwiki: 03lphuberdeau * r20354 10/branches/experimental/perms-take2/ (93 files in 33 dirs): [MRG] Automatic merge, trunk 20274 to 20352 is thre a way to allow html and/or wiki tags in the "site closed" messages? ricks99: You'll probably have to alter code to allow HTML. Probably not wiki tags as that has a can of worms connected to it. tx sewilco2. have any idea where? Hi, is my my code is correct? In English that does not function {if $prefs.user eq 'user'} {else} {/if} New Forum Posts: Editing Help not working - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34111 ricks99, I get a 404 error at tw.o when I click on your HDTDI-keycontent.org page (using Opera), as if the url rewriting can't handle the dot, maybe. Does this work for other people, I wonder? (when I click on the link to that page) dev.tw.o down? According to http://www.downforyoutoo.com/, yes. :-) chibaguy: yes, that's what he needs hello am I in the right place for a few technical questions about tikiwiki? yes @chibaguy... it *used* to work :( cool thx so is it possible to create a single rss feed on a particular wiki page* ? create ? so i can subscribe to it via google reader or other you can put there a rss feed module using a MODULE plugin @crazyghandi: no, but users watch/monitor a single page but the monitoring is inside the tiki website, no rss ? users will receive an email notification each time the page is updated the do not need to be inside (logged in) at the time ok one other question : is it possible to create an empty html module to customize it completely ? if u r trying to include HTML in a wiki page, use the HTML plugin actually i would like to integrate it in the sidebar on the right side ricks99: The HTML plugin still sanitizes some code, right? y. create a user module, and use the html plugin see docs: doc.tikiwiki.org/pluginhtml crazyghandi: You can create a module which includes a plugin. Or maybe dynamic content would be better? @sewilco21: i dont think so does require validation, however @sewilco21: wrt "site closed" message,do u know where to modify to allow html coding? ricks99: No I don't know. which type of module can integrate an html plugin and how do I configure it ? you can add the html plugin in any use module. b sure to enable the "use wiki syntax" option. see docs for details: http://doc.tikiwiki.org/module iirc module does accepts html by default so there is no need for html plugin in it ? ok i'll test it right now thx a lot the true is it sanitizes "sensitive" html tags however so you have to workaround it using smarty or go for the html plugin anyway ;) tikiwiki: 03sylvieg * r20355 10/trunk/ (db/tiki.sql installer/schema/20090727_user_votings_index.php): [FIX]voting: user+id is not unique - acn have 2 IPs works fine thx again New Forum Posts: Anti-bot verification error - registration - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=34114 tikiwiki: 03lphuberdeau * r20356 10/branches/experimental/modules-doc/ (39 files in 24 dirs): [MRG] Automatic merge, trunk 20316 to 20355 tikiwiki: 03sampaioprimo * r20357 10/trunk/lib/importer/ (5 files in 3 dirs): Tiki Importer support Mediawiki page attachments (not finished yet) tikiwiki: 03lphuberdeau * r20358 10/branches/experimental/modules-doc/ (22 files in 14 dirs): [MRG] Automatic merge, trunk 20355 to 20357 tikiwiki: 03mangapower * r20359 10/branches/experimental/ws/ (6 files in 4 dirs): [MOD] Modified tiki-manage-workspaces.php: now it's possible to create WS using a GUI tikiwiki: 03lphuberdeau * r20360 10/trunk/ (9 files in 6 dirs): [MOD] Structure to support module definition and interface to input module parameters (merge of modules-doc) tikiwiki: 03luciash * r20361 10/trunk/templates/tiki-plugin_trackerlist.tpl: no change, code indentation only Hello, is anyone not idle? T_T tikiwiki: 03lphuberdeau * r20362 10/branches/experimental/perms-take2/lib/core/ (4 files in 2 dirs): [NEW] Component to handle category security for object category modification tikiwiki: 03lphuberdeau * r20363 10/branches/experimental/perms-take2/lib/core/ (2 files in 2 dirs): [MOD] Ignore managed categories when unspecified for compatibility reasons anyone know of a mod or way to add an undelete feature or a recycle bin/archive to tikiwiki? nobody knows? tikiwiki: 03jonnybradley * r20364 10/branches/experimental/coe/ (5 files in 5 dirs): tikiwiki: [MOD] Quicktags/Toolbars revamp, part 4 (help) tikiwiki: Restored wiki help tikiwiki: Admin destination bars now look like toolbars tikiwiki: Code needs tidying... ...? none of you are actually here? mooooooo illegalalien: hi - what about that undelete? :) Is there a feature like that that I could enable? either undelete or some type of recycle bin thing i am quite a noob with tiki, so be patient with me - but looking at my wiki pages, i see a history, and an undo button undo eh? undo. :) then again - could be, that only changes can be undone, and remove not - no idea, as only i can access my pages. ;) hold on a second while I test this undo buton guess why. :) undo seems to revert to the next most recent version of the page so it undoes the last changes which is what i would expect, no? yes not what I need though :( which is? a way to undelete pages that have been deleted or move them into an archive of some form ah. like "unremove"? yes is there an unremove button? i don't have one here, and guess that there is none. :( Probably not, which is why there's a confirmation step before removal. confirmation step doesnt stop dumb coworkers from doing dumb things Unfortunately true e.g. deleting several months of collected data d'oh!! they do that. backup? well they did save early, save often... i have a backup, but it would be great to ensure that they dont potentially destroy the business don't give they admin permission over pages they=them they dont have it most of them at least how'd they remove the page, then? either i can allow them to remove pages, or i can get lots of emails every day saying "remove this for me" dump the db regularly. im just going to have them export the page before they delete it would be nicer to have a more elegant solution like windows recycle bin for tiki only site admin can empty the bin yes unfortunately i can find no such bin why do they need to remove the pages? if they want to remove the data, they can save an empty page. I don't understand it either I think that they are worried about their own stupidity at this point ? they accidentally hit Remove and for whatever reason confirm their mistake sounds like they shouldn't have the box of matches as far as technology is concerned they should still be wearing diapers maybe you should make a group that can be trusted to delete pages and not everyone well, good luck with your users then... ;) me gone, bye... :) thank you tobi Q on a diff topic: In the who_is_there module, what does it mean to be "online"? Some interaction with the server within the last... what? five minutes? ten minutes? yw ;) probably jus logged in within the last X minutes MacLeod: I can't decide if online means 7 minutes or 120 minutes. SEWilco21: I think it's the shorter of the two. tikiwiki: 03luciash * r20365 10/trunk/ (2 files in 2 dirs): [FIX] wikiplugin_tracker (pretty tracker) input: when there is no showmandatory=n param, mark mandatory fields and display the notice (same as for non-wiki/tpl tracker input) tikiwiki: 03lphuberdeau * r20367 10/branches/experimental/perms-take2/db/ (6 files): [MOD] Convertscripts Somehow, I don't think I have that many users on line. Web server statistics suggest maybe 10% of what who_is_there says. Hmm.. I think I have a log incantation that can let me watch my IPs. No, there are multiple users per IP. tikiwiki: 03sylvieg * r20368 10/trunk/lib/wiki-plugins/wikiplugin_trackerstat.php: notice