1
0
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:
Cameron
2016-04-05 13:15:58 -07:00
parent 3c2def3a31
commit 010ba14c73
7 changed files with 72 additions and 29 deletions

View File

@@ -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());
}
}