heyall - got some many module craziness here. how do i hide modules from admin users? (there are too many)
in admin modules, there is an option
always nice when someone has dealt with the craziness before you
hey marc, yes here admin is seeing all modules no matter what the group assignment is. 
that stopped being fun about 15 modules ago. 
i'm looking for a "nogroup" or "nouser" as a parameter - not sure that applies for module menupage
tiki-admin.php?page=module
Hide anonymous-only modules from registered users
Hide anonymous-only modules from Admins
ahh i thought you meant the other admin modules. :)  these are not anonynous only modules though.
they are group specific modules and this site has more or less eponymous groups going on (two special modules per user).
hmmm. since i have a notheme parameter . . . . i can cheat this. admins get a different (in name only) css.
sneaky
sigh, trick no work. 
Sylvie: Just wanted to let you know, I solved it with a pair of capture commands (within a smarty tpl)
Sylvie: Still needs cleanup and generalization, but at least the principle has been solved. Thanks for your advice!
 New Forum Posts: Size Format Text - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36908
 Recent Bug: Tracker item: #3121 - - Broadcast message body is empty - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3121
 Recent Bug: Tracker item: #3122 - - Enhancement request for PluginInclude: Option to define length of ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3122
 Recent Bug: Tracker item: #3123 - - NEW pluginWikiPages - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3123
polom
hi
jPolom
chealer: i think i'm onto the Fx flickery thing... thanks for your mail!
tikiwiki: 03jonnybradley * r26648 10/branches/5.x/lib/jquery_tiki/tiki-jquery.js: 
tikiwiki: [FIX] Some fixes for the Firefox flickering page issue(s).
tikiwiki: It seems Firefox is very sentitive as to where elements in the DOM can be added
tikiwiki: invisibly. At the end of the body (after all the JS now) seems to cause the
tikiwiki: flicker, so cluetip and convertOverlib now create their divs just before the
tikiwiki: main #fixedwidth div and seem to flicker less (for me).
tikiwiki: 03jonnybradley * r26649 10/branches/5.x/templates/modules/mod-login_box.tpl: [FIX] Use {jq} for JavaScript function definition
hello everyone
tikiwiki: 03pkdille * r26650 10/branches/5.x/lib/profilelib/installlib.php: [FIX] typo modifed -> modified
tikiwiki: 03pkdille * r26651 10/branches/5.x/lang/fr/language.php: [MOD] some french translations
tikiwiki: 03jonnybradley * r26652 10/branches/5.x/lib/jquery_tiki/tiki-jquery.js: 
tikiwiki: [FIX] Stop menu sections reloading the page when first clicked. Used to close
tikiwiki: all menu sections which were rendered open, despite being defined as
tikiwiki: "collapsed". This has been broken for a long time, although it was still
tikiwiki: refreshing the page for no apparent reason. Commented code left there in case
tikiwiki: someone wants to try another fix.
 New Forum Posts: editing header of the tikiwiki - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36914
 New Forum Posts: Changes in faq to e-mail - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36915
tikiwiki: 03jonnybradley * r26653 10/branches/5.x/lib/tikilib.php: [FIX] No need for onready JS to show plugin edit icons, but hide them using style attribute if wiki_edit_icons_toggle pref set.
hia ll
anyone here good at troubleshooting calendar issues in 4.2?
 New Forum Posts: calendar even link broken in 4.2 - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36916
yeah that's me :(
still having 3.5 forum issues...
a user clicked REPORT on a spam posting in the forum. Now, *all* users (including admin) get "Permission Denied" when trying to view the forum. I checked the perms and category for the forum, all are OK.
Tried using DUPLICATE forum and got same issue
any ideas? anyone?
 New Forum Posts: calendar event link broken in 4.2 - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36916
tikiwiki: 03sylvieg * r26654 10/branches/5.x/lib/wiki-plugins/wikiplugin_files.php: 
tikiwiki: [FIX]FILES: when using category filter, use the default column configuration +
tikiwiki: show the id, fgal_name + new param fileId : TODO: check individual perm like
tikiwiki: category on individual files - to be done also in get_files since 26283)
tikiwiki: 03jonnybradley * r26655 10/branches/5.x/lib/tiki-js.js: 
tikiwiki: [FIX] Text selection fixes for IE - tested in IE8
tikiwiki: (and IE8's "v7 compatibility" modes)
tikiwiki: 03jonnybradley * r26656 10/branches/5.x/lib/smarty_tiki/block.textarea.php: [FIX] Remove return value in onbeforeunload() as IE seems to interpret null as a string, and pops up the dialog saying something like "Do you want to leave this page: null?".
tikiwiki: 03sylvieg * r26657 10/branches/5.x/lib/wiki-plugins/wikiplugin_files.php: [FIX]FILES: missing size
polom
we are at precarios.org attempting to test a migration to the former server/hosting, and we hace a problem with openbasedir
reported with tiki5beta1
The directory '/tmp' does not exist or PHP is not allowed to access it (check open_basedir entry in php.ini).
I've searched (grep'ed) "/tmp" in a local tiki installation and there are many many places where "/tmp" is hardcoded....
any tip on how to avoid this /tmp" problem? any workaround to hardcode: "use this other "./tmp" folder instead",e tc. ?
polom xavi - that one sounds grim :(
yes
there is a function somewhere that should get the right tmp dir, but i guess not used all over
initlib.php
function tempdir()
maybe?
that sounds like it
I'm looking for a way to hardcode another directory where we have access to it, and we can change to 777 so that php can write to it
I wonder why this problem on ftp installs didn't show up earlier...
well, I think it did in forums, several times, (maybe due to the same)...
but since most coders use servers with ssh...
things are much easier
than with ftp on shared hostings... (like precarios.org again)
i've not seen it on shared hosts myself
ok, neither did I on many other shared hosting... but I've seen it reported before in tw.o forums
Jonny, Zend seems to have many references (in many files) to /tmp (hardcoded). Does it mean I should change it everywhere? (I guess the answer is yes)
no, don't change Zend
we did manage years ago to install on that server, but I recall we only had to change one file or so
we have it as read only
change Zend: not at svn, I mean in our local copy in that server to make it work
i see some in adodb too - we shouldn't go changing 3rd party libs (unless you want to join that project too, or course)
oh, ok - i doubt it's Zend that's making it fail
yes, I saw that one in adodb
on another topic - i think i've now got multi-sheet spreadsheets working :)
you're da'man!
jonnyb: do you think that this hack is still applicable?: http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=547
since Tiki has changed so much... and $tempdir might not be there any more but in db
which hack?
(it's a long page)
http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=9518&comments_per_page=1&thread_style=commentStyle_threaded
yes: add the line:
ini_set('session.save_path', '/somewhere/within/your/tiki/install');
somewhere
could be
try in local.php
ok
jonnyb, that hack worked! (adding that line in local.php directly). GReat!
great indeed! :)
:-)
tikiwiki: 03jonnybradley * r26658 10/third_party/jquery/jquery.sheet/ (jquery.sheet.css jquery.sheet.js): [MOD] From jquery.sheet SVN - minor fixes for tiki
tikiwiki: 03jonnybradley * r26659 10/branches/5.x/ (3 files in 3 dirs): [FIX]/[ENH] Spreadsheets: Fix saving multiple sheets, use jquery.sheet also when not editing, plus many other small fixes.
tikiwiki: 03jonnybradley * r26660 10/trunk/ (3 files in 3 dirs): [ENH] wikiplugin_freetagged: New params; titles_only and max_image_size. Add missing default prefs & other minor fixes.
tikiwiki: 03sylvieg * r26661 10/trunk/ (32 files in 17 dirs): [MRG] Automatic merge, branches/5.x 26623 to 26659
hi sylvieg - i was also just doing a merge, but found a conflict in robots.txt - was just trying to work out why...
marc put a comment and luci clenaed the code
hehe - close
i hadn't been in there before, so couldn't work out what was new - doing a diff now to see what's happening
maybe something weird happened as you committing while i merging... oh how we love svn ;)
 Recent Bug: Tracker item: #3124 - - PluginTrackerItemField does not have enough expressive power - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3124
 New Forum Posts: Replacing fie in file gallery creates a new id... - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36919
polom
good night all
tikiwiki: 03chealer * r26662 10/branches/5.x/templates/tiki-blog_post.tpl: [FIX] HTML entity for ampersand
Hello, do you know why my last six or five, old of more than three days, "bugs and wishes" don't appear into my list ("list yours"). As I have noticed their id while I was on the the chat I can access directly by the query (http://....?Id=...) but not anywhere. They are not accessible.
Other question, is it useful to try to stabilize a 4.2 version on windows and php 5.3.2 context ? I wish to participate actively in development but at same time I need too a stabilized version for operational sites (four), I tried to develop their content while 4.x was stabilizing, for the moment I fail in installing any 4.x on windows even I spend a great lot of time...