Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Is it possible to make a widget where you could show specific members? Let’s say I want to show member id 7 and 12.


And show it in a specific thread? Thread id 140 for example
 
Sorry, what I meant to say is that it does show in the specific thread but I can’t get the specific members to show on the widget.

Thank* (not than)
 
Based on what you told me I came up with this:

Code:
<a class="avatar Av52332s" data-avatarhtml="true" href="members/motobaka.52332/"><img alt="Motobaka" src="data/avatars/s/52/52332.jpg"></img>

Now, I know it works, but I don’t know if this is something very stupid to do or if it is ok to have it like that.
 
Since I moved to a new server (maybe the configuration is different) I get this problem on the top of every page:

Template Errors: wf_widget_threads
  1. Illegal string offset 'show_prefix' in /home/musicadi/public_html/internal_data/templates/S.16,L.2,wf_widget_threads.php, line 183
  2. Illegal string offset 'show_prefix' in /home/musicadi/public_html/internal_data/templates/S.16,L.2,wf_widget_threads.php, line 183
  3. Illegal string offset 'show_prefix' in /home/musicadi/public_html/internal_data/templates/S.16,L.2,wf_widget_threads.php, line 183
  4. Illegal string offset 'show_prefix' in /home/musicadi/public_html/internal_data/templates/S.16,L.2,wf_widget_threads.php, line 183
  5. Illegal string offset 'show_prefix' in /home/musicadi/public_html/internal_data/templates/S.16,L.2,wf_widget_threads.php, line 183

I also updated the plugin to the latest version, but the problem appears only the first time I open a page (a single thread, the homepage..)
When I reload the page, the error disappear.

Why?

Thanks!
 
Since I moved to a new server (maybe the configuration is different) I get this problem on the top of every page:

Template Errors: wf_widget_threads
  1. Illegal string offset 'show_prefix' in /home/musicadi/public_html/internal_data/templates/S.16,L.2,wf_widget_threads.php, line 183
  2. Illegal string offset 'show_prefix' in /home/musicadi/public_html/internal_data/templates/S.16,L.2,wf_widget_threads.php, line 183
  3. Illegal string offset 'show_prefix' in /home/musicadi/public_html/internal_data/templates/S.16,L.2,wf_widget_threads.php, line 183
  4. Illegal string offset 'show_prefix' in /home/musicadi/public_html/internal_data/templates/S.16,L.2,wf_widget_threads.php, line 183
  5. Illegal string offset 'show_prefix' in /home/musicadi/public_html/internal_data/templates/S.16,L.2,wf_widget_threads.php, line 183

I also updated the plugin to the latest version, but the problem appears only the first time I open a page (a single thread, the homepage..)
When I reload the page, the error disappear.

Why?

Thanks!
Debug mode only?
 
Add "XenForo_ViewPublic_Error_RegistrationRequired" and "XenForo_ViewPublic_Login" to the mix.

PHP:
!in_array($viewName, array(
'XenForo_ViewPublic_Register_Form',
'XenForo_ViewPublic_Login_Login',
'XenForo_ViewPublic_Misc_Contact',
'XenForo_ViewPublic_Error_RegistrationRequired',
'XenForo_ViewPublic_Login',
))
@xfrocks
How about : 'forum_list','thread_view' class?

Thanks you soo xfrocks !
 
Top Bottom