Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Thanks for that. But, what I am finding is, that, the block of news is not broken out like on xenporta eg http://www.lynefc.co.uk/widget-pages/Mens/ and other portal systems, its just in one clump of information. I was hoping for the look to be uniformed. Unless this is not possible, but then, I need to find a portal system that I can run alongside xenporta or even cta?
Since this IS the {BD] Framework thread, I'm curious what you are doing in XenPorta that you think can't be done in [BD]. I've used both of them, along with CFT and Showcase. Hopefully you're not holding onto XenPorta just for the slider(many have) - Showcase has an infinitely more usable slider, very easy to update the image, etc. right through your front-side moderator tools. CFT & Showcase for handling your featured threads and slider, BD for all your widgets. It works.

And if it matters to you, Donation Manager works flawlessly in [BD], right out of the box. Peace
 
I'm looking to ad a picture with a href tag in the bottom of my sidebar. I create a widget clear sidebar and for position I have hook:ad_sidebar_bottom. The thing is I want it to be only in a specific forum node - 107. Is there a way I can specify this in an expression? I tried the below code but it didn't work.

<xen:if is="{$forumId} == 107">
<a href="sdkljf.com"><img src="xcvxcvxcv.jpg"></a>
</xen:if>
 
I get this error in Debug mode....

Template Errors: wf_widget_users
  1. Missing argument 1 for XenForo_Template_Helper_Core::helperStripHtml() in /home/keepyour/public_html/members/library/XenForo/Template/Helper/Core.php, line 1272
  2. Missing argument 1 for XenForo_Template_Helper_Core::helperStripHtml() in /home/keepyour/public_html/members/library/XenForo/Template/Helper/Core.php, line 1272
  3. Missing argument 1 for XenForo_Template_Helper_Core::helperStripHtml() in /home/keepyour/public_html/members/library/XenForo/Template/Helper/Core.php, line 1272
  4. Missing argument 1 for XenForo_Template_Helper_Core::helperStripHtml() in /home/keepyour/public_html/members/library/XenForo/Template/Helper/Core.php, line 1272
  5. Missing argument 1 for XenForo_Template_Helper_Core::helperStripHtml() in /home/keepyour/public_html/members/library/XenForo/Template/Helper/Core.php, line 1272
  6. Missing argument 1 for XenForo_Template_Helper_Core::helperStripHtml() in /home/keepyour/public_html/members/library/XenForo/Template/Helper/Core.php, line 1272
  7. Missing argument 1 for XenForo_Template_Helper_Core::helperStripHtml() in /home/keepyour/public_html/members/library/XenForo/Template/Helper/Core.php, line 1272


Anyone know the solution?

Thank you :)
 
I'm looking to ad a picture with a href tag in the bottom of my sidebar. I create a widget clear sidebar and for position I have hook:ad_sidebar_bottom. The thing is I want it to be only in a specific forum node - 107. Is there a way I can specify this in an expression? I tried the below code but it didn't work.

<xen:if is="{$forumId} == 107">
<a href="sdkljf.com"><img src="xcvxcvxcv.jpg"></a>
</xen:if>
Lots of trial and error I figured it out using the expression:

$forum['node_id'] == 107

And Advanced HTML with no wrapper widget
 
Hello,
what I would like to know if there is a widget to build blocks for resource manager items, e.g. a block with top rated downloads.
 
Lots of trial and error I figured it out using the expression:

$forum['node_id'] == 107

And Advanced HTML with no wrapper widget
This expression works for me and only displays the html on node 107 but produces a server error "Undefined variable: forum"
How can it be working but still producing the error that the variable is undefined?
 
After digging into my last question a bit. I was wondering, is it possible to change what displays in the heading of a widget on a per widget basis? I ask because the wrapper is the same for all widgets.
 
Last edited:
Hi,

i´m a new xenforo user ;)

i keep on discovering the "monster" :)

On the admin panel : Apparence>Widget Framework (list widget) , i can see the widget wich appear in my sidebar , but below i have a section of "member_notable(5) and in this section , installed (by default) 5 widgets.

How can i manage that.I mean why there is this "member_notable" section here and why i can´t see on the main page of my forum the all this widget part of this section?

widget admin.webp

In advance thanks for the support
 
Hi , iam a little confused , can you please show me , how to exclude to show widget on specific NodeId
I trued this
in_array($forum['258'], array(258)) == false
but no luck
 
I use this conditional and it strangely works, but also produces an error code. You have it in the expression field? What type of widget?
 
Hi Widget Framework Developer,

I installed [bd] Widget Framework for my forum http://www.internetmarketingstar.com

A strange thing is, I could not add and show HTML code on home page (forum index) with [Advanced] HTML when choosing Renderer

I set Position: forum_list, forum_view,thread_view

But it is only showing on forum_view and thread_view

sometimes, I got luck when it showed on homepage with forum_list but when I re-save the widget then it disappeared without any reasons.

It happened with Website Services widget on my forum sidebar, this widget is showing on thread list and thread view, without on forum home. :)

How to solve this or I need to have another widget?
 
Top Bottom