Resource icon

[bd] Widget Framework 2.6.6

No permission to download
I've got a slight problem here. The feed reader widget we're using doesn't appear anymore on our site. I recently updated to 2.5.9 but no change. Tried different positions & expressions, went really vanilla and reverted the feed reader template because there's some custom changes, nothing helps. It works just fine on our test installation (2.5.0d version). Main difference between those two is that production site has Xenforo enhanched search and test install doesn't. I'm not sure if the feed reader wen't off after that was installed, could be earlier.

We're running Xenforo 1.3.4.
 
I am listing the latest threads using the "standard" fullscreen view.
Perhaps i missed something, but is there a way for unregistered visitors to reach the latest reply without first entering the thread via the first page and then selecting the last page?

The normal forum view would at least show the pages of the thread while hovering above it, but that seems to be missing via Widget.

Thanks in advance!
 
I've got a slight problem here. The feed reader widget we're using doesn't appear anymore on our site. I recently updated to 2.5.9 but no change. Tried different positions & expressions, went really vanilla and reverted the feed reader template because there's some custom changes, nothing helps. It works just fine on our test installation (2.5.0d version). Main difference between those two is that production site has Xenforo enhanched search and test install doesn't. I'm not sure if the feed reader wen't off after that was installed, could be earlier.

We're running Xenforo 1.3.4.
Enhanced Search should not affect the widget though. Probably something else. Have you checked for Clear Sidebar widget? It can prevent widgets from showing up.

I am listing the latest threads using the "standard" fullscreen view.
Perhaps i missed something, but is there a way for unregistered visitors to reach the latest reply without first entering the thread via the first page and then selecting the last page?

The normal forum view would at least show the pages of the thread while hovering above it, but that seems to be missing via Widget.

Thanks in advance!
Which layout are you using? I assume not the sidebar layout?
 
Hi,
I added a widget with the birthday renderer to the sidebar and limited it to my active usersgroups with the following condition:
PHP:
XenForo_Template_Helper_Core::helperIsMemberOf($visitor, 1,39,43,8) == false

Excluding the usergroups works but the widget shows the birthday of members who didn`t check the "show day of birth/year of birth" privacy setting. Did I make a mistake or doesn`t this widget take this settings into account?

thank you - all the best,
Sacha
 
Can some body help me set up my Thread widget, just how its show in the images.
25902-7ad88c8e6ff4dd7e1f98b75270dc4025.jpg
 
Hi

I am having this server error :
Code:
ErrorException: Fatal Error: syntax error, unexpected '<' - library/WidgetFramework/WidgetRenderer.php(498) : runtime-created function:1

and it is a lot ...
 
When using $forum['parent_node_id'] == <categoryid> I get an error:
Undefined variable: forum
Im also trying to view the widget on the categroy_view as well but it only shows in the forum_view and thread_view of the category.
I have postion as follows:
category_view, forum_view, thread_view
Any idea on what is causing the error and how to make it so that the widget also shows on category_view?
 
For hook:ad_special_second_post, I want to show it for certain parent forum. I tried to use this for expression:

$forum['parent_node_id'] == 80

But it doesn't seem to work.

Any one know how to do it?
 
For hook:ad_special_second_post, I want to show it for certain parent forum. I tried to use this for expression:

$forum['parent_node_id'] == 80

But it doesn't seem to work.

Any one know how to do it?
Try
Code:
in_array($forum['node_id'], array(80))
 
Widgets on a widget page display in an order independent of where there are in ACP. Changing numbers in edit doesn't change it either. They end up in an order that the feel like being in. Any ideas?
 
Curiousity question: Do you guys and gals limit the most replied and most viewed stats (Threads Cutoff) to an amount of days or use your forum history from the beginning?
 
I have made Index Widget Page. Home page is ok, but on forum (forum_list, forum_viev, thread_viev) when I hover HOME I have the same Popup menu as in FORUM. What can I do with it?
 
Curiousity question: Do you guys and gals limit the most replied and most viewed stats (Threads Cutoff) to an amount of days or use your forum history from the beginning?
I use one day, but I guess it depends of the activity of the forum. I want it to change but not be random.
 
@xfrocks Is there anyway to get a PHP script to run in a custom HTML widget? I would like to set up a custom one with a list of my current servers and their status (Online/Offline).
 
Back
Top Bottom