<rss version="2.0">
		<channel>
			<title>Plogger Support Forum - add to favorites (lightbox) feature</title>
			<lastBuildDate>Thu, 16 Apr 2026 05:43:51 +0000</lastBuildDate>
			<link>http://www.plogger.org/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>add to favorites (lightbox) feature</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1548#Comment_1548</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1548#Comment_1548</guid>
		<pubDate>Fri, 16 Dec 2005 11:32:23 +0000</pubDate>
		<author>nsdesign</author>
		<description>
			<![CDATA[Can anyone think how plogger could be modified to allow users to build up their own &quot;albums&quot; by adding images to a &quot;favorites&quot; list.. <br /><br />Would be a great addition...  and really offer something extra to the user...<br /><br />Thanks in advance...]]>
		</description>
	</item>
	<item>
		<title>add to favorites (lightbox) feature</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1552#Comment_1552</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1552#Comment_1552</guid>
		<pubDate>Fri, 16 Dec 2005 15:08:29 +0000</pubDate>
		<author>ddejong</author>
		<description>
			<![CDATA[Plogger does not yet have a user system for non-administrative users. This means that without creating a user system this isn't yet viable. However, Beta 3 will likely have multiple users (though all administrative) but converting this to allow such functionality would be much easier.<br /><br />Regards,<br />Derek]]>
		</description>
	</item>
	<item>
		<title>add to favorites (lightbox) feature</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1561#Comment_1561</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1561#Comment_1561</guid>
		<pubDate>Fri, 16 Dec 2005 20:04:27 +0000</pubDate>
		<author>nsdesign</author>
		<description>
			<![CDATA[Would anyone be prepared to write an add-on to do something like this?..  I have a very small budget!!<br /><br />Perhaps something like - an option on the &quot;view image&quot; page to &quot;add to my gallery&quot;...  when clicked, this stores the image id in a cookie.  User continues to browse, adding images to the cookie.<br /><br />Then - at any time - they can click the &quot;view my saved images&quot; link, which reads the cookie, loops through the id's and shows the images...<br /><br />Shouldn't be too hard would it - and an excellent (allbeit simple) add-on..<br /><br />Any takers?..<br />Let me know the cost!<br /><br />Thanks]]>
		</description>
	</item>
	<item>
		<title>add to favorites (lightbox) feature</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1562#Comment_1562</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1562#Comment_1562</guid>
		<pubDate>Fri, 16 Dec 2005 21:27:54 +0000</pubDate>
		<author>ddejong</author>
		<description>
			<![CDATA[I would suggest you start here:<br />http://www.zend.com/zend/tut/authentication.php<br /><br />It wouldn't be hard, but would be a lot of work.<br /><br />Cheers,<br />Derek]]>
		</description>
	</item>
	<item>
		<title>add to favorites (lightbox) feature</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1565#Comment_1565</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1565#Comment_1565</guid>
		<pubDate>Sat, 17 Dec 2005 13:01:11 +0000</pubDate>
		<author>nsdesign</author>
		<description>
			<![CDATA[To be honest Derek, I think the user authentication route is actually too much overkill..  I still think a simple function to add the ids to a cookie, and a page that reads the cookie and displays the relevant images... <br /><br />I'll try and have a go at this when I get more time, but the offer to pay someone still stands!! ;)]]>
		</description>
	</item>
	<item>
		<title>add to favorites (lightbox) feature</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1567#Comment_1567</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1567#Comment_1567</guid>
		<pubDate>Sat, 17 Dec 2005 15:15:16 +0000</pubDate>
		<author>ddejong</author>
		<description>
			<![CDATA[Well, the only way to reliably attribute the list to the appropriate person is a user auth system. A cookie is insufficient for those who use more than one computer (I use 3) or share a computer (think University campus).<br /><br />Good luck, nonetheless, it is a great feature.<br /><br />Regards,<br />Derek]]>
		</description>
	</item>
	<item>
		<title>add to favorites (lightbox) feature</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1598#Comment_1598</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=304&amp;Focus=1598#Comment_1598</guid>
		<pubDate>Tue, 20 Dec 2005 06:29:35 +0000</pubDate>
		<author>nsdesign</author>
		<description>
			<![CDATA[OK - I made a half decent effort on this... and I have what I think is a nice little add-on...<br /><br />Ive created a new file &quot;mygallery.php&quot; and made a slight change to the index.php file.  These 2 files can be downloaded from http://www.nsdesign.co.uk/mygallery.zip<br /><br />Now all you need to do, is make a call to mygallery.php from the &quot;view image&quot; section of the gallery.php file...  eg: <br /><br />&lt;a href=&quot;./index.php?myimageid='.$id.'&amp;level=mygallery&quot;&gt;Add to My Gallery&lt;/a&gt;<br /><br />I'd also reccommend adding a &quot;Jump to &gt; My Gallery&quot; in the pulldown...  eg:<br /><br />&lt;option value=&quot;#&quot;&gt;Jump to...&lt;/option&gt;<br />&lt;option value=&quot;./index.php?level=mygallery&quot;&gt;My Gallery&lt;/option&gt;<br /><br /><br />Hope this helps anyone....  The whole thing is based on cookies, and for my needs - works perfectly.<br /><br />Note that the &quot;mygallery.php&quot; script is very &quot;bloated&quot; - and lots of code could probably b removed from it...  Hovere - it works, so I'm happy!!!<br /><br />Cheers<br />Gary]]>
		</description>
	</item>
	
		</channel>
	</rss>