Resource icon

[bd] Widget Framework 2.6.6

No permission to download
xfrocks, after update I noticed that the new replies block is no longer showing avatars, just the default avatar, all other thread blocks are displaying the users avatar correctly with the post/thread.
 
xfrocks, after update I noticed that the new replies block is no longer showing avatars, just the default avatar, all other thread blocks are displaying the users avatar correctly with the post/thread.
This sounds familiar. You must be using some add-on which has conflict with [bd] Widget Framework. I think it's User Essentials, do you have that add-on installed?
 
Thanks xfrocks for continuing to make this essential addon better and better.
I wouldn't be surprised if XF take Tag Me and WF into their core code in the future ;)
Or maybe they see no reason to do so since your addons are actively developed and supported. haha.
 
This sounds similar. You must be using some add-on which has conflict with [bd] Widget Framework. I think it's User Essentials, do you have that add-on installed?

Correct, I forgot to make the code changes after file import. ;) Thanks much.

if (!empty($fetchOptions['last_post_join']) AND empty($fetchOptions['join'])) {
Replace that with:
if (!empty($fetchOptions['last_post_join'])) {
 
Correct, I forgot to make the code changes after file import. ;) Thanks much.

if (!empty($fetchOptions['last_post_join']) AND empty($fetchOptions['join'])) {
Replace that with:
if (!empty($fetchOptions['last_post_join'])) {
It's not recommended btw. You may end up with wrong avatar (probably not now, yet).
 
Sorry if this is a stupid question but what is the best way of upgrading addons in general? I have around 20 addons installed on my board and configured and don't want to have to redo all of the settings!

This also applies to this as it's the first addons I want to upgrade to the latest version.

Cheers

edit: WF is one of the most useful addons I have seen for XF - really lovely work.
 
Thanks so much for the new widget, I am currently using the poll widget and I wish if there is a possibility to include multiple polls in the same widget. This mod is very well done and optimized too (y)
 
Rated :)

On a different note, the Status updater doesn't appear to update the status of some users (myself included). Not sure why.
 
Does what it says just fine, be nice to be able to specify the number of characters for the title and snippet if possible please :). Also would like the snippet started on a new line if the title doesn't go all the way along ... just looks nicer layout wise to me.
 
My widget request:
1. Radio widget that allows you to connect to html radio stream
2. TaigaChat widget version (currently only supporting xenporta)
3. any xenporta block ideas :)
 
My widget request:
1. Radio widget that allows you to connect to html radio stream
2. TaigaChat widget version (currently only supporting xenporta)
3. any xenporta block ideas :)
The radio widget probably won't ever be added.
The TaigaChat widget is also needed to be implemented in that addon.
Which widgets from XenPorta?
 
Back
Top Bottom