or not ? ah, nope, seems tiki friendly host, sorry chibaguy: thanks :) tikiwiki: 03chibaguy * r23851 10/branches/4.x/lang/en/language.php: [FIX] The parentheses around ))HomePage(( were displaying, but anyway there's no need for the word to be camelcase or uppercase. (^^ appearing in the default homepage content on new installs.) New Forum Posts: How to install fckeditor (wysiwyg)? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=35586 tikiwiki: 03jonnybradley * r23852 10/trunk/ (30 files in 10 dirs): tikiwiki: [MRG] Automatic merge, branches/4.x 23826 to 23851 tikiwiki: Except for 2 conflicted files: lang/de/language.php and lib/wiki-plugins/wikiplugin_fancytable.php which require manual attention. Hi everyone hi what challenge-response algorithms we use when "Use challenge/response authentication" is enabled ? or, in other words, what is the difference to "normal" login method ? any TIKIWIKI expert arround? luciash: i wish if i could help you luciash: i myself is seeking help here anybody home? :) what you need ? my tikiwki site is having problems with menus, they were okay before, but now sometimes on some pages they drop downs stop loading we added Google Adsense into our pages and i think its some conflict with it and menus doesnt work can you help? do u have a link ? http://join.pk i can have a look does it happen on this link page ? seems it works for me http://join.pk/Go+Green+Pakistan check this page this page has google ads menus work for me there too go to home of the site, then on home page you will find this link GO GREEN PAKISTAN in 2nd column, click and link from home page and then when you will see the page, menus won't work they sometime work and then don't , since i am with the site all the time i know the menus roll downs stop appearing well, this is rather weird... direct link you provided here - menus work... going from the home page using the link, thye don't work my Chromium browser JS console says "Uncaught TypeError: Cannot read property 'style' of null" /lib/phplayers/libjs/layersmenu-library.js:42 when i go directly uing the link you gave me here, there's no such error *using when i go from your homepage using the link at the bottom 3rd column, it works fine too http://join.pk/tiki-index.php?page=Go+Green+Pakistan must be something about the referrer ? and the http://join.pk/Go+Green+Pakistan link is it absoulet or relative link which makes the trouble ? Bilal: ^ yeah here is there a reason when employing the pluginimg (embedding a picture) in tiki 4 that it reverts back to tiki 3.x in the code when you go into edit it? can display the code if wanted (about 2 lines) i am not sure when it happens but it does happen yeah, EVERY time i go to edit the page (any page) i have to rewrite the whole code or else i get NO picture! :-( i am checking trying to find out when exactly it happens ibrrorg: what you mean by "it reverts back to tiki 3.x" ??? any tips what can we check? Bilal: check if it is absolute or relative URL link i put this: {img fileId="7" imalign=left styleimage=padding:10px} and edit the page the next day to add something and it shows this: ~np~ {img src=/ProjectMagellan/lib/fckeditor/editor/tiki-download_file.php?fileId=7 height=24 width=24}~/np~ luciash: okay i am checking doesn't matter if i am in wiki editor or wysiwig ibrrorg: ah, it might be problem with mixing wysiwyg/non-wysiwyg edit mode ok so i should settle for one or the other? someone edits in wysiwyg and you edit probably in wiki syntax and this doesn't work right sometimes i mean when i code my tiki 4.x line EACH time regardless of type of editor it reverts back to tiki 3.x also try to switch off the automonospacing for text which is prepend by spaces on Admin → Wiki this is ONLY specific to the image though everything else is mucho bueno! :-) ok will do luciash: i have some information its happening specially when i edit a page and come back with confirmation message in URL it also happens on both types of URLS relative and absolute ERROR CONSOLE of mozilla is showing this error when problem shows Error: document.getElementById(layer) is null Source File: http://join.pk/lib/phplayers/libjs/layersmenu-library.js Line: 42 luciash: ^ Bilal: yep, same as i told you ;) how can we fix it? no idea, maybe try css menus instead okay which menu do you prefer ? or move the layersmenu js code src call to the end of the document okay we can check that is there any CSS based TIKI menu available? sure, builtin okie is there a way to automaticaly switch theme for certain/specific browsers (eg. all IE Versions will see tikinewt theme but all others will have eatlon) ? Bilal: it is already available in tiki we will shift to CSS and hopefully issue will be resolved luciash: i appreciate your time Bilal: i believe so coaboa: yes coaboa: Tiki 4 ? yes tiki v4.Would this require oding? *coding nope only create empty css file in styles/ then put in your custom HEAD textarea something like : ^^ Noob --' Moi j'ai tout plein de problème, je suis un PGM et je veux crée un website de la mort qui tue en BBcode ! Mais pas trop compliqué le BBcode ... coaboa: cool thx.. try it right away. coaboa: coaboa: err, probably the second is wrong but you will find the way ;) coaboa: just select the empty css theme in Admin → Look and Feel can user afterwards override the setting (if perm granted) or will this override the admin-themes setting? coaboa: maybe it will need some smarty or js code there too if it doesn't work (i just don't remember which one exactly handles the browser checks if any) it will not work for users unless you make an exception and put it inside {if $style eq 'myemptytheme'}...{/if} bbl ok. THX playing around now Other question Plugin {ARTICLE}. I want NOT to display the "Articles" and the admin wrench. is there a no-title flag? I only want to display the articles heading and the title. I use {ARTICLES(max=>3,categId=>38)}{ARTICLES} coaboa: you have to tune the css with a display:hidden - I do not think thre is an option tikiwiki: 03lindonb * r23853 10/trunk/lib/wiki-plugins/wikiplugin_fancytable.php: tikiwiki: [FIX] Fixes regression from commit 21293 and fixes rowspan problem. Regression tikiwiki: fix keeps | inside of links from being interpreted as column separators. Similar tikiwiki: fix to 4x in commit 23841. Jquery sort code still broken - Sylvie to fix before tikiwiki: transporting to 4x. i don't get it, articles plugin displays article title and heading with more link by default Yes. The display of Articles Heading and Title is ok. But there is a Word "Articles" followed by a smal wrench icon which i need to exclude. I think the Word "Articles" is read from tiki-view_articles.php. If I load this it is ok. But when using the Articles plugin this Header is wrong as I only displays articles which belongs to the category "Featured Contribution". Only way for me right now is to have a link to an extra page ((Featured Contribution)) where "Articles" isn't that much a problem. Any other idea? tikiwiki: 03sylvieg * r23854 10/trunk/lib/newsletters/nllib.php: [FIX]newsletters: display also the newsletter taht have not been sent coaboa: you can change it on Admin → Articles iirc coaboa: and the wrench icon displays only for admins tikiwiki: 03sylvieg * r23855 10/trunk/lib/wiki-plugins/wikiplugin_fancytable.php: notice tikiwiki: 03sylvieg * r23856 10/trunk/styles/darkroom.css: [FIX]darkroom: the important on th background was messing up with jq.tablesort - hope it does not break something else - \!important are evil tiki 4.0---so i set up a template using the wysiwig editor (strange template) in the sandbox copied the code into a page and found that it only displays the code and not the template that i copied from the sandbox. searched around and didn't find any doc on this.