Page 4 of 7

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Fri 18 May 2012 11:19 am
by liamcarbin
nitrx wrote:It's a beta in the announcement area over here https://cumulus.hosiene.co.uk/viewtopic.php?f=2&t=7341
Thanks, sorry about that :P :bash:

I now have 1.9.3 - still not being processed though :oops:

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Fri 18 May 2012 11:29 am
by steve
liamcarbin wrote:I now have 1.9.3 - still not being processed though :oops:
Beteljuice's page is an alternative to the one supplied with Cumulus; it uses the same web tags. Is the default page working OK?

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Fri 18 May 2012 11:36 am
by liamcarbin
steve wrote:
liamcarbin wrote:I now have 1.9.3 - still not being processed though :oops:
Beteljuice's page is an alternative to the one supplied with Cumulus; it uses the same web tags. Is the default page working OK?
Good afternoon Steve, the default page is working fine

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Fri 18 May 2012 11:59 am
by steve
liamcarbin wrote:Good afternoon Steve, the default page is working fine
It gives a blank page for me: http://www.abbeyhultonweather.com/monthlyrecord.htm

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Fri 18 May 2012 12:35 pm
by liamcarbin
:D Finally it is working, however I just have this month showing up with the records being from today? Is this how it should be? As I have data for the previous months.

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Fri 18 May 2012 12:37 pm
by steve
You need to read and follow the instructions in the beta announcement.

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Fri 18 May 2012 1:10 pm
by liamcarbin
steve wrote:You need to read and follow the instructions in the beta announcement.
Thank you very much for all your help.

Now to play around to get it matching with my site template

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Sun 20 May 2012 10:57 pm
by beteljuice
Important Update - V1.4 https://cumulus.hosiene.co.uk/viewtopic.p ... 563#p63563

Here we go again !
Ron (nitrx) (again) discovered a problem in the 'lists' style, where the value in EVERY month for Low Dew Point (time) has been accidentally a duplication of that months HIGH Dew Point (time)

Anyone using it "out-of-the-box" should download V1.4

If you have already done extensive modifications / translations ...

Look for the 'lists' section, then for EVERY Month ...
<tr class="td_temperature_data">
<td class="main_table_text_labels">Lowest&nbsp;Dew&nbsp;Point </td>
<td class="right_align_indented"><#ByMonthDewPointL mon=12>&nbsp;<#tempunit></td>
<td class="right_align_indented"><#ByMonthDewPointHT mon=12 format="'day' dd, yyyy 'at' hh:mm"></td>
</tr>
Should become:
<tr class="td_temperature_data">
<td class="main_table_text_labels">Lowest&nbsp;Dew&nbsp;Point </td>
<td class="right_align_indented"><#ByMonthDewPointL mon=12>&nbsp;<#tempunit></td>
<td class="right_align_indented"><#ByMonthDewPointLT mon=12 format="'day' dd, yyyy 'at' hh:mm"></td>
</tr>
Sorry (again) :oops:

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Mon 21 May 2012 6:31 am
by nitrx
The Dutch version is updated too see post https://cumulus.hosiene.co.uk/viewtopic.p ... 0&start=34

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Thu 07 Jun 2012 4:33 pm
by laulau
Here is the french version!

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Thu 07 Jun 2012 9:39 pm
by beteljuice
Many thanks laulau - long time no hear ..

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Wed 20 Jun 2012 9:48 pm
by TgT
Awesome script! :clap:

One suggestion: make it compatible with touchscreen gadgets. Tool-tip disappear as soon as it appear :P

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Wed 20 Jun 2012 11:57 pm
by beteljuice
What's a touchscreen gadget :?

I have no experience of coding for those, but I suspect that the 'mouseover' is being mistaken for a 'click'.

Try this:

Look for the tooltip script section, and comment out (//) the two lines shown below:

Code: Select all

			$(this).bind("click", function(e){
				if (e.button==0){
//					stickytooltip.isdocked=false
//					stickytooltip.hidebox($, $tooltip)
				}
			})
Let me know if that fixes things for your blackboard or gives unexpected problems.

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Thu 21 Jun 2012 10:16 pm
by TgT
touchscreen gadgets - i meant tablets and smartphones ;)

ill try your suggestion and report later.


edit: works great, tnx :clap:

Re: Alternative Monthly Extremes using <#webtag>s

Posted: Thu 21 Jun 2012 10:54 pm
by beteljuice
edit: works great, tnx
Sometimes I amaze myself :P

All current users are advised to take the above action to edit the code, It should make no difference to PC functionality.

I'll release a minor update with the two lines commented out. (V1.4.1)