Resource icon

[bd] Widget Framework 2.6.6

No permission to download
Is there a widget to show just the prefixes?

I use prefixes as a way to only have one forum, instead of 50...and it might make it easier for folks if there is a widget with just one.
 
would that code work as a widget ?

Code:
<div id="ts3viewer_1006710" style="width:; background-color:;"> </div>

<script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>

<script type="text/javascript">
<!--
var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=1006710&text=000000&text_size=12&text_family=1&js=1&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=525284&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=525284&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=525284&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=525284&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none";
ts3v_display.init(ts3v_url_1, 1006710, 100);
-->
</script>

its a TeamSpeak viewer i wnat on my homepage (allaround.cc) i use CTA Featured Threads as Portal !
 
@
+DS_DV+
Yes it does - I have a TS 3 widget on my site - frostmourne.co.uk. Just make sure you have permissions sorted on your teamspeak server, else you won't see much ;)
 
Last edited:
@RoldanLT yes some widgets of the sidebar at the home page (forum list) when on responsive mode they are located at the very bottom of the page, I want to show some widgets at the begin of the home page.
 
Try to alter PAGE_CONTAINER template, and move sidebar block up.
Try to move this:
Code:
<!-- sidebar -->
                <aside>
                    <div class="sidebar">
                        <xen:hook name="page_container_sidebar">
                        <xen:include template="ad_sidebar_top" />
                        <xen:if is="!{$noVisitorPanel}"><xen:include template="sidebar_visitor_panel" /></xen:if>
                        {xen:raw $sidebar}
                        <xen:include template="ad_sidebar_bottom" />
                        </xen:hook>
                    </div>
                </aside>
Below: <xen:include template="ad_above_content" />
 
Cant that code to work :/

nothing is shown .. when i write test text it shows ...

i tryied HTML and HTML without wrapper ...

Code:
<div id="ts3viewer_1006710" style="width:; background-color:;"> </div>
<script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>
<script type="text/javascript">
<!--
var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=1006710&text=000000&text_size=12&text_family=1&js=1&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=525284&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=525284&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=525284&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=525284&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none";
ts3v_display.init(ts3v_url_1, 1006710, 100);
-->
</script>
 
Hi,
i try to embedd these code (a TS3 Viewer) in my Websites sidebar.
Code:
<div id="ts3viewer_1006710" style="width:; background-color:;"> </div>
<script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>
<script type="text/javascript">
<!--
var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=1006710&text=000000&text_size=12&text_family=1&js=1&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=525284&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=525284&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=525284&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=525284&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none";
ts3v_display.init(ts3v_url_1, 1006710, 100);
-->
</script>

I use BD Widget Framework and created a block and now the problem:
On every browser and PC i cant see the TeamSpeak viewer
BUT when i brows the site with Dolphin Browser or Safari on my adnroid or iphone and click on sidebar i CAN see it?!

How can i fix that i also can see it on my Desktop?

with best +DS_DV+

//EDIT1: here the forum where you can see it: https://allaround.cc/forums/

and in my opera i can see it but i must click on a small load blocked elements ... so it got blocked by my browsers ?! why and how can i prevent it from being blocked?
 
Last edited:
Remove all the things you added and try this.

Create a new template called :
teamspeak_list


with its content being:
Code:
<div id="ts3viewer_1006710" style="width:; background-color:;"> </div>
<script type="text/javascript" src="http://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script>
<script type="text/javascript">
<!--
var ts3v_url_1 = "http://www.tsviewer.com/ts3viewer.php?ID=1006710&text=000000&text_size=12&text_family=1&js=1&text_s_weight=bold&text_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=525284&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=underline&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=525284&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=none&text_c_color_h=525284&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=underline&text_u_weight=bold&text_u_style=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=525284&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none";
ts3v_display.init(ts3v_url_1, 1006710, 100);
-->
</script>


Then go to appearance -> add new widget:
For renderer - select:
[advanced] template

and in the template field enter:
teamspeak_list

fill in the position/title/expression to suit yourself and you should be good

gdfggsdf.webp
 
Found the problem :(

TSViewer.com don seem to support SSL :(

Both browsers block the javascript because the dont load mixed content

any idia how to fix that?
 
Last edited:
That's odd, as you see from the image, I set it up the exact way I have explained it and it displays just fine in ff.
 
I am trying to add LGSL game server block not sure how it will look but need to know how to use the PHP Code into a block form my site

Here is the Code I used to use on PHPNuke and vBulletin Blocks

global $lgsl_zone_number, $output;
$lgsl_zone_number = 1;
$output = "";
require "lgsl/lgsl_files/lgsl_zone.php";
echo $output;

If you want to help just download the stand alone version of LGSL Game server monitor from GreyCube

http://www.greycube.com/site/download.php?view.56

I am a noob with XenForo but I learn quickly...
 
I'm in the process of creating my widget and I'm running into an issue. If anyone is able to provide assistance, I'd greatly appreciate it, as looking into other widgets doesn't seem to help much.
Code:
exception occurred: call_user_func() expects parameter 1 to be a valid callback, cannot access protected method Z61App_Widgets_Z61App::_render() in C:\xampp\htdocs\xenforo\library\WidgetFramework\WidgetRenderer\Callback.php on line 56
 
Hello,

Was just wondering if there is some sort of work around, or way to code a side bar block from a add-on into widget framework compatibility?

It does not sound like it would be too difficult of a edit,
Thanks!
 
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.

Also I'd really like to know how to set up a tabbed widget with latest posts and such. So far I've not been successful trying to set up this plugin to actually do what it promises.
 
Top Bottom