• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[bd] Widget Framework

Status
Not open for further replies.
There is an error on my portal. (yes only at portal) all the tabs in a widget, display together. Like that:

widget.webp

i know there is a bug bacause i limited 5 thread for a tab. In forumview everythig is normal.
 
Hi- I have an html widget showing on my xenportal. I only want this widget to show to members that are logged in, otherwise it should be hidden. Can this be easily done?
 
There is an error on my portal. (yes only at portal) all the tabs in a widget, display together. Like that:

View attachment 22926

i know there is a bug bacause i limited 5 thread for a tab. In forumview everythig is normal.
Hi there, sorry I missed your post.
It looks like the tab is not setup correctly. Probably because of some javascript conflict behind the scene. Which style are you using? Do you have any custom blocks on your portal? If you can post the site url, that would be helpful.
 
Found the problem. It's because for some unknown reason Jaxel decided to include the whole jQuery Tools Tabs source into his javascript file and that conflicts with XenForo's own jQuery Tools Tabs include. That's why you can't have nice tabs in the portal. Because this is not my add-on problem, I can't do much. Jaxel will have to fix his add-on but you can do a temporary workaround by editing a file, detail below:

Filename: xenforo-root/js/8wayrun/EWRporta_jqui.js
Search for:

Code:
jQuery UI Tabs

It should look something like this

Rich (BB code):
/*
* jQuery UI Tabs 1.8.14
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs
*
* Depends:
*jquery.ui.core.js
*jquery.ui.widget.js
*/
A LOT OF CODE HERE

You can add "/*" after the last "*/", so it looks like this now

Rich (BB code):
/*
* jQuery UI Tabs 1.8.14
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs
*
* Depends:
*jquery.ui.core.js
*jquery.ui.widget.js
*//*
A LOT OF CODE HERE

You should delete the code but there is one tricky ";" in that file so just do as above. You may need to clear the cache of your browser or test by another browser to see if the tabs work in your portal.

Good luck ;)
 
I miss the "Today's Birthday" widget xfrocks. Some users are insatlling ragtek's add-on which isn't compactible with your framework and the author isn't anywhere to find too.
 
Found the problem. It's because for some unknown reason Jaxel decided to include the whole jQuery Tools Tabs source into his javascript file and that conflicts with XenForo's own jQuery Tools Tabs include. That's why you can't have nice tabs in the portal. Because this is not my add-on problem, I can't do much. Jaxel will have to fix his add-on but you can do a temporary workaround by editing a file, detail below:

Filename: xenforo-root/js/8wayrun/EWRporta_jqui.js
Search for:

Code:
jQuery UI Tabs

It should look something like this

Rich (BB code):
/*
* jQuery UI Tabs 1.8.14
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs
*
* Depends:
*jquery.ui.core.js
*jquery.ui.widget.js
*/
A LOT OF CODE HERE

You can add "/*" after the last "*/", so it looks like this now

Rich (BB code):
/*
* jQuery UI Tabs 1.8.14
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs
*
* Depends:
*jquery.ui.core.js
*jquery.ui.widget.js
*//*
A LOT OF CODE HERE

You should delete the code but there is one tricky ";" in that file so just do as above. You may need to clear the cache of your browser or test by another browser to see if the tabs work in your portal.

Good luck ;)


Thank you very much xfrocks. works fine now. (y)
 
ooops ! xfrocks, i did what you said but now my recentslider broken. Look at my site (from signature)

slider.webp
 
I miss the "Today's Birthday" widget xfrocks. Some users are insatlling ragtek's add-on which isn't compactible with your framework and the author isn't anywhere to find too.
Exactly where is this? Sorry I'm a little bit lazy with Google-fu
 
Exactly where is this? Sorry I'm a little bit lazy with Google-fu

This is the add-on xfrocks. And the users who are missing it, well me and some others :D It was mentioned somehwere in this thread. A native bd widget version would propably better at this stage.

Ps: I'm sending you PC's hope you are getting any of them :)
 
This is the add-on xfrocks. And the users who are missing it, well me and some others :D It was mentioned somehwere in this thread. A native bd widget version would propably better at this stage.

Ps: I'm sending you PC's hope you are getting anoy of them :)
Okie, checked that add-on. It will be included in the next version ;)
 
Status
Not open for further replies.
Top Bottom