Complete Pastebin Plugin (uses Chilli Highlighter)
1.1 - Siena Download
This plugin creates a pastebin area similar to many other pastebin sites. The purpose is to allow code snippets to be pasted and then a link to them can be provided. Instead of sending all the code directly to someone.
BSD
В файле pastebin.view.php косяк в коде:
if (cot_plugin_active('bbcode'))
{
require_once cot_incfile('bbcode', 'plug');
$text = cot_bbcode_cdata($fa_paste['paste_text']);
}
else
{
$text = htmlspecialchars($fa_paste['paste_text']);
}
При включенном ббкод парсере код отображается не верно, исправляется удалением лишней проверки на ббкод парсер.
Insgesamt: 2, auf Seite: 2
Thanked: 2 mal
Thanks and good job