Ajay's Creations Support Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ajax Edit Comments is now subscription based. All support questions need to be directed to http://www.ajaxeditcomments.com/forums/

Pages: [1]   Go Down

Author Topic: Transpose E-mail makes Page reload  (Read 393 times)

Adam

  • Newbie
  • *
  • Offline Offline
  • Posts: 2
    • View Profile
Transpose E-mail makes Page reload
« on: February 13, 2010, 09:53:40 AM »

Is this normal?  My e-mail client opens up cool and everything, it's just that when I click the link, the page I am on refreshes.

Not a huge deal, but just asking...

Thanks,

Adam
Logged

Adam

  • Newbie
  • *
  • Offline Offline
  • Posts: 2
    • View Profile
Re: Transpose E-mail makes Page reload
« Reply #1 on: February 13, 2010, 09:56:24 AM »

Nevermind I'm dumb...I left the subject portion of the code ' ' (empty) which make the page try to do something weird...I just deleted that part and it is cool now.

Awesome plugin man, thanks a bundle.
Logged

Ajay

  • Administrator
  • Hero Member
  • *****
  • Offline Offline
  • Posts: 596
    • View Profile
    • Ajay - On the Road called Life
Re: Transpose E-mail makes Page reload
« Reply #2 on: February 13, 2010, 07:01:37 PM »

Thank you !

Glad to know you figured this out.
Logged

Sagittarius

  • Newbie
  • *
  • Offline Offline
  • Posts: 3
    • View Profile
    • Une maison passive à Nice
Re: Transpose E-mail makes Page reload
« Reply #3 on: March 20, 2010, 01:56:39 PM »

First, I wish to thank the author for this plugin.

Unfortunally, when I specify a subject, the plugins adds (for GNU/Linux Konqueror and Firefox) to the url of the page: ?subject=[content of the subject] and then the page reloads.
When I remove the subject: it's ok.

Maybe it is related to WP total Cache that I've recently installed. I'm going to investigate that.
« Last Edit: March 20, 2010, 02:07:39 PM by Sagittarius »
Logged

Ajay

  • Administrator
  • Hero Member
  • *****
  • Offline Offline
  • Posts: 596
    • View Profile
    • Ajay - On the Road called Life
Re: Transpose E-mail makes Page reload
« Reply #4 on: March 20, 2010, 10:07:23 PM »

What is the complete code you are using?
Logged

Sagittarius

  • Newbie
  • *
  • Offline Offline
  • Posts: 3
    • View Profile
    • Une maison passive à Nice
Re: Transpose E-mail makes Page reload
« Reply #5 on: March 23, 2010, 01:28:13 PM »

Here is the way I use it

<a href="javascript:Transpose_Email('info','example.fr','Contact depuis le site Une maison passive à Nice')" title="Cliquer pour adresser un courriel">info example fr</a>

Here is a post where I use it.
Logged

Ajay

  • Administrator
  • Hero Member
  • *****
  • Offline Offline
  • Posts: 596
    • View Profile
    • Ajay - On the Road called Life
Re: Transpose E-mail makes Page reload
« Reply #6 on: March 24, 2010, 11:51:35 PM »

Can you try:

Code: [Select]
<a href="javascript:Transpose_Email('info','example.fr','Contact depuis le site Une maison passive à Nice'); return false" title="Cliquer pour adresser un courriel">info example fr</a>
Logged

Sagittarius

  • Newbie
  • *
  • Offline Offline
  • Posts: 3
    • View Profile
    • Une maison passive à Nice
Re: Transpose E-mail makes Page reload
« Reply #7 on: March 25, 2010, 05:05:34 PM »

Thank you Ajay.

I've tried for this post, but it seems it does not work with any of my webbrowsers.

With Konqueror it still returns/adds in the url bar the "?subject=[subject text]" expression, but not with Opera or latest Firefox.

Note: it used to work perfectly with older versions of the plugin (maybe prior 1.2).
« Last Edit: March 25, 2010, 05:07:56 PM by Sagittarius »
Logged

Ajay

  • Administrator
  • Hero Member
  • *****
  • Offline Offline
  • Posts: 596
    • View Profile
    • Ajay - On the Road called Life
Re: Transpose E-mail makes Page reload
« Reply #8 on: March 26, 2010, 09:16:59 PM »

You can find the older versions at http://wordpress.org/extend/plugins/ald-transpose-email/download/

If you can tell me which one worked, I can try figuring out the difference
Logged
Pages: [1]   Go Up