Comments

kars-t’s picture

Title: How To » Documentation for the E-Card module

Hi

this is one of my todos for the module. Please stay tuned because this is rather time consuming :)

kars-t’s picture

Quick tipps:

  • Create a node type.
  • Add the E-Card field.
  • Adjust the field settings.
  • There are settings for the field in the display options "admin/structure/types/manage/##my-node-type##/display/default".
  • A form will display where the field is.
  • Give access to the form to a group maybe even anonymous if you add a capture.
  • The E-card will be displayed of you follow a URL with an E-Card Parameter and a hash key.
shadowdknight’s picture

Thanks for prompt reply.
It works for now :).

Guizlena Alvarado’s picture

I have problems displaying fields in my content type because there is a label and name, but I cannot display the field. I have set permissions but I don´t know what is wrong, please help me, I really need to finish my project on January. Thanks.

kars-t’s picture

@Guizlena Alvarado

This is not enough information to help you :-/

Guizlena Alvarado’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev

Hi Kars-T:

Is there a tutorial to show e-cards using views? I am trying to show in my homepage a taxonomy term using a display block, but really I don´t know how to do it... I added a view of type Ecard, is that correct? Thanks.

kars-t’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

Hi

please leave this for D7. For D6 there will be no further development and documentation. Only bug fixes.

iluvbluesky’s picture

Assigned: Unassigned » iluvbluesky

Hello,
I have been watching this module's status for a while now. I was hoping there might be some additional in-depth documentation offered about how to use this module. I am a new Drupal user, have my site up and have installed the module, created a node, given a field to the e-card form, and that's all I know to do! How do I get the ecard node viewable, then clickable and the form to show for a user to fill out? Can anyone direct me? I would appreciate any help at all, even a redirect to similar documentation that might apply. Kars-T I read your quick tips but don't understand what "adjust the field settings" means, and do not understand the steps following this. Also, if you can get a general outline of "how to", I'd like to volunteer to write the documentation for you or I am willing to help you do this in whatever way might help you the most. I will test this module and offer feedback when I can get it installed and working on my site. Thank you very much for reading this!

kars-t’s picture

Hi iluvbluesky

thanks for your offer. I hope I find some time the next days to provide the information.

iluvbluesky’s picture

Kars-T: Thank you for your reply! My offer stands indefinitely. If I knew more about Drupal and Modules, I would help you develop the module or do whatever you needed. I will hope and wait for whatever additional help documentation you can supply for this ecard module! Thank you again for all of the time you have put into this module and for your dedication to helping all of us who will use ecard as a result. It's so nice to know that there are people out there like you! :)

RKopacz’s picture

Version: 7.x-1.x-dev » 6.x-1.10
Component: Documentation » Code
Category: support » bug

I am testing this module, which is a Godsend for my client. I am not sure this is a bug or a support request.

I want to know how to theme the page that the recipient gets. I did not see any tpl files in the module folder.

Specifically, I would like to take the expandable field set off the recipient's postcard. I have unchecked the message field check boxes in the admin page, but that seems to take the field set off the sender's form, but not the recipient's ecard page.

Any suggestions on that? Is the field set on the received card unintentional? I am sure I can modify via preprocess but wished to check first if there is a way that may be available but is not immediately apparent.

Thanks in advance.

EDIT, sorry this was directed at ver 6.10, misconfigured the meta data on this.

Preston McMurry’s picture

Version: 6.x-1.10 » 7.x-1.x-dev
Category: bug » support

I am stuck the same as iluvbluesky. No idea what to do next. No idea, even, if this solution will be appropriate for what has been requested of me. First step first: Need to get this working to make that determination. Getting very frustrated ...

Preston McMurry’s picture

Ending up creating my own ecard module, using webform to create the form, and adding an "ecard image" content type to control what images are displayed for selection (using a pre-built option list).

kars-t’s picture

Assigned: iluvbluesky » Unassigned

Unassigning task and will ask YesCT

yesct’s picture

Assigned: Unassigned » yesct

Yep. I'll look at this.

yesct’s picture

first of a few posts to come.
This one is a first pass at a minimal setup:

  1. Download e-card module into sites/all/modules
  2. Go to modules page (admin/modules) to enable e-card module, notice entity module is required and missing
  3. ecard-s01-missing_entity_module-2013-02-06_2113.png

  4. Download entity module into sites/all/modules (from http://drupal.org/project/entity)
  5. Go to modules page and enable e-card module
  6. ecard-s02-with_entity-2013-02-06_2117.png

  7. Create content type (admin/structure/types/add) that will be an e-card and hold the e-card field (my machine name was e-card)
  8. ecard-s03-create_content_type-2013-02-06_2122.png

  9. Add e-card field to that content type in the Manage fields tab (admin/structure/types/manage/e-card/fields)
  10. ecard-s04-add_field-2013-02-06_2124.png

  11. During the add (or after in the edit tab for the field admin/structure/types/manage/e-card/fields/field_e_card) configure field settings (common ones might be under the configuration fieldset for: Automatically fill in sender name, and Allow the sender to choose the date)
  12. ecard-s05-configure_field_settings-2013-02-06_2129.png

  13. There are other settings in collapsed field sets (left them as the default)
  14. ecard-s06-other_settings-2013-02-06_2132.png

  15. Go to the display settings tab for the content type (admin/structure/types/manage/e-card/display)
  16. ecard-s07-display_settings-2013-02-06_2135.png

  17. Configure the display settings (I left the defaults)
  18. ecard-s08-display_settings_defaults-2013-02-06_2137.png

  19. Set permissions (admin/people/permissions%23module-ecard) to allow people to create and send e-cards (I allowed anon and authorized users, more later with a more complex configuration)
  20. ecard-s09-permissions-2013-02-06_2142.png

  21. Also set the content type permissions
  22. ecard-s10-permissions_for_content_type-2013-02-06_2147.png

  23. Create content is where someone could find the link to create an e-card (more later on how to add a menu item to make that more visible)
  24. ecard-s11-add_content-2013-02-06_2148.png

  25. Create an e-card (node/add/e-card) (I had anon create one)
  26. ecard-s12-create_dad-2013-02-06_2151.png

  27. Send an e-card by visiting the node (node/1) and filling out the form there
  28. ecard-s13-send_ecard-2013-02-06_2154.png

  29. Check email and get a link with a url

like:

...
At any time you may see your card by clicking this link:

http://localhost/d7-git/?ecard=2214039607477ca2ff7f74fe43d03726

(if your email client doesn't allow you to click on the site link,
then just copy and paste the URL into your browser)

admin
kars-t’s picture

Great thanks!

Now I have to bug you to do an README.md (Mark Down) please.

And remake this as a blog post for comm-press.de because than we can link this as documentation :)

yesct’s picture

yep.

I want to do some more detail with how to use an image with overlay text, and use roles to set up some user who create cards, and other who send them.

Is there any other workflow people can suggest get documented?

kars-t’s picture

Well I added tons of features Stella did write patches for. But currently I have to again review everything if I did something wrong in the patching process. So currently lets focus on base usage.

Anonymous’s picture

Just wanted to thank YesCT for being THE person who created documentation for this module, which I might add (because of the screen shots) is better than for most.

While working with Views today, I noticed that the eCard module creates two Views pages. One lists eCards SENT. The other, eCards SCHEDULED.

I'd be unclear as to how eCard information (entered by the person sending the card) is ultimately removed from your database. Does it expire, must you delete it somehow?

If anyone knows, please post.

iluvbluesky’s picture

Hi Kars-T, it's been a while. I'm sorry I could not stay with the project and develop the documentation. I had some unexpected health problems. Thank you to YesCT for the awesome screen shots and documentation--what a great job! As always, thank you Kars-T for keeping ecards alive.

imorris’s picture

We have two questions:

  • How do we apply our own style/template to this module?
  • How do we let users select an image/theme to go along with their card? The documentation indicates this eCards module is strictly text.
GirlInTech’s picture

Issue summary: View changes

Hi,
The instructions/screenshots by YesCT are great. I've followed all the steps, but don't have the field type (shown in #6) of Ecard form? I'd really appreciate your help on this.
Thanks

GirlInTech’s picture

Hi,
Re the above message- problem solved. The module was an incomplete upload (net connection is intermittent where I am). Now I've re-uploaded the module, then cleared the cache, all is working.

GirlInTech’s picture

PS- instructions on how to overlay the text over the image would be very helpful! Thanks

yesct’s picture

Assigned: yesct » Unassigned