Resource icon

[bd] Widget Framework 2.6.6

No permission to download
but how do I specify that a widget should end up on it?

Edit: I found it now :)
Sorry adding widget to page is a bit complicated for now. Changes are coming ;)

i realy wonder i try but without success, how to add widget bellow new profile post??
Hmm, enter a larger display order? But you said the widgets disappear with display order other than 10 right? That's strange. Please give me your site info via conversation, I will come and take a look.

I have a problem with the profile posts widget where it does not display any profile posts unless a user is logged in.
Please check user group permission. Guest need to have "View member profiles" permission to have profile posts show up.

This is the effect I get if a select "break out of content container"

Any way to fix this? Thanks.

View attachment 83531
Probably an issue in the style. I guess some margin is missing. That can be fixed with EXTRA.css if you are still interested.

I have just noticed queries on my index page jumped from 19 to 47 after installing this addon and page generation slowed down considerably.

I am not sure this is the reason but in xenporta, threads are retrieved only if you click on a tab. I think you should consider doing the same @xfrocks Somehow with similar index page setup (several tabs), widget framework generates much more queries.

Uninstalling this for now and going back to xenporta unfortunately. Again :)
Yes, the threads are not loaded via ajax and that caused a high query count. However, most of the time the threads will be cached so you should get very low query count. The cache is disable if you enter 0 as TTL or you enable its debug mode. I may implement lazy loading feature though, it is nice to have.
 
@xfrocks oh if i select the forums it will still only display the threads based on each user view permissions?
And it was with addon installer btw, using its upgrade function. So i did old fashion way.
 
@xfrocks oh if i select the forums it will still only display the threads based on each user view permissions?
And it was with addon installer btw, using its upgrade function. So i did old fashion way.
Yes, view permissions are always checked. Selecting the forum to limit to threads within them only (and will further filtered by permission).
 
I'm using the "Feed Reader" widget to display headlines from a Wordpress RSS feed. I want to make each listed item stand out more as it's a bit hard to read.

Is it possible to display the items as a list/UL? I can't find any settings for it.
 
I'm using the "Feed Reader" widget to display a RSS feed. I want to make each listed item stand out more as it's a bit hard to read.

Is it possible to display the items as a list/UL? I can't find any settings for it.
For customized layout, you need to edit the template unfortunately. The template is "wf_widget_feed_reader".
 
For customized layout, you need to edit the template unfortunately. The template is "wf_widget_feed_reader".
Thanks!

I found everything I needed in that template and here: wf_default.css -> .WidgetFramework_WidgetRenderer_FeedReader_Entries

It looks excellent now!
 
Hey :)

I used to have WF installed on another forum I used to own and have just installed it onto a board I'm developing. On the old board, I had a WF sidebar box that showed new posts (and new threads) in one place - not tabbed. I can't remember how I set it up..please could someone give me a pointer? Thank you.

I currently have it set to Renderer - Threads, Widget Type - Latest Replies.

This catches all replies but doesn't show new threads.

Thanks.
 
Hey :)

I used to have WF installed on another forum I used to own and have just installed it onto a board I'm developing. On the old board, I had a WF sidebar box that showed new posts (and new threads) in one place - not tabbed. I can't remember how I set it up..please could someone give me a pointer? Thank you.

I currently have it set to Renderer - Threads, Widget Type - Latest Replies.

This catches all replies but doesn't show new threads.

Thanks.
Maybe you used Recent Threads?
 
I use widget framework in combination with xen media gallery. When someone adds a comment to a video, for example, this action appears in recent activity.
However, I would like to add a widget with this activity in the sidebar. I found threads/new replies which work perfectly, but do not show any likes or comments from the gallery.
What can I do?
 
@xfrocks ErrorException: Fatal Error: syntax error, unexpected '}' -library/WidgetFramework/WidgetRenderer.php(498) : runtime-created function:1
 
I use widget framework in combination with xen media gallery. When someone adds a comment to a video, for example, this action appears in recent activity.
However, I would like to add a widget with this activity in the sidebar. I found threads/new replies which work perfectly, but do not show any likes or comments from the gallery.
What can I do?
Items in recent activity are rendered by third party add-on. If you want to have like/comment you will need to ask Xen Media Gallery's author.

@xfrocks ErrorException: Fatal Error: syntax error, unexpected '}' -library/WidgetFramework/WidgetRenderer.php(498) : runtime-created function:1
Looks like an issue with one of your expression. Please note that the expression uses PHP syntax (not template syntax).
 
Back
Top Bottom