<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Dots (...) appearing in Pagnation</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Thu, 30 Apr 2026 13:01:17 -0000</pubDate>

		<item>
			<title>aiwass</title>
			<description><![CDATA[<p>Thank you Alex300. This one worked:<br />
 </p>

<pre class="brush:php;">
$R['link_pagenav_gap'] = '';</pre>

<p>but not the other one. So now there are no dots :)</p>
<p><strong>Added 10 hours later:</strong></p><p>By the way....<br />
Is there more of these $R things that one can use?</p>
]]></description>
			<pubDate>ср, 18 фев 2015 20:00:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7893&d=0#post40583]]></link>
		</item>
		<item>
			<title>Alex300</title>
			<description><![CDATA[<p>Add this into you /themes/you_theme/you_theme.php file:</p>

<pre class="brush:php;">
$R['link_pagenav_gap'] = '&lt;li class="disabled"&gt;...&lt;/li&gt;';</pre>

<p>or remove dots:</p>

<pre class="brush:as3;">
$R['link_pagenav_gap'] = '';</pre>

<p> </p>
]]></description>
			<pubDate>ср, 18 фев 2015 19:44:57 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7893&d=0#post40580]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[<p>Noticed something that is rather annoying in page.list. You can see the annoying ..... (dots) at the bottom of the page where the pagnation is on <a href="http://www.evlear.com/music?d=10" rel="nofollow">www.evlear.com/music</a> and the tags used are {LIST_TOP_PAGEPREV}{LIST_TOP_PAGINATION}{LIST_TOP_PAGENEXT}.</p>

<p>They are wrapped in this:</p>

<pre class="brush:xml;">
&lt;ul class="pagination"&gt;{LIST_TOP_PAGEPREV}{LIST_TOP_PAGINATION}{LIST_TOP_PAGENEXT}&lt;/ul&gt;</pre>

<p>and the output is this:</p>

<pre class="brush:xml;">
&lt;ul class="pagination"&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music"&gt;&amp;lt;&amp;lt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=9"&gt;&amp;lt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music"&gt;1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;...&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=5"&gt;5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=6"&gt;6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=7"&gt;7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=8"&gt;8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=9"&gt;9&lt;/a&gt;&lt;/li&gt;
&lt;li class="active"&gt;&lt;a href="https://www.cotonti.com/music?d=10"&gt;10&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=11"&gt;11&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=12"&gt;12&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=13"&gt;13&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;...&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=50"&gt;50&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=11"&gt;&amp;gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cotonti.com/music?d=54"&gt;&amp;gt;&amp;gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>

<p>You can clearly see that there are:</p>

<pre class="brush:xml;">
&lt;li&gt;...&lt;/li&gt;</pre>

<p>embedded at 2 locations, yet all ... (dots) are show in the end of the whole row of pagnation numbers as seen on the image below. Highly annoying!<br /><img alt="" src="http://static.evlear.com/dots-issue-siena-0918.png" style="width:624px;height:117px;" /></p>

<p>I'm using the Siena 0.9.18 with Bootstrap v3.3.2. See the issue live here: <a href="http://www.evlear.com/music?d=10" rel="nofollow">http://www.evlear.com/music?d=10</a></p>
]]></description>
			<pubDate>ср, 18 фев 2015 19:38:21 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7893&d=0#post40579]]></link>
		</item>
	</channel>
</rss>