for #tikiwikiis now Tiki Wiki CMS Groupware - the Free & Open Source Web Application with the most built-in features! Latest Tiki LTS version 12.3 (Altair) is out! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log)
sorry, I see no way of forbidding the root gallery.
Maybe you can remove permission tiki_p_upload_files from the root, but that is likely to lead to bad user experience when the upload is rejected.
bbl
joined #tikiwiki
polom y'all
(hopefully) a quick & easy question: i'm looking for an easy way to simply display the *number* of tracker items in a tracker that match a criteria. i don't want to display any of the tracker intformation. possible? easily?
i tried using the TRACKERLIST with no fields, but omitting the fields simply display *all* fiields.
workaround is to use the SQL plugin to querey the DB directly, but i'd rather not do that. surely there's a simple Tiki way for this?
ricks99 I have multiple categories, and each category has access from groups, and users can be assigned to groups to have access to categories. Now every gallery has specific category permissions. However, if a user uploads to root, only the owner will be able to see it. I want to force users to upload to a sub-gallery so that their group can see stuff.
I tried removing global upload permission, and users were not able to upload anything anymore
polom
I wonder if anyone uses that background-color-behind-logo "feature".
Is $prefs.mobile_mode still used?
In principle, it's not supposed to be necessary anymore.
About collapsing navbars, my understanding is that there are two parts - navbar-header and navbar-collapse
so I'm having trouble figuring out how Tiki's top and/or topbar modules can be responsive by default.
.. a topic for a longer post, but it's been bugging me.
I see how it can be done 1) with stuff hardcoded in the layout tpl, or 2) using a custom module zone,
but are either of these suitable for the default Tiki? What's the best way to have a site that works on all devices, is reponsive on phones, has collapsing site header, and so on as standard, not after some tinkering by the admin?
Sam__: depends on how you have it configured. did you disable the "Gallery is unlocked" option? doing so should prohibit uploads by non-admins
Sam__: make sure you aren't filtering your options
Upload permissions are overridden for every category. That's by definition the model I'm using to provide each group the permission they have to have for the corresponding category
I am unable to install the composer files for Tiki14 and trunk (using Windows)...."Your requirements could not be resolved to an installable set of packages.". Any ideas?
chibaguy: ok...I get the same error every time
created a new tiki14 folder and installed from SVN. Then created a vendor folder + copied the composer.phar file to temp. The vendor folder is thus empty. Error: Your requirements could not be resolved to an installable set of packages.
I don't create a vendor folder or copy the composer.phar file. I actually didn't do anything except checkout the branch into a folder.
(Or am I not remembering?)
hi arildb - i had that error a couple of times in trunk when i was updating the packages and got a couple of things wrong, but i thought i'd sorted it out
jonnyb: yes, it only happens on wysiwyg, I worked around it by activating "Reopen with the same editor (wysiwyg memo)". Was that something you fixed after 12.1svn ?
irrelevant?
Well, it opens in Wiki syntax, which shows the page content instead of "ajax error", so I rather like it right now!
Ohh, sorry, missed you point. Total agreement
the "ajax error" might be due to the fact that when I switch to wysiwyg edition, I get a "Fatal error: [] operator not supported for strings in /www/htdocs/w011a88b/jiamcatt/lib/wiki-plugins/wikiplugin_tracker.php on line 615"
so it might be specific to pages with faulty syntax
is that page partiicularly complex or large? sometimes it can timeout of make one the filters break
ok, sounds like that's it maybe
tracker plugin pages don't work very well in wysiwyg
not really long. Plenty of plugins LANGx3, BOX, TRACKER with basillion fields: {TRACKER(trackerId=29,fields=468:469:470:471:472:473:474:475:476:477:478:479:480:481:482:483:484:485:486:487:488:489:490:491:492:493:494:495:496:497:498:510:511,view=page,list_mode=n,url="tiki-view_tracker_item.php?trackerId=29&itemId")}{TRACKER}
Well, at least it runs as well as Olaf's reference site, so it would allow me to close one contract after I get the other issues
03jonnybradley r54133 10branches/14.x/lib/jquery_tiki/elfinder/elFinderVolumeTikiFiles.class.php
[FIX] elFinder: elFinder uses mime-types like application/vnd.ms-word for MS Word documents, but we use application/msword etc in tiki (for some obscure reason) so change them to match so search indexing etc works