<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Custom spinner</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Fri, 17 Apr 2026 14:07:04 -0000</pubDate>

		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>I guess that will work aswell.</p>

<p>Thanks Macik.</p>
]]></description>
			<pubDate>Pzt, 07 Eki 2013 14:14:20 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7548&d=0#post38124]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>Sounds good. Had a same problem some time ago.</p>

<p>But it's not a problem as I think. Just use <code>#loading img{display:none;}</code> to hide original and css source you post to show new.</p>

<p> </p>
]]></description>
			<pubDate>Paz, 06 Eki 2013 00:54:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7548&d=0#post38118]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>Is it possible to override the default spinner used by Cotonti without overriding the ./images/spinner.gif?</p>

<p>The reason is so that custom spinner images can be used for themes.</p>

<pre class="brush:jscript;">
beforeSend: function() {
    if (!settings.nonshowloading) $('#' + settings.divId).append('&lt;span style="position:absolute; left:' + ($('#' + settings.divId).width()/2 - 110) + 'px;top:' + ($('#' + settings.divId).height()/2 - 9) + 'px;" class="loading" id="loading"&gt;&lt;img src="https://www.cotonti.com/./images/spinner.gif" alt="loading"/&gt;&lt;/span&gt;').css('position', 'relative');
},</pre>

<p>The image path is hardcoded in base.js. Maybe we can simply use the class/ID of 'loading' in base.js and in the theme control it via the stylesheet.</p>

<pre class="brush:css;">
#loading {
    display:    none;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba(255, 255, 255, .8)
                url('../img/spinner.gif')
                50% 50%
                no-repeat;
}</pre>
]]></description>
			<pubDate>Cum, 04 Eki 2013 15:27:55 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=7548&d=0#post38106]]></link>
		</item>
	</channel>
</rss>