<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — PunBB 1.3 additions]]></title>
		<link>https://punbb.informer.com/forums/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/forum/69/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at PunBB Forums.]]></description>
		<lastBuildDate>Fri, 17 May 2013 19:43:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[ad new message icon in custom page]]></title>
			<link>https://punbb.informer.com/forums/topic/26107/ad-new-message-icon-in-custom-page/new/posts/</link>
			<description><![CDATA[<p>hello</p><p>I´m building a custom page around punbb...<br />I have manage to ad custom login on the first page.</p><p>But i whant to add that when some one is sending a PM i whant to se it in the custom page.<br />Not in the Punbb site.</p>]]></description>
			<author><![CDATA[null@example.com (niklas_u_f)]]></author>
			<pubDate>Fri, 17 May 2013 19:43:54 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/26107/ad-new-message-icon-in-custom-page/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[When I upload a new theme, how do I choose it?]]></title>
			<link>https://punbb.informer.com/forums/topic/25740/when-i-upload-a-new-theme-how-do-i-choose-it/new/posts/</link>
			<description><![CDATA[<p>I want to use Hydrogen v2 Uploaded here by a pretty cool person. I&#039;m an new user to punBB as is obvious since I&#039;m yet changing from default theme, so please be helpful and go easy on me.</p><p>I want to know how I install this theme, I&#039;m not sure, is this right:</p><p>UPDATE: So far I uploaded the unzipped contents individually to the folder ( don&#039;t ask) and I selected hydrogen from the drop down in settings and saved. But no changes, do I need to clear my cache?</p><p>I have some other questions too, though I won&#039;t go on about them, will post them here, if anyone can help PM me <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>1. How do I edit the landing and other pages to have my logo, change the font in the header and external link to my website since the forum is on a subdomain, please help a lost soul find the way! <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>Regards<br />kenshi64</p>]]></description>
			<author><![CDATA[null@example.com (kenshi64)]]></author>
			<pubDate>Wed, 16 Jan 2013 13:08:05 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/25740/when-i-upload-a-new-theme-how-do-i-choose-it/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Can comments be added to forum at global level by admin]]></title>
			<link>https://punbb.informer.com/forums/topic/25465/can-comments-be-added-to-forum-at-global-level-by-admin/new/posts/</link>
			<description><![CDATA[<p>I want to display a comment at the top of forum or forum category. How do I achieve this?</p>]]></description>
			<author><![CDATA[null@example.com (anita)]]></author>
			<pubDate>Thu, 13 Sep 2012 20:55:35 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/25465/can-comments-be-added-to-forum-at-global-level-by-admin/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[advertisement after posts - modification]]></title>
			<link>https://punbb.informer.com/forums/topic/25382/advertisement-after-posts-modification/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>I want to add advertisement after 1 post and 4 post in my punbb 1.3.2<br />Where can I find this modification/additions?</p><p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (ert4)]]></author>
			<pubDate>Fri, 10 Aug 2012 05:48:32 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/25382/advertisement-after-posts-modification/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Why does SpinkBB code does not work?]]></title>
			<link>https://punbb.informer.com/forums/topic/25076/why-does-spinkbb-code-does-not-work/new/posts/</link>
			<description><![CDATA[<p>Hi everbody.<br />I want that oxygen style index page is more compact with smaller blocks and &quot;Yesterday 23:47by memberx&quot; fonts.<br />So I used SpinkBB for 1.3xx. I got this:<br /><a href="http://spinkbb.jsand.net/punbb/?spkEn?spkPw=3c3ddc243bc5b596a12f8ee0ab8bc4de">http://spinkbb.jsand.net/punbb/?spkEn?s … e0ab8bc4de</a></p><p>But code does not have any effect. Look, I added it to end of Oxygen_cs.css, but no use.</p><br /><div class="codebox"><pre><code>/* General colour scheme
----------------------------------------------------------------*/

body {
    background: #fff;
    color: #333;
    }

.brd a:link, .brd a:visited {
    color: #00579C;
    }

.brd p.feed a:link, .brd p.feed a:visited {
    color: #DDDDDD;
    }

.brd a:hover, .brd a:active, .brd a:focus,
.brd p.feed a:hover, .brd p.feed a:active, .brd p.feed a:focus {
    color: #b42000;
    text-decoration: none;
    }

.brd .main-pagepost a:link, .brd .crumbs a:link,
.brd .main-pagepost a:visited, .brd .crumbs a:visited {
    text-decoration: none;
    }

.brd .main-pagepost a:hover, .brd .crumbs a:hover,
.brd .main-pagepost a:active, .brd .crumbs a:active,
.brd .main-pagepost a:focus, .brd .crumbs a:focus {
    text-decoration: underline;
    }

.brd .gen-content, .brd .main-content {
    background: #fbfbfb;
    border-color: #DFE6ED;
    border-bottom-color: #CBD1D8;
    }

.brd .main-pagepost {
    background: #fff;
    border-color: #DDE4EB;
    }

.brd .crumbs {
    background: #fff;
    border-color: #fff;
    }


.brd .main-item, .brd .main-item li, .brd .main-item div, .brd td {
    border-color: #DDE4EB;
    }

.brd .main-item li.info-posts,
.brd .main-item li.info-replies,
.brd .main-item li.info-views,
.brd .main-item li.info-topics {
    }

.brd .main-content .main-item .item-nav {
    color: #888;
    }

.brd .main-content .sticky {
    background: #F2F4FA;
    }

.brd .main-content .main-item .hn .item-status em.sticky ,
.brd .main-content .main-item .hn .item-status em.closed{
    color: #314B60;
    font-weight: bold;
    }

.brd .main-content .main-item .hn .item-status em.moved {
    color: #666;
    }

.brd .post * {
    border-color: #DDE4EB
    }

.brd .post {
    border-color: #DDE4EB;
    border-top-color: #fff;
    border-bottom-color: #ccc;
    }

#topic-review .firstpost, .brd .singlepost {
    border-top-color: #DDE4EB;
    border-bottom-color: #DDE4EB;
    }

.brd .post {
    background: #EDF1F5;
    }

.brd .posthead, .brd .postbody, .brd .post-options {
    background: #f9f9f9;
    }

.brd .posthead .hn {
    background: #F1F1F1;
    }

.brd .posthead .post-title small {
    color: #999;
    }

.brd .online .userstatus span {
    border-color: #517CA1;
    }

.brd .ct-box, .brd .ct-set, .brd .ct-group, .brd .frm-group {
    border-color: #DBE0E4;
    }

.brd .admin-page .ct-box {
    background: #FEFFE6;
    }

.brd .admin-page .ct-set .ct-box, .brd .report {
    background: #F4F9FD;
    }

.brd .admin-page .warn-set .warn-box {
    background: #FEFFE6;
    }

.brd .main-frm .ct-group, .brd #brd-announcement {
    background: #F4F9FD;
    }

.brd .main-content .info-box {
    background: #FFFFE1;
    }

.brd .main-extensions .extension, .brd .main-hotfixes .hotfix {
    background: #F4F9FD;
    }

.brd .main-extensions .disabled, .brd .main-hotfixes .disabled {
    background: #FFFFE1;
    }

.brd .warn-group, .brd .warn-set, .brd .warn-box, .brd .error-box, .brd #admin-alerts {
    background: #FEFFE6;
    border-color: #F4EBCE;
    }

.brd .warn-group, .brd .warn-set, .brd .warn-box, .brd .error-box {
    border-color: #E6D190;
    }

.brd ul.info-list li,
.brd ul.error-list li {
    color: #6A97BF;
    }

.brd ul.info-list li span,
.brd ul.error-list li span {
    color: #666;
    }

.brd ul li strong {
    color: #333;
    }

.brd .user-box {
    background: #F4F9FD;
    }
.brd .ct-box .hn, .brd .ct-box .sig-demo {
    border-color: #DBE0E4;
    color: #1F537B;
    }

.brd .error-box .hn {
    color: #333;
    }

.brd .help-box {
    background: #f4f4f4;
    }

.brd .frm-buttons, .brd .extension .options, .brd .hotfix .options {
    border-color: #DBE0E4;
    }

.brd .checklist {
    background: #fff;
    border-color: #ccc;
    }

.brd label, .brd .aslabel, .brd .mf-set legend, .brd .ct-legend * {
    color: #357;
    }

.brd .paging * {
    border-color: #dedfdf;
    }


.brd .required label em, .brd #req-msg em, .brd .warn strong, .brd .important strong {
    color: #b42000;
    }

.brd .entry-content .quotebox, .brd .entry-content .codebox {
    background: #fff;
    border-color: #ddd;
    }

#brd-announcement .userbox {
    background: #F4F9FD none repeat scroll 0 0;
    }

.brd .main-content .main-item .hn .posted-mark {
    color: #99C;
    }

/* Menus
----------------------------------------------------------------*/

#brd-navlinks {
    background: #113C5E;
    border-color: #113C5E;
    color: #ddd;
    }

#brd-navlinks a:link, #brd-navlinks a:visited {
    color: #ddd;
    }

#brd-navlinks a:hover, #brd-navlinks a:active, #brd-navlinks a:focus {
    color: #fff;
    text-decoration: underline;
    }

.brd .main-options, .brd .main-options span {
    background: #DDE4EB;
    }

.brd .main-menu, .brd .admin-menu {
    background: #1F537B;
    }

.brd .admin-submenu {
    background: #E4E4EC;
    border-color: #DFE6ED;
    }

.brd .main-menu a:link,
.brd .main-menu a:visited,
.brd .admin-menu a:link,
.brd .admin-menu a:visited {
    color: #ddd;
    text-decoration: none;
    }

.brd .main-menu a:hover,
.brd .main-menu a:active,
.brd .main-menu a:focus,
.brd .admin-menu a:hover,
.brd .admin-menu a:active,
.brd .admin-menu a:focus {
    text-decoration: underline;
    color: #fff;
    }

.brd .main-menu li.active a:hover,
.brd .main-menu li.active a:active,
.brd .main-menu li.active a:focus,
.brd .main-menu li.active a:visited,
.brd .admin-menu li.active a:hover,
.brd .admin-menu li.active a:active,
.brd .admin-menu li.active a:focus,
.brd .admin-menu li.active a:visited {
    text-decoration: none;
    }

.brd .admin-submenu li.active a {
    text-decoration: none;
    }

.brd .main-menu li.active a {
    color: #fff;
    }

.brd .admin-menu li.active a {
    color: #eef;
    }

#brd-admod #alert a {
    color: yellow;
    }

/* Logo and Headings
----------------------------------------------------------------*/

#brd-head {
    background: #296FA5;
    color: #ddd;
    border-color: #296FA5;
    }

#brd-head a, #brd-head a:link, #brd-head a:visited {
    color: #fff;
    }

.brd .main-head, .brd .main-foot {
    background: #1F537B;
    color: #ddd;
    border-color: #1f537b;
    }

.brd #brd-announcement h1 {
    border-color: #BBBBBB;
    }

.brd .main-subhead {
    border-color: #DFE6ED #DFE6ED #CBD1D8 #DFE6ED;
    background: #F4F4F4;
    }

.brd .column-title {
    border-color: #F4F4F4 #F4F4F4 #CBD1D8 #F4F4F4;
    background: #F4F4F4;
    }

.brd .content-head {

    }

.brd th {
    background: #EAEEF5;
    border-bottom-color: #fff;
    border-top-color: #ddd;
    }

.brd .group-head {
    background: #EDF1F5;
    border-color: #DBE0E4;
    }

.brd .content-head .hn {
    border-color: #DBE0E4;
    color: #666;
    }

.brd .main-head a:link, .brd .main-head a:visited,
.brd .main-foot .options a:link, .brd .main-foot .options a:visited {
    color: #ccc;
    }

.brd .main-head a:hover, .brd .main-head a:active, .brd .main-head a:focus,
.brd .main-foot .options a:hover, .brd .main-foot .options a:active, .brd .main-foot .options a:focus {
    color: #fff;
    }

.brd th {
    background: #F4F4F4;
    }

.brd .main-frm .ct-group td{
    background: #FBFBFB;
    }


/* Status indicators
----------------------------------------------------------------*/

.brd .main-content .main-item .icon {
    border-color: #EDF1F5 #DDE0E4 #C6CBD3 #BABFC6
    }

.brd .main-content .redirect .icon {
    border-color: #f4f4f4 #f4f4f4 #f4f4f4 #f4f4f4
    }

.brd .main-content .sticky .icon {
    border-color: #D7E5F3 #C3CFDC #9FB3C7 #90A2B4
    }

.brd .main-content .closed .icon {
    border-color: #ACACAC #979797 #898989 #7A7A7A
    }

.brd .main-content .sticky .closed {
    border-color: #D7E5F3 #C3CFDC #898989 #7A7A7A
    }

.brd .main-content .new .icon {
    border-color: #2B75AD #235E8C #1F537B #266799
    }


/* Multi Checkbox Widget
-------------------------------------------------------------*/

.brd .checklist .checklist-item label:hover {
    background: #EDF1F5;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    /******** SPINKER ********/
/* Generated on http://spinkbb.jsand.net/punbb
/* To change your style, import this Spinker in SpinkBB
*/

BODY DIV#brd-wrap DIV.brd-page DIV#brd-main DIV#category1 DIV#forum1 DIV.item-subject P {
    font-size: 9px;
    margin-top: -5px;
    margin-bottom: -5px;
}

BODY DIV#brd-wrap DIV.brd-page DIV#brd-main DIV#category1 DIV#forum1 UL.item-info LI.info-lastpost STRONG A {
    font-size: 10px;
}

BODY DIV#brd-wrap DIV.brd-page DIV#brd-main DIV#category1 DIV#forum1 UL.item-info LI.info-lastpost CITE {
    margin-top: -5px;
    font-size: 10px;
}

BODY DIV#brd-wrap DIV.brd-page DIV#brd-main DIV#category1 DIV#forum1 {
    margin-top: -5px;
    margin-bottom: -12px;
}

BODY DIV#brd-wrap DIV.brd-page {
    margin-top: 0;
    margin-bottom: 0;
}

BODY DIV#brd-wrap DIV.brd-page DIV#brd-main DIV#category1 DIV#forum1 DIV.item-subject H3.hn,
BODY DIV#brd-wrap DIV.brd-page DIV#brd-main DIV#category1 DIV#forum1 UL.item-info LI.info-lastpost {
    margin-top: -5px;
}

/******** END SPINKER ********/</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Ahmed)]]></author>
			<pubDate>Mon, 02 Apr 2012 23:25:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/25076/why-does-spinkbb-code-does-not-work/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[stop forum spammer signups]]></title>
			<link>https://punbb.informer.com/forums/topic/24542/stop-forum-spammer-signups/new/posts/</link>
			<description><![CDATA[<p>Hopefully I&#039;m posting this in the right place and that it helps someone!</p><p>This addition to your signup page uses the stoparticlespam site for blocking previously reported (387K) spammer signups. It sends the signups ip, email and username for checking and if any are found, returns a &quot;Yes&quot; so you can send them to a custom denied page or wherever you wish. </p><p>Open register.php and find this code:</p><div class="codebox"><pre><code>if (empty($errors))
    {
        $username = forum_trim($_POST[&#039;req_username&#039;]);
        $email1 = strtolower(forum_trim($_POST[&#039;req_email1&#039;]));</code></pre></div><p>Right under the $email1 line, copy/paste this code:</p><div class="codebox"><pre><code>//////////////////////////////////////////////////////////////////////////////////////////////
// stoparticlespam code start

        $ip_check = &quot;&quot;;
        $ip_check = $_SERVER[&#039;REMOTE_ADDR&#039;];
        
    $SAS_url = &quot;&quot;;
    $SAS_url = &quot;http://www.stoparticlespam.info/api.php&quot;;
   
// CHECK STOPARTICLESPAM FOR SPAMMER  
 
  $wrap = ini_get(&#039;allow_url_fopen&#039;);
     if(function_exists(&#039;file_get_contents&#039;) &amp;&amp; $wrap == &#039;1&#039;)
      {
       $Contents = @file_get_contents($SAS_url.&#039;?email=&#039;.urlencode($email1).&#039;&amp;ip=&#039;.urlencode($ip_check).&#039;&amp;username=&#039;.urlencode($username));
        if(!empty($Contents) &amp;&amp; $Contents == &#039;Yes&#039;)
         {
   // Your custom message
       header(&#039;HTTP/1.1 400 Bad Request&#039;);
        die(&quot;&lt;br&gt;&lt;br&gt;&lt;h3 style=&#039;color:red;text-align:center;&#039;&gt;Sorry, but you have been listed for spamming at stoparticlespam.&lt;/h3&gt;&lt;p style=&#039;text-align:center;&#039;&gt;If you feel this is an error, please contact us!&lt;/p&gt;&quot;);
       }
     }else{
    // file_get_contents won&#039;t work so we&#039;ll try cURL instead!
    if(function_exists(&#039;curl_init&#039;))
     {
      $ch = curl_init();
      $timeout = 6; // set to zero for no timeout
      curl_setopt ($ch, CURLOPT_URL, $SAS_url);
      curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
      curl_setopt($ch, CURLOPT_POST, 1);
      curl_setopt($ch, CURLOPT_POSTFIELDS, &#039;?email=&#039;.urlencode($email1).&#039;&amp;ip=&#039;.urlencode($ip_check).&#039;&amp;username=&#039;.urlencode($username));
      curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
      $Contents = curl_exec($ch);
      curl_close($ch); 
      if(!empty($Contents) &amp;&amp; $Contents == &#039;Yes&#039;)
      {
   ///// A &#039;Yes&#039; was returned by stoparticlespam, which means one of the submitted variables was found in their database!
  
// Your custom message
       header(&#039;HTTP/1.1 400 Bad Request&#039;);
        die(&quot;&lt;br&gt;&lt;br&gt;&lt;h3 style=&#039;color:red;text-align:center;&#039;&gt;Sorry, but you have been listed for spamming at stoparticlespam.&lt;/h3&gt;&lt;p style=&#039;text-align:center;&#039;&gt;If you feel this is an error, please contact us!&lt;/p&gt;&quot;);
    }
   }
  }

// end stoprarticlespam code

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////        </code></pre></div><p>The code above will try using file_get_contents and if it&#039;s not enabled, try checking with cURL instead.&nbsp; The </p><div class="codebox"><pre><code>// Your custom message
       header(&#039;HTTP/1.1 400 Bad Request&#039;);
        die(&quot;&lt;br&gt;&lt;br&gt;&lt;h3 style=&#039;color:red;text-align:center;&#039;&gt;Sorry, but you have been listed for spamming at stoparticlespam.&lt;/h3&gt;&lt;p style=&#039;text-align:center;&#039;&gt;If you feel this is an error, please contact us!&lt;/p&gt;&quot;);</code></pre></div><p>part is what sends the denied person to wherever you wish them to go or see if denied.&nbsp; You can also change that part to send them to a custom page if you wish.</p><br /><p>best,</p><p>Jan</p>]]></description>
			<author><![CDATA[null@example.com (JanMichaels)]]></author>
			<pubDate>Thu, 20 Oct 2011 06:37:21 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/24542/stop-forum-spammer-signups/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[[Release] 1.3.x Themes (1.4RC Template)]]></title>
			<link>https://punbb.informer.com/forums/topic/24527/release-13x-themes-14rc-template/new/posts/</link>
			<description><![CDATA[<p>Decided to change colours on Oxygen. Hate it. Why there is no real theme development on PunBB is beyond me <img src="https://punbb.informer.com/forums/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>Anyway, revamped a few themes using 1.4RC candidate. They work fine in both 1.3 and 1.4</p><p>Cobalt<br /><span class="postimg"><img src="http://img703.imageshack.us/img703/8172/cobalt.png" alt="http://img703.imageshack.us/img703/8172/cobalt.png" /></span></p><p>Mercury4<br /><span class="postimg"><img src="http://img256.imageshack.us/img256/7239/merc4.png" alt="http://img256.imageshack.us/img256/7239/merc4.png" /></span></p><p>PinkPwn<br /><span class="postimg"><img src="http://i.imgur.com/aHzlb.png" alt="http://i.imgur.com/aHzlb.png" /></span></p><p>Lithium<br /><span class="postimg"><img src="http://i.imgur.com/tErta.png" alt="http://i.imgur.com/tErta.png" /></span></p><p><a href="http://techthat.info/aforum/style/Cobalt.zip">http://techthat.info/aforum/style/Cobalt.zip</a><br /><a href="http://techthat.info/aforum/style/Mercury4.zip">http://techthat.info/aforum/style/Mercury4.zip</a><br /><a href="http://techthat.info/aforum/style/PinkPwn.zip">http://techthat.info/aforum/style/PinkPwn.zip</a><br /><a href="http://techthat.info/aforum/style/Lithium.zip">http://techthat.info/aforum/style/Lithium.zip</a></p>]]></description>
			<author><![CDATA[null@example.com (Switched On)]]></author>
			<pubDate>Wed, 12 Oct 2011 17:42:03 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/24527/release-13x-themes-14rc-template/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Oxygen Style problem on IE]]></title>
			<link>https://punbb.informer.com/forums/topic/24461/oxygen-style-problem-on-ie/new/posts/</link>
			<description><![CDATA[<p>Hi!</p><p>I have a punbb forum running with the default Oxygen style.</p><p>In Firefox and Safari it looks ok... but not in IE...</p><p>I attach two screenshots:</p><p>IE screenshot: <a href="http://localhostr.com/file/Bkcw8T1/FERROR01.jpg">http://localhostr.com/file/Bkcw8T1/FERROR01.jpg</a></p><p>Firefox screenshot: <a href="http://localhostr.com/file/lFElQ5k/FOK01.jpg">http://localhostr.com/file/lFElQ5k/FOK01.jpg</a></p><p>Thanks in advance forhelp.</p><p> <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (fresonpower)]]></author>
			<pubDate>Thu, 22 Sep 2011 11:02:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/24461/oxygen-style-problem-on-ie/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[[Release]Link go to top for fopics]]></title>
			<link>https://punbb.informer.com/forums/topic/24439/releaselink-go-to-top-for-fopics/new/posts/</link>
			<description><![CDATA[<p>Hello community </p><p>I`ve been searching and looking for new features as a result a discovered the way to link with the top of the forum .<br />Here is the file , you have to put it in your style folder</p><p><span class="postimg"><img src="http://i54.tinypic.com/260am8h.png" alt="http://i54.tinypic.com/260am8h.png" /></span></p><p><strong>DOWNLOAD</strong> --&gt; <a href="http://www.mediafire.com/?t662c5h1h10730d">http://www.mediafire.com/?t662c5h1h10730d</a></p><p>Thanks , if you have any question ask</p>]]></description>
			<author><![CDATA[null@example.com (lucatony)]]></author>
			<pubDate>Tue, 20 Sep 2011 11:09:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/24439/releaselink-go-to-top-for-fopics/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[top poster]]></title>
			<link>https://punbb.informer.com/forums/topic/24428/top-poster/new/posts/</link>
			<description><![CDATA[<p>hi guys i am a big fun of punbb and i used it on my forum..<br />I have a problem i want to show the &quot;top poster&quot; and &quot;top poster of the week&quot; on my forum, but, i dont know how to do that, can you please help me how?..<br />..or can you make ma an extension that has that feature?<br />thanks..</p>]]></description>
			<author><![CDATA[null@example.com (nightkizzer05)]]></author>
			<pubDate>Sat, 17 Sep 2011 16:53:51 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/24428/top-poster/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[[Style WIP] AWCB - live demo available]]></title>
			<link>https://punbb.informer.com/forums/topic/24419/style-wip-awcb-live-demo-available/new/posts/</link>
			<description><![CDATA[<p>Theme work in progress :<strong> <em>Arthur Walter Community Board</em></strong></p><p>Only for arthurwalter.com rightnow. If the punbb community need this theme, certainly public release in few days.</p><p><span class="bbu"><span style="color: blue">New CSS3 Technology</span> :</span></p><p><strong>actualy features</strong><br /></p><ul><li><p>based on IPB Design standard</p></li><li><p>gradient post / page : rollover &gt; inverse effect</p></li><li><p>png icon status</p></li><li><p>animated menu</p></li><li><p>adding radius &amp; background on span bouton</p></li><li><p>animated forums names on rollover</p></li></ul><p><strong>features soon</strong><br /></p><ul><li><p>show on/off of category (+ / - )</p></li><li><p>gradient for user post</p></li></ul><p><span style="color: red"><strong>live demo soon</strong></span></p><p>-</p><p>screenshot preview :</p><p><a href="http://www.hostingpics.net/viewer.php?id=240174awcb1.jpg"><span class="postimg"><img src="http://img11.hostingpics.net/thumbs/mini_240174awcb1.jpg" alt="http://img11.hostingpics.net/thumbs/mini_240174awcb1.jpg" /></span></a></p><p>I want feedback for do better than now !</p>]]></description>
			<author><![CDATA[null@example.com (Emme)]]></author>
			<pubDate>Thu, 15 Sep 2011 13:13:57 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/24419/style-wip-awcb-live-demo-available/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Converting a PunBB/FluxBB 1.2 style to PunBB 1.3]]></title>
			<link>https://punbb.informer.com/forums/topic/24349/converting-a-punbbfluxbb-12-style-to-punbb-13/new/posts/</link>
			<description><![CDATA[<p>Is there a way I can do this?<br />Or could someone please do it for me?</p>]]></description>
			<author><![CDATA[null@example.com (IHeartGaming)]]></author>
			<pubDate>Sat, 03 Sep 2011 13:24:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/24349/converting-a-punbbfluxbb-12-style-to-punbb-13/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[[style release] Red Black punbb style]]></title>
			<link>https://punbb.informer.com/forums/topic/24289/style-release-red-black-punbb-style/new/posts/</link>
			<description><![CDATA[<p>Large ScreenShort<br /><span class="postimg"><img src="http://i.imgur.com/xJJ6C.png" alt="http://i.imgur.com/xJJ6C.png" /></span><br />Menu Style<br /><span class="postimg"><img src="http://i.imgur.com/Z1qW6.png" alt="http://i.imgur.com/Z1qW6.png" /></span><br />Icon Set<br /><span class="postimg"><img src="http://i.imgur.com/vqg2u.png" alt="http://i.imgur.com/vqg2u.png" /></span><br />Download<br /><a href="http://www.mediafire.com/?xzz73l7q51a4zif">http://www.mediafire.com/?xzz73l7q51a4zif</a></p>]]></description>
			<author><![CDATA[null@example.com (Rasel Ahmed)]]></author>
			<pubDate>Tue, 16 Aug 2011 13:16:16 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/24289/style-release-red-black-punbb-style/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[[Style Release] Red White PunBB Style]]></title>
			<link>https://punbb.informer.com/forums/topic/24288/style-release-red-white-punbb-style/new/posts/</link>
			<description><![CDATA[<p>Large ScreenShort<br /><span class="postimg"><img src="http://i.imgur.com/KkcGE.gif" alt="http://i.imgur.com/KkcGE.gif" /></span></p><p>Menu ScreenShort<br /><span class="postimg"><img src="http://i.imgur.com/EZFtY.gif" alt="http://i.imgur.com/EZFtY.gif" /></span><br />Icon Set<br /><span class="postimg"><img src="http://i.imgur.com/Ny9MD.gif" alt="http://i.imgur.com/Ny9MD.gif" /></span></p><p>Download: <a href="http://www.mediafire.com/?0iap8bk56zsnu7t">http://www.mediafire.com/?0iap8bk56zsnu7t</a> (38KB)</p>]]></description>
			<author><![CDATA[null@example.com (Rasel Ahmed)]]></author>
			<pubDate>Tue, 16 Aug 2011 10:38:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/24288/style-release-red-white-punbb-style/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[[style release] Mac punbb style]]></title>
			<link>https://punbb.informer.com/forums/topic/24287/style-release-mac-punbb-style/new/posts/</link>
			<description><![CDATA[<p>Large ScreenShort</p><p><span class="postimg"><img src="http://s3.postimage.org/88dydipb6/punbb_mac_style.gif" alt="http://s3.postimage.org/88dydipb6/punbb_mac_style.gif" /></span></p><p>Topic Icon<br /><span class="postimg"><img src="http://s3.postimage.org/88e8aqs9u/punbb_mac_style_topic_icon.gif" alt="http://s3.postimage.org/88e8aqs9u/punbb_mac_style_topic_icon.gif" /></span></p><br /><p>PunBB Version: 1.3.5</p><p>Download Link:&nbsp; <a href="http://www.mediafire.com/?pk762kf4cfjwkl5">http://www.mediafire.com/?pk762kf4cfjwkl5</a> (114KB)</p>]]></description>
			<author><![CDATA[null@example.com (Rasel Ahmed)]]></author>
			<pubDate>Tue, 16 Aug 2011 05:19:21 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/topic/24287/style-release-mac-punbb-style/new/posts/</guid>
		</item>
	</channel>
</rss>
