Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Is there anybody who can explain how to set up the widgets to be visible in their full glory for ALL visitors (no matter logged in or not). The only thing visible using the widgets when logged out is the widget name and an empty space.
Widget are visible to all unless you have set them otherwise.

The contents of a widget may not be visible to guests depending on what the contents are and permissions relating to this set elsewhere. Which widgets are you having problems with?
 
Basically anything but the "Share this page" is hidden unless you're not logged in. The forum set up does so far not come with any particular rulings shutting out guests. And also it's pretty basic based on Xenforo and the Resource Manager.

Not even regular html-code snippets that are visible in any other widget on any other website using any other kind of software are visible.
 
Basically anything but the "Share this page" is hidden unless you're not logged in. The forum set up does so far not come with any particular rulings shutting out guests. And also it's pretty basic based on Xenforo and the Resource Manager.

Not even regular html-code snippets that are visible in any other widget on any other website using any other kind of software are visible.
When you say 'hidden' do you mean the block contents for widgets or the entire widges themselves?

Link to site?
 
When you say 'hidden' do you mean the block contents for widgets or the entire widges themselves?

Link to site?
The content is hidden but the headlines and an empty box where the content should be seen is visible. Since this is one of the things I cannot get sorted I don't have a link to the site to share
 
The content is hidden but the headlines and an empty box where the content should be seen is visible. Since this is one of the things I cannot get sorted I don't have a link to the site to share
Then presumably it's the permissions for the threads. If the threads and posts aren't visible to guests, they won't show in the widget to guests.

I don't use that widget but there's a setting in it - "Use guest permissions (instead of current user permissions)". See if that sorts the problem.

Beyond that, it's not really possible to troubleshoot without a site to look at.
 
I'd like to display a widget in the main section (not the sidebar) of a specific category page. The widget is an [Advanced] HTML widget without the wrapper. I have "Create Pages for Categories" enabled in my options.

My current settings for the widget are:

Expression: $forum['node_id'] == 6 (tried several variations, but none seem to work)
Position: hook:forum_list_nodes

If I remove the Expression, the widget renders perfectly. However, it's trying to limit it to display on that specific category page that's creating the problem.

Can you please tell me the correct settings to make this work? Any help is greatly appreciated!
 
I'd like to display a widget in the main section (not the sidebar) of a specific category page. The widget is an [Advanced] HTML widget without the wrapper. I have "Create Pages for Categories" enabled in my options.

My current settings for the widget are:

Expression: $forum['node_id'] == 6 (tried several variations, but none seem to work)
Position: hook:forum_list_nodes

If I remove the Expression, the widget renders perfectly. However, it's trying to limit it to display on that specific category page that's creating the problem.

Can you please tell me the correct settings to make this work? Any help is greatly appreciated!

$forum['parent_node_id'] == 6
 
How to disable taigachat sidebar widget in taigachat full view.
Try with this
!in_array($page['taigachat']) == false
but not work.

Thank you
 
I have made a simple example how to use position and size to create widget pages:

1. position (inside column): 0 goes to top, 2. position: (number of column): 0 is first column, 1 is second column, etc.
1. size: number of rows spanned, 2. size: number of columns spanned.

See example in picture where position and sizes can be seen for each widget.

View attachment 53670

Great, this should be on the overview page.
 
Heyy all :)
as you can see ( https://allaround.cc ) i got it all working :)

no i have a very importent question how can i set a max hight for the widgets?

as you can see in the home/portal sidebar the default max hight is not high enough!

with best +DS_DV+
 
No matter if I set the same widget group I don't see the widgets on a tab, all what I see is this:
upload_2014-10-26_18-26-55-png.87483


Both widgets have the same Widget Group but it doesnt work. Is this a bug of the latest version?
Any suggestions?
 
I'm having a ******* of a time trying to get a login bar widget , along with the little banners for facebook, google, and twitter logins showing properly. I've tried to copy just about every template and am getting bubkus. Can any of you guys walk me through this please? Thanks.

Also having trouble with my main page threads widget:

CapturFiles.webp

See how its displaying the avatar on the left but not on the right? I'm not sure if that's the widget or @Waindigo's last post avatar add-on. Thoughts?
 
Last edited:
Maybe in extra.css
Code:
.secondaryContent{

    max-height:700px;
}

i like the idea but where to enter the code?

in the widget framework is no css path or file and in the template i use is also no path i can link to the css file...

(i use advanced template for the ts viewer)
 
Back
Top Bottom