<?xml version="1.0"?>
<rss version="2.0"><channel><title>Articles</title><link>https://www.niftywolfie.co.uk/articles.html/</link><description>Articles For Various Things</description><language>en</language><item><title>Colour Codes</title><link>https://www.niftywolfie.co.uk/articles.html/articles/colour-codes-r13/</link><description><![CDATA[
<p>
	In order to color text you basically just follow the example below.
</p>

<ul class="bbcol decimal">
<li>
		 
	</li>
	<li>
		You type the brackets [ ] with the word color= inside
	</li>
	<li>
		Within the brackets after the = sign you add the color you want (EX.1)
	</li>
	<li>
		After the bracket ] you type in the text you want to be colored
	</li>
	<li>
		At the end of the text you want colored you put another set of brackets like this [/color]
	</li>
</ul>
<pre class="ipsCode prettyprint lang-html prettyprinted" id="ips_uid_6718_6" style="">
<span class="pln">Ex.1 : [color=]
Ex.2 : [color=blue] Hi There, have a nice day
Ex.3 : [color=blue] Hi There, have a nice day [/color]</span></pre>

<p>
	Which will look like this : <span style="color: #0000ff">Hi There, have a nice day</span><br><br>
	Not all colors use a <em class="bbc">word</em> you can also use a color code like so #356217. Just replace the word with the number including the hash tag at front.<br><br>
	Click on this <a href="https://www.niftywolfie.co.uk/info/color_codes.html" rel="">link </a> to be taken to a color chart with plenty of different color choices on for you to use.
</p>
]]></description><guid isPermaLink="false">13</guid><pubDate>Sat, 27 Apr 2019 10:44:53 +0000</pubDate></item><item><title>Twitter Tweet Block</title><link>https://www.niftywolfie.co.uk/articles.html/articles/twitter-tweet-block-r12/</link><description><![CDATA[
<p>
	So we make an RSS feed block and add the following to it as the feed:-
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted" id="ips_uid_4373_6" style="">
<span class="pln">http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=xxxxx</span></pre>

<p>
	A very simple idea and one that is over looked as Twitter has its own widget for people to use. This is the better option as it can be used by multiple skins as you can alter the HTML/CSS to fit your page and not be stuck with the options/colour scheme Twitter give you<br><br>
	Thanks to Marcher Technologies for this little trick
</p>
]]></description><guid isPermaLink="false">12</guid><pubDate>Sat, 27 Apr 2019 10:39:06 +0000</pubDate></item><item><title>Mobile View - Remove sidebars</title><link>https://www.niftywolfie.co.uk/articles.html/articles/mobile-view-remove-sidebars-r11/</link><description><![CDATA[
<p>
	So to remove the sidebars only on the mobile view we need to see if the user is using the mobile view or not.<if test="$this-&gt;registry-&gt;output-&gt;skin['set_key']!='mobile'"></if></p>

<pre class="_prettyXprint _lang-auto _linenums:0">
<if test="$this-&gt;registry-&gt;output-&gt;skin['set_key']!='mobile'"><pre class="ipsCode prettyprint lang-html prettyprinted" id="ips_uid_2649_6" style=""><span class="pln">//sidebars code</span></pre>
	</if></pre>

<p>
	Now that code there needs to be added in a <em class="bbc">Template</em> or a <em class="bbc">Block</em>, with the code for your sidebar between it. This will also work if your using the default wrapper from IPS setting.<br><br>
	All this simple check does is see if the mobile skin is being used or not and then removes the sidebar if it is.<br><br>
	Thanks to Marcher Technologies for this wonderful tip
</p>
]]></description><guid isPermaLink="false">11</guid><pubDate>Sat, 27 Apr 2019 10:36:34 +0000</pubDate></item><item><title>Creating A Topic From Calendar</title><link>https://www.niftywolfie.co.uk/articles.html/articles/creating-a-topic-from-calendar-r10/</link><description><![CDATA[
<p>
	Although basic, this does work.<br>
	1 &gt; Start with the calendar. (<abbr title="Admin Control Panel">ACP</abbr> &gt; My Apps &gt; Calendar &gt; Edit Calendar)
</p>

<p>
	2 &gt; Under "RSS Options" , set "RSS: Enable" to YES.
</p>

<p>
	3&gt; Set "RSS: Forthcoming Days" to the same as you have set for displaying on the board view (Tools / Settings &gt; Calendar And Birthdays) "Show forthcoming events from today to [x] days ahead". It is important that these two match. In my case I have them set both at 14 days.
</p>

<p>
	3 &gt; Back to the calendar settings again and set "RSS: Update Frequency" to 1440 (1 day)
</p>

<p>
	4 &gt; Next set "Permission: Show Events" to make sure Guests can view events. This is needed for the exporter to work properly.
</p>

<p>
	5 &gt; Go back to the main calendar management screen and click on the options to rebuild the calendars RSS export.
</p>

<p>
	6 &gt; Visit your boards index page and click on the orange RSS icon. View the RSS and save the URL for later. This will be something like<br>
	</p>
<pre class="ipsCode">http://{Board URL}/forum/index.php?/rss/calendar/1-community-calendar/
</pre>
<p></p>
<br>
	7 &gt; Now visit the RSS import manager. (Forums &gt; RSS Management &gt; RSS Import Manager)


<p>
	8 &gt; Validate your URL feed in the validate box. Make a note of the character set (in my case this was ISO-8859-1)
</p>

<p>
	9 &gt; Next create a new RSS import. Fill in the information putting a description in and the saved URL and character set from earlier. Pick a forum / username for the import too.
</p>

<p>
	10 &gt; Leave the "RSS Import Refresh" at 200 as the events will only be exported daily, x days in advance, depending on what you set. I also chose to set the "RSS Import Topic Prefix" to "[Calendar] " (note the space afterwards)
</p>

<p>
	11 &gt; That's it! Be patient and do not run the calendar RSS cache or the RSS cache tools unnecessarily. It took it 14 days in my case (as that's what the events were set at) to begin to work but it does the job well.
</p>

<p>
	<br>
	This was created by AndyF on various IPS modding sites
</p>
]]></description><guid isPermaLink="false">10</guid><pubDate>Sat, 27 Apr 2019 10:33:11 +0000</pubDate></item><item><title>User instructions for the use of tags</title><link>https://www.niftywolfie.co.uk/articles.html/articles/user-instructions-for-the-use-of-tags-r9/</link><description><![CDATA[
<p><img src="https://www.niftywolfie.co.uk/uploads/monthly_2019_04/TopicTagTextGuide.png.4ba57bc564ce200a82d79717dbbcd6db.png" /></p>

<p>
	Manage Skin Sets &amp; Templates
</p>

<p>
	<br>
	Not everyone is able to understand the function of tags and how they can be useful to add to a topic. Adding a small explanation into this area might help.<br><br>
	Login to your Admin Control Panel and navigate to the below area<br><br>
	<abbr title="Admin Control Panel">ACP</abbr>&gt;Look / Feel&gt;Manage Skin Sets &amp; Templates&gt;(choose skin)&gt; Manage Templates&gt;Other Global Templates&gt;TagTextEntryBox<br><br>
	At the very top of the template before everything else add the following
</p>

<p>
	 
</p>

<p>
	{$this-&gt;settings[ Tags are single words to describe this topic and make searching for it easier.
</p>

<p>
	Save the template to keep the changes.<br><br>
	You would need to do this on every skin you have, some customs skins might need it adding in a different place depending on the complexity of that skin.
</p>
]]></description><guid isPermaLink="false">9</guid><pubDate>Sat, 27 Apr 2019 10:18:14 +0000</pubDate></item><item><title>Stop Automatic Redirection To Upgrader</title><link>https://www.niftywolfie.co.uk/articles.html/articles/stop-automatic-redirection-to-upgrader-r8/</link><description><![CDATA[
<p>
	Sometimes you may encounter errors with your board and need to get into the Admin CP to fix it, but when you attempt to do so it automatically redirects you to IP.Board's application upgrade page. It does this when it detects that an application has files uploaded which are for a more recent version of the application than you have installed. While this may be clever in that it tries to make sure you are upgraded, it can lead to issues whereby you need to get into the Admin CP for other issues, such as to fix problems which occur when you do run the upgrader.<br><br>
	To prevent IP.Board from automatically sending you to this upgrade page, edit your forum's conf_global.php file (or constants.php if you use that) and add this line into that file:
</p>

<pre class="_prettyXprint _lang-auto _linenums:0">
define( 'SKIP_UPGRADE_CHECK', 1 );</pre>

<p>
	Then save and upload that file. This will override the code that forces you into the upgrade page, and will let you access the Admin CP normally.<br><br><br><span style="font-size: 10px;">Posted By Michael on </span><span style="font-size: 10px;"><a class="bbc_url" href="http://www.invisionfocus.com/" rel="external nofollow">Invision Focus Website</a></span> <span style="font-size: 10px;">Nov 2012</span>
</p>
]]></description><guid isPermaLink="false">8</guid><pubDate>Sat, 27 Apr 2019 09:42:37 +0000</pubDate></item><item><title>Navigation Menu</title><link>https://www.niftywolfie.co.uk/articles.html/articles/navigation-menu-r7/</link><description><![CDATA[
<p>
	IP.Content 2.3 includes a new feature designed to help you build your forums and website out the way you want to: control over your primary navigational menu.<br><br>
	The primary navigation menu is the the "tab" bar across the top of the page that includes links to each major section of your site. IP.Board builds this automatically based on the applications you have installed, but when you use IP.Content, you will likely find yourself creating new pages that you wish you could quickly link to in that same bar. It is possible to edit your skin templates manually to accomplish this, but this presents a few problems:
</p>

<ul class="bbc">
<li>
		Your template edits may need to be reverted when upgrading in the future in order to inherit updates in the skin in future releases.
	</li>
	<li>
		You will have to determine the logic necessary to show the tab as "lit up" when someone is viewing that page (and to ensure other tabs do not appear to be lit up).
	</li>
	<li>
		It is inconvenient repeating this process each time a new page is created.
	</li>
</ul>
<p>
	This is no longer a problem with IP.Content 2.3. You can now visit the "Navigation Menu" page available under the Settings module in the IP.Content <abbr title="Admin Control Panel">ACP</abbr> area and build tabs through an easy to use interface. You can control what order your tabs display in, and even put them before or in between default application tabs. You can control almost every aspect of the tab from the title, the textual tooltip, any additional non-default attributes (for instance, including a javascript click handler that will log the click in an analytics program) and more. You can even create submenus that will display on click or on hover, including many links underneath one tab.<br><br>
	You can also modify many aspects of your default application tabs as well, going beyond what IP.Board offers by default. For instance, using this tool you can add additional attributes to your application tabs, change the title, and modify the textual tooltip shown when a user hovers over the tab.<br><br>
	The best part about this new feature - IP.Content automatically figures out which tab to light up without any extra work on your part!<br><br>
	We hope this new feature in IP.Content 2.3 helps you better control your site the way you want it to be.
</p>
]]></description><guid isPermaLink="false">7</guid><pubDate>Sat, 27 Apr 2019 00:58:56 +0000</pubDate></item><item><title>Sharing Links</title><link>https://www.niftywolfie.co.uk/articles.html/articles/sharing-links-r6/</link><description><![CDATA[<p>
	IP.Board 3.1 introduces a new feature that is available for any application to make use of: <a class="bbc_url" href="http://community.invisionpower.com/index.php?app=blog&amp;blogid=1174&amp;showentry=4162" rel="external nofollow">sharing links</a>. IP.Content makes use of this feature in the custom databases (and articles) modules to allow you to more easily expose your content to a wider audience.<br><br>
	Along with supporting sharing of your content with third party services such as Facebook and Twitter, you can now also send an article via email, print the article, and download the article easily by clicking the appropriate icon under the article body. The additional printing and downloading features allow the content to be shared, online as well as offline.<br><br>
	Within the articles module specifically, the article image that you upload when posting the article (optionally) will automatically be flagged for use with Facebook when someone uses Facebook to share the link. This ensures that the correct image is the one Facebook displays to other users. Similarly, we pull out an appropriate extract of textual content for Facebook to use as well. If the user is logged in to Twitter or Facebook, sharing the content becomes even easier, not requiring you to even leave the site.<br><br>
	We hope that by providing tools to make it easier to share content on your site, your content will be exposed to a wider audience, bringing you more traffic and making your content more easily and readily available to the world.
</p>]]></description><guid isPermaLink="false">6</guid><pubDate>Sat, 27 Apr 2019 00:57:18 +0000</pubDate></item><item><title>Store Comments In Forum</title><link>https://www.niftywolfie.co.uk/articles.html/articles/store-comments-in-forum-r5/</link><description><![CDATA[<p>
	With IP.Content articles and custom databases you can mirror a topic to the forums when a new article or database record is submitted. In doing so, IP.Content can also utilize that automatically-generated topic as the comment "storage" for the article or record. When a comment is submitted to the article, the comment is actually stored as a reply to the topic. Similarly, replies made directly to the topic in the forum also show up as comments for the record.<br><br>
	This functionality can be enabled at a per-database and per-category level. You can specify separate forums for each category in your article section, for instance, or you can turn off forum commenting for a specific category, while enabling it for all others.<br><br>
	A few additional configuration options, such as allowing you to automatically remove the topic when the record is removed, and specifying a prefix and/or suffix for the topic title so that your users can more easily identify that such topics were stemmed from the articles section help round out the feature, giving you better control over how these automatically posted topics are handled.<br><br>
	The forum cross-posting capabilities allow the administrator to better tie in articles with the forums, giving you better opportunities to expose your content to a wider audience. Additionally, forum management of comments provides for easier maintenance and stronger managerial options of the comments, utilizing IP.Board's powerful, proven feature set.
</p>]]></description><guid isPermaLink="false">5</guid><pubDate>Sat, 27 Apr 2019 00:54:52 +0000</pubDate></item><item><title>Page Management</title><link>https://www.niftywolfie.co.uk/articles.html/articles/page-management-r4/</link><description><![CDATA[<p>
	The page management module interface has many powerful tools built in, designed to help you work with pages and folders in IP.Content efficiently.<br><br>
	Firstly, the folder navigation utilizes AJAX to load the folder contents inline without requiring you to visit a new page to view the contents of the folder.<br><br>
	We have also updated some common management features to utilize AJAX to help facilitate management of your pages. Actions like clearing folders and deleting folders, for instance, will now occur without page refreshes, making your managerial activities flow smoother and quicker.<br><br>
	Additionally, the interface as a whole has been updated to provide a nicer, smoother feel for the page management areas. In practice, we found that many administrators spend the majority of their time setting up and utilizing IP.Content in the page management areas, so we wanted to update the user interface to make this experience as easy and enjoyable as possible. Minor details like confirmation dialogues have been updated to bring everything together for a more consistent feel.<br><br>
	A new filter bar, utilizing AJAX to retrieve the results without the need for a page refresh, has also been added to the page management area. You can begin typing in the name of a page and a live-search action will occur in the background, showing you the results of your search as you type. If you have many pages and many folders (and many pages within those many folders), you will find that using the filter bar to locate your pages can dramatically speed up your navigation of IP.Content within the page management areas of the <abbr title="Admin Control Panel">ACP</abbr>.<br><br>
	Overall, we've modernized the IP.Content page management area of the <abbr title="Admin Control Panel">ACP</abbr>, polishing up the little details, in an effort to make your experience all the more pleasant.
</p>]]></description><guid isPermaLink="false">4</guid><pubDate>Sat, 27 Apr 2019 00:53:40 +0000</pubDate></item></channel></rss>
