View Full Version : Remove Posted by in sidebar
Muazam
06-28-2010, 02:47 PM
https://vborg.vbsupport.ru/
Anyone know how to remove this?
Thanks.
ChopSuey
06-28-2010, 02:50 PM
Edit the templates i wouldn't know which one though.....i'll see if i can find it.
Muazam
06-28-2010, 03:35 PM
I've checked the templates, I'm not sure what to look after.
Xencored
06-28-2010, 03:56 PM
I've checked the templates, I'm not sure what to look after.
AdminCP >> Forums & Moderators >> Forum Blocks Manager
Muazam
06-28-2010, 04:23 PM
AdminCP >> Forums & Moderators >> Forum Blocks Manager
Not the entire sidebar, just the things I've marked on the picture.
borbole
06-28-2010, 04:35 PM
Edit the templates i wouldn't know which one though.....i'll see if i can find it.
That is really helpful.
http://img163.imageshack.us/img163/651/removeinfo.jpg
Anyone know how to remove this?
Thanks.
@Muazaam, the template you need for that is block_threads. Find and remove the following code:
<vb:if condition="$threadstype == 0">
{vb:rawphrase posted_by} <a href="{vb:link member, {vb:raw thread}}">{vb:var thread.postusername}</a> ({vb:raw thread.replycount} {vb:rawphrase replies})
<br />{vb:raw thread.date} <span class="time">{vb:raw thread.time}</span> {vb:rawphrase in_x, {vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}, {vb:raw thread.forumtitle}}
<vb:else />
{vb:rawphrase last_post_by} <a href="{vb:link member, {vb:raw thread}, null, 'lastposterid', 'lastposter'}">{vb:var thread.lastposter}</a> ({vb:rawphrase x_replies, {vb:raw thread.replycount}})
<br />
{vb:raw thread.lastpostdate} <span class="time">{vb:raw thread.lastposttime}</span> {vb:rawphrase in_x, {vb:link forum, {vb:raw thread}, null, 'forumid', 'forumtitle'}, {vb:raw thread.forumtitle}}
</vb:if>
This will remove everything you asked for but the thread name. If the change doesn''t show up automatically, you might want to remove the block and re-add it again. Hope it helps.
Muazam
06-28-2010, 05:37 PM
Thanks borbole, It works great ;)
borbole
06-28-2010, 05:52 PM
Thanks borbole, It works great ;)
You are welcome Muazam. Glad to have been of help.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.