Author Topic: "Modify your Ecard" button does not work  (Read 13145 times)

0 Members and 1 Guest are viewing this topic.

Offline vanish

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • White Album
"Modify your Ecard" button does not work
« on: March 13, 2005, 01:07:32 PM »
"modify your ecard" button does not work, who can resolve this problem?

Offline vanish

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • White Album
Re: "Modify your Ecard" button does not work
« Reply #1 on: March 13, 2005, 04:52:23 PM »
This proble will resolve if you will add someting to {url_postcard} in form  postcard_create.html

for example:
this code:
Code: [Select]
<form method="post" action="{url_postcard}">
change to:
Code: [Select]
<form method="post" action="{url_postcard}&mode=preview">

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: "Modify your Ecard" button does not work
« Reply #2 on: March 13, 2005, 06:01:31 PM »
Really?  Have you tested that?

I would think if you reach the postcard preview page with your code change and hit the "send ecard" button, you're going to be directed back to the modify ecard page instead.  :wink:

Offline vanish

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • White Album
Re: "Modify your Ecard" button does not work
« Reply #3 on: March 13, 2005, 08:04:24 PM »
All working well. You can test it. Step backward don't working in original script because URL's is equal.

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: "Modify your Ecard" button does not work
« Reply #4 on: March 14, 2005, 03:32:14 AM »
Nope.  It doesn't work.  I click the "Modify eCard" button, my browser goes back and the form is empty again.

Like I said, we used to have a good bug fix for this.  I posted it myself but it was lost recently due to the hacker attack.  :roll:

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: "Modify your Ecard" button does not work
« Reply #5 on: March 14, 2005, 03:59:11 AM »
Chris, I didnt look in details of your code, but did u fix the font and color selection in that fix, so it remmebers them too?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: "Modify your Ecard" button does not work
« Reply #6 on: March 14, 2005, 04:25:28 AM »
Yeah, I had everything working and fixed.  I just don't have the time to draft all the instructions and repost it just like I don't have time for the all the other bug fixes, FAQ posts and MODs that are now gone forever  :evil:

Offline vanish

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • White Album
Re: "Modify your Ecard" button does not work
« Reply #7 on: March 14, 2005, 10:11:01 AM »
It is incomprehensible... I click the "Modify eCard" button, my browser goes back and the form is filled. (IE 6.0)

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: "Modify your Ecard" button does not work
« Reply #8 on: March 14, 2005, 03:59:49 PM »
That solution does not work in all browsers so I cannot recommend it.  In fact, you can set some IE options that will break that autofill behavior.

The previous bug fix worked regardless of what browser was used.

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Re: "Modify your Ecard" button does not work
« Reply #9 on: March 16, 2005, 04:53:38 AM »