Resource icon

[bd] Widget Framework 2.6.6

No permission to download
It's in a node clicked private and shows the title to guests which are checked "never" for that forum.
Are you just have the node private or it has been set private before? I asked that because the widget may be cached before it was set private.
Also, for private forum, you don't need to check "never" for a user group because with those forum, by default nobody has view permission (regardless of the user group permission), you need to grant permission for each user group to see that. It would be useful if you can provide a screenshot of the node permission page and the guest permission page for that node.
 
Yes I used that button, it may be a problem at my end and not a bug ... unless other people are experiencing it. Hold off for a wee while I'll go check a couple of things.

Tested it in a blank install and the widgets showed up under the layout page as they should so that part of the problem is at my end.

However if I put a second widget on say row zero it disappears from the layout page but still appears on the widget page created.
 
Tested it in a blank install and the widgets showed up under the layout page as they should so that part of the problem is at my end.

However if I put a second widget on say row zero it disappears from the layout page but still appears on the widget page created.
That second widget probably is probably my fault. The layout thing needs more work to be honest :P
 
Are you just have the node private or it has been set private before? I asked that because the widget may be cached before it was set private.
Also, for private forum, you don't need to check "never" for a user group because with those forum, by default nobody has view permission (regardless of the user group permission), you need to grant permission for each user group to see that. It would be useful if you can provide a screenshot of the node permission page and the guest permission page for that node.


It's a new node. Perhaps it cached it before I set it to private. Is there a clear cache function?
 
That second widget probably is probably my fault. The layout thing needs more work to be honest :p

No worries, realise this is a new feature so will have it's little bugs :).

One last question while I'm on this subject. Could a widget page be created as a landing page for the site, i.e. the home page,?
 
No worries, realise this is a new feature so will have it's little bugs :).

One last question while I'm on this subject. Could a widget page be created as a landing page for the site, i.e. the home page,?
Not possible on its own right now but that's what I'm aiming for.

I'm just now doing the new update. That should do it anyway shouldn't it?
You haven't upgraded to latest version of the add-on yet? Then you should upgrade it and go to the widget and click Save.
 
Last edited:
Why would anyone want it to ignore viewer permissions? Don't we want members to see posts they are allowed to in private forums?
 
Why would anyone want it to ignore viewer permissions? Don't we want members to see posts they are allowed to in private forums?
When you specifically select a forum then there is no reason for the system to check for permissions (and reduce a few queries). If you want to select some private forum, just use expression to limit the widget to select user groups. That way resource will not be wasted to continuously read from database and return nothing.
 
Thanks for the update!

Is it possible to add the Nodes As Tabs options to the widget page? In the moment I can add every page or category to the tabs, but not the widget page. And is there is possibility to group widgets in a tab group on the widget page?

I also don't know how to change the visibile name of a widget on the widget portal. There is no field for such option.

Maybe I want to use the widget page as my portal site.
 
Last edited:
After the last update the HTML advanced widget is not working anymore.
gKZpviY.png


I am ussing xenforo 1.2.0
 
After the last update the HTML advanced widget is not working anymore.
gKZpviY.png


I am ussing xenforo 1.2.0

all my widgets except for TaigaChat are showing up like this after i updated to the latest version, i tried rebuilding caches and reinstalling the add-on but without success, any ideas on how to fix this? :P
 
all my widgets except for TaigaChat are showing up like this after i updated to the latest version, i tried rebuilding caches and reinstalling the add-on but without success, any ideas on how to fix this? :p
Strange. I will need your site address ;)
 
Can anyone help me with this. I am trying to get a slider at my homepage. I don't want to code an entire widget for this so deciding to use advanced php widget and use get the variables from some other widget. I need a php forloop for recent threads with this markup

HTML:
<ul class="slider class">
                    <li>
                        <a href="thread url" target="_blank"><img src="attachment URL" alt="attachment1"/></a>
                        <div class="slider description">
                            <h3>Thread Title</h3>
<p>Thread Excerpt</p>
                        </div>
                    </li>
  </ul>
 
Top Bottom