The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove Posted by in sidebar
Anyone know how to remove this? Thanks. |
#2
|
|||
|
|||
Edit the templates i wouldn't know which one though.....i'll see if i can find it.
|
#3
|
|||
|
|||
I've checked the templates, I'm not sure what to look after.
|
#4
|
|||
|
|||
AdminCP >> Forums & Moderators >> Forum Blocks Manager
|
#5
|
|||
|
|||
Not the entire sidebar, just the things I've marked on the picture.
|
#6
|
||||
|
||||
Quote:
@Muazaam, the template you need for that is block_threads. Find and remove the following code: HTML 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. |
#7
|
|||
|
|||
Thanks borbole, It works great
|
#8
|
||||
|
||||
You are welcome Muazam. Glad to have been of help.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|