Home Page SKIN Related!!!

coolantivirus

New Member
I wanna ask

How to remove Last post, Thread and Post count from Home page. I wanna remove those from home page. and wanted to look like given in screen shot.


my.php
 
REMEMBER TO ALWAYS BACKUP YOUR FILES!
I will not take responserbilty for your actions

forumhome_forumbit_level1_nopost:

remove
PHP:
<td class="thead" width="175">$vbphrase[last_post]</td>
	  <td class="thead">$vbphrase[threads]</td>
	  <td class="thead">$vbphrase[posts]</td>

forumhome_forumbit_level1_post:

remove
PHP:
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
		<td class="alt1">$forum[threadcount]</td>
		<td class="alt2">$forum[replycount]</td>

forumhome_forumbit_level2_post:

Remove
PHP:
<td class="alt2" nowrap="nowrap" width="100%">$forum[lastpostinfo]</td>
<td class="alt2" nowrap="nowrap" width="100%">$forum[replycount]</td>
<td class="alt2" nowrap="nowrap" width="100%">$forum[threadcount]</td>
 
Hey Its working

Can u tel how can i shuffle them around like shown in screen shot

rite now thread post count remove properly now how to shuffle them around
 
Thanx mate.

We followed ur advice. But then the forum looks like this -->
dsdb1.jpg




while we wanted to make this like -->
bwtsw3.jpg



so, cn u pl tell us that how can we arrange two forums in a single row and so on?

thanx in advence.


kindly b fast in answering. Coz we have kept our forum closed.
 
Sorry image wasn't showing when I last gave advice, to have how it shows in image you wil have to do a bit of coding of which I am unsure how to do, I will look into it though for you!
In the mean time I suggest you restore your back-ups and reopen until you get the information your looking for.
 
Back
Top