←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
fabriciusah skulltrail u r back ... I still do not understand what exactly you refer to
skulltrail: do you mean the "Smarty .tpl" file that creates the wikipages or are you referring to "content templates"
you find the .tpl files in the Tiki "document root" in the folder /templates
arrgl doc.tiki.org down again
dev, doc, info
community is running
[02:06]
.... (idle for 18mn)
MagicFab_joined #tikiwiki [02:30]
.......... (idle for 49mn)
joined #tikiwiki [03:19]
SkiNutjoined #tikiwiki [03:28]
.... (idle for 19mn)
chibaguyjoined #tikiwiki
polom
[03:47]
fabriciusmoloq [03:50]
chibaguyhi fabricius [03:51]
fabriciushi chibaguy [03:51]
MagicFab_joined #tikiwiki [04:01]
chibaguyfabricius, do you ever use Tiki's banner feature? It seems to have problems, for me. [04:01]
fabriciusin 2010 I did set it up test wise [04:02]
chibaguyWhen 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.
I was going to file a bug report but wanted to check if anyone else has problems with banners.
[04:09]
fabriciusnot using yet ... maybe in a different context lateron [04:11]
chibaguyBigger 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]
fabriciuswhat 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
you mean "random page" or "random image" (filegal) or so?
[04:12]
chibaguyWell, 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.
Yes, like thos.
those
But random page shows all pages, I believe, with no way to limit to some banner content pages, for example.
Maybe jquery is needed, if native Tiki can't do it at this time.
Ideally, banners would work as advertised. And it'd be nice if random pages had a parameter to limit the pages to a category.
I think it would be an easy addition for somebody with the skills ;-)
[04:13]
refizulchibaguy: I tested banners 5 months ago and it worked fine, 10.x [04:20]
fabriciusI quickly checked - no params for PluginRandominclude, ModuleRandompage only lists links to pages and ModuleRandomimage is based on image galleries which are depricated
maybe chibaguy (hopefully) you have only a configuration issue
with banners
[04:20]
chibaguyrefizul, that's good. I'll do some more testing. [04:21]
refizulbut I had only two samples in rotation, module 2x left and right column, they rotated independently [04:22]
chibaguyah, did you have more than one banner in one banner zone? [04:23]
refizulthere was a little trick how to set up the images [04:23]
chibaguyto alternate? [04:23]
refizulIIRC one zone with two images [04:23]
chibaguyhmm, ok. [04:23]
refizulwas just a little test for something I want to setup during next weeks [04:24]
fabriciuschibaguy: 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]
refizulunfortunately this Tiki didn't survive two server transfers [04:25]
chibaguyyes, that would be good.
refizul, sorry to hear that.
[04:25]
fabriciusbut then there would be a link necessary for each image in the file gallery and I think, that is not existing [04:25]
refizulchibaguy: it was a testing virtual machine, nothing serious [04:26]
chibaguyah, ok. [04:26]
fabriciusso another coding issue to have a parameter "url" for the image (if I am not wrong) [04:26]
refizulI transferred the important VMs with priority [04:26]
fabriciusanother coding idea could be adding a parameter "category" to the plugin {RANDOMINCLUDE()}{RANDOMINCLUDE} chibaguy [04:29]
chibaguyyep. [04:29]
fabriciushow 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:30]
..... (idle for 22mn)
chibaguyWell, it's a very small project - there's no funding for coding, really. [04:52]
fabriciusso 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:53]
TomJarvisjoined #tikiwiki
polom
The random_pages module calls fuction list_pages and passses it the parameters:
offset, maxRecords, sort_mode, '', '', true(exact_match), true(onlyName)

But the list pages fuction actually accepts the parameters:
offset, maxRecords, sort_mode, find, initial,exact_match, onlyName, forListPages, only_orphan_pages, filter, onlyCant, ref

The "filter" parameter appears to accept categId, so it should not be too hard to add filter to the random_pages module.
But I am not really a coder either
[04:55]
SkiNutjoined #tikiwiki [05:01]
chibaguyTomJarvis, that's interesting. Maybe someone can manage a "30 minute fix". ;-)
But then I want to display page content, not page names (if that's what random pages does).
[05:06]
TomJarvischibaguy: Yes, I guess it only lists the pages. [05:13]
chibaguyLooks like adding a category parameter to randominclude would do the job. [05:14]
TomJarvischibaguy: I guess I do not know what the "onlyName" true or false does. [05:15]
chibaguyonlyName false might cause it to display more info such as hits, similar to tiki-listpages.php. [05:20]
......... (idle for 40mn)
TomJarvischibaguy: Have you seen Rick's blog post on rotating banners? http://tiki.org/blogpost391-Random-ish-Rotating-Banners [06:00]
chibaguyTomJarvis, 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:04]
TomJarvischibaguy: But that isn't working for you? [06:05]
chibaguyIt didn't the last time I tried.
I'll try again.
[06:05]
xavi-mobilejoined #tikiwiki
Polom
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:10]
chibaguyhi xavi-mobile. That's true, but I want to display rotating banner ads, so the image or text must link to an external url.
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:14]
xavi-mobileYes, url'l linked to images are missing
And I agree, banner feature deserves getting fixed (if it's broken again)
[06:16]
chibaguyafaik, this banner function has been broken for years.
although refizul said he had success, so maybe not consistently broken.
[06:19]
xavi-mobileThis is the code of the rotating image in the header of that site of mine:
{img randomGalleryId="9" stylebox="border"}
[06:20]
fabriciusahhh chibaguy I have an idea! Isnt't there a parameter "random" in img ... ah yes, now xavi posted
only problem chibaguy might be still the link
the url of the image - image+url=banner
[06:21]
xavi-mobileOh well, good luck. I haven't tried banners since tiki3, where sylvieg fixed a few issues
Hospital time for me. Cheers
[06:22]
fabriciusI have to go now ... see ya later chibaguy, avi and all
xavi
bye all
[06:22]
BobCjoined #tikiwiki [06:28]
How can I change the date font color when using {now format="%B %e %Y"}? [06:33]
chibaguy_awayBobC, it depends on where the date is being shown. The color is set by CSS, by the stylesheet.
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.
I have to take my dog out now.
[06:38]
TomJarvisBobC: The output is wiki parsed, and you can put text within the format, try: {now format="~~green:%B %e %Y~~"} [06:42]
BobCTerrific! Thank you Tom! Works like a charm!
I'm off to set dates in my wiki pages....
left #tikiwiki
[06:44]
...... (idle for 25mn)
Tiki|botNew Forum Posts: duplicate file galleries hierarchy - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=49088 [07:12]
chibaguychibaguy likes TomJarvis's tip about the date color. [07:14]
....... (idle for 30mn)
TomJarvisBye [07:44]
........... (idle for 51mn)
bubulle_joined #tikiwiki [08:35]
.................. (idle for 1h28mn)
eliaspjoined #tikiwiki [10:03]
redflojoined #tikiwiki [10:16]
Jyhem_laptopjoined #tikiwiki [10:17]
.... (idle for 16mn)
arildbjoined #tikiwiki [10:33]
..... (idle for 22mn)
Telesightjoined #tikiwiki [10:55]
.... (idle for 15mn)
Jenserjoined #tikiwiki [11:10]
.... (idle for 15mn)
bubulle_joined #tikiwiki [11:25]
....... (idle for 30mn)
bubulle__joined #tikiwiki [11:55]
........... (idle for 53mn)
fabriciusjoined #tikiwiki [12:48]
...... (idle for 28mn)
rodrigoprimojoined #tikiwiki [13:16]
..... (idle for 22mn)
MagicFab_joined #tikiwiki [13:38]
....... (idle for 32mn)
Jenserleft #tikiwiki [14:10]
.......... (idle for 45mn)
Tiki|botjoined #tikiwiki [14:55]
.... (idle for 19mn)
bubulle_joined #tikiwiki [15:14]
MagicFab_joined #tikiwiki [15:24]
marclaportejoined #tikiwiki [15:28]
dhazeljoined #tikiwiki [15:29]
Tiki-KGB03arildb r47438 10trunk/ 10(15 files in 7 dirs)
[NEW] Admin Wizard. Will replace the new installation step
Wizard will automatically start when an admin login in, unless it is explicitly hidden
[15:38]
.... (idle for 17mn)
ricks99joined #tikiwiki [15:55]
Tiki-KGB03arildb r47439 10trunk/ 10installer/tiki-installer.php 10templates/tiki-install.tpl * [REVERT][r47404]+fixes[r47422] Replaced by Admin Wizard [15:56]
MagicFab_joined #tikiwiki [16:00]
.... (idle for 19mn)
dhazeljoined #tikiwiki [16:19]
chibaguyjoined #tikiwiki [16:33]
toasteejoined #tikiwiki [16:40]
Tiki-KGB03nkoth r47440 10trunk/ 10lib/smarty_tiki/modifier.userlink.php 10templates/admin/include_community.tpl * [FIX] Remove old pref of replaced feature [16:46]
chibaguyjoined #tikiwiki [16:47]
Tiki-KGB03nkoth r47441 10trunk/lib/smarty_tiki/modifier.avatarize.php
[FIX] Always show user info mouseover if friends feature is on, otherwise missing critical UI
[16:52]
dbalieirojoined #tikiwiki [16:58]
Tiki-KGB03nkoth r47442 10trunk/lib/core/Services/User/Controller.php
[FIX] Always show enough user info if feature_friends is on, otherwise missing critical UI
[17:10]
..................... (idle for 1h42mn)
03nkoth r47443 10trunk/ 10tiki-setup.php 10tiki-setup_base.php * [FIX] fatal error on install with local profile [18:52]
marclaportejoined #tikiwiki [19:05]
.................... (idle for 1h38mn)
joined #tikiwiki [20:43]
......... (idle for 43mn)
Tiki-KGB03nkoth r47444 10trunk/ 10installer/tiki-installer.php 10installer/installlib.php
[FIX] Delay profile execution from local profiles until all other patches are updated, things just didn't seem to work before
[21:26]
............ (idle for 57mn)
zac2944joined #tikiwiki [22:23]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)