Bsfez: joined #tikiwiki
Jyhem_laptop: joined #tikiwiki
Jyhem: joined #tikiwiki
jonnyb: joined #tikiwiki
Jyhem_laptop_: joined #tikiwiki
Jyhem_laptop: joined #tikiwiki
Bsfez: joined #tikiwiki
Jyhem_laptop_: joined #tikiwiki
Jyhem_laptop: joined #tikiwiki
Jyhem_laptop_: joined #tikiwiki
Bsfez: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
torsten1: joined #tikiwiki
Bsfez: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
Tiki|bot: Recent Bug: - http://dev.tiki.org/item6546
nayana: joined #tikiwiki
hi all, I cannot make the notifications (to file) work for blog posts (blog_post) and blog comments (blog_comment_changes) - but for wiki it works
is there anything different? or probably I need to set some permissions?
I am using tiki 17.1 and php 7.0
RadoS: joined #tikiwiki
jonnyb: joined #tikiwiki
joined #tikiwiki
Tiki|bot: Recent Bug: - http://dev.tiki.org/item6547
Bsfez: Hello nayana, did start a ticket and try to reproduce using an instance ?
nayana: yes, probably a good idea, I will try that
Bsfez: I'm doing that all the time now as there are so many setting in Tiki and things can get confusing. :)
nayana: yeah, true I will get use to it
chibaguy: joined #tikiwiki
polom
jonnyb: moloq chibaguy
Bsfez: Hellooooo :)
chibaguy: hi jonnyb and Bsfez and all
Is there a URL parameter to cause an image to display fullsize in a popup/modal? (something like "&display" except in a popup and not a new tab/window)
Also I'm wondering why, when using a wiki page tpl to display tracker items in a wiki page, although each item has its own image, all items display the last-saved item's image, in the wiki page displaying the items.
Maybe user error, but not obvious to me yet.
About the image displaying in a popup, I don't want to use the "thumb" parameter because I want the in-page image larger than the thumnbail tiki produces, but smaller than the image's full size.
Image problem solved: {img src="{$f_41}" link="{$f_41}&display" rel="box[g]"}
Bsfez: nice one... kind of tips that will be great saved somewhere in the doc ;)
fabricius: Bsfez: will = Bsfez updates docs / would = Bsfez asks chibaguy to update docs / lol
polom
hello Bsfez, jonnyb, chibaguy and all
jonnyb: pompom
chibaguy: i think you can use max or x or y with thumb and it'll make it bigger
chibaguy: Bsfez, I'm still working on the best method, but should document it even if just for me to remember ;-).
Ok, jonnyb, thanks.
Bsfez: Hello fabricus !
jonnyb: think you need to do something in the "parent" page to make a new window popup, like target=_blank or something
chibaguy: I see.
Bsfez: hello "naughty" fabricus :D :D :D
Thanks Chibaguy I use also doc as a sidenote now :)
fabricius: Bsfez & chibaguy: is = fabricius added to the docs
:P
chibaguy: Increasing the thumbnail size after it loads is not so good since it's blurry. So it needs to load as a large image.
But when I use the "link" option in the tracker item for the files field, the same image loads for every item. (If I repeat the field ID in plain text, it increments as expected, like "dl23 dl24 dl25".)
It's odd.
(By "increments" I mean the correct unique image file id is used for each item.)
Bsfez: I have a good one also about video
This work on all browser:
{HTML()}<video width="100%" height="100%" controls="true">
<source src="http://bst.dev.suite.wiki/academie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>{HTML}
But I need the video from the file galley so it turned into :
{HTML()}<video width="100%" height="100%" controls="true">
<source src="http://bst.dev.suite.wiki/tiki-download_file.php?fileId=15" type="video/mp4">
Your browser does not support the video tag.
</video>{HTML}
This work on all browser BUT Safari (no Iphones Ipads :( )
any ideas about this ?
... should be a way to call the file itself without "tiki-download_file.php"
(but then it wouldn't work with tracker file output format...)
fabricius: humm <video> = HTML5 ? Apple = no Flash but HTML5 ? Apple no <video> ? Apple no HTML5 ? what ?
Bsfez: Safari accept HTML5 but that doesn't work in conjuction with file field output (bare link) tiki-download_file.php?fileId=15
while other browers are ok with it
fabricius: ah Apple = no videos from Tiki filegallery ?
Bsfez: (I meant HTML5 video work in Safari)
fabricius: we should write a letter to Tim Cook
Bsfez: well if the src is like that
if I paste a direct link to the file it's ok
fabricius: but not filegal, right!?
Bsfez: (but we don't have such output in the file field output type)
fabricius: should we?
Bsfez: I will work on it :)
fabricius: like example.com/fgalId/filename.mp4
Bsfez: yes
fabricius: that would be nice, if not to say awesome
Bsfez: or in that case : http://bst.dev.suite.wiki/files/59a90f61322c95b99d0cacf2e70d9b4c
ahhhh not working either (F.CK safari !)
fabricius: oh no ... I do not like files to be stored in tikiroot/flies - I always do and recommend "outside the tiki root"
plus the hash name
nono
Bsfez: they are not in tikiroot (and that why it fail I guess)
agree...
fabricius: example.con/files points to inside the tikiroot!
Bsfez: http://bst.dev.suite.wiki/preview15
http://bst.dev.suite.wiki/dl15
are not good but that's more like my idea
fabricius: if you store outside one level above besides the tikiroot the path would be tikiroot/../files, what is not representable in a domain
Bsfez: (yes)
chibaguy: Using the "Images" display option for the Files tracker field seems to always produce a thumbnail, not the full-size image.
fabricius: hmm
Bsfez: (yes thumbnail of the file type, not even the video)
fabricius: hmmm chibaguy
chibaguy: The thumbnail's dimensions are hardcoded in the source url.
sorry, I was talking about images, not videos.
fabricius: chibaguy: that is not nice / no good?
chibaguy: the hardcoded dimensions
chibaguy: Not nice, sometimes you want the full image.
fabricius: chibaguy: I suppose hardcoded style is nearly always bad in templates!?
chibaguy: Yes, and sometimes you want to be able to edit the thumbnail dimensions. Actually, I don't think any image in Tiki should be loaded with px size coded. They should always be responsive IMHO.
fabricius: +1 to IMHO
chibaguy: (Maybe with rare exceptions.)
fabricius: +1 to rare exceptions
chibaguy: Actually I don't mean in templates necessarily, I mean in content, such as thumbnails produced by trackers.
Bsfez: what are the other route rewrite do we have for files ? (dl, preview, ?)
chibaguy: It it's a large image, you can scale it down without quality loss, but you can't scale up a small image and have good quality.
Sorry Bsfez, I don't know without researching.
Bsfez: (yes looking at the code of imagegrabber.php and other (why do I have such a bad memory !????) :D
chibaguy: This seems to be the best solution to my problem at the moment: {HTML(wiki=1)}<img src="{$f_41}" class="img-responsive" rel="box[g]" alt="screenshot" title="{$f_43}">{HTML}
Images load correctly (unique per tracker item, not all the same), using "Bare links" display mode for the field parameter.
AeLi: joined #tikiwiki
chibaguy: Images are responsive, and popup to larger size.
AeLi: Hi there ! :) I'm new to Tiki Wiki, we are trying to set up one for the Commown project
https://wiki.commown.fr
Bsfez: First welcome AeLi !
AeLi: I have a very naive question : I created a category module on the left. When connected it shows the categories, nice . How to make this category list visible to unlogged users ?
I when through the FAQ and search the forum and the web, no luck so far
I though this should be basic, so it is likely that I'm missing a very basic setting somewhere
btw, I don't really care using a module, I just want to show all visitors the category list. Could be inserted in a home page if it is easier
chibaguy: Hi AeLi, on tiki-objectpermissions.php, be sure anonymous visitors have permission to see category listings "Can see the category in a listing (tiki_p_view_category)"
AeLi: YEAY ! :D
chibaguy: There's also a "Groups" parameter for each module, but I think anonymous is on by default.
AeLi: thanks !
I was sure it was a small trick like this, thanks ! :)
chibaguy: Sure, you're welcome.
Tiki is a big mass of small tricks ;-).
AeLi: while we are at it, when I click on a category, the default listing is quite heavy : show the search bar, all categories again, then all pages
how to limit this to only the pages list ?
I mean : I have a category list, I want to click on one of them, and just show the list of relevant pages
chibaguy: hmm, I don't know without testing, etc. Maybe someone else has the answer.
(Or post at the tiki.org forums if no one here responds.)
AeLi: ok I'll wait a bit (a day or two, not in a hurry) then post in the forum, thanks again :)
chibaguy: ok :-)
Tiki|bot: Recent Bug: - http://dev.tiki.org/item6548
chibaguy: For the record, about my comment at 21:03:56, _this_ seems to be the best solution: {HTML(wiki=1)}<a href="{$f_41}?display" class="cboxElement" data-box="box"><img src="{$f_41}" class="img-responsive" alt="screenshot" title="{$f_43}">{HTML}
This time the images do pop up.
I'll be using this on tiki.org/Featured Tikis when everything is set up (just testing locally first).
jonnyb: chibaguy: won't that html plugin need validating for every item?
i would use the wikiplugin display formatter witrh the img plugin, should be possible to do that i would have thought
but first, lunch :) bbl
chibaguy: jonnyb (when you get back), the plugin is in the wiki tpl page, so doesn't need validating for each item. There well could be a way to do it with the img plugin, but I couldn't figure it out, in combination with the tracker and tpl.
zlinux: joined #tikiwiki
Bsfez: joined #tikiwiki
jonnyb: joined #tikiwiki
Bsfez: joined #tikiwiki
nayana: I was trying to make tiki show instance for 6549, but I accidentaly choosed the trunk .. so I deleted it .. and now I cannot create another one
Tiki|bot: Recent Bug: - http://dev.tiki.org/item6549
jonnyb: joined #tikiwiki
nayana: I was trying to make tiki show instance for 6549, but I accidentaly choosed the trunk .. so I deleted it .. and now I cannot create another one - anybody can check it out? shall I make new bug?
Bsfez: joined #tikiwiki
joined #tikiwiki
fabricius: nayana: I have a look and try to help ya
nayana: which version? 18?
ah 17
nayana: how you deleted the trunk instance?
nayana: I have not too much time, thus I created a new bug report with your data and close the old one.
Your show instance: http://torsten-11143-6550.show.tikiwiki.org/snapshots/
sorry, that is the snapshot link - the show instance here: http://torsten-11143-6550.show.tikiwiki.org/
Tiki|bot: Recent Bug: - http://dev.tiki.org/item6550
nayana: fabricius: thanks, sorry I was away..
AeLi: joined #tikiwiki
Telesight: joined #tikiwiki
zlinux: joined #tikiwiki
Jyhem: do we have some class we can put on selects which we do not want the be chosen-enhanced?
zlinux: joined #tikiwiki