<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Plugin Browser &#187; Tag: A1ex - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/a1ex</link>
		<description>bbPress Plugin Browser &#187; Tag: A1ex - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 20:44:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/a1ex" rel="self" type="application/rss+xml" />

		<item>
			<title>electromechanic on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-5658</link>
			<pubDate>Thu, 08 Apr 2010 10:48:19 +0000</pubDate>
			<dc:creator>electromechanic</dc:creator>
			<guid isPermaLink="false">5658@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I think i've solved the problem. Find that codes between line 106-113 in "bb-lightbox2.php" file;</p>
<pre><code>else
  {
	$ratio = $image_width/$image_height;
	if ($tumb_width/$tumb_height &#62; $ratio) {
		$tumb_width = $tumb_height*$ratio;
	} else {
		$tumb_height = $tumb_width/$ratio;
	}</code></pre>
<p>and replace with this;</p>
<pre><code>else
  {
	$ratio = $image_width/$image_height;
	if (&#39;1&#39;&#62; $ratio) {
		$tumb_height = $tumb_width/$ratio;
	}else {
		if (&#39;1&#39;&#60; $ratio){
		$tumb_height = $tumb_width/$ratio;
		}else{
			$tumb_height = $tumb_width;
		}
	}</code></pre>
<p>That's it! ;)</p>
<p>Of course before trying, delete all files in <code>tumbs</code> folder.
</p>]]></description>
					</item>
		<item>
			<title>Coffee4cr on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-5633</link>
			<pubDate>Fri, 02 Apr 2010 05:10:27 +0000</pubDate>
			<dc:creator>Coffee4cr</dc:creator>
			<guid isPermaLink="false">5633@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I have a weird problem<br />
when there's a lot of images in a post, they keep getting smaller and smaller</p>
<p><a href="http://www.4colorrebellion.com/bbpress/topic.php?id=2#post-3" rel="nofollow">http://www.4colorrebellion.com/bbpress/topic.php?id=2#post-3</a>
</p>]]></description>
					</item>
		<item>
			<title>yayadan on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-4413</link>
			<pubDate>Sat, 22 Aug 2009 08:59:31 +0000</pubDate>
			<dc:creator>yayadan</dc:creator>
			<guid isPermaLink="false">4413@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<blockquote><p>Would it be possible to recode it so that it doesn't touch images that are below the set thumbnail size, i.e. thumbs size set to 100x100, then smilies stay as they are (no lighbox pop-up and no thumb).</p></blockquote>
<p>That will be very nice!
</p>]]></description>
					</item>
		<item>
			<title>Allstar on "User Languages"</title>
			<link>http://bbpress.org/plugins/topic/user-languages/#post-4220</link>
			<pubDate>Wed, 05 Aug 2009 20:10:52 +0000</pubDate>
			<dc:creator>Allstar</dc:creator>
			<guid isPermaLink="false">4220@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I had some problems with the plugin on the edit pages, mainly the HTML was broken as some of the PHP lines where being printed.  If its not working for you then perhaps you may need to do these to get it to work.</p>
<p>Had to replace PHP short tags.<br />
Tertiary operators needed 'echo ' in front instead of '='.<br />
(cosmetic) capitalised the 'D' in default.</p>
<p>As I say these things worked for me.
</p>]]></description>
					</item>
		<item>
			<title>_asg_ on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-3820</link>
			<pubDate>Sat, 04 Jul 2009 19:53:02 +0000</pubDate>
			<dc:creator>_asg_</dc:creator>
			<guid isPermaLink="false">3820@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi A1ex and thank you so much for your plugin.</p>
<p>Would it be possible to recode it so that it doesn't touch images that are below the set thumbnail size, i.e. thumbs size set to 100x100, then smilies stay as they are (no lighbox pop-up and no thumb). This would solve the problem with smilies and small images.</p>
<p>Thank you for your effort and time
</p>]]></description>
					</item>
		<item>
			<title>code012 on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-3288</link>
			<pubDate>Wed, 29 Apr 2009 03:51:18 +0000</pubDate>
			<dc:creator>code012</dc:creator>
			<guid isPermaLink="false">3288@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I'm having problems with the thumbnails.</p>
<p><a href="http://gamersroute.com/forum/topic.php?id=4" rel="nofollow">http://gamersroute.com/forum/topic.php?id=4</a></p>
<p>Looks like thumbnails are decreasing in size.<br />
What's happening here?</p>
<p>Thanks for any input.
</p>]]></description>
					</item>
		<item>
			<title>Shagalaga on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-3171</link>
			<pubDate>Sat, 11 Apr 2009 10:12:59 +0000</pubDate>
			<dc:creator>Shagalaga</dc:creator>
			<guid isPermaLink="false">3171@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>doesn't work well with bb-emoticons
</p>]]></description>
					</item>
		<item>
			<title>pinktofu on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-2991</link>
			<pubDate>Wed, 18 Mar 2009 07:34:58 +0000</pubDate>
			<dc:creator>pinktofu</dc:creator>
			<guid isPermaLink="false">2991@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Greg, I noticed that you still don't have it working, but as it turned out A1ex named his plugin directory as my-plugins instead of the default bb-plugins. This is what you need to do in order to fix it and have it working. I just got it working on my site flawlessly. With a few line changes, you can get your forum working like mine with the images. demo: <a href="http://pinktofupony.com/forum" rel="nofollow">http://pinktofupony.com/forum</a></p>
<p>open bb-lightbox2.php and mod the following</p>
<p>    $lightbox_2_theme_path = (dirname(__FILE__)."/Themes");<br />
    $lightbox_style = (bb_get_option('uri')."my-plugins/bb-lightbox2/Themes/".$lightbox_2_theme."/");<br />
    $lightbox_path =  bb_get_option('uri')."my-plugins/bb-lightbox2/bb-lightbox2/";</p>
<p>to reflect</p>
<p>    $lightbox_2_theme_path = (dirname(__FILE__)."/Themes");<br />
    $lightbox_style = (bb_get_option('uri')."bb-plugins/bb-lightbox2/Themes/".$lightbox_2_theme."/");<br />
    $lightbox_path =  bb_get_option('uri')."bb-plugins/bb-lightbox2/bb-lightbox2/";</p>
<p>That's it!
</p>]]></description>
					</item>
		<item>
			<title>Shagalaga on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-2787</link>
			<pubDate>Sat, 07 Feb 2009 22:36:07 +0000</pubDate>
			<dc:creator>Shagalaga</dc:creator>
			<guid isPermaLink="false">2787@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>how to exclude emoticons?
</p>]]></description>
					</item>
		<item>
			<title>gregclimbs on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-2592</link>
			<pubDate>Thu, 15 Jan 2009 17:09:19 +0000</pubDate>
			<dc:creator>gregclimbs</dc:creator>
			<guid isPermaLink="false">2592@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>thanks again - right now I am using themepress to integrate the bb theme with wp theme.</p>
<p>the themepress header.php has that php call in it.  the wp does not.  if I stick the bb call in the wp theme header, it breaks the site.</p>
<p>maybe I could just add the lightbox js load in the wp header?</p>
<p>g
</p>]]></description>
					</item>
		<item>
			<title>A1ex on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-2585</link>
			<pubDate>Wed, 14 Jan 2009 20:33:34 +0000</pubDate>
			<dc:creator>A1ex</dc:creator>
			<guid isPermaLink="false">2585@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Insert to <code>header.php</code> file of your theme the line <code>&#60;?php bb_head(); ?&#62;</code> before line <code>&#60;/head&#62;</code>.
</p>]]></description>
					</item>
		<item>
			<title>gregclimbs on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-2584</link>
			<pubDate>Wed, 14 Jan 2009 19:44:10 +0000</pubDate>
			<dc:creator>gregclimbs</dc:creator>
			<guid isPermaLink="false">2584@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks for the quick reply...</p>
<p>- doh - they existed  - in the old forum, but not in the bbpress.  I copied the old smilies (easier than replacing all the links!) and viola!  it works!...</p>
<p>Now, it does create thumbs, but on click lightbox is not functioning - it links to full size image:</p>
<p>you can see for yourself in the dev invironment:</p>
<p><a href="http://wattagetraining.com/bbpress/topic.php?id=3" rel="nofollow">http://wattagetraining.com/bbpress/topic.php?id=3</a></p>
<p>Thanks.</p>
<p>g
</p>]]></description>
					</item>
		<item>
			<title>A1ex on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/page/2/#post-2583</link>
			<pubDate>Wed, 14 Jan 2009 13:30:16 +0000</pubDate>
			<dc:creator>A1ex</dc:creator>
			<guid isPermaLink="false">2583@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I think that after converting from phpbb in posts at your forum there are links to nonexistent images (icon_lol.gif, icon_e_smile.gif, ...).</p>
<p>Though certainly the plugin should consider such case.
</p>]]></description>
					</item>
		<item>
			<title>gregclimbs on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/#post-2581</link>
			<pubDate>Wed, 14 Jan 2009 04:03:20 +0000</pubDate>
			<dc:creator>gregclimbs</dc:creator>
			<guid isPermaLink="false">2581@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks Alex... right now I have bbpress populated with an old db from phpbb3...</p>
<p>Without lightbox2 activated:</p>
<p><a href="http://wattagetraining.com/screenshots/0f82fcb78b329252b069ecb31a3b4b96.png" rel="nofollow">http://wattagetraining.com/screenshots/0f82fcb78b329252b069ecb31a3b4b96.png</a></p>
<p>with acativated:</p>
<p><a href="http://wattagetraining.com/screenshots/58ae93b73d3e745100c7ca7bb65d6544.png" rel="nofollow">http://wattagetraining.com/screenshots/58ae93b73d3e745100c7ca7bb65d6544.png</a></p>
<p>FWIW, when activated, instead of lightbox running, the full size jpg loads instead of the javascript.</p>
<p>Thanks for the troubleshooting help!</p>
<p>g
</p>]]></description>
					</item>
		<item>
			<title>A1ex on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/#post-2570</link>
			<pubDate>Mon, 12 Jan 2009 09:21:38 +0000</pubDate>
			<dc:creator>A1ex</dc:creator>
			<guid isPermaLink="false">2570@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>The sense of your problem is not completely clearly for me. Can you give me the link to your forums or explain it more particularly.
</p>]]></description>
					</item>
		<item>
			<title>gregclimbs on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/#post-2568</link>
			<pubDate>Sun, 11 Jan 2009 20:40:26 +0000</pubDate>
			<dc:creator>gregclimbs</dc:creator>
			<guid isPermaLink="false">2568@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I have tried this and if the thumbs works, it breaks the rest of the forum images.  if deactivated, the rest of the forum images work, but then no thumbs... :/</p>
<p>g
</p>]]></description>
					</item>
		<item>
			<title>A1ex on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/#post-2123</link>
			<pubDate>Sun, 26 Oct 2008 07:06:12 +0000</pubDate>
			<dc:creator>A1ex</dc:creator>
			<guid isPermaLink="false">2123@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Done :)
</p>]]></description>
					</item>
		<item>
			<title>A1ex on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/#post-2122</link>
			<pubDate>Sat, 25 Oct 2008 15:33:31 +0000</pubDate>
			<dc:creator>A1ex</dc:creator>
			<guid isPermaLink="false">2122@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>OK. I'll tried solve this problem.
</p>]]></description>
					</item>
		<item>
			<title>Grenoli-dk on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/#post-2111</link>
			<pubDate>Thu, 23 Oct 2008 14:28:30 +0000</pubDate>
			<dc:creator>Grenoli-dk</dc:creator>
			<guid isPermaLink="false">2111@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi. I like the plugin a lot. But I have another problem. I am running a board where the users post a lot of images - and a lot of them is wallpaper-size (800-1200px wide). This causes the board to look terrible.</p>
<p>At first I thought that Lightbox was perfect to prevent this. I have changed the thumb-width to 500 in bb-lightbox2.php</p>
<p>$tumb_width  = 100;<br />
$tumb_height = 100;</p>
<p>This makes huge images fit into the board - so far so good.</p>
<p>Now my problem is the images that is below 500px wide. Cause now they are being scaled up.<br />
I am using the plugin BB-smilies and 500px pixelated smilies looks pretty lame. </p>
<p>Is there some way to only resize images that is wider than 500 px?
</p>]]></description>
					</item>
		<item>
			<title>macgeekco on "bb-Lightbox2"</title>
			<link>http://bbpress.org/plugins/topic/bb-lightbox2/#post-1889</link>
			<pubDate>Fri, 05 Sep 2008 10:43:27 +0000</pubDate>
			<dc:creator>macgeekco</dc:creator>
			<guid isPermaLink="false">1889@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi<br />
i'm very happy with this plug but i've got one problem.<br />
When it creates the tumbs, there is a black background ! How can i make it transparent ?<br />
Thanks
</p>]]></description>
					</item>

	</channel>
</rss>

