←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
zlinux | joined #tikiwiki | [00:12] |
Bsfez | joined #tikiwiki | [00:15] |
Jyhem_laptop | joined #tikiwiki | [00:28] |
Jyhem | joined #tikiwiki | [00:28] |
jonnyb | joined #tikiwiki | [00:28] |
.... (idle for 17mn) | ||
Jyhem_laptop_ | joined #tikiwiki | [00:45] |
.... (idle for 15mn) | ||
Jyhem_laptop | joined #tikiwiki | [01:00] |
Bsfez | joined #tikiwiki | [01:09] |
Jyhem_laptop_ | joined #tikiwiki | [01:18] |
.... (idle for 17mn) | ||
Jyhem_laptop | joined #tikiwiki | [01:35] |
.... (idle for 15mn) | ||
Jyhem_laptop_ | joined #tikiwiki | [01:50] |
Bsfez | joined #tikiwiki | [02:03] |
........... (idle for 54mn) | ||
joined #tikiwiki | [02:57] | |
............ (idle for 55mn) | ||
joined #tikiwiki | [03:52] | |
........... (idle for 54mn) | ||
joined #tikiwiki | [04:46] | |
........... (idle for 54mn) | ||
joined #tikiwiki | [05:40] | |
........... (idle for 54mn) | ||
joined #tikiwiki | [06:34] | |
........ (idle for 35mn) | ||
torsten1 | joined #tikiwiki | [07:09] |
.... (idle for 19mn) | ||
Bsfez | joined #tikiwiki | [07:28] |
...................... (idle for 1h48mn) | ||
joined #tikiwiki | [09:16] | |
....... (idle for 31mn) | ||
joined #tikiwiki
joined #tikiwiki | [09:47] | |
........ (idle for 38mn) | ||
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6546 | [10:25] |
nayana | joined #tikiwiki | [10:30] |
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 | [10:36] | |
RadoS | joined #tikiwiki | [10:47] |
..... (idle for 23mn) | ||
jonnyb | joined #tikiwiki | [11:10] |
joined #tikiwiki | [11:19] | |
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6547 | [11:25] |
Bsfez | Hello nayana, did start a ticket and try to reproduce using an instance ? | [11:26] |
nayana | yes, probably a good idea, I will try that | [11:27] |
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:28] |
chibaguy | joined #tikiwiki
polom | [11:37] |
jonnyb | moloq chibaguy | [11:37] |
Bsfez | Hellooooo :) | [11:37] |
chibaguy | hi jonnyb and Bsfez and all | [11:38] |
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. | [11:45] | |
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]"} | [11:54] | |
Bsfez | nice one... kind of tips that will be great saved somewhere in the doc ;) | [12:02] |
fabricius | Bsfez: will = Bsfez updates docs / would = Bsfez asks chibaguy to update docs / lol
polom hello Bsfez, jonnyb, chibaguy and all | [12:07] |
jonnyb | pompom
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 ;-).
Ok, jonnyb, thanks. | [12:09] |
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
Thanks Chibaguy I use also doc as a sidenote now :) | [12:10] |
fabricius | Bsfez & chibaguy: is = fabricius added to the docs
:P | [12:14] |
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.) | [12:26] |
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...) | [12:34] |
fabricius | humm <video> = HTML5 ? Apple = no Flash but HTML5 ? Apple no <video> ? Apple no HTML5 ? what ? | [12:42] |
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 | [12:44] |
fabricius | ah Apple = no videos from Tiki filegallery ? | [12:44] |
Bsfez | (I meant HTML5 video work in Safari) | [12:44] |
fabricius | we should write a letter to Tim Cook | [12:44] |
Bsfez | well if the src is like that
if I paste a direct link to the file it's ok | [12:44] |
fabricius | but not filegal, right!? | [12:45] |
Bsfez | (but we don't have such output in the file field output type) | [12:45] |
fabricius | should we? | [12:46] |
Bsfez | I will work on it :) | [12:46] |
fabricius | like example.com/fgalId/filename.mp4 | [12:46] |
Bsfez | yes | [12:46] |
fabricius | that would be nice, if not to say awesome | [12:47] |
Bsfez | or in that case : http://bst.dev.suite.wiki/files/59a90f61322c95b99d0cacf2e70d9b4c
ahhhh not working either (F.CK safari !) | [12:47] |
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 | [12:48] |
Bsfez | they are not in tikiroot (and that why it fail I guess)
agree... | [12:48] |
fabricius | example.con/files points to inside the tikiroot! | [12:49] |
Bsfez | http://bst.dev.suite.wiki/preview15
http://bst.dev.suite.wiki/dl15 are not good but that's more like my idea | [12:49] |
fabricius | if you store outside one level above besides the tikiroot the path would be tikiroot/../files, what is not representable in a domain | [12:49] |
Bsfez | (yes) | [12:50] |
chibaguy | Using the "Images" display option for the Files tracker field seems to always produce a thumbnail, not the full-size image. | [12:50] |
fabricius | hmm | [12:50] |
Bsfez | (yes thumbnail of the file type, not even the video) | [12:50] |
fabricius | hmmm chibaguy | [12:50] |
chibaguy | The thumbnail's dimensions are hardcoded in the source url.
sorry, I was talking about images, not videos. | [12:50] |
fabricius | chibaguy: that is not nice / no good?
chibaguy: the hardcoded dimensions | [12:51] |
chibaguy | Not nice, sometimes you want the full image. | [12:51] |
fabricius | chibaguy: I suppose hardcoded style is nearly always bad in templates!? | [12:52] |
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. | [12:52] |
fabricius | +1 to IMHO | [12:52] |
chibaguy | (Maybe with rare exceptions.) | [12:52] |
fabricius | +1 to rare exceptions | [12:52] |
chibaguy | Actually I don't mean in templates necessarily, I mean in content, such as thumbnails produced by trackers. | [12:53] |
Bsfez | what are the other route rewrite do we have for files ? (dl, preview, ?) | [12:53] |
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. | [12:54] |
Bsfez | (yes looking at the code of imagegrabber.php and other (why do I have such a bad memory !????) :D | [12:55] |
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. | [13:03] |
AeLi | joined #tikiwiki | [13:05] |
chibaguy | Images are responsive, and popup to larger size. | [13:05] |
AeLi | Hi there ! :) I'm new to Tiki Wiki, we are trying to set up one for the Commown project
https://wiki.commown.fr | [13:05] |
Bsfez | First welcome AeLi ! | [13:06] |
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 | [13:07] |
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)" | [13:12] |
AeLi | YEAY ! :D | [13:13] |
chibaguy | There's also a "Groups" parameter for each module, but I think anonymous is on by default. | [13:13] |
AeLi | thanks !
I was sure it was a small trick like this, thanks ! :) | [13:13] |
chibaguy | Sure, you're welcome.
Tiki is a big mass of small tricks ;-). | [13:13] |
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 | [13:15] |
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.) | [13:17] |
AeLi | ok I'll wait a bit (a day or two, not in a hurry) then post in the forum, thanks again :) | [13:20] |
chibaguy | ok :-) | [13:22] |
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6548 | [13:25] |
...... (idle for 25mn) | ||
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. | [13:50] |
I'll be using this on tiki.org/Featured Tikis when everything is set up (just testing locally first). | [13:56] | |
.... (idle for 15mn) | ||
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 | [14:11] |
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. | [14:15] |
zlinux | joined #tikiwiki | [14:27] |
.... (idle for 16mn) | ||
Bsfez | joined #tikiwiki | [14:43] |
jonnyb | joined #tikiwiki | [14:55] |
.... (idle for 18mn) | ||
Bsfez | joined #tikiwiki | [15:13] |
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 | [15:23] |
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6549 | [15:25] |
.................. (idle for 1h29mn) | ||
jonnyb | joined #tikiwiki | [16:54] |
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? | [16:57] |
Bsfez | joined #tikiwiki | [17:07] |
joined #tikiwiki | [17:13] | |
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/ | [17:16] |
Tiki|bot | Recent Bug: - http://dev.tiki.org/item6550 | [17:25] |
.......... (idle for 49mn) | ||
nayana | fabricius: thanks, sorry I was away.. | [18:14] |
AeLi | joined #tikiwiki | [18:19] |
.......... (idle for 45mn) | ||
Telesight | joined #tikiwiki | [19:04] |
............... (idle for 1h11mn) | ||
zlinux | joined #tikiwiki | [20:15] |
.................... (idle for 1h39mn) | ||
Jyhem | do we have some class we can put on selects which we do not want the be chosen-enhanced? | [21:54] |
.................. (idle for 1h25mn) | ||
zlinux | joined #tikiwiki | [23:19] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |