[02:06] fabricius ah skulltrail u r back ... I still do not understand what exactly you refer to
[02:07] fabricius skulltrail: do you mean the "Smarty .tpl" file that creates the wikipages or are you referring to "content templates"
[02:07] fabricius you find the .tpl files in the Tiki "document root" in the folder /templates
[02:11] fabricius arrgl doc.tiki.org down again
[02:12] fabricius dev, doc, info
[02:12] fabricius community is running
[02:30]  MagicFab_ joined #tikiwiki
[03:19]  MagicFab_ joined #tikiwiki
[03:28]  SkiNut joined #tikiwiki
[03:47]  chibaguy joined #tikiwiki
[03:48] chibaguy polom
[03:50] fabricius moloq
[03:51] chibaguy hi fabricius
[03:51] fabricius hi chibaguy
[04:01]  MagicFab_ joined #tikiwiki
[04:01] chibaguy fabricius, do you ever use Tiki's banner feature? It seems to have problems, for me.
[04:02] fabricius in 2010 I did set it up test wise
[04:09] chibaguy When I tried to rotate more than one banner in one banner zone (a few years ago), I found that only the first banner would display. Tried again with trunk, with same result. Also, the URL that was made for the external linked-to site was incomplete (external address wasn't added to it, in my last test.
[04:10] chibaguy I was going to file a bug report but wanted to check if anyone else has problems with banners.
[04:11] fabricius not using yet ... maybe in a different context lateron
[04:12] chibaguy Bigger question/rant: I have trouble finding *any* way to rotate content in a space, in a controlled way (such as to make a banners workaround). We can rotate random content, but I'd like to limit rotated pages to one category, for example.
[04:12] fabricius what is the context you use it? I think it might perhabs make sense when using pay-per-click or so or for a bigger association for prject links or funding stuff
[04:13] fabricius you mean "random page" or "random image" (filegal) or so?
[04:13] chibaguy Well, it's for a small site related to a local television show, but they want to have banners for advertising, and these would refresh with each page views.
[04:13] chibaguy Yes, like thos.
[04:13] chibaguy those
[04:14] chibaguy But random page shows all pages, I believe, with no way to limit to some banner content pages, for example.
[04:15] chibaguy Maybe jquery is needed, if native Tiki can't do it at this time.
[04:16] chibaguy Ideally, banners would work as advertised. And it'd be nice if random pages had a parameter to limit the pages to a category.
[04:16] chibaguy I think it would be an easy addition for somebody with the skills ;-)
[04:20] refizul chibaguy: I tested banners 5 months ago and it worked fine, 10.x
[04:20] fabricius I quickly checked - no params for PluginRandominclude, ModuleRandompage only lists links to pages and ModuleRandomimage is based on image galleries which are depricated
[04:20] fabricius maybe chibaguy (hopefully) you have only a configuration issue
[04:21] fabricius with banners
[04:21] chibaguy refizul, that's good. I'll do some more testing.
[04:22] refizul but I had only two samples in rotation, module 2x left and right column, they rotated independently
[04:23] chibaguy ah, did you have more than one banner in one banner zone?
[04:23] refizul there was a little trick how to set up the images
[04:23] chibaguy to alternate?
[04:23] refizul IIRC one zone with two images
[04:23] chibaguy hmm, ok.
[04:24] refizul was just a little test for something I want to setup during next weeks
[04:25] fabricius chibaguy: maybe it would be a good idea to extend the module random_image to alternatively use file gallery (similar alike the module_menu uses either menuId or structureId
[04:25] refizul unfortunately this Tiki didn't survive two server transfers
[04:25] chibaguy yes, that would be good.
[04:25] chibaguy refizul, sorry to hear that.
[04:25] fabricius but then there would be a link necessary for each image in the file gallery and I think, that is not existing
[04:26] refizul chibaguy: it was a testing virtual machine, nothing serious
[04:26] chibaguy ah, ok.
[04:26] fabricius so another coding issue to have a parameter "url" for the image (if I am not wrong)
[04:26] refizul I transferred the important VMs with priority
[04:29] fabricius another coding idea could be adding a parameter "category" to the plugin {RANDOMINCLUDE()}{RANDOMINCLUDE} chibaguy
[04:29] chibaguy yep.
[04:30] fabricius how small is the project? maybe the plugin "extension" would not be a big deal (am no coder, so me not know ;-) ) ... maybe fundable by the project?
[04:52] chibaguy Well, it's a very small project - there's no funding for coding, really.
[04:53] fabricius so hopefully the banner feature does it ... hard to find a coder who coinsidently needs the same plugin extended by himself (and I am no coder)
[04:55]  TomJarvis joined #tikiwiki
[04:55] TomJarvis polom
[04:56] TomJarvis The random_pages module calls fuction list_pages and passses it the parameters:
[04:56] TomJarvis offset, maxRecords, sort_mode, '', '', true(exact_match), true(onlyName)
[04:56] TomJarvis 
[04:56] TomJarvis But the list pages fuction actually accepts the parameters:
[04:56] TomJarvis offset, maxRecords, sort_mode, find, initial,exact_match, onlyName, forListPages, only_orphan_pages, filter, onlyCant, ref
[04:56] TomJarvis 
[04:56] TomJarvis The "filter" parameter appears to accept categId, so it should not be too hard to add filter to the random_pages module.
[04:57] TomJarvis But I am not really a coder either
[05:01]  SkiNut joined #tikiwiki
[05:06] chibaguy TomJarvis, that's interesting. Maybe someone can manage a "30 minute fix". ;-)
[05:07] chibaguy But then I want to display page content, not page names (if that's what random pages does).
[05:13] TomJarvis chibaguy: Yes, I guess it only lists the pages.
[05:14] chibaguy Looks like adding a category parameter to randominclude would do the job.
[05:15] TomJarvis chibaguy: I guess I do not know what the "onlyName" true or false does.
[05:20] chibaguy onlyName false might cause it to display more info such as hits, similar to tiki-listpages.php.
[06:00] TomJarvis chibaguy: Have you seen Rick's blog post on rotating banners? http://tiki.org/blogpost391-Random-ish-Rotating-Banners
[06:04] chibaguy TomJarvis, I hadn't read that, but that is how banners are supposed to work: assign more than one to a zone, and they should rotate.
[06:05] TomJarvis chibaguy: But  that isn't working for you?
[06:05] chibaguy It didn't the last time I tried.
[06:05] chibaguy I'll try again.
[06:10]  xavi-mobile joined #tikiwiki
[06:11] xavi-mobile Polom
[06:13] xavi-mobile chibaguy, there is a way to display images in a file galleryin a module, one at eachbpage display. Efamplo using Tiki9 ( I think): http://gavarrespedia.org
[06:14] chibaguy hi xavi-mobile. That's true, but  I want to display rotating banner ads, so the image or text must link to an external url.
[06:15] chibaguy I just tested again in trunk, and it seems only the most-recently added banner will display, anyway, after 12 or 15 page views.
[06:16] xavi-mobile Yes, url'l linked to images are missing
[06:17] xavi-mobile And I agree, banner feature deserves getting fixed (if it's broken again)
[06:19] chibaguy afaik, this banner function has been broken for years.
[06:20] chibaguy although refizul said he had success, so maybe not consistently broken.
[06:20] xavi-mobile This is the code of the rotating image in the header of that site of mine:
[06:20] xavi-mobile {img randomGalleryId="9" stylebox="border"}
[06:21] fabricius ahhh chibaguy I have an idea! Isnt't there a parameter "random" in img ... ah yes, now xavi posted
[06:21] fabricius only problem chibaguy might be still the link
[06:21] fabricius the url of the image - image+url=banner
[06:22] xavi-mobile Oh well, good luck. I haven't tried banners since tiki3, where sylvieg fixed a few issues
[06:22] xavi-mobile Hospital time for me. Cheers
[06:22] fabricius I have to go now ... see ya later chibaguy, avi and all
[06:23] fabricius xavi
[06:23] fabricius bye all
[06:28]  BobC joined #tikiwiki
[06:33] BobC How can I change the date font color when using {now format="%B %e %Y"}?
[06:38] chibaguy_away BobC, it depends on where the date is being shown. The color is set by CSS, by the stylesheet.
[06:38] chibaguy_away If you look at the page source, you can see what span or div the date is in, or use Firefox and Firebug to inspect the page.
[06:39] chibaguy_away I have to take my dog out now.
[06:42] TomJarvis BobC: The output is wiki parsed, and you can put text within the format, try:  {now format="~~green:%B %e %Y~~"}
[06:44] BobC Terrific!  Thank you Tom!  Works like a charm!
[06:45] BobC I'm off to set dates in my wiki pages....
[06:47]  BobC left #tikiwiki
[07:12] Tiki|bot New Forum Posts: duplicate file galleries hierarchy  - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49088
[07:14] * chibaguy likes TomJarvis's tip about the date color.
[07:44] TomJarvis Bye
[08:35]  bubulle_ joined #tikiwiki
[10:03]  eliasp joined #tikiwiki
[10:16]  redflo joined #tikiwiki
[10:17]  Jyhem_laptop joined #tikiwiki
[10:33]  arildb joined #tikiwiki
[10:55]  Telesight joined #tikiwiki
[11:10]  Jenser joined #tikiwiki
[11:25]  bubulle_ joined #tikiwiki
[11:55]  bubulle__ joined #tikiwiki
[12:48]  fabricius joined #tikiwiki
[13:16]  rodrigoprimo joined #tikiwiki
[13:38]  MagicFab_ joined #tikiwiki
[14:10]  Jenser left #tikiwiki
[14:55]  Tiki|bot joined #tikiwiki
[15:14]  bubulle_ joined #tikiwiki
[15:24]  MagicFab_ joined #tikiwiki
[15:28]  marclaporte joined #tikiwiki
[15:29]  dhazel joined #tikiwiki
[15:38] Tiki-KGB 03arildb r47438 10trunk/ 10(15 files in 7 dirs)
[15:38] Tiki-KGB [NEW] Admin Wizard. Will replace the new installation step
[15:38] Tiki-KGB Wizard will automatically start when an admin login in, unless it is explicitly hidden
[15:55]  ricks99 joined #tikiwiki
[15:56] Tiki-KGB 03arildb r47439 10trunk/ 10installer/tiki-installer.php 10templates/tiki-install.tpl * [REVERT][r47404]+fixes[r47422] Replaced by Admin Wizard
[16:00]  MagicFab_ joined #tikiwiki
[16:19]  dhazel joined #tikiwiki
[16:33]  chibaguy joined #tikiwiki
[16:40]  toastee joined #tikiwiki
[16:46] Tiki-KGB 03nkoth r47440 10trunk/ 10lib/smarty_tiki/modifier.userlink.php 10templates/admin/include_community.tpl * [FIX] Remove old pref of replaced feature
[16:47]  chibaguy joined #tikiwiki
[16:52] Tiki-KGB 03nkoth r47441 10trunk/lib/smarty_tiki/modifier.avatarize.php
[16:52] Tiki-KGB [FIX] Always show user info mouseover if friends feature is on, otherwise missing critical UI
[16:58]  dbalieiro joined #tikiwiki
[17:10] Tiki-KGB 03nkoth r47442 10trunk/lib/core/Services/User/Controller.php
[17:10] Tiki-KGB [FIX] Always show enough user info if feature_friends is on, otherwise missing critical UI
[18:52] Tiki-KGB 03nkoth r47443 10trunk/ 10tiki-setup.php 10tiki-setup_base.php * [FIX] fatal error on install with local profile
[19:05]  marclaporte joined #tikiwiki
[20:43]  marclaporte joined #tikiwiki
[21:26] Tiki-KGB 03nkoth r47444 10trunk/ 10installer/tiki-installer.php 10installer/installlib.php
[21:26] Tiki-KGB [FIX] Delay profile execution from local profiles until all other patches are updated, things just didn't seem to work before
[22:23]  zac2944 joined #tikiwiki