<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Visible Invisibles Support Forum &#187; Topic: Frequently Asked Questions</title>
		<link>http://support.slightofmind.net/topic/frequently-asked-questions</link>
		<description>Support for SlightofMind.net</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 13:12:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://support.slightofmind.net/search.php</link>
		</textInput>
		<atom:link href="http://support.slightofmind.net/rss/topic/frequently-asked-questions" rel="self" type="application/rss+xml" />

		<item>
			<title>Whesley McCabe on "Frequently Asked Questions"</title>
			<link>http://support.slightofmind.net/topic/frequently-asked-questions#post-34</link>
			<pubDate>Wed, 16 Dec 2009 20:28:29 +0000</pubDate>
			<dc:creator>Whesley McCabe</dc:creator>
			<guid isPermaLink="false">34@http://support.slightofmind.net/</guid>
			<description>&#60;p&#62;&#60;span style='font-size:1.6em;'&#62;EXAMPLES&#60;/span&#62;&#60;br /&#62;&#60;ol type='1'&#62;&#60;li&#62;Use &#60;pre class='code'&#62;&#38;lt;?php tse_cti_anywhere(); ?&#38;gt;&#60;/pre&#62; to manually add the CTI smileys to your comment form. This will automatically print the clickable smileys to the comment form in whichever location you use. If you add this before the textarea, you get smileys before the textarea. If you add this after the textarea, you get smileys after the textarea. If you use this manual function, please uncheck &#60;strong&#62;&#60;em&#62;Enable CTI for comments&#60;/em&#62;&#60;/strong&#62; on the TSE Options page.&#60;/li&#62;&#60;li&#62;Use &#60;pre class='code'&#62;&#38;lt;?php tse_cti_anywhere( 'bananas' ); ?&#38;gt;&#60;/pre&#62; to print clickable smileys for use on the textarea defined as &#60;pre class='code'&#62;&#38;lt;textarea id=&#34;bananas&#34;&#38;gt;&#38;lt;/textarea&#38;gt;&#60;/pre&#62;&#60;/li&#62;&#60;li&#62;Use &#60;pre class='code'&#62;$variable = tse_cti_anywhere( 'oranges', false );&#60;/pre&#62; to use &#60;strong&#62;$variable&#60;/strong&#62; elsewhere in PHP. &#60;strong&#62;$variable&#60;/strong&#62; references &#60;pre class='code'&#62;&#38;lt;textarea id=&#34;oranges&#34;&#38;gt;&#38;lt;/textarea&#38;gt;&#60;/pre&#62; and can be used as &#60;pre class='code'&#62;&#38;lt;?php echo $variable; ?&#38;gt;&#60;/pre&#62; on the form containing the textarea.&#60;/li&#62;&#60;li&#62;You can style the box containing the CTI smileys in your theme's stylesheet. For &#60;strong&#62;tse_cti_anywhere( 'grapes', true );&#60;/strong&#62; you can reference the box as &#60;strong&#62;#tseCTIsmileys-grapes&#60;/strong&#62; and for &#60;strong&#62;tse_cti_anywhere( 'apples', true );&#60;/strong&#62; you can reference the box as &#60;strong&#62;#tseCTIsmileys-apples&#60;/strong&#62;.&#60;/li&#62;&#60;br /&#62;&#60;/ol&#62;&#60;/p&#62;</description>
		</item>
		<item>
			<title>Whesley McCabe on "Frequently Asked Questions"</title>
			<link>http://support.slightofmind.net/topic/frequently-asked-questions#post-1</link>
			<pubDate>Sun, 20 Sep 2009 10:17:11 +0000</pubDate>
			<dc:creator>Whesley McCabe</dc:creator>
			<guid isPermaLink="false">1@http://support.slightofmind.net/</guid>
			<description>&#60;p&#62;&#60;span class=&#34;question&#34;&#62;&#60;span style='font-size:1.6em;'&#62;Q:&#60;/span&#62; How do you input each smiley?&#60;/span&#62;&#60;br /&#62;&#60;span class=&#34;answer&#34;&#62;&#60;span style='font-size:1.6em;'&#62;A:&#60;/span&#62; There are currently two options:&#60;br /&#62;&#60;ol type='1'&#62;&#60;li&#62;&#60;strong&#62;CLICK TO INSERT:&#60;/strong&#62; Click the PIGGY icon in TinyMCE while in Visual editing mode to add a smiley to your post. If CTI is enabled for comments, you simply click the smiley you want and the shorthand will be inserted into the comment box.&#60;/li&#62;&#60;li&#62;&#60;strong&#62;MANUALLY:&#60;/strong&#62; Type the shorthand for the desired smiley. To view the shorthand for each smiley, please check here and click the desired smiley.&#60;/li&#62;&#60;br /&#62;&#60;/ol&#62;&#60;/span&#62;&#60;hr /&#62;&#60;br /&#62;&#60;span class=&#34;question&#34;&#62;&#60;span style='font-size:1.6em;'&#62;Q:&#60;/span&#62; How do I add support for &#60;acronym title='Click to Insert'&#62;CTI&#60;/acronym&#62; for comments to my theme?&#60;/span&#62;&#60;br /&#62;&#60;span class=&#34;answer&#34;&#62;&#60;span style='font-size:1.6em;'&#62;A:&#60;/span&#62; If your theme does not already support automatically adding the CTI interface for comments, though most themes do, you may add support by following these instructions:&#60;br /&#62;&#60;ol type='1'&#62;&#60;li&#62;Open the &#60;strong&#62;comments.php&#60;/strong&#62; file for your theme and look for the text &#60;pre class='code'&#62;&#38;lt;?php do_action('comment_form', $post-&#38;gt;ID) ?&#38;gt;&#60;/pre&#62;&#60;/li&#62;&#60;li&#62;If the text is missing, locate your comment textarea which should be something like &#60;pre class='code'&#62;&#38;lt;textarea name=&#34;comment&#34; id=&#34;comment&#34;&#38;gt;&#38;lt;/textarea&#38;gt;&#60;/pre&#62; and add &#60;pre class='code'&#62;&#38;lt;?php do_action('comment_form', $post-&#38;gt;ID); ?&#38;gt;&#60;/pre&#62; either above or below the textarea. Wherever you add this line, the CTI scrollbox will appear.&#60;/li&#62;&#60;br /&#62;&#60;/ol&#62;&#60;/span&#62;&#60;hr /&#62;&#60;br /&#62;&#60;span class=&#34;question&#34;&#62;&#60;span style='font-size:1.6em;'&#62;Q:&#60;/span&#62; How do I add the &#60;acronym title='Click to Insert'&#62;CTI&#60;/acronym&#62; interface to any textarea?&#60;/span&#62;&#60;br /&#62;&#60;span class=&#34;answer&#34;&#62;&#60;span style='font-size:1.6em;'&#62;A:&#60;/span&#62; In the event you have a custom textarea - for whatever reason (i.e. another plugin) - you can add the CTI interface to that textarea. Unfortunately, though you will be able to easily insert the smiley shorthand to a custom textarea, additional modification may be necessary for the inserted shorthand to be converted to graphical smileys.&#60;br /&#62;&#60;ol type='1'&#62;&#60;li&#62;You can use the function &#60;pre class='code'&#62;&#38;lt;?php tse_cti_anywhere( 'target', OUTPUT ); ?&#38;gt;&#60;/pre&#62; where &#60;strong&#62;'target'&#60;/strong&#62; is the ID of the textarea you are using and &#60;strong&#62;OUTPUT&#60;/strong&#62; is boolean &#60;strong&#62;&#60;em&#62;TRUE&#60;/em&#62;&#60;/strong&#62; or &#60;strong&#62;&#60;em&#62;FALSE&#60;/em&#62;&#60;/strong&#62;. Simply add the provided function wherever you want the clickable smileys to appear.&#60;/li&#62;&#60;li&#62;Set &#60;strong&#62;OUTPUT&#60;/strong&#62; to &#60;strong&#62;&#60;em&#62;TRUE&#60;/em&#62;&#60;/strong&#62; to echo the CTI smileys to the page, and &#60;strong&#62;&#60;em&#62;FALSE&#60;/em&#62;&#60;/strong&#62; to use the output of the function in a variable.&#60;/li&#62;&#60;li&#62;&#60;strong&#62;'target'&#60;/strong&#62; defaults to &#60;strong&#62;&#60;em&#62;'comment'&#60;/em&#62;&#60;/strong&#62; if not set.&#60;/li&#62;&#60;li&#62;&#60;strong&#62;OUTPUT&#60;/strong&#62; defaults to &#60;strong&#62;&#60;em&#62;TRUE&#60;/em&#62;&#60;/strong&#62; if not set.&#60;/li&#62;&#60;br /&#62;&#60;/ol&#62;&#60;/span&#62;&#60;hr /&#62;&#60;br /&#62;&#60;span class=&#34;question&#34;&#62;&#60;span style='font-size:1.6em;'&#62;Q:&#60;/span&#62; How do you change the spacing between the CTI smileys?&#60;/span&#62;&#60;br /&#62;&#60;span class=&#34;answer&#34;&#62;&#60;span style='font-size:1.6em;'&#62;A:&#60;/span&#62; There are two properties that can affect the spacing of the CTI smileys. Depending on your theme, you may need to modify one or both properties to change the spacing. To be safe, you should plan on modifying both by inserting the following code at the end of your theme's style.css file.&#60;br /&#62;&#60;pre class='code'&#62;#tseCTIsmileys-comment img {
    margin: 0px;
    padding: 1px;
}&#60;/pre&#62;&#60;br /&#62;If you want to increase the spacing, leave the margin set to 0px and increase the padding.&#60;br /&#62;&#60;/span&#62;&#60;hr /&#62;&#60;br /&#62;&#60;span class=&#34;question&#34;&#62;&#60;span style='font-size:1.6em;'&#62;Q:&#60;/span&#62; I see the smileys, but nothing happens when I click them. How do I fix it?&#60;/span&#62;&#60;br /&#62;&#60;span class=&#34;answer&#34;&#62;&#60;span style='font-size:1.6em;'&#62;A:&#60;/span&#62; There are a couple of things that can cause the smileys to not be clickable. The first is simple, and the other problems and solutions require basic knowledge of HTML.&#60;br /&#62;&#60;ol type='1'&#62;&#60;li&#62;&#60;strong&#62;MCEComments is enabled:&#60;/strong&#62; Unless you are using the MCEComments plugin, there is no reason to have MCEComments enabled for Tango Smileys Extended. Open the TSE Options page and make sure &#60;strong&#62;MCEComments&#60;/strong&#62; is unchecked. Even if it looks unchecked, click &#60;strong&#62;Update Options&#60;/strong&#62; anyway.&#60;/li&#62;&#60;li&#62;&#60;strong&#62;Wrong ID:&#60;/strong&#62; Tango Smileys Extended finds the comment textarea by looking for its ID, which is &#60;span style='font-size:0.6em;'&#62;almost&#60;/span&#62; always &#60;em&#62;comment&#60;/em&#62;. If your comment textarea has an ID other than &#60;em&#62;comment&#60;/em&#62;, then TSE can't find it. You should check your theme's &#60;strong&#62;comments.php&#60;/strong&#62; file to make sure the textarea has an ID of &#60;em&#62;comment&#60;/em&#62;. If the ID is not &#60;em&#62;comment&#60;/em&#62;, then change it. It should look something like this:&#60;br /&#62;&#60;pre class='code'&#62;&#38;lt;textarea name=&#34;comment&#34; id=&#34;comment&#34; rows=&#34;10&#34; columns=&#34;&#34;&#38;gt;&#38;lt;/textarea&#38;gt;&#60;/pre&#62;&#60;/li&#62;&#60;li&#62;&#60;strong&#62;Invalid HTML:&#60;/strong&#62; Valid HTML requires that no two elements have the same ID. Unfortunately, sometimes theme authors forget to check IDs before creating a new element, and the new element will have the same ID as an existing element. The textarea for the comment form will &#60;span style='font-size:0.6em;'&#62;almost&#60;/span&#62; always have an ID of &#60;em&#62;comment&#60;/em&#62;, so if another element on the page is given an ID of &#60;em&#62;comment&#60;/em&#62; then TSE will not work. The easiest way to check for this is to load a post on your site and view the source. You should search for &#60;strong&#62;id=&#34;comment&#34;&#60;/strong&#62;. If you find more than one (which should be the comment textarea), then you need to edit your theme and change the conflicting element.&#60;/li&#62;&#60;br /&#62;&#60;/ol&#62;&#60;/span&#62;&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

