Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Problem solved as you instructed, xfrocks.


Code:
.sidebar .section.widget-tabs .primaryContent h3 {
padding: 3px 6px;
font: inherit;
background: none;
margin: 0;
}
 
.sidebar .section.widget-tabs .primaryContent {
border: 0;
box-shadow: none;
}
.sidebar .section.widget-tabs .primaryContent .tabs {
background-color:#E9E9E9;
}

Screen Shot 2012-09-16 at 2.12.31 PM.webp

I'm very happy. Thank you very much again. (y)
 
anyone ever had an issue with avatars not fetched properly? It works fine on all widgets, just the Widget Type: New Replies set every avatar to default, no matter what:
<img src="styles/xenforo/avatars/avatar_s.png" width="48" height="48" alt="username">
 
anyone ever had an issue with avatars not fetched properly? It works fine on all widgets, just the Widget Type: New Replies set every avatar to default, no matter what:
<img src="styles/xenforo/avatars/avatar_s.png" width="48" height="48" alt="username">
had this issue since early 1.x versions and still existing on 2.0.6
If you are having problem with new replies, it's very likely that you have conflict problem between [bd] Widget Framework and some other add-on.
 
I have the recent posts addon enabled for a few forums. For some reason it does not display the users avatar, it only displays their gender. Any idea of why this is happening?

EDIT: When viewing the forums as a guest it displays their avatar. Only when logged in does it display a little "?" logo. What can I do to fix this?

Thanks.
 
I have the recent posts addon enabled for a few forums. For some reason it does not display the users avatar, it only displays their gender. Any idea of why this is happening?

EDIT: When viewing the forums as a guest it displays their avatar. Only when logged in does it display a little "?" logo. What can I do to fix this?

Thanks.
Can you take a screenshot of the widgets page in AdminCP?
 
Hi there,

Is there a way to link the title of each sidebar widget to a page you want? I have 2 widgets displaying latest threads from different nodes. I am just wondering if there is a way so that when the title of the widget is clicked, it takes them directly to the node.

Thanks.
 
Hi there,

Is there a way to link the title of each sidebar widget to a page you want? I have 2 widgets displaying latest threads from different nodes. I am just wondering if there is a way so that when the title of the widget is clicked, it takes them directly to the node.

Thanks.
You can always use HTML for the widget title.
 
Okay cool, is there a way to change it? I can't even get it to link 3 letters.
What are you trying to put into it? I have checked, the limit is 75. However, something as simple as below is enough

Code:
<a href="forums/something">Some Forum Name</a>
 
Top Bottom