Jump to content

  •  

  • Muhammad's Photo

    Muhammad

    Member Since 23 Apr 2009
    Offline Last Active May 22 2012 11:39 AM
    -----

    Posts I've Made

    In Topic: Conversion to IPS Community

    05 January 2012 - 07:28 PM

    Did you run posts Re-builder?

    In Topic: shoutbox

    05 January 2012 - 07:25 PM

    Which part exactly?

    In Topic: Upgrade to 3.2.3 - Crash and Burned

    02 January 2012 - 01:50 AM

    can you access your Admincp?

    In Topic: Change the index date

    31 December 2011 - 05:19 PM

    Go to >> boardIndexTemplate

    Find
    <li>{$this->lang->words['by']} {parse template="userHoverCard" group="global" params="$forum_data"}</li>
    																</if>
    																<if test="hideDateUrl:|:$forum_data['_hide_last_date']">
    																	<li class='desc lighter blend_links'>{parse date="$forum_data['last_post']" format="DATE"}</li>
    																<else />
    																	<li class='desc lighter blend_links'><a href='{parse url="showtopic={$forum_data['last_id']}&amp;view=getlastpost" base="public" template="showtopic" seotitle="{$forum_data['seo_last_title']}"}' title='{$this->lang->words['view_last_post']}'>{parse date="$forum_data['last_post']" format="DATE"}</a></li>

    Replace with:

    <li><a href='{parse url="showtopic={$forum_data['last_id']}&amp;view=getlastpost" base="public" template="showtopic" seotitle="{$forum_data['seo_last_title']}"}' title='{$this->lang->words['view_last_post']}'>{parse date="$forum_data['last_post']" format="DATE"}</a> {$this->lang->words['by']} {parse template="userHoverCard" group="global" params="$forum_data"}</li>
    																</if>
    																<if test="hideDateUrl:|:$forum_data['_hide_last_date']">
    																	<li class='desc lighter blend_links'>{parse date="$forum_data['last_post']" format="DATE"}</li>

    Save.

    In Topic: Quick Navigation for 3.1.X

    29 December 2011 - 12:12 AM

    It's built in feature & you can't ever go back to 3.1 unless you have a FULL backup before upgrade process :)