dear friend, please tell me about installing e_card on my site (www.indonesiancigarettes.com)....
1. where can I find & download the module ?
2. I have download it at ecomju..... but not work...., does any body know other version...with simple instalation....
thanks and regardsa
arisjulia :D :) :( :o
http://www.indonesiancigarettes.com
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Installing e-Cards on my site ???????
-
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1962
A few things. One, this is not the correct forum for this question. This is a third party module. Check the names of these categories ok? ;)
Second, the ecards module is much easier to install than they make it out to be in the instructions.
All I can tell you is this, there's a new version out as of right now. There's a story posted about it here.
http://mods.postnuke.com/modules.php?op=modload&name=News&file=article&sid=1401&mode=flat&order=0&thold=0 -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Mar 12, 2003
- Posts: 6
I had downloaded from ecomjunk.com
I am not sure what is tour problem...but I manage to install it correctly..
things to note:
1) the administration for eCards is at "Past nuke" module
-if you dont have..install it
2)when I unpack, there is 2 dir i.e cards and gallery..so I put cards dir in the modules dir of my postnuke
3) initialize the cards module
4) go to the admin in Past nuke
any problem contact me webmaster@mawardah.com -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 43
:?:
I installed it correctly @ 2 sites of mine, everithing works except these lines of errors msg appearing above the card just received:
Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/home/online/themes/extralite/theme.php:257) in /web/htdocs/home/online/modules/cards/pickup.php on line 60
Warning: Cannot modify header information - headers already sent by (output started at /web/htdocs/www.home/online/themes/extralite/theme.php:257) in /web/htdocs/www.home/online/modules/cards/pickup.php on line 61
and so on 'till line 63
How can I fix this? Am I the only one with this problem?
Thanks :)
Find the answer myself @ the module's builder forum
The answer is:
"To avoid this problem just unmark theses lines by putting // before like this :
// setcookie ("eCard_sendername", $myrow['RecpName'], time()+3600, "/");
// setcookie ("eCard_senderemail", $myrow['RecpEmail'], time()+3600, "/");
// setcookie ("eCard_recpname", $myrow['SenderName'], time()+900, "/");
// setcookie ("eCard_recpemail", $myrow['SenderEmail'], time()+900, "/");
in fact these line just allow a user to have some field already filled when he want to send an other card." -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 19
OK so I commented these four lines and it is working now.Q
:?: The answer is:
"To avoid this problem just unmark theses lines by putting // before like this :
// setcookie ("eCard_sendername", $myrow['RecpName'], time()+3600, "/");
// setcookie ("eCard_senderemail", $myrow['RecpEmail'], time()+3600, "/");
// setcookie ("eCard_recpname", $myrow['SenderName'], time()+900, "/");
// setcookie ("eCard_recpemail", $myrow['SenderEmail'], time()+900, "/");
in fact these line just allow a user to have some field already filled when he want to send an other card."
One question tho, is there any side-effect that I don't know about for commenting this out?
Actually I got another question. I tried to search here and didn't see anything under ecards so here goes.
- As you probably guessed. I don't know anything about coding.
I've installed ecard to my subdomain http://xyz.abc.com (I have 2 real domain abc.com and xyz.com. The xyz.com is redirected to http://xyz.abc.com)
Now when I send an ecard. the mail FROM field says FROM: wwwadmin@abc.com
I would like it to change to FROM: admin@xyz.com
So where/which file do I edit to change this?
- Moderated by:
- Support
