Active
Project:
Email Field
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Nov 2009 at 09:14 UTC
Updated:
9 Apr 2011 at 08:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
rkendall commentedgood question
Comment #2
kaido.toomingas commentedHi, I had same question once :) And I did like that.. If node field then I used content template module and wrote
<a href="/email/<?php print $node->nid ?>/field_email" class="popups"><?php print t('Send inquiry'); ?></a>As you see there isn't rel="lightframe"..
Why not?
becouse lightbox would wrap whole page.. but there is module called popup api wich can do the same effect and better way :)
If dont want to use content template then you can write node themes but this is more complicated..
If would like to do same thing using views you should show nid and the best results would be with row theming.. I did this all in http://is.ee/et/seadmete-valik and http://is.ee/et/masin/hartmann-pakkimismasin
..
Comment #3
kaido.toomingas commentedI just wrote a little module based on ModalFrame API and Automodal module
Comment #4
kaido.toomingas commented1 review :D
Comment #5
eaochoac commentedI did manually by:
1. Enabling lightbox or greybox module and email module
2. Adding the class to the proper link on the email module: (in this case greybox)
2. Creating a template with no menus (page-node-lightbox2.tpl.php)
3. Calling the template with a GET argument ( by using ?format=simple) and adding this to the top of page.tpl.php
Comment #6
vlooivlerke commentedHi I have been using your module and it is great.
The only problem is, after you send the email, the modal frame does not close but instead loads to the node page. Forcing you to close it manually