Active
Project:
Curlypage
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
10 Jan 2010 at 00:26 UTC
Updated:
20 Feb 2011 at 20:56 UTC
Jump to comment: Most recent file
With curlypage scheduler you can program when your curlypage will be shown, for example during a specific campeign (Enable on: 2009-12-20 00:00, Disable on: 2010-01-06 00:00). You can add as many schedules as you want to any curlypage.
Domain curlypages is added to provide domain specific visibility settings for curlypages for websites using Domain Access module.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | curlypage.zip | 147.82 KB | manfer |
Comments
Comment #1
manfer commentedComment #2
manfer commentedWith curlypage clicks you can log clicks on your curlypages. The module tracks for each click: user who clicked, date/time when clicked, link clicked (normally it would be the same in all the curlypage life but someone could decide to change the link, so it is registered), curlypage clicked.
You have an statistic table where you can look the count of clicks on each curlypage. From there you can click 'view details' button to see the detail information of every click on the corresponding curlypage.
Curlypage tracking is disabled for every curlypage by default when you install curlypage clicks module. To enable tracking on a curlypage you'll have a new checkbox ("Track clicks") in URL settings of each curlypage after the submodule is installed.
Will be availble in homepage after next packaging as curlypage 6.x-2.x-dev (2010-Jan-15).
Comment #3
manfer commentedWith that feature you can program an schedule to be repeated every XX days and XX hours until date/time XXXX/XX/XX XX:XX.
Examples:
Configure a curlypage on even hours one day:
Enable on: 2010-01-15 00:00
Disable on: 2010-01-15 01:00
Repeat: checked
Days: 0
Hours: 2
Until: 2010-01-16 00:00
Configure a curlypage on odd hours one day:
Enable on: 2010-01-15 01:00
Disable on: 2010-01-15 02:00
Repeat: checked
Days: 0
Hours: 2
Until: 2010-01-16 00:00
Configure a curlypage to run every day from 10:00 to 13:00 from 18 to 25 Jan:
Enable on: 2010-01-18 10:00
Disable on: 2010-01-18 13:00
Repeat: checked
Days: 1
Hours: 0
Until: 2010-01-25 00:00
....
Will be working on next packaging, 6.x-2.x-dev (2010-Jan-16)
Comment #4
manfer commentedImprovements to curlypage clicks:
Comment #5
manfer commentedImprovements to curlypage scheduler:
Improvements to curlypage clicks:
Comment #6
manfer commentedI have just done many changes to the code, I was not satisfied with how submodules where plugged into main module so I decided to move some code into hooks. I added to curlypage main module some events (hooks). To make it easy for submodules to add new elements to the curlypage configuration form, three hooks are provided by curlypage (hook_curlypage_form, hook_curlypage_form_validate and hook_curlypage_form_submit), to notify submodules a curlypage has been deleted (hook_curlypage_delete), to notify submodules a curlypage has been viewed (hook_curlypage_view) and to notify submodules a curlypage has been clicked (hook_curlypage_click).
I changed some of the javascript code too, now it makes use of jquery library functions.
And now the new features I added.
Curlypage_clicks adds two new configuration elements to curlypages, Max close views and Max open views, so you can configure a curlypage to be disable when that amoung of views (open or close what you decide) are reached. As with schedules this is done by cron so the number you configure is not going to be totally accurate. Example if you configure the max close views to 500 (just an example), when cron is run checks if that number of views has been reached and disables the curlypage if so (than means at the time cron runs the amoung of close views could have been reached 517 for example, a little more than those ones configured). Those variables can be configured, if curlypage_clicks module is enable, under URL settings in curlypage configuration form (maybe a could move all that to a new settings fieldset, Track settings, containing track enable, max close views and max open views configuration).
To curlypage module itself, I added time settings:
All those three parameters can be configured to 0, meaning no delay, show forever, repeat forever.
And I added Group:
I think that's all.
Well, only one thing more, domain curlypages had a bug, that now is fixed.
As those where a lot of changes and I didnt know how it was going to work cross browser I decided to do all those changes but not commit anything. I would like to do some tests before. I did some myself (Mac OSX Safari 4 - Firefox 3.6, Ubuntu Firefox 3.5, Windows 7 64bits IE8, Windows Vista IE8, Windows XP IE8 - Firefox 3.0 - Safari - Opera - Chrome) and all seems to work.
I'm going to ask you for help testing this new version. As an example it would be nice to know how IE7 and IE6 like this code but any other test is going to be very useful too. Please test if you can do and report here how it is working. Thanks in advance.
I attach here the version with all changes, if all goes fine I will commit and maybe, as this version has a lot of changes till curlypage 6.x-2.3 (last recomended one) it could just be a candidate to become 6.x-3.0 version.
Comment #7
manfer commentedI have confirmed 6.x-2.3 version is not compatible with IE6 and that this new version is (I suppose jQuery makes this posible, it is the advantage of libraries dealing with browsers not following always web standards).
So I think I'm going on with this and release a 6.x-3.0 version. This has a lot of changes since 6.x-2, the new submodules, and some new features added to main module too (the last one I added is content type visibility settings). So I'm going to prepare it and release.
All feedback would be welcome. I did a lot of tests on it on many different environtments but some of the test are virtualize (as an example IE6 is tested in a virtualize window vista and with IETester software). So it would be very helpful if any who test it could report if it works and on which testing environtment (Operating System and Browser with its version).
It has been commited and made available at project page as a release candidate.
Thanks in advance.
Comment #8
manfer commented6.x-3.0-RC4 releseased.
Comment #9
manfer commented6.x-3.0 version released.
Comment #10
manfer commentedSome problems not detected in 6.x-3.0 version until testing it online had made me release new versions to correct the bug.
6.x-3.1 was not enough to correct it and a new 6.x-3.2 version has been released.
Sorry for any inconvenience.
This is a final stable release for 6.x.
Comment #11
manfer commentedCurlypage uses swf files (flag.swf, turn.swf) to render the effect. Those files are published by default to flash player version 9. That limits the swf media you can load in your curlypages to version 9 compatible swfs. With this global setting checked curlypage will use version 10 swfs (flag_flashV10.swf, turn_flashV10.swf) so you will be able to use swf media files in your curlypages that are only compatible with flash version 10.
Comment #12
manfer commentedIE6 does not support fixed position model. So there was still a problem with IE6 for curlyapages with fixed position. I have included a test for that browser so curlypages on top corners with fixed position will be shown with absolute position and curlypages on bottom corner with fixed position will not appear on IE6.
Comment #13
manfer commentedComment #14
manfer commentedOn version 6.x-3.3 and earlier automatic close feature had a limit. It would not work if close button was enabled. But I think that was a nonsense limit. If someone does not won't automatic close when close button is enabled he can just set the automatic close feature disabled (0) and if anyone wants an automatic close even with close button enabled, why he can't do so?. That's why I dropped that limit.
Comment #15
manfer commentedDev version test
------------------
WINDOWS
------------
Firefox 3.0
Firefox 3.6
Opera 10.01
Opera 10.54
Safari 4
Safari 5
Internet Explorer 8
Internet Explorer 7
Internet Explorer 6 (works as expected, only top curlypages are shown on this browser)
Chrome 5
OS X
------
Firefox 3.6
Chrome 6
Safari 5
LINUX
-------
Firefox 3.6
Chromium 5
Opera 10
Epiphany 2.3
I Haven't found any problem. Works fine on all tests.
Comment #16
manfer commented