Hi together,
I installed the ecard module for my gallery 2.1.
I already enabled it but I still not see any ecard icon in gallery.
Sorry if this is a stupid question, but I'm a G2 newbie...
Thanks
Christian
--
http://www.longstag.com
http://pix.longstag.com
Posts: 12
Has nobody an idea?
--
http://www.longstag.com
http://pix.longstag.com
Posts: 8601
look in the "item actions" dropdown at the bottom of the page
Posts: 12
@mindless:
ok, thank you.
Is it possible to get this action into an icon? (not in dropdown menu)
Posts: 8601
you have to customize your theme to do that.
Posts: 3
First... Thanks to whomever created this module. I've installed it and it seems to work great. I have one problem though. Currently under every thumbnail in an album there is a link to the ecard feature. I would like to remove this and only have the link displayed when viewing the image. I have not included "Item actions" in the block for Album Pages. Plus none of the other Item Actions are showing up under the thumbnails, only the "send as an ecard" link.
Hope that made sense.
Thanks.
Posts: 8601
bubs, edit modules/ecard/module.inc function getItemLinks and have it only return the link when "wantsDetailed" is true.. if you don't know PHP and need more detail, let me know.
Posts: 3
I'm not familiar with PHP at all. I did find the file and function but not for sure how to edit it. More help would be greatly appreciated.
Thanks.
Posts: 8601
in modules/ecard/module.inc in "function getItemLinks" just below the line with "foreach ($items as $item)" put this:
Posts: 3
Worked. Thanks!
Posts: 41
Howdy
I've got the ecard feature working/sending just fine. But my design does not use the dropdown actions.
I'm trying to get a simple icon under the photo view (not album view) with the comments and slideshow icons I now have.
- Not sure about the specifics for the php since I'm more on the designer side of things...
- I've tried what mindless recommended above in the module.inc, and other variations, considered edits directly in the navigatorPhoto.tpl ....
- If it matters - I'm NOT running the commerce features on this family site.
`·.¸¸.><(((º>`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.><((((º>
Gallery version = 2.1.1 core 1.1.0.1
Default theme = PGtheme
Posts: 7
I would like to do the same... 'send as E-Card' on each photo page, not on the listing page...
The code above seemed to work to delete it form the listing page, but it didn't show up elsewhere.
I would also like to imbed a link back to the picture in the email message. Any ideas?
I have only have Gallery2 running for today, so I am a bit 'new'
thanks,
Scott
Posts: 4
Hi everybody,
i have the same question as sbessel and oceano. I edited the ecard module as described by mindless, nevertheless the ecard link won't show up at the phpto page. is there a block link one can add in the photo page?
Thank you,
andré
Posts: 36
Hi,
Did anyone get this working?
I need to get this working on my Gallery2 installation. The Send ecard link (with icon) is showing up in the flyout-sidebar (I'm using the Carbon theme). I've looked in module.inc and in the templates but just can't see where it's getting this from. There's also no block to set up for the ecard module alone, so how do I get it to display there?
I'm guessing something to do with
in the module.inc file. But I don't know what to do with that to get the 'Send as eCard' to appear under the description on the photo.tpl. I can't even see where I would add it to the photo.tpl!
I've got an idea it's something along the lines of
But I know that's not right. As I assume I have to get the id of the photo in there somewhere!
Any help much appreciated.
Cheers,
Tracy
Posts: 36
Okay...I was being a bit dumb there! I found where to add the ecard link in the photo.tpl, and I've seen a solution on another thread to put in the Send as Ecard link. This is what worked for me.
I added the bit in bold to the photo.tpl file:
Cheers,
Tracy