<?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>Make My Blog Pretty &#187; tricks</title>
	<atom:link href="http://makemyblogpretty.com/tag/tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://makemyblogpretty.com</link>
	<description>Blogs made better by magic fairies</description>
	<lastBuildDate>Thu, 12 Apr 2012 23:42:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to insert custom smilies or emoticons in phpBB 3.xx (version 3)</title>
		<link>http://makemyblogpretty.com/2011/10/13/how-to-insert-custom-smilies-or-emoticons-in-phpbb-3-xx-version-3/</link>
		<comments>http://makemyblogpretty.com/2011/10/13/how-to-insert-custom-smilies-or-emoticons-in-phpbb-3-xx-version-3/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 05:34:23 +0000</pubDate>
		<dc:creator>Jennette Fulda</dc:creator>
				<category><![CDATA[Help Documents]]></category>
		<category><![CDATA[phpBB]]></category>
		<category><![CDATA[Tricks and tips]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[php 3.xx]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[smilies]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://makemyblogpretty.com/?p=812</guid>
		<description><![CDATA[Adding custom smilies and emoticons to your phpBB forum is an easy way to insert personal style to your boards. It&#8217;s also rather easy to do once you know how. Unfortunately for me, when I searched for how to do it I got outdated information that applied to phpBB 2. I will never, ever, EVER [...]]]></description>
			<content:encoded><![CDATA[<p>Adding custom smilies and emoticons to your phpBB forum is an easy way to insert personal style to your boards. It&#8217;s also rather easy to do once you know how. Unfortunately for me, when I searched for how to do it I got outdated information that applied to phpBB 2. I will never, ever, EVER accuse the phpBB interface of being intuitive, so figuring out how to do it in version 3 was a lot more painful than it should have been. If you&#8217;ve found this post, I hope to save you the trouble I ran into. Here&#8217;s how to add custom smilies in phpBB 3.xx.</p>
<ul>
<li>First off, make the actual smilies. Typically each smilie should be a 16&#215;16 gif file. They can be animated. It helps if the file name is the same as the emotion the emoticon is expressing.</li>
<li>Upload the smiles to the &#8220;images/smilies&#8221; directory of your phpBB installation.</li>
<li>Log into the admin panel for phpBB.</li>
<li>Click on the &#8220;Posting&#8221; tab.</li>
<li>Click on &#8220;Smilies&#8221; in the left hand menu.</li>
</ul>
<p><strong>If you&#8217;re only adding a few smilies</strong><br />
If you&#8217;re only adding a few smilies, it&#8217;s probably fastest to do this individually through the phpBB interface. Click the &#8220;Add multiple smilies&#8221; button at the bottom of the page. You&#8217;ll then be taken to a page where you can select any image in the &#8220;smilies&#8221; directory and assign it a shortcode. </p>
<p><strong>Hint:</strong> It&#8217;s best to create a shortcode surrounded by colons or some other marker to distinguish them from regular text, like &#58;smile&#58;  If you just use a word, like &#8220;smile,&#8221; then anytime a visitor uses the word &#8220;smile&#8221; in a post it will be replaced by the emoticon.</p>
<p><a href="http://makemyblogpretty.com/wp-content/uploads/2011/10/phpbb-smilies-01.png"><img src="http://makemyblogpretty.com/wp-content/uploads/2011/10/phpbb-smilies-01-500x185.png" alt="phpBB smilies" title="phpBB smilies" width="500" height="185" class="alignnone size-medium wp-image-820" /></a></p>
<p><strong>If you&#8217;re adding several smilies</strong><br />
If you&#8217;re adding several smilies, it&#8217;s faster to create a .pak file that will import all the settings at once. You can create the proper file using <a href="http://rapidshare.com/files/43630928/packagegenerator_v_1.10.rar">Dave&#8217;s and Mykee&#8217;s *.pak Generator for phpBB 3.xx</a> that&#8217;s hosted on RapidShare. (Click the green button in the middle of the page to download. I think they make it confusing on purpose.) According to <a href="http://www.phpbb.com/community/viewtopic.php?f=70&#038;t=567625">this forum post</a> you need VB6 runtime installed for it to work.</p>
<p><img src="http://makemyblogpretty.com/wp-content/uploads/2011/10/phpbb-smilies-02.png" alt=".pak generator" title=".pak generator" width="426" height="414" class="alignnone size-full wp-image-822" /></p>
<p>If you want the emoticons to show up on the right side of the screen when people are writing a post, be sure to uncheck the &#8220;Hide&#8221; checkbox on the left. Otherwise visitors will have to click a link under the regular emoticons to get a pop-up showing the extra emoticons, which sounds like a total pain. Check the &#8220;Click here!&#8221; box and you will be prompted to choose the directory that has your emoticon images. Your code will then be populated in the white box. Click the &#8220;Generate File&#8221; button to save the .pak file. </p>
<p>If the generator doesn&#8217;t work for you, you can make the .pak file by hand. Each line in the .pak file gives phpBB instructions on how to insert the emoticon in this format:</p>
<pre name="code" class="php">ImageFileName, ImageWidth, ImageHeight, Show on posts screen (0 or 1), Emotion, Shortcode</pre>
<p>So an example line from my .pack file looked like this:</p>
<pre name="code" class="php">'angry.gif', '23', '19', '1', 'angry', ':angry:', </pre>
<p>Upload the .pak file to the &#8220;smilies&#8221; directory on your server which also includes all the smilie images. Go back to the Posting -> Smilies screen in the admin panel and click the &#8220;Install smilies package&#8221; link at the top right of the page. Your .pak file should be available to select from the dropdown. Select how you want to handle duplicate files. If you select the &#8220;Delete All&#8221; option, you will delete all other emoticons from the listings, whether they are duplicates or not. The images will still be on the server, they just won&#8217;t be listed. When you&#8217;re ready, click &#8220;Install smilies package.&#8221; That&#8217;s it! The smilies will now be active.</p>
<p>If you happen to accidentally delete the default smilies (not that I would ever do that), you can reimport them by selecting &#8220;smilies.pak&#8221; from the dropdown. If that&#8217;s missing from your installation, you can <a href="http://www.ktuk.net/phpBB3/viewtopic.php?f=87&#038;t=3441">download the default emoticon pak here</a>.</p>
<p>If you ever need to edit and delete smilie, this can also be done on the Postings -> Smilies page. </p>
<p>Have fun, and don&#8217;t forget to smile while you&#8217;re at it!</p>
]]></content:encoded>
			<wfw:commentRss>http://makemyblogpretty.com/2011/10/13/how-to-insert-custom-smilies-or-emoticons-in-phpbb-3-xx-version-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing the hosts file to view a domain at a different IP address</title>
		<link>http://makemyblogpretty.com/2011/04/12/editing-the-hosts-file-to-view-a-domain-at-a-different-ip-address/</link>
		<comments>http://makemyblogpretty.com/2011/04/12/editing-the-hosts-file-to-view-a-domain-at-a-different-ip-address/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 13:29:25 +0000</pubDate>
		<dc:creator>Jennette Fulda</dc:creator>
				<category><![CDATA[Tricks and tips]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[hosts file]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://makemyblogpretty.com/?p=588</guid>
		<description><![CDATA[I&#8217;ve helped several clients move their sites from Blogger to a self-hosted WordPress blog. In some cases, they&#8217;ve already got their domain pointed to the Blogger blog. This makes it a bit trickier to set up the WordPress site on another host. If you try entering the domain name in the &#8220;General Settings&#8221; area, when [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve helped several clients move their sites from Blogger to a self-hosted WordPress blog. In some cases, they&#8217;ve already got their domain pointed to the Blogger blog. This makes it a bit trickier to set up the WordPress site on another host. If you try entering the domain name in the &#8220;General Settings&#8221; area, when you try to access WordPress you&#8217;ll be sent to the Blogger site instead.</p>
<p>Sometimes you can get around this by using the news host&#8217;s IP address amended with a folder that includes the user name for the hosting account. Such a link would look something like this: 128.128.128.128/~myusername However, not all hosts are set up like that. Some require that you have the domain pointing to the host before you can access the account via the web. Unfortunately, you don&#8217;t want to point the domain to the new host before the new blog is set up, and you can&#8217;t set up the blog until the domain points there, locking you in an endless loop.</p>
<p>There is a way to escape, though! You can edit the hosts file on your computer. Before daring to do this, be sure to back up a copy of the file. It&#8217;s not something you want to screw up. Your hosts file is located in a different location depending on your operating system and edition. <a href="http://en.wikipedia.org/wiki/Hosts_%28file%29">This Wikipedia entry</a> tells you where it&#8217;s located. I use a Windows machine, so that&#8217;s the process I&#8217;ll explain.</p>
<p>Windows doesn&#8217;t want you accidentally mucking around in your hosts file, so you have to open your text editor with admin privileges. To do that, right-click on the Notepad icon in your start menu and click &#8220;Run as administrator.&#8221; Then open the hosts file from the location linked to above. You might need to select &#8220;All files (*.*)&#8221; from the drop-down to be able to see the file in the list. Your hosts file should look something like this: </p>
<p><img src="http://makemyblogpretty.com/wp-content/uploads/2011/04/hosts.png" alt="Hosts file" title="Hosts file" width="500" height="428" class="alignnone size-full wp-image-591" /></p>
<p>Editing this file will tell your computer (and only your computer) to look for the domain at an IP address of your choosing. Do this by entering the IP address of the site and then the domain name in the format displayed in the file. Hit save. That&#8217;s it! You don&#8217;t know the site&#8217;s IP address? It should have been listed in your host&#8217;s welcome email. If not, ask customer support for it.</p>
<p>Now when you visit the domain in question you should be pointed to your new site. You might need to clear your browser cache before you&#8217;ll get this result, or you can open up a different browser where the site isn&#8217;t cached and visit the domain there. You should be able to set up WordPress now just as if the domain were already pointing to the new site. No one else will see it until you update the domain servers via your registrar. </p>
<p>This can save you a lot of hassles because you can include the proper domain name in all the site settings instead of having to substitute it with the temporary IP address link which you&#8217;d have to change back after launch. Once your site is ready to launch, remove the new line from your hosts file or just comment it out. It&#8217;s pretty easy and it saves you a lot of trouble!</p>
]]></content:encoded>
			<wfw:commentRss>http://makemyblogpretty.com/2011/04/12/editing-the-hosts-file-to-view-a-domain-at-a-different-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to exclude posts from LinkWithin with the robots.txt file</title>
		<link>http://makemyblogpretty.com/2010/01/24/how-to-exclude-posts-from-linkwithin-with-the-robots-txt-file/</link>
		<comments>http://makemyblogpretty.com/2010/01/24/how-to-exclude-posts-from-linkwithin-with-the-robots-txt-file/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 17:56:54 +0000</pubDate>
		<dc:creator>Jennette Fulda</dc:creator>
				<category><![CDATA[Tricks and tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[linkwithin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://makemyblogpretty.com/?p=345</guid>
		<description><![CDATA[The LinkWithin plug-in has become very popular among bloggers because of its ability to link to related posts by displaying thumbnail images from those posts. We are a highly visual species, so the inclusion of images next to the links makes them far more appealing and increases the likelihood that readers will click on them. [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.linkwithin.com/">LinkWithin</a> plug-in has become very popular among bloggers because of its ability to link to related posts by displaying thumbnail images from those posts. We are a highly visual species, so the inclusion of images next to the links makes them far more appealing and increases the likelihood that readers will click on them. Linking to related posts on a blog encourages readers to spend more time on a site and each link helps increase search engine optimization.</p>
<p>This feature is particularly popular among food bloggers who frequently post pictures in their entries. Here is an example screenshot of the plug-in taken from a client&#8217;s site, <a href="http://www.simplysugarandglutenfree.com/">Simply Sugar and Gluten Free</a>:</p>
<p><img src="http://makemyblogpretty.com/wp-content/uploads/2010/01/linkwithin.jpg" alt="LinkWithin plug-in" title="LinkWithin plug-in" width="363" height="206" style="border:solid 1px #999;" /></p>
<p>The downside? Bloggers don&#8217;t necessarily want all of their posts to appear in the LinkWithin widget. One client of mine manages events, sponsored reviews, and site pages in WordPress that she doesn&#8217;t want to promote at the bottom of her posts. Looking around the <a href="http://www.linkwithin.com/">LinkWithin</a> site, no solution to this problem is listed, nor did they respond to my request for help.</p>
<p>However, I was able to find my own solution after I realized LinkWithin operates similarly to a search engine. It indexes your site to generate a listing of posts and has to update this index regularly to include your latest posts. You can control what parts of your site a search engine indexes by creating a robots.txt file on your site. You can get more complete information on <a href="http://www.robotstxt.org/robotstxt.html">robots.txt here</a>, but for our purposes, all you have to do is create a file titled robots.txt in the root directory of your web server with this information in it:</p>
<blockquote><p>User-agent: *<br />
Allow: /</p>
<p>User-agent: LinkWithin<br />
Disallow: /directory-or-pages-you-want-to-hide-from-LinkWithin/<br />
Allow: /</p></blockquote>
<p>The first block of code says that it&#8217;s ok for any search engine to index your site. The second block then tells the LinkWithin spider not to index anything in the page or directory listed after the &#8220;Disallow:&#8221; text. You can add as many Disallow lines as you want, either to hide specific pages, or to hide any pages within a directory. If you want to disallow a directory, but want to include one specific page in that directory, first disallow the directory and then add the specific page to the Allow: line.</p>
<p>I hope this helps anyone who&#8217;s run into this problem with the LinkWithin plug-in. Happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://makemyblogpretty.com/2010/01/24/how-to-exclude-posts-from-linkwithin-with-the-robots-txt-file/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

