The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm not a big fan of widget content being sat in a frame with the title and would much sooner it float on the page. How would I go about editing the widgets to do this?
I'm pretty new to vb and haven't done that much modding to my suite yet, so have no idea if this is possible let alone simply difficult. Cheers YoSpeck |
#2
|
||||
|
||||
![]()
You want remove the whole sidebar widgets or customizing widgets look?
|
#3
|
|||
|
|||
![]()
Customize the look. They sit in a white frame with "<Title>" of the widget. I'd sooner it not be in a frame and just sitting on the page. Any idea where I need to be looking? I figure it would be as simple as editing the images that make the frame and saving them as a clear transparent .png or something so that they don't show.
|
#4
|
||||
|
||||
![]()
You may create your own template for the widget (that has no frame, no title, etc) and enter the name of the custom template in the Configure Widget screen.
|
#5
|
|||
|
|||
![]()
Is any info somewhere ho to do it? I want to remove frames in all widgets in CMS.
|
#6
|
||||
|
||||
![]()
An image of what you are trying to achieve and a link to your site would help. Most likely, you just need to write some CSS for what you want, but we can't tell you want that is without an image and link.
|
#7
|
|||
|
|||
![]()
I am interested too in doing that. An example for this http://www.maxconsole.net/content.php or http://www.minatica.be/content/
|
#8
|
||||
|
||||
![]()
Do you have firebug? It will tell you exactly what classes have the borders and such so that you can then remove it. Like it says:
HTML Code:
.cms_widget { -moz-border-radius: 5px 5px 5px 5px; -moz-box-shadow: -2px 2px 2px #C8C8C8; background-color: #F1F1F1; border: 1px solid #C1C1C1; etc HTML Code:
.cms_widget { border: 0; } |
#9
|
|||
|
|||
![]()
i've instaled firebug and i saw that the class for the frame is div class = block but where i go to edit that, i tried what you said in the previous post but i didn't know where to put that or where to find it ( i tried in the additional.css template )
|
#10
|
||||
|
||||
![]()
The information on the right in firebug is what you want to look at. It shows you the CSS setting the properties. Then you can do a Search in Templates for it or just use it to write your own stuff in additional.css to replace it.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|