Thanks!
]]>I’d like to throw into the hat the idea of making Credits compatible with Exp:resso. It has been and continues to rise through the ranks of preferred ecommerce solutions for EE and me thinks you’d do right by jumping on board that crazy train.
Credits rock. Exp:resso rocks. Together they would rock to the tenth power!!
If my lil ol’ request ever comes to be, you have my unadulterated permission to spam my inbox letting me know such.
]]>2. any connection to CartThrob?
3. if entry = gallery
a) can we have EE native comments per image even though images are grouped in single entry?
b) can your Channel Ratings be extended into individual image ratings?
c) is it Tagger friendly?
4. can we use custom field(s) to:
a) set the individual image as ‘private’ or password protected eg. if field_x =‘value’
b) on front end allow for image selecting for visitors to zip download only a few hand picked images = perhaps something like http://devot-ee.com/add-ons/remember-me
5. is it possible to to remove watermark for members or member_group _x only?
6. any plans on integration with online photo printing services - Shutterfly, Kodak gallery etc?
Again, I know this is laundry list of questions so I do appreciate your time.
Thanks.
{exp:zoo_visitor:details member_id=”{segment_3}”}
{title}
{exp:channel_images:images channel=“zoo_visitor” field=“member_profile_photos” prefix=“img”}
{img:url:small}
{/exp:channel_images:images}
{/exp:zoo_visitor:details}
returns all of the images in that field for all zoo_visitor channel entries.
{exp:zoo_visitor:details member_id=”{segment_3}”}
{title}
{exp:channel_images:images channel=“zoo_visitor” field=“member_profile_photos” prefix=“img” entry_id=“5”}
{img:url:small}
{/exp:channel_images:images}
{/exp:zoo_visitor:details}
or
{exp:zoo_visitor:details member_id=”{segment_3}”}
{title}
{exp:channel_images:images channel=“zoo_visitor” field=“member_profile_photos” prefix=“img” entry_id=”{segment_3}”}
{img:url:small}
{/exp:channel_images:images}
{/exp:zoo_visitor:details}
returns nothing. Any thoughts?
]]>I installed Forms today and experienced a problem after creating the first form. I’m hoping there is a simple answer that I have overlooked.
I have created and saved a form but it does not display in the forms list. I tried several times and have encountered the same problem with each. I have not received any errors and have checked the db and found that the form information has been written to the db. I have tried using Chrome, Firefox and IE and the problem exists regardless of the browser. I have also tried removing Forms from EE and re-installing.
My EE version is 2.3.1 and I am not running MSM.
Any help is appreciated.
Thanks.
]]>I currently have a page that is outputting two different new_vote tags. Since Channel Polls automaitcally assigns the form id to be new_poll I’m ending up with duplicate id’s on the page. This results in bad html and unecessary complexity with some scripting I’m using elsewhere (since I can’t just grab the individual form’s id).
Would it be possible to add an option to allow customization of the resulting form tag’s id attribute? I’ve noticed this to be a fairly common practice on other add-ons I’ve used. If there’s a technical reason why this can’t be done, I understand, but I need some sort of workaround then.
]]>
{exp:tagger:entries tag="{segment_2}" custom_fields="body|extended"}
<h2>{tagger:entry_title}</h2>
<p>{tagger:body}</p>
<p>{tagger:extended}</p>
<p><a href="/entry/{tagger:entry_url_title}">Read More</a></p>
{/exp:tagger:entries}
Assuming I have a Channel Video field named ‘videos’, how does this get inserted into the Tagger entries code?
Thanks,
Jack
It’d be very handy and much appreciated.
]]>When I try it in de CP from Expressionengine I don’t even see the upload button.
The problem is only with IE7.
Could you help me what the problem is?
]]>1. Why are there two entries for each rating in the exp_channel_ratings table?
2. Why is exp_channel_ratings_forumparams so incredibly large? What exactly does this table do? It appears to add a row every time a rating form is loaded on a page? We have a relatively small site (about 600 entries have a star rating on them) that is still in development (roughly 5 people looking at the dev entries) and this table already has over 26,000 rows in it.
3. We need to make an AJAX call for star ratings that only returns the content of the new_rating/rating template tags. It looks like “New Like” has checks for AJAX but “New Rating” does not. Right at the top of the new_rating function in act.channel_ratings.php it says $this->ajax = FALSE; and that’s it. We’re finding it tough to build what I outlined in this thread: http://www.devdemon.com/forums/viewthread/1442/
Thanks for any insight on this!
]]>