Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Flexile dark. I even added the compatible css in the zip. But nothing changed.
Flexile has known problem as you have already known. According to the screenshot, the compatible CSS rules may have some problems. It will be useful if you can give the site URL. You can do that in a conversation if you want.
 
How is it possible to shows two different avatars of the same member?
First screenshot is latest threads and second screenshot is latest posts.
1.webp

2.webp
 
How can I change the time that the cron runs to update birthdays? They are currently changing at 9:00 PM and I'd prefer that they update at midnight.

Thank you
 
Any idea how to make the text in the tabs less close to the bottom of the tab? It looks pretty cluttered.
Just seems like the text isn't really "centered" like I feel it should be inside the tab.
This is flexile with the css fix.
1nSxz


Thanks for the awesome addon though!
 
How can I change the time that the cron runs to update birthdays? They are currently changing at 9:00 PM and I'd prefer that they update at midnight.

Thank you
There is no cron entry for the Birthday widget. The result is cached for 1 hour and it will automatically refresh itself.

Any idea how to make the text in the tabs less close to the bottom of the tab? It looks pretty cluttered.
Just seems like the text isn't really "centered" like I feel it should be inside the tab.
This is flexile with the css fix.
1nSxz


Thanks for the awesome addon though!
That can be done with some CSS rule. Something like "margin-bottom: 5px" should do it.

Does the feed renderer interpret <br>'s in the feeds at all?
The output is generated by XenForo builtin reader. <br /> tag should work.
 
Maybe a stupid question, but when I put this code in "advanced html without wrapper", bullets are not displayed.

Code:
<ul id="navigation">
  <li><a href="#" title="aller à la section 1">item1</a></li>
  <li><a href="#" title="aller à la section 2">item2</a></li>
  <li><a href="#" title="aller à la section 3">item3</a></li>
  <li><a href="#" title="aller à la section 4">item4</a></li>
  <li><a href="#" title="aller à la section 5">item5</a></li>
</ul>

What I have to do ?
Thanks
 
Hello,

Thanks for this plugin. I hope you can help me with something. Does this MOD show the "threads" I want? Is it an option?

Like I have few interesting topics and I'd like to show them on the sidebar.

Thank you!
 
Maybe a stupid question, but when I put this code in "advanced html without wrapper", bullets are not displayed.

Code:
<ul id="navigation">
  <li><a href="#" title="aller à la section 1">item1</a></li>
  <li><a href="#" title="aller à la section 2">item2</a></li>
  <li><a href="#" title="aller à la section 3">item3</a></li>
  <li><a href="#" title="aller à la section 4">item4</a></li>
  <li><a href="#" title="aller à la section 5">item5</a></li>
</ul>

What I have to do ?
Thanks
That happens because XenForo CSS remove bullets for all lists. You will need to use inline style rule like "list-style: disc outside none"
 
Back
Top Bottom