J and Beyond 2013 | An International Joomla! Conference - May 31st - 2nd, 2013, Noordwijkerhout, The Netherlands
It is currently Mon May 20, 2013 10:39 pm

First impressions 3.0b2  Topic is solved

Forum for JEvents 3.0 for Joomla 3.0 and 2.5.

Re: First impressions 3.0b2

Postby Tonyp » Mon Nov 19, 2012 9:59 pm

Can you upgrade RSVP Pro to 1.7.0?

Thanks!
---------------------------------------

Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
User avatar
Tonyp
Contributor
Posts: 8744
Joined: Tue Oct 12, 2010 9:12 pm
Location: Isle of Man

Re: First impressions 3.0b2

Postby fribse » Tue Nov 20, 2012 5:53 am

I did that late last night, I can't find the error at the moment, but I'm looking :-D
Best regards
Fribse

Dykkerklubben Dannebroge http://www.dkdb.dk
We're a volunteer driven diving club in Mosede, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.
User avatar
fribse
Contributor
Posts: 966
Joined: Sun Feb 27, 2011 7:11 am
Location: Greve, Denmark

Re: First impressions 3.0b2

Postby fribse » Tue Nov 20, 2012 11:45 am

Still not found. I've put 3.0RC on production now, so now I have more people pointing out errors ;-)
Best regards
Fribse

Dykkerklubben Dannebroge http://www.dkdb.dk
We're a volunteer driven diving club in Mosede, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.
User avatar
fribse
Contributor
Posts: 966
Joined: Sun Feb 27, 2011 7:11 am
Location: Greve, Denmark

Re: First impressions 3.0b2

Postby Geraint » Tue Nov 20, 2012 3:47 pm

fribse wrote:Still not found. I've put 3.0RC on production now, so now I have more people pointing out errors ;-)


Cool - Your testing is very much appreciated and if you find any urgent problems remember you can Skype me to address them as a priority.

Geraint
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.

Join the JEvents club today!
User avatar
Geraint
Posts: 30529
Joined: Fri Feb 15, 2008 6:14 pm

Re: First impressions 3.0b2

Postby Tonyp » Tue Nov 20, 2012 4:23 pm

Geraint I will try and get it in MTb site tonight now we are pretty stable ;).

Regards
Tony
---------------------------------------

Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
User avatar
Tonyp
Contributor
Posts: 8744
Joined: Tue Oct 12, 2010 9:12 pm
Location: Isle of Man

Re: First impressions 3.0b2

Postby fribse » Tue Nov 20, 2012 4:53 pm

I saw a very strange error on emails sent out from rsvp:
Subject: =?utf-8?Q?<script_type=3D"text/javascript">=09if_($(".something=5Freally?=
=?utf-8?Q?=5Fstupid=5Ffor=5Frsvppro=5Fto=5Ftest")_&&_typeof(Query)!=3D'un?=
=?utf-8?Q?defined'_&&_jQuery)_{=09alert('Din_side_henter_et_javascript_bi?=
=?utf-8?Q?bliotek_der_hedder_jQuery,_som_konflikter_med_det_officielle_Jo?=
=?utf-8?Q?omla_javascript_bibliotek_som_RSVP_Pro_bruger,_kaldet_Mootools.?=
=?utf-8?Q?_**_Du_skal_finde_det_modul/_design_/_tilf=C3=B8jelse_som_hente?=
=?utf-8?Q?r_jQuery,_og_sikre_dig_at_det_er_sat_op_til_at_hente_jQuery_i_N?=
=?utf-8?Q?o_Conflict_mode.**');}</script>=09=09=09=09Arrangements_bekr?=
=?utf-8?Q?=C3=A6ftelse:_Flade_til_drengene_d._25_november_2012?=

I don't see a jquery error when using the site...
Best regards
Fribse

Dykkerklubben Dannebroge http://www.dkdb.dk
We're a volunteer driven diving club in Mosede, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.
User avatar
fribse
Contributor
Posts: 966
Joined: Sun Feb 27, 2011 7:11 am
Location: Greve, Denmark

Re: First impressions 3.0b2

Postby Tonyp » Tue Nov 20, 2012 6:25 pm

Is this included in the email?
---------------------------------------

Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
User avatar
Tonyp
Contributor
Posts: 8744
Joined: Tue Oct 12, 2010 9:12 pm
Location: Isle of Man

Re: First impressions 3.0b2

Postby fribse » Tue Nov 20, 2012 8:59 pm

It's the subject from a message when I sign up for an event, it's reproducable.
Best regards
Fribse

Dykkerklubben Dannebroge http://www.dkdb.dk
We're a volunteer driven diving club in Mosede, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.
User avatar
fribse
Contributor
Posts: 966
Joined: Sun Feb 27, 2011 7:11 am
Location: Greve, Denmark

Re: First impressions 3.0b2

Postby Geraint » Wed Nov 21, 2012 10:41 am

I spotted this a couple of days ago and it is fixed in the upcoming v. 1.8 or RSVP Pro (viewtopic.php?f=24&t=16285&p=85798#p85798 which also includes new functionality for payment method surcharges and limits on the usage of coupons).

The change affected the file plugins/jevents/jevrsvppro/rsvppro/jevrdisplayattendance.php lines c. 93-99 should read
Code: Select all
            if (JRequest::getString("jevtask") == "icalrepeat.detail" || JRequest::getString("jevtask") == "icalevent.detail")
            {
            // Make sure jQuery is in no conflict mode
            ?>
<script type="text/javascript">   
if ($(".something_really_stupid_for_rsvppro_to_test") && typeof(Query)!='undefined' && jQuery) {
   alert('<?php echo JText::_("JEV_JQUERY_WARNING")?>');
}
</script>
            <?php
            }
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.

Join the JEvents club today!
User avatar
Geraint
Posts: 30529
Joined: Fri Feb 15, 2008 6:14 pm

Re: First impressions 3.0b2

Postby fribse » Wed Nov 21, 2012 2:45 pm

yickes, just whitepaged the site :-o
Must've done something wrong while editing.
Reinstalled the plugin, and the site is back.
Unrelated to this, when I went to look at the facebook plugin, it lost all css
pluginconfig.png
pluginconfig.png (30.59 KiB) Viewed 444 times
Best regards
Fribse

Dykkerklubben Dannebroge http://www.dkdb.dk
We're a volunteer driven diving club in Mosede, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.
User avatar
fribse
Contributor
Posts: 966
Joined: Sun Feb 27, 2011 7:11 am
Location: Greve, Denmark

PreviousNext

Return to JEvents 3.0 (Free Access)

Who is online

Users browsing this forum: Google [Bot]

Main Menu

User Menu

Hosted By


Who is online

In total there is 1 user online :: 1 registered and 0 hidden (based on users active over the past 5 minutes)
Most users ever online was 94 on Tue Sep 01, 2009 12:33 am

Users browsing this forum: Google [Bot]

Login Form