[00:12] zlinux joined #tikiwiki
[00:15] Bsfez joined #tikiwiki
[00:28] Jyhem_laptop joined #tikiwiki
[00:28] Jyhem joined #tikiwiki
[00:28] jonnyb joined #tikiwiki
[00:45] Jyhem_laptop_ joined #tikiwiki
[01:00] Jyhem_laptop joined #tikiwiki
[01:09] Bsfez joined #tikiwiki
[01:18] Jyhem_laptop_ joined #tikiwiki
[01:35] Jyhem_laptop joined #tikiwiki
[01:50] Jyhem_laptop_ joined #tikiwiki
[02:03] Bsfez joined #tikiwiki
[02:57] Bsfez joined #tikiwiki
[03:52] Bsfez joined #tikiwiki
[04:46] Bsfez joined #tikiwiki
[05:40] Bsfez joined #tikiwiki
[06:34] Bsfez joined #tikiwiki
[07:09] torsten1 joined #tikiwiki
[07:28] Bsfez joined #tikiwiki
[09:16] Bsfez joined #tikiwiki
[09:47] Bsfez joined #tikiwiki
[09:47] Bsfez joined #tikiwiki
[10:25] Tiki|bot Recent Bug: - http://dev.tiki.org/item6546
[10:30] nayana joined #tikiwiki
[10:36] nayana 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
[10:37] nayana is there anything different? or probably I need to set some permissions?
[10:37] nayana I am using tiki 17.1 and php 7.0
[10:47] RadoS joined #tikiwiki
[11:10] jonnyb joined #tikiwiki
[11:19] jonnyb joined #tikiwiki
[11:25] Tiki|bot Recent Bug: - http://dev.tiki.org/item6547
[11:26] Bsfez Hello nayana, did start a ticket and try to reproduce using an instance ?
[11:27] nayana yes, probably a good idea, I will try that
[11:28] Bsfez I'm doing that all the time now as there are so many setting in Tiki and things can get confusing. :)
[11:28] nayana yeah, true I will get use to it
[11:37] chibaguy joined #tikiwiki
[11:37] chibaguy polom
[11:37] jonnyb moloq chibaguy
[11:37] Bsfez Hellooooo :)
[11:38] chibaguy hi jonnyb and Bsfez and all
[11:45] chibaguy 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)
[11:47] chibaguy 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.
[11:47] chibaguy Maybe user error, but not obvious to me yet.
[11:54] chibaguy 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.
[11:58] chibaguy Image problem solved: {img src="{$f_41}" link="{$f_41}&display" rel="box[g]"}
[12:02] Bsfez nice one... kind of tips that will be great saved somewhere in the doc ;)
[12:07] fabricius Bsfez: will = Bsfez updates docs / would = Bsfez asks chibaguy to update docs / lol
[12:08] fabricius polom
[12:08] fabricius hello Bsfez, jonnyb, chibaguy and all
[12:09] jonnyb pompom
[12:09] jonnyb chibaguy: i think you can use max or x or y with thumb and it'll make it bigger
[12:09] chibaguy Bsfez, I'm still working on the best method, but should document it even if just for me to remember ;-).
[12:10] chibaguy Ok, jonnyb, thanks.
[12:10] Bsfez Hello fabricus !
[12:10] jonnyb think you need to do something in the "parent" page to make a new window popup, like target=_blank or something
[12:10] chibaguy I see.
[12:10] Bsfez hello "naughty" fabricus :D :D :D
[12:11] Bsfez Thanks Chibaguy I use also doc as a sidenote now :)
[12:14] fabricius Bsfez & chibaguy: is = fabricius added to the docs
[12:14] fabricius :P
[12:26] 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.
[12:28] chibaguy 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".)
[12:28] chibaguy It's odd.
[12:28] chibaguy (By "increments" I mean the correct unique image file id is used for each item.)
[12:34] Bsfez I have a good one also about video
[12:34] Bsfez This work on all browser:
[12:34] Bsfez {HTML()}{HTML}
[12:35] Bsfez But I need the video from the file galley so it turned into :
[12:35] Bsfez {HTML()}{HTML}
[12:35] Bsfez This work on all browser BUT Safari (no Iphones Ipads :( )
[12:35] Bsfez any ideas about this ?
[12:39] Bsfez ... should be a way to call the file itself without "tiki-download_file.php"
[12:41] Bsfez (but then it wouldn't work with tracker file output format...)
[12:42] fabricius humm