How Do I remove the 'Last Post' Column?
Announcement
Collapse
No announcement yet.
How Do I remove the 'Last Post' Column?
Collapse
X
-
Go to your:
Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> FORUMHOME
Find this code, remove the red code, add the blue code:
Code:<tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <td class="thead" colspan="2">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr>
Code:<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td> <td class="alt1" colspan="2">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if>
Comment
-
the code that you posted to modify in the FORUMHOME, I cannot find it there, but it is in the FORUMDISPLAY so i made the change there. the second change you suggest, i had to modify that similarly in level1_post , level1_NOpost , and level2_post. i got it to work that way but i'm not sure if it is right or not. also, my threads and post columns are 2 different widths now, i need to get them back to the same.
Comment
-
I am trying to do this exact same thing. I have been over this thread a few times and tried it on a child "test" style.
The only result I am getting is that the title of "last post" column disappears and is merged into post count title.
The actual last posts still remain on forumdisplay (forum listing page)?
???
I would like for my forum listing page to show name of forums, number of threads, number of posts... no last post column or title. Is this possible?
Comment
-
Not to beat a dead horse or anything... But this is really strange...
I woke up this morning, decided it was time for a little template modification before work. You know how that goes.
Anyways, Jake, I made all of the changes in this thread to my test style and also included the changes to the forumdisplay templates > FORUMDISPLAY...
Nothing... Now nothing is different at all from the original style that I am modifying.
I set my default style to this "test" style in adminCP. Viewed it, refreshed multiple times, and nothing... Weird?
It must be some sort of server lag time or cookie timeout issue going on?
Any ideas?Anybody?
Comment
-
Originally posted by Jake BunceIf you send me a PM with your forum info then I can take a look.Last edited by mechanical mind; Sun 19 Dec '04, 3:29pm.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment