<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : How to Make new Theme</title>
		<link>https://www.cotonti.com</link>
		<description>Laatste forum onderwerpen</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Tue, 14 Apr 2026 03:57:49 -0000</pubDate>

		<item>
			<title>Macik</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=2#42525">#42525</a> <strong>n0fx: </strong>
<blockquote class="fp"> </blockquote>

<p>Thank you I fixed from github update :) but I am getting still some of similar errors but I think its related my URL slug system</p>

<pre class="brush:php;gutter:false;toolbar:false;">
A variable type check failed, expecting G/ALP for 'm' : details;id=48605;df=169 - /uyeler?m=details;id=48605;df=169</pre>
</blockquote>

<p>Yes, you are right. `m` parameter <span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">while imported </span>is checked against alpha-numeric values (ALP filter), but your data consist of special signes (;=). So you need to locate importing block in your plugin and change filter type to 'TXT'.</p>

<blockquote class="fp">
<blockquote class="fp">
<blockquote class="fp">
<p>I want to send mass e-mail to my users about new website and when they click to spesific url they should login to website directly. how i can do it? do you have a idea ?</p>
</blockquote>

<p>It's potentionaly dangerous. There is no such functional in the core. So you need to write some plugin for it.</p>
</blockquote>

<p>Yes, I know thats why I want this link will work 1 time. I want to ask you like What's necessary to login user? Is there function related it ?</p>
</blockquote>

<p>There is no «ready to use» function now. So look at `login.php` for inspiration.</p>

<blockquote class="fp">
<blockquote class="fp">
<blockquote class="fp">
<p>I am using hybridauth plugin. facebook is working well but I couldnt get e-mail, birthday and location information. I know cotonti was using before this plugin. did you have same problem ?</p>
</blockquote>

<p>I can not remember exactly. But think it can be related to permissions you setup in FB API while registering your application.</p>
</blockquote>

<p>email permission came by default but I couldnt get email information. Maybe its related plugin is using old hybridauth cores or plugin is not compatible with cotonti last version ? I am thinking like that because Cotonti website also disabled hybridauth plugin.</p>
</blockquote>

<p>As for this site, first of all we moved site to `https`, so need to setup new app URLs in socials settings pages. But later it exposes some socials still not work. So for fast solution we turned it off. And yes, hybridauth core uses old version of corresponding lib, so may be problem located there. But I didn't test a new one. </p>
]]></description>
			<pubDate>Thu, 15 Dec 2016 11:24:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42532]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=2#42521">#42521</a> <strong>Macik: </strong>
<blockquote class="fp"> </blockquote>

<blockquote class="fp">
<p>I got so much security logs like:</p>

<pre class="brush:php;gutter:false;toolbar:false;">
A variable type check failed, expecting COOKIE/ALP for 'ct66deea74dc5db9a1' : MTgxMDcxOmIzZGNmYjlkNGU2YzFkMjAzNzI3ZWIzMTM4YTRlMDBjYWY4MzBmYjM= - /  </pre>

<p>What's problem? How i can solve it? </p>
</blockquote>

<p>It seems to be a minor bug related to Auth system. Issue <a href="https://github.com/Cotonti/Cotonti/issues/1557" rel="nofollow">#1557</a> created. And already fixed... Thanks for report. :)</p>
</blockquote>

<p>Thank you I fixed from github update :) but I am getting still some of similar errors but I think its related my URL slug system</p>

<pre class="brush:php;gutter:false;toolbar:false;">
A variable type check failed, expecting G/ALP for 'm' : details;id=48605;df=169 - /uyeler?m=details;id=48605;df=169</pre>

<blockquote class="fp">
<blockquote class="fp">
<p>I want to send mass e-mail to my users about new website and when they click to spesific url they should login to website directly. how i can do it? do you have a idea ?</p>
</blockquote>

<p>It's potentionaly dangerous. There is no such functional in the core. So you need to write some plugin for it.</p>
</blockquote>

<p>Yes, I know thats why I want this link will work 1 time. I want to ask you like What's necessary to login user? Is there function related it ?</p>

<blockquote class="fp">
<blockquote class="fp">
<p>I am using hybridauth plugin. facebook is working well but I couldnt get e-mail, birthday and location information. I know cotonti was using before this plugin. did you have same problem ?</p>
</blockquote>

<p>I can not remember exactly. But think it can be related to permissions you setup in FB API while registering your application.</p>

<p> </p>
</blockquote>

<p>email permission came by default but I couldnt get email information. Maybe its related plugin is using old hybridauth cores or plugin is not compatible with cotonti last version ? I am thinking like that because Cotonti website also disabled hybridauth plugin.</p>
]]></description>
			<pubDate>Wo, 14 Dec 2016 00:38:33 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42525]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=2#42474">#42474</a> <strong>n0fx: </strong>
<p>How i can change 404 page ?</p>
</blockquote>

<p>Locate `error.tpl` within your theme files, copy it to <span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">`error.404.tpl` and modify it for your needs.</span></p>

<blockquote class="fp">
<p>I got so much security logs like:</p>

<pre class="brush:php;gutter:false;toolbar:false;">
A variable type check failed, expecting COOKIE/ALP for 'ct66deea74dc5db9a1' : MTgxMDcxOmIzZGNmYjlkNGU2YzFkMjAzNzI3ZWIzMTM4YTRlMDBjYWY4MzBmYjM= - /  </pre>

<p>What's problem? How i can solve it? </p>
</blockquote>

<p>It seems to be a minor bug related to Auth system. Issue <a href="https://github.com/Cotonti/Cotonti/issues/1557" rel="nofollow">#1557</a> created. And already fixed... Thanks for report. :)</p>

<blockquote class="fp">
<p>How i can be sure shield protection is working? I didnt see any log about that. Normally I got so much because of bots.</p>
</blockquote>

<p>Check is it enabled «Administration panel»  → «Configuration» → «Security».  And try to play with `Shield timers` and `Anti-hammer` values, and test some action (e.g. comments send as a guest). </p>

<blockquote class="fp">
<p>I saw on the admin page "Confirm potentially dangerous actions:" What does mean and how is working If I enabled ?</p>
</blockquote>

<p>If enabled the system displays confirmation dialogs (yes/no) for dangerous actions like deleting some thing (e.g. user post or page category, and so on).</p>

<blockquote class="fp">
<p>I want to send mass e-mail to my users about new website and when they click to spesific url they should login to website directly. how i can do it? do you have a idea ?</p>
</blockquote>

<p>It's potentionaly dangerous. There is no such functional in the core. So you need to write some plugin for it.</p>

<blockquote class="fp">
<p>I am using hybridauth plugin. facebook is working well but I couldnt get e-mail, birthday and location information. I know cotonti was using before this plugin. did you have same problem ?</p>
</blockquote>

<p>I can not remember exactly. But think it can be related to permissions you setup in FB API while registering your application.</p>

<p> </p>
]]></description>
			<pubDate>Ma, 12 Dec 2016 12:55:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42521]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<p>Hi again, sorry I couldnt answer before.</p>

<p>Yes, you are right I converted data double time sorry :( btw I opened the web site : <a href="https://www.ultima-strike.com" rel="nofollow">https://www.ultima-strike.com</a></p>

<p>Thank you for everything @macik</p>
<p class="updated"><strong>Added 16 hours later:</strong></p><p>I have a few questions. </p>

<p>How i can change 404 page ?</p>

<p>I got so much security logs like:</p>

<pre class="brush:php;gutter:false;toolbar:false;">
A variable type check failed, expecting COOKIE/ALP for 'ct66deea74dc5db9a1' : MTgxMDcxOmIzZGNmYjlkNGU2YzFkMjAzNzI3ZWIzMTM4YTRlMDBjYWY4MzBmYjM= - /

A variable type check failed, expecting COOKIE/ALP for 'ct66deea74dc5db9a1' : MTUzODU6M2M5Y2I3YjRjOGZjYjIyM2YzY2YyODNiNjhiZWVkNjFjZDE2MjcwNQ== - /forum/ultima-online/ekip-arkadaslari-araniyor-q51896&amp;d=2

A variable type check failed, expecting COOKIE/ALP for 'ct66deea74dc5db9a1' : MTUzODU6M2M5Y2I3YjRjOGZjYjIyM2YzY2YyODNiNjhiZWVkNjFjZDE2MjcwNQ== - /uye/Xlore

A variable type check failed, expecting COOKIE/ALP for 'ct66deea74dc5db9a1' : MTczODcxOjlkYThjOWY0NWU3NzZhMTczNjc2NzY5ODU3MDQ3ZTZhODY0MzdjZWI= - /download/uo/uodownload/uo-mondains-legacy-ml
</pre>

<p>What's problem? How i can solve it? </p>

<p>How i can be sure shield protection is working? I didnt see any log about that. Normally I got so much because of bots.</p>

<p>I saw on the admin page "Confirm potentially dangerous actions:" What does mean and how is working If I enabled ?</p>

<p> </p>

<p>many thanks</p>
<p class="updated"><strong>Added 3 days later:</strong></p><p>I want to send mass e-mail to my users about new website and when they click to spesific url they should login to website directly. how i can do it? do you have a idea ?</p>
<p class="updated"><strong>Added 1 day later:</strong></p><p>I am using hybridauth plugin. facebook is working well but I couldnt get e-mail, birthday and location information. I know cotonti was using before this plugin. did you have same problem ?</p>
]]></description>
			<pubDate>Wo, 07 Dec 2016 00:28:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42474]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>First, check forum posts <span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">actual </span>data, to analyze is it really «double converted» or no... </p>

<p>If it has a correct plain HTML code (not «doubled» as in second exampe) — just check these parser related settings:<br />
Administration panel → Configuration → Main Settings → Markup parser:    It should be — `HTML`.</p>

<p>Administration panel → Extensions → Forums → Configuration → Enable markup: `Yes`</p>

<p> </p>
]]></description>
			<pubDate>Thu, 17 Nov 2016 15:39:13 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42371]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<p>Hi again :)</p>

<p>I was using bbcode then I converted my data to HTML with bbcode parser plugin but I have a problem especially with forum posts. for example my forum post looking like that..</p>

<p>I am using</p>

<p>- CKeditor<br />
- HTML Purifier<br />
- HTML Parser</p>

<pre class="brush:php;gutter:false;toolbar:false;">
&lt;blockquote&gt;&lt;strong&gt;Lucretius :&lt;/strong&gt;
başlık çok güzel olmuş bunu dökümanlar bölümünede eklersen çok sevinirim.&lt;br /&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
Teşekkür ederim. Dökümanlara eklemek için resimler ve linkleri html olarak değiştirmem gerekiyor sanırım? Olduğu gibi c/p yapsam sorun olurmu?&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color:#171A97"&gt;&lt;em&gt;Daha sonra eklenen mesaj 10 dakika&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;strong&gt;Neon :&lt;/strong&gt;
oo tamam &lt;img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /&gt; bide script pack koydukmu bak bakalım artık herkez run uocu.. şimdiden açılmaya başlar shardlar.. ama gerçekten güzel b,r çalışma tebrik ederim..&lt;br /&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
Teşekkür ederim. Zaten orijinal RunUO paketinin içinde bir sürü script var. Yani server oynanmaya hazır olarak geliyor. Extraları kendiniz eklemelisiniz sadece.</pre>

<p>When I am looking on the source with CKeditor</p>

<pre class="brush:php;gutter:false;toolbar:false;">
&lt;p&gt;&amp;lt;blockquote&amp;gt;&amp;lt;strong&amp;gt;Lucretius :&amp;lt;/strong&amp;gt;&lt;br /&gt;
başlık &amp;ccedil;ok g&amp;uuml;zel olmuş bunu d&amp;ouml;k&amp;uuml;manlar b&amp;ouml;l&amp;uuml;m&amp;uuml;nede eklersen &amp;ccedil;ok sevinirim.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Teşekk&amp;uuml;r ederim. D&amp;ouml;k&amp;uuml;manlara eklemek i&amp;ccedil;in resimler ve linkleri html olarak değiştirmem gerekiyor sanırım? Olduğu gibi c/p yapsam sorun olurmu?&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#171A97&amp;quot;&amp;gt;&amp;lt;em&amp;gt;Daha sonra eklenen mesaj 10 dakika&amp;lt;/em&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;lt;strong&amp;gt;Neon :&amp;lt;/strong&amp;gt;&lt;br /&gt;
oo tamam &amp;lt;img class=&amp;quot;aux smiley&amp;quot; src=https://www.cotonti.com/&amp;quot;./images/smilies/smile.gif&amp;quot; alt=&amp;quot;:)&amp;quot; /&amp;gt; bide script pack koydukmu bak bakalım artık herkez run uocu.. şimdiden a&amp;ccedil;ılmaya başlar shardlar.. ama ger&amp;ccedil;ekten g&amp;uuml;zel b,r &amp;ccedil;alışma tebrik ederim..&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Teşekk&amp;uuml;r ederim. Zaten orijinal RunUO paketinin i&amp;ccedil;inde bir s&amp;uuml;r&amp;uuml; script var. Yani server oynanmaya hazır olarak geliyor. Extraları kendiniz eklemelisiniz sadece.&lt;/p&gt;
</pre>

<p>How i can solve it?</p>

<p>Note: I am still working on the example database I mean I can convert my database again.</p>
]]></description>
			<pubDate>Thu, 17 Nov 2016 01:38:27 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42369]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42341">#42341</a> <strong>n0fx: </strong>
<p>Weird i didnt know its related SED_DEBUG sorry.</p>
</blockquote>

<p class="updated">I do not think so. But can't explain...</p>

<blockquote class="fp">
<p>I want to use recent items plugin for page.tpl. I researched but I couldn't find a way for it. How i can do it? </p>

<p>Many thanks :)</p>
</blockquote>

<p>By default it works only on these hooks `index.tags, header.tags, footer.tags`.</p>

<p>To extend it for Pages:</p>

<p>- locate file `recentitems.index.php`;<br />
- add `page.tags` hook to list in header block:<br />
 </p>

<pre class="brush:bash;gutter:false;toolbar:false;">
Hooks=index.tags,header.tags,footer.tags,page.tags</pre>

<p> </p>
]]></description>
			<pubDate>Zo, 13 Nov 2016 16:53:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42350]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<p>Unfortunately it doesnt work :(</p>

<p>NOTE: I was using SED_DEBUG from config.php. When I am seaching why SESSION isnt exists, I changed SED_DEBUG mode to FALSE so <strong>its working now. </strong>Weird i didnt know its related SED_DEBUG sorry.</p>
<p class="updated"><strong>Added 21 hours later:</strong></p><p>Hi,</p>

<p>I want to use recent items plugin for page.tpl. I researched but I couldn't find a way for it. How i can do it? </p>

<p>Many thanks :)</p>
]]></description>
			<pubDate>Za, 12 Nov 2016 14:48:06 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42341]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42319">#42319</a> <strong>n0fx:</strong>
<p>{LIST_ROWCAT_COUNT} always show 0 even I looked last element of category structure. It should show how many pages under the category? How i can solve it? </p>
</blockquote>

<blockquote class="fp">
<p>Note: I am working with my old database (converted last cotonti version from seditio). When I added page, I can see 1 but it doesnt count my old pages.</p>
</blockquote>

<p>First try this: go to «Administration» → «Structure» → «Pages» and click «Resync».</p>
]]></description>
			<pubDate>Za, 12 Nov 2016 02:19:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42337]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42304">#42304</a> <strong>Macik: </strong>
<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42302">#42302</a> <strong>n0fx: </strong>
<blockquote class="fp">
<blockquote class="fp">
<p><strong> found {PAGE_ROW_NUM}</strong></p>
</blockquote>

<p>What <span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">extension / </span>section / template you are edit?</p>
</blockquote>

<p>I used for news plugin</p>
</blockquote>

<p>Yes, you can use {PAGE_ROW_NUM}. (Or with direct variable access — {PHP.jj})</p>
</blockquote>

<p>Its very good I can use also for different variables :)</p>

<blockquote class="fp">
<blockquote class="fp">
<blockquote class="fp">
<blockquote class="fp">
<p class="updated">how i can change pagination html tags ?</p>
</blockquote>

<p>Look at `system/resources.rc.php` → «<em><strong>Pagination</strong></em>» section. You can redefine this variables in your `theme_name.php` file.</p>
</blockquote>

<p>This is very good but I also need to change &lt;p class="paging"&gt; ? Actually I want to change to &lt;ul&gt; &lt;li&gt;</p>
</blockquote>

<p>Unfortunately, `&lt;p&gt;` wrapper is hard coded in many templates. So to fully change it you need to rearrange whole template.</p>

<p>But you can use a little «hackaround» — add wrapper to `$R['link_pagenav_first']` and `$R['link_pagenav_last']` as listed below (… denotes other paging related code):</p>

<pre class="brush:php;gutter:false;toolbar:false;">
$R['link_pagenav_first'] = '&lt;/p&gt;&lt;ul class="mypaging"&gt;…';
$R['link_pagenav_last'] = '…&lt;/ul&gt;&lt;p class="paging"&gt;';
</pre>

<p>So final rendered HTML whould be:</p>

<pre class="brush:php;gutter:false;toolbar:false;">
&lt;p class="paging"&gt;&lt;/p&gt;
  &lt;ul class="mypaging"&gt;
    …you pager code…
  &lt;/ul&gt;
&lt;p class="paging"&gt;&lt;/p&gt;</pre>

<p>So just add `p.paging{display:none;}` to your CSS to eliminate unnecessary paragraphs.</p>
</blockquote>

<p>This is good idea but  If you are at the first page system dont show {FORUMS_TOPICS_PAGEPREV} thats why its not working. <br />
I solved like this I changed system/functions.php 4062 line<br />
 </p>

<pre class="brush:php;gutter:false;toolbar:false;">
if ($current &gt; 0)</pre>

<p>to</p>

<pre class="brush:php;gutter:false;toolbar:false;">
if ($current &gt; -1)</pre>

<p>and line 4114</p>

<pre class="brush:php;gutter:false;toolbar:false;">
if (($current + $perpage) &lt; $entries)</pre>

<p>to</p>

<pre class="brush:php;gutter:false;toolbar:false;">
if ($entries)</pre>

<p><br />
 </p>

<p class="updated"><strong>Added 5 hours later:</strong></p>

<p>{LIST_ROWCAT_COUNT} always show 0 even I looked last element of category structure. It should show how many pages under the category? How i can solve it? </p>

<p>Note: I am working with my old database (converted last cotonti version from seditio). When I added page, I can see 1 but it doesnt count my old pages.</p>
]]></description>
			<pubDate>Wo, 09 Nov 2016 20:59:01 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42319]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42302">#42302</a> <strong>n0fx: </strong>
<blockquote class="fp">
<blockquote class="fp">
<p><strong> found {PAGE_ROW_NUM}</strong></p>
</blockquote>

<p>What <span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">extension / </span>section / template you are edit?</p>
</blockquote>

<p>I used for news plugin</p>
</blockquote>

<p>Yes, you can use {PAGE_ROW_NUM}. (Or with direct variable access — {PHP.jj})</p>

<blockquote class="fp">
<blockquote class="fp">
<blockquote class="fp">
<p class="updated">how i can change pagination html tags ?</p>
</blockquote>

<p>Look at `system/resources.rc.php` → «<em><strong>Pagination</strong></em>» section. You can redefine this variables in your `theme_name.php` file.</p>
</blockquote>

<p>This is very good but I also need to change &lt;p class="paging"&gt; ? Actually I want to change to &lt;ul&gt; &lt;li&gt;</p>
</blockquote>

<p>Unfortunately, `&lt;p&gt;` wrapper is hard coded in many templates. So to fully change it you need to rearrange whole template.</p>

<p>But you can use a little «hackaround» — add wrapper to `$R['link_pagenav_first']` and `$R['link_pagenav_last']` as listed below (… denotes other paging related code):</p>

<pre class="brush:php;gutter:false;toolbar:false;">
$R['link_pagenav_first'] = '&lt;/p&gt;&lt;ul class="mypaging"&gt;…';
$R['link_pagenav_last'] = '…&lt;/ul&gt;&lt;p class="paging"&gt;';
</pre>

<p>So final rendered HTML whould be:</p>

<pre class="brush:php;gutter:false;toolbar:false;">
&lt;p class="paging"&gt;&lt;/p&gt;
  &lt;ul class="mypaging"&gt;
    …you pager code…
  &lt;/ul&gt;
&lt;p class="paging"&gt;&lt;/p&gt;</pre>

<p>So just add `p.paging{display:none;}` to your CSS to eliminate unnecessary paragraphs.</p>
]]></description>
			<pubDate>Di, 08 Nov 2016 08:53:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42304]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42293">#42293</a> <strong>Macik: </strong>
<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42271">#42271</a> <strong>n0fx: </strong>
<p>I need to use &lt;/div&gt; 1 time in the PAGE_ROW. How can i get data how many times loop in the PAGE_ROW like while $i variable ?  I hope I could explain myself.</p>

<p><strong>I found {PAGE_ROW_NUM}</strong></p>
</blockquote>

<p>What <span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">extension / </span>section / template you are edit?</p>
</blockquote>

<p>I used for news plugin</p>

<blockquote class="fp">
<blockquote class="fp">
<p class="updated"><strong>Added 4 days later:</strong></p>

<p>how i can change pagination html tags ?</p>
</blockquote>

<p>Look at `system/resources.rc.php` → «<em><strong>Pagination</strong></em>» section. You can redefine this variables in your `theme_name.php` file.</p>
</blockquote>

<p>This is very good but I also need to change &lt;p class="paging"&gt; ? Actually I want to change to &lt;ul&gt; &lt;li&gt;</p>
]]></description>
			<pubDate>Ma, 07 Nov 2016 14:08:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42302]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42271">#42271</a> <strong>n0fx: </strong>
<p>I need to use &lt;/div&gt; 1 time in the PAGE_ROW. How can i get data how many times loop in the PAGE_ROW like while $i variable ?  I hope I could explain myself.</p>

<p><strong>I found {PAGE_ROW_NUM}</strong></p>
</blockquote>

<p>What <span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">extension / </span>section / template you are edit?</p>

<blockquote class="fp">
<p class="updated"><strong>Added 4 days later:</strong></p>

<p>how i can change pagination html tags ?</p>
</blockquote>

<p>Look at `system/resources.rc.php` → «<em><strong>Pagination</strong></em>» section. You can redefine this variables in your `theme_name.php` file.</p>
]]></description>
			<pubDate>Za, 05 Nov 2016 22:24:10 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42293]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<p>I did reinstall, its working now, thank you :) actually I didnt expect its related reinstall :)</p>

<p class="updated"><strong>Added 5 hours later:</strong></p>

<p>Some of plugins are not working with 0.9.19. I made list and I will update this list. I also wrote comment why its not working.</p>

<p><br /><a href="https://www.cotonti.com/extensions/files-media/pageavatar-siena">https://www.cotonti.com/extensions/files-media/pageavatar-siena</a> (Solved: you can look to comment on the page)</p>

<p>If you want to optimize images expect thumb images. you should add these codes:<br />
pageavatar.page.add.done.php (line 49)<br />
 </p>

<pre class="brush:php;gutter:false;toolbar:false;">
$info = getimagesize($filename);
 if ($info['mime'] == 'image/jpeg') {$image = imagecreatefromjpeg($filename);
 imagejpeg($image, $filename, 85);
 }
elseif ($info['mime'] == 'image/gif') {$image = imagecreatefromgif($filename);
imagegif($image, $filename, 85);
}
elseif ($info['mime'] == 'image/png') {$image = imagecreatefrompng($filename);
imagepng($image, $filename, 85);
}</pre>

<p><br /><a href="https://www.cotonti.com/extensions/files-media/612">https://www.cotonti.com/extensions/files-media/612</a></p>

<p class="updated"><strong>Added 1 day later:</strong></p>

<p>Hi,</p>

<p>I need to use &lt;/div&gt; 1 time in the PAGE_ROW. How can i get data how many times loop in the PAGE_ROW like while $i variable ?  I hope I could explain myself.</p>

<p><strong>I found {PAGE_ROW_NUM}</strong></p>
<p class="updated"><strong>Added 4 days later:</strong></p><p>how i can change pagination html tags ?</p>
]]></description>
			<pubDate>Zo, 30 Okt 2016 16:02:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42271]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>So, you get this error even open a plugin page `<span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;text-align:justify;background-color:rgb(255,255,255);">index.php?e=search</span>`?  </p>

<p>If so — no idea yet. It can be some rights inconsistency, but needs to be investigated in details.</p>

<p>First, try to uninstall it completedly and then reinstall.</p>
]]></description>
			<pubDate>Zo, 30 Okt 2016 15:54:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42270]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42264">#42264</a> <strong>Macik: </strong>
<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42239">#42239</a> <strong>n0fx: </strong>
<p>There is a list about default common, modules and plugin tpl tags? // I found <a href="https://www.cotonti.com/tpltags">https://www.cotonti.com/tpltags</a></p>
</blockquote>

<p>To simplify developing TPL of certain pages — you can eneble <a href="https://www.cotonti.com/docs/ext/themes/cotemplate_debug_mode">list available tags and blocks</a>.</p>

<blockquote class="fp">
<p class="updated"><strong>Added 3 days later:</strong></p>

<p>Hi, I am using v0.9.19. When I try to use search plugin, there is a error like "You're not allowed to do this.". Then I try to enter "Rights" of Search plugin but there is a also error like "One of the request parameters is invalid or has expired. Please go back and try submitting the form again."</p>

<p>Whats the problem? Do you have a idea? </p>

<p>I looked issue on the cotonti github page but I couldnt find about it because search plugin doesnt work on this website too.</p>
</blockquote>

<p>Seems security check of form data is failed (it used by core for POST forms).</p>

<p>What way you are use `Search` plugnin? I mean what form, what method of form data sending (get/post) and what address you send this data?</p>

<p>Try to see default nemesis theme for search form (in `footer.tpl`).</p>
</blockquote>

<p>I didnt try to send data via POST Actually I just try to enter index.php?e=search and I got error #930 access denied thats why I was trying to enter rights page about search plugin (admin.php?m=rightsbyitem&amp;ic=plug&amp;io=search) then there is a again error "One of the request parameters is invalid or has expired. Please go back and try submitting the form again." </p>

<p>I want to say also I upgrade seditio v123 to cotonti v0.9.19 maybe its related about it ?</p>

<p>note: I got same error when I use search plugin on the nemesis theme :(</p>
]]></description>
			<pubDate>Zo, 30 Okt 2016 15:07:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42269]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<blockquote class="fp"><a href="https://www.cotonti.com/forums?m=posts&amp;q=8260&amp;d=1#42239">#42239</a> <strong>n0fx: </strong>
<p>There is a list about default common, modules and plugin tpl tags? // I found <a href="https://www.cotonti.com/tpltags">https://www.cotonti.com/tpltags</a></p>
</blockquote>

<p>To simplify developing TPL of certain pages — you can eneble <a href="https://www.cotonti.com/docs/ext/themes/cotemplate_debug_mode">list available tags and blocks</a>.</p>

<blockquote class="fp">
<p class="updated"><strong>Added 3 days later:</strong></p>

<p>Hi, I am using v0.9.19. When I try to use search plugin, there is a error like "You're not allowed to do this.". Then I try to enter "Rights" of Search plugin but there is a also error like "One of the request parameters is invalid or has expired. Please go back and try submitting the form again."</p>

<p>Whats the problem? Do you have a idea? </p>

<p>I looked issue on the cotonti github page but I couldnt find about it because search plugin doesnt work on this website too.</p>
</blockquote>

<p>Seems security check of form data is failed (it used by core for POST forms).</p>

<p>What way you are use `Search` plugnin? I mean what form, what method of form data sending (get/post) and what address you send this data?</p>

<p>Try to see default nemesis theme for search form (in `footer.tpl`).</p>
]]></description>
			<pubDate>Za, 29 Okt 2016 21:07:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42264]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<p>Nice :) If there is no problem, I want to ask question about process of new theme on this topic. This topic also can guide who want to make new theme.</p>

<p>There is a list about default common, modules and plugin tpl tags? // I found <a href="https://www.cotonti.com/tpltags">https://www.cotonti.com/tpltags</a></p>

<p class="updated"><strong>Added 3 days later:</strong></p>

<p>Hi, I am using v0.9.19. When I try to use search plugin, there is a error like "You're not allowed to do this.". Then I try to enter "Rights" of Search plugin but there is a also error like "One of the request parameters is invalid or has expired. Please go back and try submitting the form again."</p>

<p>Whats the problem? Do you have a idea? </p>

<p>I looked issue on the cotonti github page but I couldnt find about it because search plugin doesnt work on this website too.</p>
]]></description>
			<pubDate>Di, 25 Okt 2016 20:56:10 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42239]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>To be exact — template loading function is flexible and search for several places TPL file may exists.</p>

<p>For example of `coolplug` Plugin and its default template `coolplug.tpl` this chain would be:</p>

<ul><li>`themes/mytheme/plugins/coolplug/<span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">coolplug.tpl</span>` </li>
	<li style="font-size:15px;">`themes/<span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">mytheme/</span>plugins/<span style="font-size:15px;">coolplug.tpl</span>` </li>
	<li style="font-size:15px;">`themes/<span style="font-size:15px;">mytheme/</span><span style="font-size:15px;">coolplug.tpl</span>` </li>
</ul><p style="font-size:15px;">(Same rules for Modules and `modules` folder respectively)</p>

<p style="font-size:15px;">If you have many Extensions templates in your theme, it's more clear to place it in separate folders.</p>
]]></description>
			<pubDate>Di, 25 Okt 2016 20:43:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42238]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<p>Thank you for answer :) I look skeletonti and clymene. I still think nemesis is good start point for reference theme. I want to understand How is working template system because when I add forum tpl files in the root theme folder its working but I also <span style="font-family:'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">just </span>add forum tpl files in themefolder/modules its working too.. So This template system just can look tpl file name on the theme folder even I added different folder on the theme folder?</p>

<p> </p>

<p>I want to ask because I can make own folder structure ? :)</p>
]]></description>
			<pubDate>Di, 25 Okt 2016 19:06:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42235]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>Yes, Nemesis theme is simple enought to start from. But as you mentioned it had not self-tuned tpl for some Extensions. </p>

<p>It's OK to use Nemesis as reference and add default TPL from Extensions folders. I do not recommend to use Symisun as its quite outdated.</p>

<p>A secong variant is to use more complete (but simple enough) themes like <a href="https://github.com/Twiebie/cot-skeletonti" rel="nofollow">Skeletonti</a> or <a href="https://github.com/seditio/clymene" rel="nofollow">Clymene</a>.<br />
 </p>
]]></description>
			<pubDate>Di, 25 Okt 2016 06:21:17 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42232]]></link>
		</item>
		<item>
			<title>n0fx</title>
			<description><![CDATA[<p>Hi everyone,</p>

<p>I am still using seditio old version. I converted my database to cotonti siena what was important for me. Then I want to make new theme for my website.</p>

<p>I prepared my HTML files. First I was thinking I can use nemesis theme for reference theme but for example there is no forum tpl files in the folder. Then I found tpl files on the modules/forums but I also found tpl files (forum) on the symisun-03 theme folder. So I am confused now How I can start to make new theme ? Someone can guide me?  I also need clean and well coded theme for reference.</p>

<p>Thanks a lot.</p>

<p> </p>
]]></description>
			<pubDate>Ma, 24 Okt 2016 23:52:29 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=8260&d=0#post42231]]></link>
		</item>
	</channel>
</rss>