I'd like to add a sidebar for advertising banner ads to pages other than the forum list page (I like to keep the current template on the forum list page). Will this resource allow me to do do?
I'd like to add a sidebar for advertising banner ads to pages other than the forum list page (I like to keep the current template on the forum list page). Will this resource allow me to do do?
Is there a way to create widgets of the default XF sidebar blocks, such as these in the conversation view? I'd like to have the flexibility for them that the framework provides.
So I got it working, but when I clear the sidebar it clears it, thinking they're the default blocks. How does the clear sidebar work? How can I prevent it from doing this?
So I got it working, but when I clear the sidebar it clears it, thinking they're the default blocks. How does the clear sidebar work? How can I prevent it from doing this?
There is a bug I believe when using the Threads widget. widget type: Recent Threads, list layout.
On the first row
===========
The avatar belongs to the last poster.
The last posters name is gunnarg (Tooltip for the link "gunnarg" displays "Thread starter" which is obviously wrong)
The initial post date is 29 december 2012
It's very confusing because the reader might think that the last post was made 29 december 2012. It's because we are mixing information in a single column that origins from both the initial post and the last post.
I believe it would be much better to place the last posters avatar at the right as in the example below:
Then the original posters name (and avatar) can be displayed in the default column at the left.
Another nice feature would be a link to the forum where the thread is placed. (Just like it looks at /find-new/posts?recent=1)
I've been trying for quite some time now. I can't figure out how to make the Advanced Template renderer work.
I need to read and display a simple value from the XF database.
Whatever I try, i get the error "The controller CallbackClass does not define an action called Callback." (With a capital "C" in Callback)
The controller is obviously found. (I get a different error if I rename the controller file).
Code:
<?php
class CallbackClass {
public static function callback(array $widget, $positionCode, array $params, XenForo_Template_Abstract $renderTemplateObject) {
return 'this is some custom html';
}
}
I can get this working just by using a PHP Callback renderer but I'd prefer to use a template.
Is there a basic example somewhere using the Advanced Template Renderer ? I'm really stuck on this one .... Thanks
I forgot to mention, this has showed up after upgrading to the most recent version:
Code:
ErrorException: Fatal Error: Class 'WidgetFramework_Template_Extended' not found - library/WidgetFramework/Listener.php:101
Generated By: Unknown Account, Today at 18:19