<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Customize quotes</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 02:43:21 -0000</pubDate>

		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	Okay, i'll create a ticket for that.</p>
<p>
	Not very user friendly to not have nested quotes. Results in very messy posts when quoting a post that already contains quotes...</p>
<p>
	<strong>Added 4 days later:</strong></p>
<p>
	Any chance nested quotes can be implemented again in the system, or perhaps as a plugin? Can this be done with the patterns for bbcodes?</p>
<p>
	It's pretty standard to have working nested quotes in a forum, isn't it?</p>
]]></description>
			<pubDate>Thu, 14 Чер 2012 20:47:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=6965&d=0#post34696]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Yes, please create a ticket for _begin/_close problem.</p>
<p>
	As for nested quotes, they've been deprecated since Seditio. I guess the reason is to keep the markup simple.</p>
]]></description>
			<pubDate>Thu, 14 Чер 2012 15:44:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=6965&d=0#post34695]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<pre class="brush:php;">
$theme_reload['R']['forums_code_quote'] = "{\$postername}:\n{\$text}\n\n"; </pre>
<p>
	Works in themename.php, but obviously without open and close tags it doesn't create a quote and only inserts the text.</p>
<p>
	I guess I could use something like:</p>
<pre class="brush:php;">
$theme_reload['R']['forums_code_quote'] = "[quote]{\$postername}:\n{\$text}\n\n[/quote]";</pre>
<p>
	Should I submit a ticket for this bug?</p>
<p>
	Editing bbcode.forums.php is also an option, but much less desirable as this is a change in the system instead of the theme.</p>
<p><strong>Added 24 minutes later:</strong></p><p>
	It's not really going to work out with quotes inside quotes. A quote inside a quote is not displayed as a quote, only as plain text.</p>
<p>
	Any idea's on that?</p>
]]></description>
			<pubDate>Ср, 13 Чер 2012 20:45:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=6965&d=0#post34687]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[<p>
	Also plugins such as bbcode or html may overload these resources because they are parser-specific. Please let us know if some of these tricks worked or not.</p>
]]></description>
			<pubDate>Ср, 13 Чер 2012 20:35:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=6965&d=0#post34685]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[<p>
	You can try to set $theme_reload['R']['forums_code_quote'] in your themename.php. The _begin and _close variants won't work since they don't use cot_rc(). This is a bug.</p>
]]></description>
			<pubDate>Вт, 12 Чер 2012 08:00:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=6965&d=0#post34665]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	Yep, that's exactly what I did. It's not changing anything.</p>
]]></description>
			<pubDate>Пн, 11 Чер 2012 21:41:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=6965&d=0#post34658]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[<p>
	Not sure you got this or not, but resource strings can be defined in <em>themename</em>.php, e.g. nemesis.php.</p>
]]></description>
			<pubDate>Пн, 11 Чер 2012 20:58:27 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=6965&d=0#post34657]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	I understood through a <a href="https://github.com/Cotonti/Cotonti/issues/823" rel="nofollow">ticket in Github</a> that it's possible to customize the quotes a bit by using resource strings in theme.php in the theme folder.</p>
<p>
	For example:</p>
<pre class="brush:php;">
$R['forums_code_quote'] = "{\$postername}:\n{\$text}\n\n";
$R['forums_code_quote_begin'] = '';
$R['forums_code_quote_close'] = '';</pre>
<p>
	I've tried this but nothing changes. Am I missing something here?</p>
]]></description>
			<pubDate>Пн, 11 Чер 2012 18:32:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=6965&d=0#post34656]]></link>
		</item>
	</channel>
</rss>