Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Hi,

Great work! Just curious, how do i add little thumbnail images to the widget titles?
eg

2012-04-10 01.40.59 pm.webp

Vs

2012-04-10 01.41.15 pm.webp

Thanks alot!
 
That kind of customization will need template editing. You can edit the widget template directly or you can edit the extra.css template.
I have been trying this for a couple of hours, to no avail.

Please, do assist me! Much appreciated :notworthy:
 
I have been trying this for a couple of hours, to no avail.

Please, do assist me! Much appreciated :notworthy:
You may want to put something like this in your extra.css

Code:
.secondaryContent WidgetFramework_WidgetRenderer_Stats > h3 {
background: transparent url(path/to/image.png) no-repeat top left;
padding-left: {image-width}px;
}
 
You may want to put something like this in your extra.css

Code:
.secondaryContent WidgetFramework_WidgetRenderer_Stats > h3 {
background: transparent url(path/to/image.png) no-repeat top left;
padding-left: {image-width}px;
}
thanks for your prompt reply.

i've tred editing path/to/image.png and {image-width} accordingly but yet to get it to work. Is there something i am doing wrong? or are there other steps i should take note of?

once again, thanks for ur help.
 
thanks for your prompt reply.

i've tred editing path/to/image.png and {image-width} accordingly but yet to get it to work. Is there something i am doing wrong? or are there other steps i should take note?

once again, thanks for ur help.
Oops, sorry I got it slightly wrong in the previous reply. This is the correct version:

Code:
.WidgetFramework_WidgetRenderer_Stats > h3 {
background: transparent url(path/to/image.png) no-repeat top left;
padding-left: {image-width}px;
}

If it still doesn't work. Please send me a message with your site info.
 
Hi xfrocks, is there a way to make widgets appear on member_view (the member page)?
 
obviously i did... :) but the widget didn't show up... that's why I asked! ;)

And yes, i tested that on the default template! :)
I got it up in the member_view just fine. Please try again? Which renderer did you use?
 
After the update: I got this error: Invalid Widget Renderer specified: WfTopUsers_WidgetRenderer.
 
Im a little bit lost! Ive just installed, however where do I find the options in the ACP? Ive looked under options and cant see anythign relating to this mod.
 
Im a little bit lost! Ive just installed, however where do I find the options in the ACP? Ive looked under options and cant see anythign relating to this mod.

You need to go into the ACP > Appearance > Widget Framework
There you will see the options to list, add and import widgets. All the options are configurable on a per widget basis.
 
Back
Top Bottom