Received an ecard from one of my forum members who used one of his own images. He uploaded it alright and i authorized it no problem. When he sent it to me, it does not show. Also when someone does not use a stamp, a red cross appears where it would have been if they did.
I have sent myself a test ecard and here is the link:
WebCards Support Forums » General Support Requests
Using own image
(6 posts)-
Posted 8 months ago #
-
I will look into this and report back.
Posted 8 months ago # -
I have got this sorted. Use this SQL query:
ALTER TABLE wc_sent_cards CHANGE pic pic VARCHAR( 10 ) NOT NULL DEFAULT '0'
Remember to update the table prefix if you are not using the default one.
Posted 8 months ago # -
Worked like a dream:
Posted 8 months ago # -
Also figure out how to correct the ones that have already been sent, by changing the 0 in the Pic value in the database to mypic-3. Learning something new everyday LOL
Posted 8 months ago # -
Yes, that was the problem. The field was only setup to allow numerical values for card ids, now it will accept mycard in there too.
Posted 8 months ago #
Reply
You must log in to post.
