Resource icon

[bd] Widget Framework 2.6.6

No permission to download
I do not know, but I guess so.
I added the last poster user avatar feature in widget without add-ons from third parties.

Thanks

Yes. Added in widget options.


Yes.

Salud2
PD: edited
When are you releasing the recent threads bd widgets block?
 
How can I enable the tab group option for custom widgets?
Edit renderer file (for example: /library/Merc/DonationManager/DonationManagerWidget.php) and search (at top) for 'useWrapper' => false, and change it for 'useWrapper' => true,

Save changes.

Salud2
 
Not only it's recent threads. Are widgtes for
Salud2
 
Not only it's recent threads. Are a widgtes for
  • Friends (raw html with scrolling)
  • Adsense
  • FaceBook
  • Twitter
  • BoardTotals
  • CowntDown
  • OnlineUsers
  • ShareThisPage
  • Status Updates
  • Users widgets
    • MaxPosters
    • MostLiked
    • MostThropied
    • MostWatched
    • VisitorsToDay
    • LastRegisteredUsers
    • LastRegisteredUsers with 1+ posts
    • RegistersByGender -with statistics-
  • Posts/Threads
    • LastPosts
    • PostsMostLliked
    • LastThreads -or recent threads-
    • ThreadsMostView
    • MostWatchedThreads
    • MostRepliedThreads
Salud2
Wow that's pretty awesome man!!!
 
And coming soon (without date): RecentActivity, UsersAlbums in widget, PortaBlocks (not all but yes RecentFeatures, RecentAttachments, Donations,...) in Widgets, XenMedio in widgets, XenAtendo in Widgets, ....

Salud2
 
And coming soon (without date): RecentActivity, UsersAlbums in widget, PortaBlocks (not all but yes RecentFeatures, RecentAttachments, Donations,...) in Widgets, XenMedio in widgets, XenAtendo in Widgets, ....

Salud2
crazy-kid-birthday-gif.gif
 
This resource is awesome.. But i keep having one problem.. the items in the sidebar are not updating.. like recent threads.. it just freezes up... I often have to go in .. disable it.. then re enable it.. it only works for so long after doing that... any idea what may cause this to freeze up.. and its pretty much for anything i have in the sidebar using this..
 
This resource is awesome.. But i keep having one problem.. the items in the sidebar are not updating.. like recent threads.. it just freezes up... I often have to go in .. disable it.. then re enable it.. it only works for so long after doing that... any idea what may cause this to freeze up.. and its pretty much for anything i have in the sidebar using this..

Which version of the add-on are you using? Make sure you have the latest version. Then we will try to debug the issue.
 
Been trying to get a simple HTML list of links working but obviously doing something wrong.

This is the code HTML i'm using
Code:
<style type='text/css'>
.recommend li  { width:50%; float:left; }
</style>
 
<ul class="recommend clearfix">
    <li><a href="http://www.link1.com/" rel="external">link1</a></li>
    <li><a href="http://www.link2.com/" rel="external">link2</a></li>
    <li><a href="http://www.link3.com/" rel="external">link3</a></li>
    <li><a href="http://www.link4.net/" rel="external">link4</a></li>
    <li><a href="http://www.link5.com/" rel="external">link5</a></li>
    <li><a href="http://www.link6.com/" rel="external">link6</a></li>
</ul>

This is the end result, the links are outside the blue box. This is using the default style and the Advanced HTML widget. Any help appreciated.
box.webp
 
Been trying to get a simple HTML list of links working but obviously doing something wrong.

This is the code HTML i'm using
Code:
<style type='text/css'>
.recommend li  { width:50%; float:left; }
</style>
 
<ul class="recommend clearfix">
    <li><a href="http://www.link1.com/" rel="external">link1</a></li>
    <li><a href="http://www.link2.com/" rel="external">link2</a></li>
    <li><a href="http://www.link3.com/" rel="external">link3</a></li>
    <li><a href="http://www.link4.net/" rel="external">link4</a></li>
    <li><a href="http://www.link5.com/" rel="external">link5</a></li>
    <li><a href="http://www.link6.com/" rel="external">link6</a></li>
</ul>

This is the end result, the links are outside the blue box. This is using the default style and the Advanced HTML widget. Any help appreciated.
View attachment 46067

Your CSS .clearfix selector seems to not work properly. How did you declare it?
 
Which version of the add-on are you using? Make sure you have the latest version. Then we will try to debug the issue.
I have the latest version.. when i added another widget .. Recent post based on a 1 week criteria.. it seemed to freeze it up.. i currently have one box that has popular post, most replied, most liked... Im not sure if thats the problem, but i removed the box and it seems to not freeze up now
 
How can you add a poll widget to a specific forum?

You can use expression to show widget in specific pages. More information about [bd] Widget Framework expression here.

I have the latest version.. when i added another widget .. Recent post based on a 1 week criteria.. it seemed to freeze it up.. i currently have one box that has popular post, most replied, most liked... Im not sure if thats the problem, but i removed the box and it seems to not freeze up now

Strange :D
 
It seems the latest threads/posts don't get updated immediately, it takes at least a few minutes for a new post to show up in the widget - is there a way to make this immediate?
 
Top Bottom