Resource icon

[bd] Widget Framework 2.6.6

No permission to download
I am guessing I will have to contact the author of this add-on to get this corrected:

Code:
Fatal error: Declaration of XenQuotation_WidgetRenderer_RandomQuotation::_getRenderTemplate() must be compatible with that of WidgetFramework_WidgetRenderer::_getRenderTemplate() in /home/familygu/public_html/library/XenQuotation/WidgetRenderer/RandomQuotation.php on line 53

Which is terrible, really wanting to use this, the author isn't around much anymore.
Point me to the release thread and I'll fix it for you.
 
Are third party widgets supposed to be added as add-ons or is there an easier way to add additional widgets?
 
Hi,

I tried adding some widgets after I installed your add on and the stylesheet diasappeared. It could have been something I'm not doing right so if you could help that would be great.

One thing I did do was widen the sidebar to fit 300 x 250 size ads.

--------------------

UPDATE:

I uninstalled the add-on and then reinstalled it. The stylesheet was ok but on an individual thread page all the text is pushed to the left. I tried adjusting the sidebar width back to 250 (default) and the stylesheet is gone and I can't get it to come back:

http://airnation.net/hangar

UPDATE 2:

I 'reset' the sidebar values and the stylesheet came back. Once I added a widget the stylesheet disappeared again. I'm at a loss what to do.

Ken
 
Anyone know how to add an icon (css/img) before the title of any block on the sidebar?
I remember reading instruction from xfrocks but couldn't find it now.
 
Anyone know how to add an icon (css/img) before the title of any block on the sidebar?
I remember reading instruction from xfrocks but couldn't find it now.
Try something like this in EXTRA.css

Code:
.WidgetFramework_WidgetRenderer_Stats > h3 {
background: url('http://domain.com/path/to/icon.png') top left no-repeat;
padding-left: 20px;
}
It will apply the icon for the statistic widget. Also move the text to the right to make room for the icon.
 
Try something like this in EXTRA.css

Code:
.WidgetFramework_WidgetRenderer_Stats > h3 {
background: url('http://domain.com/path/to/icon.png') top left no-repeat;
padding-left: 20px;
}
It will apply the icon for the statistic widget. Also move the text to the right to make room for the icon.
Thanks and glad to see you back, xfrocks ;)
 
Hi,

I tried adding some widgets after I installed your add on and the stylesheet diasappeared. It could have been something I'm not doing right so if you could help that would be great.

One thing I did do was widen the sidebar to fit 300 x 250 size ads.

Ken
Please update to version 1.5.4 to make widget work properly in "all" position.
 
Just noticed that the latest thread pulls threads from private forums. Is there any way to fix this?

Also, when I use no HTML wrapping; the sidebar blocks tend to 'stick' to the block above. Can we add some margin on the top? :)
 
Just noticed that the latest thread pulls threads from private forums. Is there any way to fix this?

Also, when I use no HTML wrapping; the sidebar blocks tend to 'stick' to the block above. Can we add some margin on the top? :)
It pulls from whatever forums the current user has permission to view. At least it should be. Is it showing private forum's threads to guest?
 
It pulls from whatever forums the current user has permission to view. At least it should be. Is it showing private forum's threads to guest?
It was my mistake. I had selected all the forums to pull the current threads from. It de-selected them and it works fine.

Could you help me with the non-wrapped blocks in sidebar? I want to put an advertisement only for the guests. But the ad-block tends to stick to the blocks above it.
 
Back
Top Bottom