<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — [Extension] om_markitup 1.4.2.03]]></title>
		<link>https://punbb.informer.com/forums/topic/26338/extension-ommarkitup-14203/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/26338/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [Extension] om_markitup 1.4.2.03.]]></description>
		<lastBuildDate>Mon, 04 Jan 2016 23:27:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [Extension] om_markitup 1.4.2.03]]></title>
			<link>https://punbb.informer.com/forums/post/155371/#p155371</link>
			<description><![CDATA[<p>Bug,</p><br /><p>if I try to use button code I have code /list instead code /code</p><p>fault is in bbcode_tags.php file at line 67</p>]]></description>
			<author><![CDATA[null@example.com (rrawicz)]]></author>
			<pubDate>Mon, 04 Jan 2016 23:27:34 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/155371/#p155371</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension] om_markitup 1.4.2.03]]></title>
			<link>https://punbb.informer.com/forums/post/154170/#p154170</link>
			<description><![CDATA[<p>You were right - the extension included js files in the wrong way. I have corrected that, now it should work without any more problems <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (keeshii)]]></author>
			<pubDate>Wed, 17 Sep 2014 15:47:45 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/154170/#p154170</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension] om_markitup 1.4.2.03]]></title>
			<link>https://punbb.informer.com/forums/post/154163/#p154163</link>
			<description><![CDATA[<div class="quotebox"><cite>Visman wrote:</cite><blockquote><p><strong>Gregoric</strong>, why on the page two jQuery boot?<br /></p><div class="codebox"><pre><code>...
&lt;meta charset=&quot;utf-8&quot; /&gt;
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js&quot;&gt;&lt;/script&gt;
...
&lt;script&gt;
    $LAB.setOptions({AlwaysPreserveOrder:false})
    .script(&quot;//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&quot;).wait();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre></div></blockquote></div><p>I had declared jQuery twice, as I did not know how to add custom JS code back then (and I have coded it into the main.tpl template file). Since I made some research about LAB.js (thanks to your pointing out that jQuery is loading twice in my case) I am now able to use my custom JS files properly <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>After removing double jQuery, the addon did returned lack of jQuery lib loaded and so I have added such line to the footer.php so that the addon JS code loads after the LABjs loads jQuery library.<br /></p><div class="codebox"><pre><code>$forum_loader-&gt;add_js($base_url.&#039;/extensions/om_markitup/js/jquery.markitup-1.1.13.js&#039;);</code></pre></div><p>Now the extension works just fine!</p>]]></description>
			<author><![CDATA[null@example.com (Gregoric)]]></author>
			<pubDate>Sat, 13 Sep 2014 16:48:58 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/154163/#p154163</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension] om_markitup 1.4.2.03]]></title>
			<link>https://punbb.informer.com/forums/post/153280/#p153280</link>
			<description><![CDATA[<p>Is this like the BBCode official extension?</p>]]></description>
			<author><![CDATA[null@example.com (semperverus)]]></author>
			<pubDate>Mon, 11 Aug 2014 15:17:31 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/153280/#p153280</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension] om_markitup 1.4.2.03]]></title>
			<link>https://punbb.informer.com/forums/post/153278/#p153278</link>
			<description><![CDATA[<p><strong>Gregoric</strong>, why on the page two jQuery boot?<br /></p><div class="codebox"><pre><code>...
&lt;meta charset=&quot;utf-8&quot; /&gt;
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js&quot;&gt;&lt;/script&gt;
...
&lt;script&gt;
    $LAB.setOptions({AlwaysPreserveOrder:false})
    .script(&quot;//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&quot;).wait();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Visman)]]></author>
			<pubDate>Mon, 11 Aug 2014 13:23:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/153278/#p153278</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension] om_markitup 1.4.2.03]]></title>
			<link>https://punbb.informer.com/forums/post/153272/#p153272</link>
			<description><![CDATA[<p>When tring to use the extension, such an error is reported in the console when accessing new post page:<br /></p><div class="codebox"><pre><code>TypeError: $(...).markItUp is not a function 2:266</code></pre></div><p>How should I fix this one or what could it possibly be caused by?</p>]]></description>
			<author><![CDATA[null@example.com (Gregoric)]]></author>
			<pubDate>Mon, 11 Aug 2014 12:57:29 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/153272/#p153272</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension] om_markitup 1.4.2.03]]></title>
			<link>https://punbb.informer.com/forums/post/150608/#p150608</link>
			<description><![CDATA[<div class="quotebox"><cite>Trace wrote:</cite><blockquote><p>change the height of Quick Reply Box to be similar to this without extension.</p></blockquote></div><p>Done.</p>]]></description>
			<author><![CDATA[null@example.com (keeshii)]]></author>
			<pubDate>Fri, 25 Oct 2013 18:52:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/150608/#p150608</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension] om_markitup 1.4.2.03]]></title>
			<link>https://punbb.informer.com/forums/post/150581/#p150581</link>
			<description><![CDATA[<p>Hey, keeshii! I have a suggestion to change the height of Quick Reply Box to be similar to this without extension.<br />Currently it is so big like on Full Post Reply.</p>]]></description>
			<author><![CDATA[null@example.com (Trace)]]></author>
			<pubDate>Wed, 23 Oct 2013 16:31:24 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/150581/#p150581</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Extension] om_markitup 1.4.2.03]]></title>
			<link>https://punbb.informer.com/forums/post/150251/#p150251</link>
			<description><![CDATA[<p>Oh, thanks Keeshii, added to the <a href="http://punbb.informer.com/forums/post/149596/#p149596">List</a></p>]]></description>
			<author><![CDATA[null@example.com (Trace)]]></author>
			<pubDate>Wed, 18 Sep 2013 18:51:51 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/150251/#p150251</guid>
		</item>
		<item>
			<title><![CDATA[[Extension] om_markitup 1.4.2.03]]></title>
			<link>https://punbb.informer.com/forums/post/150250/#p150250</link>
			<description><![CDATA[<p><strong>om_markitup</strong><br />Changes the bbcode editor to <a href="http://markitup.jaysalvat.com/examples/bbcode/">MarkItUp</a>. I have hook&#039;ed this plugin, so other extensions can easly add add their buttons to the toolbar. Please don&#039;t install pun_bbcode - these two extension cannot be activated at the same time, unless you like trouble <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><br /><p><strong>om_markitup 1.4.2.03 (current)</strong>: <a href="https://github.com/keeshii/punbb-extensions/raw/master/distfiles/om_markitup-1.4.2.03.zip">om_markitup-1.4.2.03.zip</a></p><br /><p>Changelog:<br /><span class="bbu">1.4.2.02</span><br />Fixed problem with forum_loader add_js<br />Prepared for php 5.5</p><p><span class="bbu">1.4.2.02</span><br />Textarea in quickpost panel becomes smaller.</p><p><span class="bbu">1.4.2.01</span><br />Initial version</p><br /><p><strong>Screenshot:</strong><br /><span class="postimg"><img src="http://dev.poldrag.katowice.pl/distfiles/punbb/om_markitup.png" alt="http://dev.poldrag.katowice.pl/distfiles/punbb/om_markitup.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (keeshii)]]></author>
			<pubDate>Wed, 18 Sep 2013 18:48:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/150250/#p150250</guid>
		</item>
	</channel>
</rss>
