mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Forum view-topic template wrapper fix. Custom-title styling subject to change. Default SEF-URL format now separates thread_id into 'folder'. (backward compat.)
This commit is contained in:
@@ -762,6 +762,7 @@ class e_parse_shortcode
|
||||
{
|
||||
// $cname = get_class($this->addedCodes);
|
||||
|
||||
|
||||
$tmpWrap = e107::templateWrapper($this->addedCodes->wrapper());
|
||||
if(!empty($tmpWrap)) // FIX for #3 above.
|
||||
{
|
||||
@@ -769,6 +770,10 @@ class e_parse_shortcode
|
||||
$this->wrapper = $this->addedCodes->getWrapperID();
|
||||
|
||||
}
|
||||
elseif(E107_DBG_BBSC)
|
||||
{
|
||||
// e107::getMessage()->addDebug("Wrapper Empty: ".$this->addedCodes->wrapper());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user