i think you must change forum_list option to page where you want to showsIs there anyway to have a sidebar block show for every page for a specific add-on?
i think you must change forum_list option to page where you want to shows
That sounds problematic for big boards.the home page's Latest Threads side block widget still caching years old threads
It's fairly similar to do that with and without [bd] Widget Framework. I find this guide useful, you should check it out https://xenforo.com/community/resou...media-block-to-a-sidebar-or-portal-page.3793/I'm told this add-on makes it difficult to use a sidebar block for the Media add-on.
Is this true?
Can widget framework be used to display latest Media entries? If so, how?
Tx!
The Threads renderer does not use search index table to prepare its data FYI. That means truncating that table won't affect the widget in anyway. There are a few type of Threads (for example: most view) which may show old threads. How did you configure it? A screenshot should be useful.Yesterday I was told to truncate the search index table due to a MySQL crash and rebuild the search index. I did so, but the home page's Latest Threads side block widget still caching years old threads, even though I changed the cache to 0. How do I correct this? I've already cleared Cloudflare cache after the search reindexing was completed last night as well.
I even change the layout to Sidebar (avatar...) option, didn't do anything. Still shows default layout.
I used that guide and its easy to follow.It's fairly similar to do that with and without [bd] Widget Framework. I find this guide useful, you should check it out https://xenforo.com/community/resou...media-block-to-a-sidebar-or-portal-page.3793/
Probably use "all" and put some expression for it. Depends on the add-on really.Is there anyway to have a sidebar block show for every page for a specific add-on?
It depends on the HTML contents. In the screenshot, the YouTube embed code has higher display priority so the popup menu is hidden behind it. This can be fixed by editing EXTRA.css template. However, I need to see the HTML contents to have fix though, best to send me your site info via conversation?I am having issues with HTML widget covering some of my site too. And also the expression effectively working as a conditional but also producing errors in the ACP error log.
$visitor['user_id'] AND !$visitor['customFields']['hide_ads']
ErrorException: Undefined index: hide_ads - library/WidgetFramework/WidgetRenderer.php(498) : runtime-created function:3
You can use this, don't even need to check the user_id.I've got an expression like this:
Code:$visitor['user_id'] AND !$visitor['customFields']['hide_ads']
However, some users have not yet saved their preferences on the site and do not have a "hide_ads" key in their options blob... so I get these errors:
Is there some way to add a check in the expression so that it only tries to read the customField if that field exists or is there a Helper or some other way to read the customFields?
empty($visitor['customFields']['hide_ads'])
If you don't want the default sidebar, you should enable the Clear Sidebar widget.Hi,
I installed Widget framework. However, i have been having an issue.
When I do not clear the sidebar, widgets of "Forum Statistics", "Members Online Now", etc. show even when I have them disabled. When I clear the sidebar, only the statuses show.
I'm trying to have a widget that shows recent replies but it will not show, not use I do not clear Sidebar but then it shows the widgets that I do not want.
Any help, please?
If you don't want the default sidebar, you should enable the Clear Sidebar widget.
When you enable that widget, if only the Recent Status widget is visible, please double check the display order of the other widgets.
As I said, you need to enable the Clear Sidebar. And add new widget with display order > 10.Thanks for your quick response.
Since i posted that, i tried re-installing the Widget Framework. Now, if I clear sidebar, it gets rid of everything. but if I do not, it shows all the widgets that I disabled and doesn't show the new widget that I am trying to add.
We use essential cookies to make this site work, and optional cookies to enhance your experience.