Webmaster Forum

Go Back   Webmaster Forum > Webmaster Discussion Forums > Web Design and Graphics

Notices

Reply
 
LinkBack Thread Tools Display Modes
Old 04-10-2008, 07:26 PM   #1
Regular Member
 
Join Date: Apr 2008
Location: California
Posts: 56
Credits: 1
Osirus is on a distinguished road
Send a message via MSN to Osirus Send a message via Yahoo to Osirus
Default [2.2-2.3]Last post info

This tutorial will show you how to move your last post info to which resemble vbulletins setup

First go into acp > look & feel > %skin% > click on > Edit Template HTML > Board Index > CatHeader_Expanded



FIND:

Code:
<tr>

<th colspan="2" width="66%">{$this->ipsclass->lang['cat_name']}</th>

<th style='text-align:center' width="7%">{$this->ipsclass->lang['topics']}</th>

<th style='text-align:center' width="7%">{$this->ipsclass->lang['replies']}</th>

<th width="35%">{$this->ipsclass->lang['last_post_info']}</th>

</tr>


Change to:

Code:
<tr>

<th colspan="2" width="66%">{$this->ipsclass->lang['cat_name']}</th>

<th width="35%">{$this->ipsclass->lang['last_post_info']}</th>

<th style='text-align:center' width="7%">{$this->ipsclass->lang['topics']}</th>

<th style='text-align:center' width="7%">{$this->ipsclass->lang['replies']}</th>

</tr>


Then save CatHeader_Expanded

Next go to ForumRow



Find:

Code:
</td>

<td align="center" class="row1">{$data['topics']}</td>

<td align="center" class="row2">{$data['posts']}</td>

<td class="row1" nowrap="nowrap">{$data['last_unread']} <span>{$data['last_post']}<br /><b>{$this->ipsclass->lang['in']}:</b>&nbsp;{$data['last_topic']}<br /><b>{$this->ipsclass->lang['by']}:</b> {$data['last_poster']}</span></td>

</tr>


Change to:

Code:
</td>

<td class="row1" nowrap="nowrap">{$data['last_unread']} <span>{$data['last_post']}<br /><b>{$this->ipsclass->lang['in']}:</b>&nbsp;{$data['last_topic']}<br /><b>{$this->ipsclass->lang['by']}:</b> {$data['last_poster']}</span></td>

<td align="center" class="row1">{$data['topics']}</td>

<td align="center" class="row2">{$data['posts']}</td>

</tr>


Save ForumRow

Next go to subheader



Find:

Code:
<tr>

<th colspan="2" width="66%">{$this->ipsclass->lang['cat_name']}</th>

<th align="center" width="7%">{$this->ipsclass->lang['topics']}</th>

<th align="center" width="7%">{$this->ipsclass->lang['replies']}</th>

<th width="35%">{$this->ipsclass->lang['last_post_info']}</th>

</tr>


Change to:

Code:
<tr>

<th colspan="2" width="66%">{$this->ipsclass->lang['cat_name']}</th>

<th width="35%">{$this->ipsclass->lang['last_post_info']}</th>

<th align="center" width="7%">{$this->ipsclass->lang['topics']}</th>

<th align="center" width="7%">{$this->ipsclass->lang['replies']}</th>

</tr>


Thats it your all done. Now your board looks like vbulletins setup. Live demo on this site.
__________________
Wicked3X|3xGuilds.com|
"As long as darkness flows through my veins, I will never cease, As long as my dreams still haunt me, I will never show mercy, and as long as evil lives I will never die.....
Osirus is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
My post is indexed ardit Webmaster Discussion 0 05-18-2008 07:03 PM
Best Post to Host footzilla Web Hosting Forum 5 04-20-2008 01:04 PM



vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios