cotonti.com : Customize quotes https://www.cotonti.com Last topic posts Cotonti en Wed, 02 Sep 2026 19:33:07 -0000 Twiebie Okay, i'll create a ticket for that.

Not very user friendly to not have nested quotes. Results in very messy posts when quoting a post that already contains quotes...

Added 4 days later:

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?

It's pretty standard to have working nested quotes in a forum, isn't it?

]]>
Thu, 14 Jun 2012 20:47:35 -0000
Trustmaster Yes, please create a ticket for _begin/_close problem.

As for nested quotes, they've been deprecated since Seditio. I guess the reason is to keep the markup simple.

]]>
Thu, 14 Jun 2012 15:44:53 -0000
Twiebie $theme_reload['R']['forums_code_quote'] = "{\$postername}:\n{\$text}\n\n";

Works in themename.php, but obviously without open and close tags it doesn't create a quote and only inserts the text.

I guess I could use something like:

$theme_reload['R']['forums_code_quote'] = "[quote]{\$postername}:\n{\$text}\n\n[/quote]";

Should I submit a ticket for this bug?

Editing bbcode.forums.php is also an option, but much less desirable as this is a change in the system instead of the theme.

Added 24 minutes later:

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.

Any idea's on that?

]]>
Wed, 13 Jun 2012 20:45:58 -0000
Trustmaster 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.

]]>
Wed, 13 Jun 2012 20:35:32 -0000
GHengeveld 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.

]]>
Tue, 12 Jun 2012 08:00:53 -0000
Twiebie Yep, that's exactly what I did. It's not changing anything.

]]>
Mon, 11 Jun 2012 21:41:51 -0000
GHengeveld Not sure you got this or not, but resource strings can be defined in themename.php, e.g. nemesis.php.

]]>
Mon, 11 Jun 2012 20:58:27 -0000
Twiebie I understood through a ticket in Github that it's possible to customize the quotes a bit by using resource strings in theme.php in the theme folder.

For example:

$R['forums_code_quote'] = "{\$postername}:\n{\$text}\n\n";
$R['forums_code_quote_begin'] = '';
$R['forums_code_quote_close'] = '';

I've tried this but nothing changes. Am I missing something here?

]]>
Mon, 11 Jun 2012 18:32:12 -0000