DevDemon http://www.devdemon.com/forums/ DevDemon en Copyright 2012 2012-05-17T19:00:24-06:00 Auto add tag to a group? http://www.devdemon.com/forums/viewthread/1982/ http://www.devdemon.com/forums/viewthread/1982/#When:13:03:04Z <p>Is there any way to get tags into a group besides the CP? Ideally, I’d like to let the person entering the tagged entry to specify the group to which it belongs at the time it is entered.</p> <p>Thanks!</p> 2012-05-17T13:03:04-06:00 Feature Request: Compatibility with Exp:resso http://www.devdemon.com/forums/viewthread/1983/ http://www.devdemon.com/forums/viewthread/1983/#When:13:09:42Z <p>Hey you devilish gang of code demons!</p> <p>I’d like to throw into the hat the idea of making Credits compatible with Exp:resso.&nbsp; 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.</p> <p>Credits rock. Exp:resso rocks.&nbsp; Together they would rock to the tenth power!!</p> <p>If my lil ol’ request ever comes to be, you have my unadulterated permission to spam my inbox letting me know such.</p> 2012-05-17T13:09:42-06:00 A few questions… http://www.devdemon.com/forums/viewthread/1099/ http://www.devdemon.com/forums/viewthread/1099/#When:11:31:47Z <p>Hi there,<br /> I been eying Channel Images for a while and based on the video I am blown away :)<br /> Now, to turn this into a full <em>gallery </em>with e-commerce and photographers in mind I have a few questions &amp; wishlist items:<br /> 1. is it SafeCracker friendly or strictly for backend CP?</p> <p>2. any connection to CartThrob?</p> <p>3. if entry = gallery<br /> a) can we have EE native comments per image even though images are grouped in single entry?<br /> b) can your Channel Ratings be extended into individual image ratings?<br /> c) is it Tagger friendly?</p> <p>4. can we use custom field(s) to:<br /> a) set the individual image as ‘private’ or password protected eg. if field_x =‘value’<br /> b) on front end allow for image selecting for visitors to zip download only a few hand picked images = perhaps something like <a href="http://devot-ee.com/add-ons/remember-me">http://devot-ee.com/add-ons/remember-me</a></p> <p>5. is it possible to to remove watermark for members or member_group _x only?</p> <p>6. any plans on integration with online photo printing services - Shutterfly, Kodak gallery etc?</p> <p>Again, I know this is laundry list of questions so I do appreciate your time.<br /> Thanks.</p> 2011-08-24T11:31:47-06:00 entry_id not working with zoo_visitors http://www.devdemon.com/forums/viewthread/1978/ http://www.devdemon.com/forums/viewthread/1978/#When:12:14:50Z <p>I am trying to call a channel images field within a zoo_visitors loop.</p> <p>{exp:zoo_visitor:details member_id=”{segment_3}”}<br /> {title}</p> <p> {exp:channel_images:images channel=“zoo_visitor” field=“member_profile_photos” prefix=“img”}<br /> &nbsp; {img:url:small}<br /> {/exp:channel_images:images}<br /> {/exp:zoo_visitor:details}</p> <p>returns all of the images in that field for all zoo_visitor channel entries. </p> <p>{exp:zoo_visitor:details member_id=”{segment_3}”}<br /> {title}</p> <p> {exp:channel_images:images channel=“zoo_visitor” field=“member_profile_photos” prefix=“img” entry_id=“5”}<br /> &nbsp; {img:url:small}<br /> {/exp:channel_images:images}<br /> {/exp:zoo_visitor:details}</p> <p>or</p> <p>{exp:zoo_visitor:details member_id=”{segment_3}”}<br /> {title}</p> <p> {exp:channel_images:images channel=“zoo_visitor” field=“member_profile_photos” prefix=“img” entry_id=”{segment_3}”}<br /> &nbsp; {img:url:small}<br /> {/exp:channel_images:images}<br /> {/exp:zoo_visitor:details}</p> <p>returns nothing. Any thoughts?</p> 2012-05-16T12:14:50-06:00 Forms do not display in list after being saved http://www.devdemon.com/forums/viewthread/1981/ http://www.devdemon.com/forums/viewthread/1981/#When:08:33:47Z <p>Hi,</p> <p>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.</p> <p>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. </p> <p>My EE version is 2.3.1 and I am not running MSM.</p> <p>Any help is appreciated.</p> <p>Thanks.</p> 2012-05-17T08:33:47-06:00 Customize Vote Form Id http://www.devdemon.com/forums/viewthread/1935/ http://www.devdemon.com/forums/viewthread/1935/#When:11:44:17Z <p>I’ve noticed the parameters for the new_vote tag are pretty slim and don’t offer much room to customize the output. </p> <p>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). </p> <p>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.</p> 2012-05-03T11:44:17-06:00 Tagger and Channel Videos http://www.devdemon.com/forums/viewthread/1979/ http://www.devdemon.com/forums/viewthread/1979/#When:14:21:11Z <p>I’m unclear on how to pull Channel Videos into the Tagger template. I’m using this code from the docs:</p> <div class="codeblock"><code><span style="color: #000000"> <span style="color: #0000BB">{exp</span><span style="color: #007700">:</span><span style="color: #0000BB">tagger</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;tag</span><span style="color: #007700">=</span><span style="color: #DD0000">"{segment_2}"&nbsp;</span><span style="color: #0000BB">custom_fields</span><span style="color: #007700">=</span><span style="color: #DD0000">"body|extended"</span><span style="color: #0000BB">}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">{tagger</span><span style="color: #007700">:</span><span style="color: #0000BB">entry_title}</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">h2</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">{tagger</span><span style="color: #007700">:</span><span style="color: #0000BB">body}</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">{tagger</span><span style="color: #007700">:</span><span style="color: #0000BB">extended}</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"/entry/{tagger:entry_url_title}"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Read&nbsp;More</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">p</span><span style="color: #007700">&gt;<br /></span><span style="color: #0000BB">{</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">tagger</span><span style="color: #007700">:</span><span style="color: #0000BB">entries}&nbsp;</span> </span> </code></div> <p>Assuming I have a Channel Video field named ‘videos’, how does this get inserted into the Tagger entries code?</p> <p>Thanks,<br /> Jack</p> 2012-05-16T14:21:11-06:00 CE rounded border support? http://www.devdemon.com/forums/viewthread/1977/ http://www.devdemon.com/forums/viewthread/1977/#When:10:47:52Z <p>Any chance of getting this in the next release?</p> <p>It’d be very handy and much appreciated.</p> 2012-05-16T10:47:52-06:00 Channel Images Safecracker not working in IE7 http://www.devdemon.com/forums/viewthread/1976/ http://www.devdemon.com/forums/viewthread/1976/#When:04:10:56Z <p>I’m using the newest version of Channel Images and EE version 2.3.0. It’s inpossible to upload images with Safecracker. I can select images and I can see the upload progress bar but the images disapears and are not being uploaded.</p> <p>When I try it in de CP from Expressionengine I don’t even see the upload button.</p> <p>The problem is only with IE7.</p> <p>Could you help me what the problem is?</p> 2012-05-16T04:10:56-06:00 Some general questions about Channel Ratings http://www.devdemon.com/forums/viewthread/1451/ http://www.devdemon.com/forums/viewthread/1451/#When:15:38:48Z <p>We’re trying to use this on a site right now and coming up with a few questions before getting too far with it:</p> <p>1. Why are there two entries for each rating in the exp_channel_ratings table?<br /> 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.<br /> 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-&gt;ajax = FALSE; and that’s it. We’re finding it tough to build what I outlined in this thread: <a href="http://www.devdemon.com/forums/viewthread/1442/">http://www.devdemon.com/forums/viewthread/1442/</a></p> <p>Thanks for any insight on this!</p> 2011-12-19T15:38:48-06:00