1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Forum-update fixes

This commit is contained in:
Cameron
2013-04-21 21:31:42 -07:00
parent f07a214809
commit 449f31546a
6 changed files with 308 additions and 529 deletions

View File

@@ -61,7 +61,7 @@ class forum_setup
{
//Redirect upgrade to customized upgrade routine
e107::getRedirect()->redirect(e_PLUGIN.'forum/forum_update.php');
e107::getRedirect()->redirect(e_PLUGIN_ABS.'forum/forum_update.php');
//header('Location: '.e_PLUGIN.'forum/forum_update.php');
}

File diff suppressed because it is too large Load Diff

View File

@@ -283,7 +283,7 @@ $FORUM_CRUMB['forum']['value'] = "{FORUM_TITLE}";
// <small>{BREADCRUMB}</small> //FIXME Breadcrumb looks crummy
$FORUM_VIEWFORUM_TEMPLATE['start'] = "";
$FORUM_VIEWFORUM_TEMPLATE['header'] = "<div class='row-fluid'><div class='span6 pull-left'>{BACKLINK}</div> </div>
$FORUM_VIEWFORUM_TEMPLATE['header'] = "<div class='row-fluid'><div>{BACKLINK}</div> </div>
<div class='row-fluid'>
<div class='span9 pull-left'><h3>{FORUMTITLE}</h3></div>
<div class='span3 pull-right right' style='padding-top:10px'>{NEWTHREADBUTTONX}</div></div>

View File

@@ -25,6 +25,11 @@ $sc_style['ATTACHMENTS']['post'] = "</div>";
$sc_style['ANON_IP']['pre'] = "";
$sc_style['ANON_IP']['post'] = "";
$sc_style['CUSTOMTITLE']['pre'] = "<small>";
$sc_style['CUSTOMTITLE']['post'] = "</small>";
$sc_style['USER_EXTENDED']['location.text_value']['mid'] = ": ";
$sc_style['USER_EXTENDED']['location.text_value']['post'] = "<br />";
@@ -308,7 +313,7 @@ $FORUM_CRUMB['forum']['value'] = "<a class='forumlink' href='{FORUM_HREF}'>{FORU
$FORUM_VIEWTOPIC_TEMPLATE['start'] = "
<div class='row-fluid'>
<div class='span6 pull-left'>{BACKLINK}</div>
<div>{BACKLINK}</div>
</div>
<div class='row-fluid'>
@@ -336,10 +341,9 @@ $FORUM_VIEWTOPIC_TEMPLATE['thread'] = "
<div class='row-fluid' >
<div class='span2 center'>
{CUSTOMTITLE}
{AVATAR}<br />
{USERCOMBO}
{USERCOMBO}<br />
{CUSTOMTITLE}
</div>
<div class='span9 '>
{POLL}