Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Hi @xfrocks I have created a widget which does not appear in the list.
I managed to delete it via phpmyadmin : deleted the line in xf_widget table
but widget is still present on my pages.
I made a search for the widget title in mysql and found a record in xf_data_registry
Code:
s:10:"Aidez-nous";s:5:"class";s:49:"Robbo\DonationManagerSidebar\WidgetFramework\Goal";s:8:"position";s:35:"forum_list, forum_view, thread_view";s:13:"display_order";i:20;s:6:"active";i:1;s:7:"options";a:7:{s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:117;a:9:{s:9:"widget_id";i:117;s:5:"title";s:10:"Aidez-nous";s:5:"class";s:49:"Robbo\DonationManagerSidebar\WidgetFramework\Goal";s:8:"position";s:124:"arcade_index, arcade_play, cta_featuredthreads_featured, find_new_posts, forum_list, forum_view, member_notable, thread_view";
Any cache to clear or cron to run ? thanks
 
Last edited:
How do I add a a sidebar to pages other than the forum view?

I'd like it to be a separate sidebar for ads.
 
I installed the Widget Framework addon, but all of my widgets are showing twice in the Sidebar. How can i fix this ?
Screenshot here: https://gyazo.com/ea89b2beaf0c1d96383616028886e701

Another problem is that the default widgets are showing nice icons before the widget's title. Example in the above screenshot, the Statistics widget has a nice graph icon. But if i replace it with Widget Framework's statistics widget, the icon is replaced by ">>"
 
Another problem is that the default widgets are showing nice icons before the widget's title. Example in the above screenshot, the Statistics widget has a nice graph icon. But if i replace it with Widget Framework's statistics widget, the icon is replaced by ">>"
You can declare fontawesome icons in the title (provided you have fontawesome rightly configured). You can try :
Code:
<i class="fa fa-laptop" title="your title"></i> Your title
 
Last edited:
Hello,

I use xenPorta WITH Widget Framework at same time and i try to place in the Template "EWRporta_Portal" my own hook like "<xen:hook name="[ad_this_new_hook]" />" on a place short above the XenPorta footer template.

Then I go to my widget and try to use my new hook and got this error:
upload_2016-2-10_15-39-9.webp

upload_2016-2-10_15-39-46.webp

What I do wrong? Can anybody help me with a hint?

I will place one widget on my portal site at bottom directly under my "Recent Threads" box, and only on this one site and NOT on all sites.

Thanks for every hint. :)
 
What I do wrong? Can anybody help me with a hint?
I do not use EWRporta_Portal, but seems that "ad_this_new_hook" is not an existing hook in the system.
You have to specify an existing hook/template that already exists and managed by EWRporta.
To find the correct position and hook/template name check the link in the "Position" description paragraph : "You can browse the site with templates and hooks information here." : the system will overlay all available positions.
 
Hello,

The integrated hook finder from Widget Framework views my new own hook (hook:ad_plauderecke), look:

upload_2016-2-10_22-16-18.webp

And I can click on it to add a widget. So I think it should be all ok, but when I would save a widget with the position on my own hook, I see the error message like I post in my last post here...


Thats the point I dont understand, why WF dont let me save a widget with a position on my own hook. :(
 
OMG I see my error - I forget the:
Code:
[ and ]
in the hook in WF widget settings. Damn! :D :) Now it works - I think its better I go sleep now. :whistle:
 
You can declare fontawesome icons in the title (provided you have fontawesome rightly configured). You can try :
But then i would need to remove the >> symbol from the widgets
Screenshot : https://gyazo.com/bb9f7cffb3e9554fcf29226e51f2c5d9
edit: ok i found how to disable all default widgets using "clear sidebar" but what if i want to keep the "recent posts" widget ? WF only has options for either a "new reply" widget or a "new threads" widget, but i want both in same widget, just like the default "new posts" ! Is there a way to get the default "recent posts" inside WF so i could put it in a group of widgets ?

Also, any idea how to remove one of the widget being displayed twice ? For example the Statistics widget is being displayed twice on the screenshot, but i would prefer to keep only Widget Framework widgets because i can display more informations with them
 
Last edited by a moderator:
Also another question: using the Poll widget, how can i display only polls from a specific Forum ID ?
Is there an option to automatically display the poll results when an user has already voted in this poll, instead of prompring again to vote ?

Thanks!
 
I'm running 2.6.2-Beta5 on TAZ - the problem with Recent Threads still persists - it does not respect the forum selector. In order for the widget to be used at all, I have to set it to Use guest permissions (instead of current user permissions) but that's basically a kludge.

What happens if you don't have that checked? I don't and it seems to be working (though it doesn't respect the forum selector).


Thanks, I should have read the previous 5 pages :D

Can you individually style widgets based off of a widget ID?
And If so what code is needed in the extra css?

I'm not even close to knowledgeable about CSS, but I believe you should be able to by using the widget ID (IE id="widget-3" would be "#widget-3").
 
What happens if you don't have that checked? I don't and it seems to be working (though it doesn't respect the forum selector).
Different usergroups see different threads, but regardless many of the ones shown are really not worth of being displayed on the forumhome.
 
I fixed most issues i posted recently, except this one:
Also another question: using the Poll widget, how can i display only polls from a specific Forum ID ?
Is there an option to automatically display the poll results when an user has already voted in this poll, instead of prompting again to vote ?
I can pay for these features.
 
Hi, this addon is interesting, but I wonder if there is any issue with XF 1.5, as the development has stopped since 2014? Anyone using it with XF1.5 please advise.
 
Back
Top Bottom