<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>dfa</title>
  <link>http://dfaddons.com/</link>
  <description>dfaddons</description>
  <language>en-us</language>
  <pubDate>Mon, 05 Jul 2010 16:23:09 GMT</pubDate>
  <ttl>1440</ttl>
  <generator>CPG-Nuke Dragonfly</generator>
  <copyright>dfa</copyright>
  <category></category>
  <docs>http://backend.userland.com/rss</docs>
  <image>
    <url>http://dfaddons.com/images/dfaddons.png</url>
    <title>dfa</title>
    <link>http://dfaddons.com/</link>
  </image>

<item>
  <title>Preview Forum Topic and Private Messages tool tip pop up!</title>
  <link>http://dfaddons.com/ForumsPro/viewtopic/p=139.html#139</link>
  <description>Private Message Completed, attached file, this one is incompatible with accounts plus at this time and is only for the preview PM Inbox on icon hovered over.

A Special Thanks goes out to Kendle @ cmsdreams.co.uk for providing this extension! and making it available at no cost!</description>
  <pubDate>Mon, 05 Jul 2010 16:23:09 GMT</pubDate>
  <guid>http://dfaddons.com/ForumsPro/viewtopic/p=139.html#139</guid>
</item><item>
  <title>Preview Forum Topic and Private Messages tool tip pop up!</title>
  <link>http://dfaddons.com/ForumsPro/viewtopic/p=96.html#96</link>
  <description>Place holder for bits and pieces for now!

Here is portion from forums center block module index.php that you can demo here in the forums details center block, by hovering over the thread and get last post info!



    Quote::

        if($settings01[&#039;ShowPreview&#039;] &amp;amp;&amp;amp; (eregi($forum_id, $MFF_Auth[$board_name]) || !$fauth_read || is_admin())) {
    	$ppost_text = preg_replace(&#039;/[\n\r]/is&#039;, &#039; &#039;, $post_text); $previewimga = &#039;&#039;;
        if($settings01[&#039;ShowPreviewPics&#039;] == 1) {
			$id01 = substr_count($ppost_text,&#039;[img]&#039;); $id02 = 0;
			while ($id02 &amp;lt; $id01) {
				$id02++;
				$imgpos01 = strpos($ppost_text,&#039;[img]&#039;);
				$imgpos02 = strpos($ppost_text,&#039;[/img]&#039;) + 6;
				$previewimg[$id02] = substr($ppost_text,$imgpos01,$imgpos02);
				$patterns[] = &quot;#\[img\]([\w]+(://|\.|/)[^ (\&quot;\n\r\t&amp;lt;]*?)\[/img\]#si&quot;;
				$replacements[] = &quot;&amp;lt;img src=\&quot;\\1\&quot; border=\&quot;0\&quot; width=\&quot;100\&quot; align=\&quot;left\&quot; alt=\&quot;\&quot; /&amp;gt;&quot;;
				$previewimg[$id02] = preg_replace($patterns, $replacements, $previewimg[$id02]);
				$replacements1[] = &quot;&quot;;
				$ppost_text = preg_replace($patterns,$replacements1,$ppost_text);
				$previewimga .= $previewimg[$id02];
			}
		}
        $ppost_text = preg_replace(&#039;/\[quot+[\S]+[\]]+[\S\s]+\[\/quote\]/&#039;, &#039;&#039;, $ppost_text);
		$ppost_text = preg_replace( &#039;!(\[\/?(quote|php|right|left|email|html|font|size|list|url|code|color|center|img|ind  ent|i|u|b).*\])!Uis&#039;, &#039;&#039;, $ppost_text); 
        $ppost_text = preg_replace(&#039;/(http|ftp)+(?:s)?:(\\/\\/)((\\w|\\.)+)(\\/)?(\\S){0,}/i&#039;, &#039;&#039;,$ppost_text);
        $ppost_text = preg_replace(&#039;/(?&amp;lt;!href=\&quot;)(http|ftp)+(s)?:(\\/\\/)((\\w|\\.)+) (\\/)?(\\S)/i&#039;,&#039;&#039;, $ppost_text);
        $ppost_text = preg_replace(&quot;#\[(.*?)]#si&quot;, &#039;&#039;, $ppost_text);
		$ppost_text = wordwrap($ppost_text, 27, &#039; &#039;, 1);
        if($settings01[&#039;WordCensoring&#039;]) {$ppost_text = str_replace(&#039;\&quot;&#039;, &#039;&quot;&#039;, substr(preg_replace(&#039;#(\&amp;gt;(((?&amp;gt;([^&amp;gt;&amp;lt;]+|(?R)))*)\&amp;lt;))#se&#039;, &quot;preg_replace(\$orig_word, \$replacement_word, &#039;\\0&#039;)&quot;, &#039;&amp;gt;&#039; . $ppost_text . &#039;&amp;lt;&#039;), 1, -1));}
        if($settings01[&#039;ShowPreviewSigns&#039;] != &#039;OFF&#039;) {$ppost_text = substr($ppost_text, 0, $settings01[&#039;ShowPreviewSigns&#039;]);}
		if($settings01[&#039;ShowPreviewSmilies&#039;]) {$ppost_text = set_smilies($ppost_text);}
		$ppost_text .= $previewimga;
		$content .= &#039;&amp;lt;script type=&quot;text/javascript&quot; language=&quot;JavaScript&quot;&amp;gt;&amp;lt;!--&#039;.&quot;
					maketip(&#039;pposter&quot;.$topic_last_post_id.&quot;&#039;,&#039;&amp;lt;b&amp;gt;&quot;.$FCBlang[&#039;Preview&#039;].&quot;:&amp;lt;/b&amp;gt; &amp;lt;i&amp;gt;&quot;.addslashes($topic_title1).&quot;&amp;lt;/i&amp;gt;&#039;,&#039;&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;&quot;.$pposter_name.&quot;&amp;lt;/i&amp;gt;:&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;table border=\&quot;0\&quot; cellpadding=\&quot;0\&quot; cellspacing=\&quot;0\&quot; width=\&quot;100%\&quot; class=\&quot;row1\&quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td align=\&#039;left\&#039;&amp;gt;&quot;.addslashes($ppost_text).&quot; ...&amp;lt;/td&amp;gt;&quot;.$ClTbl.&quot;&#039;);
					&quot;.&#039;// --&amp;gt;&amp;lt;/script&amp;gt;&#039;;
        $ppreview = &#039;&#039;.show_tooltip(&#039;pposter&#039;.$topic_last_post_id.&#039;&#039;)    .&#039;&#039;;
	} else {$ppreview = &#039;&#039;;}</description>
  <pubDate>Wed, 30 Jun 2010 22:18:39 GMT</pubDate>
  <guid>http://dfaddons.com/ForumsPro/viewtopic/p=96.html#96</guid>
</item><item>
  <title>Adding jQuery functionality for DF modules by Kendle</title>
  <link>http://dfaddons.com/ForumsPro/viewtopic/p=91.html#91</link>
  <description>hear that, getting ready to take a closer look!</description>
  <pubDate>Tue, 29 Jun 2010 01:24:36 GMT</pubDate>
  <guid>http://dfaddons.com/ForumsPro/viewtopic/p=91.html#91</guid>
</item></channel>
</rss>