![]() | | ||||||||||
| |||||||||||
| |||||||
| Notices |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Regular Member Join Date: Apr 2008 Location: California
Posts: 56
Credits: 1 ![]() | 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> {$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> {$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..... |
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
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 |