<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Money Academy &#187; Themes and Design</title>
	<atom:link href="http://www.smasra.com/category/webmasters/themes-and-websites-designs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smasra.com</link>
	<description>Money Academy Learn how to Earn !</description>
	<lastBuildDate>Sat, 16 Jan 2010 13:16:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Remove quickreply form in closed threads in vBulletin forums</title>
		<link>http://www.smasra.com/remove-quickreply-form-in-closed-threads-in-vbulletin-forums/</link>
		<comments>http://www.smasra.com/remove-quickreply-form-in-closed-threads-in-vbulletin-forums/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 02:18:46 +0000</pubDate>
		<dc:creator>Mohammed</dc:creator>
				<category><![CDATA[Themes and Design]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[Closed]]></category>
		<category><![CDATA[fast reply]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[moderator]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[quickreply]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[thread]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vBulletin]]></category>

		<guid isPermaLink="false">http://www.smasra.com/?p=630</guid>
		<description><![CDATA[ 


 for vBulletin forums users and admin (s) which found it ugly if the quick reply form is active in closed posts or threads, don&#8217;t worry we can fix this .
i know that you wonder now and say &#8221; why i remove quick reply if i closed the thread ?? &#8221; good question because quick reply will closed if the thread closed, but for modz and other admins will be open so they may put a fast reply to this closed thread !
in usergroups you can edit every moderator ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"> <center><script type="text/javascript"><!--
google_ad_client = "pub-6124337673645303";
/* 336x280, created 10/5/09 */
google_ad_slot = "9230048091";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><center><img class="alignleft size-medium wp-image-629" title="1245764605" src="http://www.smasra.com/wp-content/uploads/1245764605-300x289.jpg" alt="1245764605" width="300" height="289" /> for vBulletin forums users and admin (s) which found it ugly if the quick reply form is active in closed posts or threads, don&#8217;t worry we can fix this .</p>
<p style="text-align: left;">i know that you wonder now and say &#8221; why i remove quick reply if i closed the thread ?? &#8221; good question because quick reply will closed if the thread closed, but for modz and other admins will be open so they may put a fast reply to this closed thread !<span id="more-630"></span></p>
<p style="text-align: left;">in usergroups you can edit every moderator , but i give you this way to apply it once and forget about his problem.</p>
<p style="text-align: left;">1- login into your admin control panel .</p>
<p style="text-align: left;">2- go to Styles &amp; Templates</p>
<p style="text-align: left;">3- searching in templates &#8221; sure choose the template you use to edit it .</p>
<p style="text-align: left;">4- Search for this<span style="color: blue;"> </span>SHOWTHREAD and don&#8217;t forget to check searching only for titles or addresses</p>
<p style="text-align: left;">5- Open SHOWTHREAD and please take a backup for this file then you can get it back if something wrong happened.</p>
<p style="text-align: left;">6- search for next code</p>
<p style="text-align: left;"><code style="white-space: nowrap;"></code><code><span style="color: #000000;"><span style="color: #007700;">&lt;if </span><span style="color: #0000bb;">condition</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"$show['quickreply']"</span><span style="color: #007700;">&gt;<br />
&lt;!-- </span><span style="color: #0000bb;">quick reply </span><span style="color: #007700;">--&gt; </span></span></code></p>
<p style="text-align: left;"><span style="color: #000000;"><span style="color: #007700;"><br />
</span></span><br />
7- before this code add this</p>
<p style="text-align: left;"><code style="white-space: nowrap;"></code><code><span style="color: #000000;"><span style="color: #007700;">&lt;!-- </span><span style="color: #0000bb;">remove quick reply box in closed threads </span><span style="color: #007700;">- </span><span style="color: #0000bb;">smasra</span><span style="color: #007700;">.</span><span style="color: #0000bb;">com </span><span style="color: #007700;">--&gt;<br />
&lt;if </span><span style="color: #0000bb;">condition</span><span style="color: #007700;">=</span><span style="color: #dd0000;">"$show['closethread']"</span><span style="color: #007700;">&gt;<br />
&lt;else&gt; </span></span></code><br />
8- Search for</p>
<p style="text-align: left;"><code style="white-space: nowrap;"></code><code><span style="color: #000000;"><span style="color: #007700;">&lt;!-- / </span><span style="color: #0000bb;">quick reply </span><span style="color: #007700;">--&gt;<br />
&lt;/if&gt; </span></span></code></p>
<p style="text-align: left;"><span style="color: #000000;"><span style="color: #007700;"><br />
</span></span><br />
9- After this line add this</p>
<p style="text-align: left;"><code style="white-space: nowrap;"></code><code><span style="color: #000000;"><span style="color: #007700;">&lt;/if&gt;<br />
&lt;!-- / </span><span style="color: #0000bb;"> </span></span></code><code style="white-space: nowrap;"></code><code><span style="color: #000000;"><span style="color: #0000bb;">remove quick reply box in closed threads </span><span style="color: #007700;">- </span><span style="color: #0000bb;">smasra</span><span style="color: #007700;">.</span><span style="color: #0000bb;">com</span></span></code><code style="white-space: nowrap;"></code><code><span style="color: #000000;"><span style="color: #0000bb;"> </span><span style="color: #007700;">--&gt; </span></span></code><br />
10-  Save the template and then check if it works or not , you can do this by opening a closed thread .
</p>
<p style="text-align: left;">if this edit make any errors, just use your backup template &#8221; file &#8221; to reset the first template.</p>
 <center><script type="text/javascript"><!--
google_ad_client = "pub-6124337673645303";
/* 336x280, created 10/5/09 */
google_ad_slot = "9230048091";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><center>
<p><map name='google_ad_map_630_a7d96bf4ec8f8fce'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/630?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_630_a7d96bf4ec8f8fce' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=630&amp;url= http%3A%2F%2Fwww.smasra.com%2Fremove-quickreply-form-in-closed-threads-in-vbulletin-forums%2F' /></p><img src="http://www.smasra.com/?ak_action=api_record_view&id=630&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.smasra.com/remove-quickreply-form-in-closed-threads-in-vbulletin-forums/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Store script with shopping cart free,sample for stores (retail or mall) php script</title>
		<link>http://www.smasra.com/store-script-with-shopping-cart-freesample-for-stores-retail-or-mall-php-script/</link>
		<comments>http://www.smasra.com/store-script-with-shopping-cart-freesample-for-stores-retail-or-mall-php-script/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 01:51:05 +0000</pubDate>
		<dc:creator>Mohammed</dc:creator>
				<category><![CDATA[Themes and Design]]></category>
		<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[e commerce]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[gifts]]></category>
		<category><![CDATA[merchant account]]></category>
		<category><![CDATA[online shop]]></category>
		<category><![CDATA[online store]]></category>
		<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[shipping]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[store]]></category>

		<guid isPermaLink="false">http://www.smasra.com/?p=119</guid>
		<description><![CDATA[ 


everyone dream with him store that you could sell your products and earn good money , this post will show you a free download for shopping cart ( php script ) that allow you to build your online shop in easy way .
it need web hosting with mysql database to install this script , as i told you it is free of charge script . you can see free sample in them official website to check how it looks
works for retail store , mall store , (as shopping cart ...]]></description>
			<content:encoded><![CDATA[<p> <center><script type="text/javascript"><!--
google_ad_client = "pub-6124337673645303";
/* 336x280, created 10/5/09 */
google_ad_slot = "9230048091";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><center>everyone dream with him store that you could sell your products and earn good money , this post will show you a free download for shopping cart ( php script ) that allow you to build your online shop in easy way .<span id="more-119"></span></p>
<p>it need web hosting with mysql database to install this script , as i told you it is free of charge script . you can see free sample in them official website to check how it looks</p>
<p>works for retail store , mall store , (as shopping cart software ) , small business stores or shops , normal shopping store and store center</p>
<p>so everything you need will be in this shop and it accepts much payments option , i will tell you the payment options for this script</p>
<p><a title="Live Shops ( Demo )" href="http://shops.oscommerce.com/" target="_blank">Live Shops ( Demo ) </a></p>
<p>now you know , it is Oscommerce free shopping script with shipping card</p>
<p>you don&#8217;t need merchant account to manage Oscommerce online store in ecommerce projects because you can say that it is all in one script .</p>
<p>most shipping cards are expensive too much and maybe use ads or not secure ( more bugs) but Oscommerce looks like gifts , when you see in the footer of your online store this words &#8221; powered by Oscommerce online shipping card &#8221; you be sure that you are safe so forget any bug or any hacker attack</p>
<p>you can&#8217;t found much solutions in front of the hard prices of the others shipping cards so your solution is Oscommerce as the best web ecommerce script</p>
<p>why Oscommerce ? i think because it is  8 years old script and trusted from all webmasters , you can found much Oscommerce online shop ( store ) templates so you can pick up any free Oscommerce theme , you will found much support inside them forum and them official site too</p>
<p>the official site of <a title="the official site of Oscommerce online store" href="http://www.oscommerce.com/" target="_blank">Oscommerce online store script</a></p>
<p>you can offer promotional products &#8221; there is much options in admin control panel &#8221;</p>
<p>you should know that the control panel is easy to use so don&#8217;t worry , i try much scripts but loved this script as shopping carts store , also you can offer gift cards too and discount coupons with Oscommerce script !</p>
<p>if you looked to any famous store you will see that it build in Osc ( Oscommerce ) it is the best for building ecommerce web site</p>
<p>hope you like it and wait to see your successful online shopping cart</p>
<p><a title="download Oscommerce online store shopping card , shipping cart" href="http://www.oscommerce.com/solutions/downloads" target="_blank">download Oscommerce online store script ( shipping/shopping card /cart)</a></p>
<p>Enjoy</p>
<p>Money Academy <center><script type="text/javascript"><!--
google_ad_client = "pub-6124337673645303";
/* 336x280, created 10/5/09 */
google_ad_slot = "9230048091";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><center></p>
<p><map name='google_ad_map_119_a7d96bf4ec8f8fce'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/119?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_119_a7d96bf4ec8f8fce' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=119&amp;url= http%3A%2F%2Fwww.smasra.com%2Fstore-script-with-shopping-cart-freesample-for-stores-retail-or-mall-php-script%2F' /></p><img src="http://www.smasra.com/?ak_action=api_record_view&id=119&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.smasra.com/store-script-with-shopping-cart-freesample-for-stores-retail-or-mall-php-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
