PDA

View Full Version : how to remove the selected area when posting a new blog entry


samiro
12-13-2010, 08:24 AM
hellow
i am wondering whay this "block" shuld be there...
There is no logic in it.
All the information in that block is about the writer... so how will look/click on it ????
"Send Message" (for myself??? )or "View user's profile"(OMG) It's related to the user that is writing the post... so !?!?!?! it is really stupid that it's there

please help me to remove this when posting a new blog entry
see attachment: http://www.vbulletin.com/forum/attachment.php?attachmentid=49494&d=1291727372

Lynne
12-13-2010, 02:06 PM
Try putting a condition around it and see if that works:
<vb:if condition="THIS_SCRIPT != 'blog_post'">all the code</vb:if>

samiro
12-13-2010, 07:55 PM
thank you
but what is the code ?
where it start !
in witch tamlate i need to search ?

Lynne
12-13-2010, 10:47 PM
The template is called BLOG and I would guess you would put a condtion around the div called "sidebar_container":
<div id="sidebar_container">{vb:raw sidebar}</div>

You may have to adjust your CSS afterwards - I haven't tried it to see.

samiro
01-09-2011, 09:10 AM
no - this dont help
nothing changed !