vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] vBSlider v3 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=277166)

DragonByte Tech 01-17-2012 11:00 PM

[DBTech] vBSlider v3 (vB4)
 
1 Attachment(s)

vBSlider: What is it?

vBSlider is a professional slider mod, allowing administrators to show the latest threads, articles, blogs, and custom-defined content in a jQuery based slider. vBSlider can be used on both the CMS and Forum, and is compatible with vBulletin 4.x Suite, vBulletin 4.x Forum Only, and vBulletin 3.x

Uses

vBSlider can be used on both the CMS and Forum to promote your latest content, as well as custom content, and can be separately configured for both the CMS and Forum.

-------------------------------------------------------------------------------------------

If you like this mod please hit the https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->

Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

*
For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!
-------------------------------------------------------------------------------------------

Differences between Pro and Lite

Priority support & Product Demos available at: http://www.dragonbyte-tech.com

-------------------------------------------------------------------------------------------

Translations may be available @ http://www.dragonbyte-tech.com/forums/91-Translations
Support for translations handled by the translator in its respective threads only.

-------------------------------------------------------------------------------------------
Complete Feature List (Lite)

General Settings
  • Option to display version number in widget footer
  • Option to not load jQuery, if it is already being called by another modification
  • Option to select which version of jQuery to load
  • Default image for CMS content items that do not have an associated image (a default DragonByte Tech image is provided) [vB4.x only]
  • Default image for Forum content items that do not have an associated image (a default DragonByte Tech image is provided)
  • Default image for Blog content items that do not have an associated image (a default DragonByte Tech image is provided)
  • Default image for DragonByte Gallery content items that do not have an associated image (a default DragonByte Tech image is provided)

Multiple Slider Instances
  • Ability to create and insert virtually unlimited sliders across your forum
  • All settings below are customised on a per-instance basis

CMS Options (as a Widget on CMS pages) [vB4.x only]
  • Option to select how many articles from the CMS you want to display
  • Option to select which CMS sections you want to include/exclude from the slider
  • Option to select how many threads from the forum you want to display
  • Option to select which forums you want to include/exclude from the slider
  • Option to select how many blog entries from the blogs you want to display
  • Option to select which blog categories you want to include/exclude from the slider
  • Option to select how many [DBTech] Gallery images you want to display
  • Option to select which [DBTech] Gallery instances you want to include/exclude from the slider
  • Option to select how many custom content items you want to display
  • Option to select how many characters of the content item you want to display

Forum Options (as a Widget on Forum Home, vB3 & vB4)
  • Option to enable or disable the widget on Forum Home
  • Option to select location for the widget on Forum Home (above or below forums)
  • All of the other options listed for the CMS [vB4.x only]

Customisation
  • Stylevars available for both the CMS and Forum versions, so that you can match each one to your specific design [vB4.x only]
  • External CSS file available so you can match the slider to your forum [vB3.x only]
  • Ability to define a maximum width and height for the slider (in StyleVars for vB4, in CSS for vB3)
  • Fully phrased to allow for customization for different languages

Additional Feature List (Pro)

General Settings
  • Option to move Copyright location from below slider to site footer
  • Option to change the default image for CMS content items that do not have an associated image (vB4 Only)
  • Option to change the default image for Forum content items that do not have an associated image
  • Option to change the default image for Blog content items that do not have an associated image
  • Option to use IMG tags inside the content types to allow for external images to be used inside of the slider

CMS [vB4.x only] and Forum Options (as a Widget on CMS/Forum pages, CMS is vB4 Only)
  • Option to select how long each content item displays before transitioning to the next slide
  • Option to pick the location inside the slider for the content
  • Option to pick the text alignment of the content

Custom Content Options
  • This gives you the ability to create your own content items to display to your users
  • Ability to define a title for the content
  • Ability to define a message for the content. Message can include HTML formatting
  • Ability to define a link if you want to provide additional information in a separate location
  • Ability to define a link to an image for the content item
  • Option to pick the location inside the slider for the content
  • Option to pick the text alignment of the content
  • Option to enable/disable on the CMS [vB4.x only]
  • Option to enable/disable on Forum Home
  • Option to enable/disable site wide
  • Option to select the target location for the link to open in
  • Option for 'banner-only', so if no text is in the message area, the content slider doesn't show
  • All of the above options are definable for each custom content item

Customisation
  • Ability to define the width of the content area when located on the left or right side (in StyleVars for vB4, CSS for vB3)
-------------------------------------------------------------------------------------------
This mod displays a copyright notification in the footer of all pages which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

NTT 01-18-2012 05:19 AM

Thanks. Nice work ! :)

baghdad4ever 01-18-2012 09:04 AM

thanks

but it give database error when we disable cms

Code:

Database error in vBulletin 4.1.10:

Invalid SQL:
SELECT DISTINCT info.title AS section, info2.title,
            node2.nodeid, node.nodeid AS parentid, info2.viewcount, thread.replycount
            FROM cms_node AS node INNER JOIN cms_nodeinfo info ON info.nodeid = node.nodeid
            INNER JOIN cms_node AS node2 on (node2.nodeleft >= node.nodeleft AND node2.nodeleft <= node.noderight)
            INNER JOIN cms_nodeinfo AS info2 ON info2.nodeid = node2.nodeid
            LEFT JOIN thread AS thread ON thread.threadid = info2.associatedthreadid
                INNER JOIN contenttype AS type
                ON type.contenttypeid = node2.contenttypeid
                WHERE node2.contenttypeid =    ORDER BY node2.nodeleft , node.nodeleft;;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY node2.nodeleft , node.nodeleft' at line 9
Error Number  : 1064


DragonByte Tech 01-18-2012 11:42 AM

Ahh, gives the error in the ACP. I will look into a fix. Thanks!

Brad

M.Iftikhar 01-18-2012 03:00 PM

i am using 4.1.10 suite but i do not use cms and it give data base error please fix this..and reply me soon.

DragonByte Tech 01-18-2012 03:17 PM

As stated above, I will look into this issue this evening. In the mean time, and especially if you aren't using the blogs as well, you can install the Forum Only product file and it will work for you.

New Joe 01-18-2012 03:26 PM

Could you enplane a little more what has to be done in setting this part up:

Create new Custom Content

Content Link (what to add?)

Content Image URL (what to add?)

Thanks.

GhostHunter2010 01-18-2012 03:39 PM

this crap mod messed up my forum so badly blahhhhh im usin vb 4.1.9 huh i will never use this mod never in my life i will even rate it zerooooooooooooooooooooooooooooooooooooooooooooooo ooooooooo

M.Iftikhar 01-18-2012 03:46 PM

Quote:

Originally Posted by DragonByte Tech (Post 2289427)
As stated above, I will look into this issue this evening. In the mean time, and especially if you aren't using the blogs as well, you can install the Forum Only product file and it will work for you.

i am not using CMS but i am using blog.........so how can i do that...

garybrun 01-18-2012 05:03 PM

Its not a crap mod and works well.
Just a few teething problems with CMS.

DragonByte Tech 01-18-2012 05:16 PM

Quote:

Originally Posted by New Joe (Post 2289434)
Could you enplane a little more what has to be done in setting this part up:

Create new Custom Content

Content Link (what to add?)

Content Image URL (what to add?)

Thanks.

The content link is for if you want to link to an external page to further discuss the item you have in the content. As an example, lets say you were have an event, and you had an event page set up somewhere on your site. From the slider, you would want to link to that event page, and you would do it via that link.

The content image url is just the url to the image you want displayed for that custom content. Along the same lines as the event above, if you had a banner for the event, put the url to the banner image in that box and the banner would be displayed inside the slider.

Does that answer your questions?

DragonByte Tech 01-18-2012 05:18 PM

Quote:

Originally Posted by GhostHunter2010 (Post 2289440)
this crap mod messed up my forum so badly blahhhhh im usin vb 4.1.9 huh i will never use this mod never in my life i will even rate it zerooooooooooooooooooooooooooooooooooooooooooooooo ooooooooo

Can you expand further on how it messed up your forum so we can look to improve the product? Its hard to make a product better with feedback like above but no explanation on the issues which caused the comment.

Mr_Running 01-18-2012 05:30 PM

Quote:

Originally Posted by New Joe (Post 2289434)
Could you enplane a little more what has to be done in setting this part up:

Create new Custom Content

Content Link (what to add?)

Content Image URL (what to add?)

Thanks.


Content Link
Code:

http://www.yoursite.com/content.php?50-Your-content-title-link
This is the URL to the blog, article etc...


Content Image URL
Code:

http://www.yoursite.com/attachment.php?attachmentid=40
This is the URL to the image/picture or attachment of choice.

To everyone else if you do not have the CMS disabled.
Go ahead and install.

Great Mod this is the Ultimate Slider. :)

stl7997 01-18-2012 10:25 PM

Great stuff man! The only slider mod I've been happy with. Nominated for MOTM!

macrocamaleon 01-19-2012 12:52 AM

Working great in 4.1.10 !!!!!

Thanks for this great mod....

Nominated for MOTM !!! that's good news....

Regards

Mukashi 01-19-2012 01:26 AM

Tried it on our 4.1.10 test forum. After enabling it on forumhome, the forum home simply didn't load, and would stall at loading forever. Turning it off brings things back to normal. Will keep an eye on this, but for some reason it's just not co-operating with our setup right now.

New Joe 01-19-2012 02:06 AM

I've set it to pull 5 Contents I've set up but it will only pull into the slider 2 of them.

Also it could really do with some sort of picture re size built into it, the pictures it pulls come through way to big
This is the same when you pull them to the slider via a Thread or Article

DragonByte Tech 01-19-2012 02:33 AM

Quote:

Originally Posted by Mukashi (Post 2289674)
Tried it on our 4.1.10 test forum. After enabling it on forumhome, the forum home simply didn't load, and would stall at loading forever. Turning it off brings things back to normal. Will keep an eye on this, but for some reason it's just not co-operating with our setup right now.

Have you tried re-uploading the files and/or reimporting the product? I've seen this happen once or twice during testing and development, but could never figure out why. It was always fixed by re-uploading the files and reimporting the product.

It shouldn't causing that extreme of issues, but do you have any other jQuery mods installed? In the cases that I have seen with conflicts with other jQuery mods, the slider will still load, but nothing will show up.

If you can narrow it down in anyway, I will work to try to figure out the issue.

Brad

DragonByte Tech 01-19-2012 02:37 AM

Quote:

Originally Posted by New Joe (Post 2289690)
I've set it to pull 5 Contents I've set up but it will only pull into the slider 2 of them.

Also it could really do with some sort of picture re size built into it, the pictures it pulls come through way to big
This is the same when you pull them to the slider via a Thread or Article

Are you sure you have the content types active, as well as set to display in the appropriate location? Each custom content type (that's what I'm assuming you are talking about) can be independently disabled, as well as independently be shown on either forumhome, the cms, or both. I'd check those, and if you still have issues, let me know.

As far as the image resizing goes, that is on the list of things to fix for a future version. I'm just trying to figure out the best way to go about it, considering the size of the slider can be so different between different sites.

Brad

New Joe 01-19-2012 02:39 AM

Yes, it was just delayed in showing after I made them, all showing now thanks

Although as it's pulling the images from an outside url the quality of the pictures are really low.
Not sure why.

Mr_Running 01-19-2012 02:49 AM

Quote:

Originally Posted by Mukashi (Post 2289674)
Tried it on our 4.1.10 test forum. After enabling it on forumhome, the forum home simply didn't load, and would stall at loading forever. Turning it off brings things back to normal. Will keep an eye on this, but for some reason it's just not co-operating with our setup right now.

What Internet browser do you use?

Code:

If it is IE 9 with Vista
Reset all settings in IE 9:

Tools > Internet Options > Advanced > Reset


ThailandTopper 01-19-2012 02:58 AM

I installed it on a 4.1.3 and a 4.1.10 forum with zero issues. A very cool mod.

DragonByte Tech 01-19-2012 03:20 AM

v1.0.6 is now available which fixes the ACP issue for the Suite when either the CMS or Blogs is disabled.

Brad

Mukashi 01-19-2012 04:34 AM

Quote:

Originally Posted by DragonByte Tech (Post 2289697)
Have you tried re-uploading the files and/or reimporting the product? I've seen this happen once or twice during testing and development, but could never figure out why. It was always fixed by re-uploading the files and reimporting the product.

First thing I tried, made no difference.

Quote:

Originally Posted by DragonByte Tech (Post 2289697)
It shouldn't causing that extreme of issues, but do you have any other jQuery mods installed? In the cases that I have seen with conflicts with other jQuery mods, the slider will still load, but nothing will show up.

No other jQuery using mods that I'm aware of. Our mod list is quite extensive, so narrowing it down might be a little tough. I'll try the update here in the morning, see if it fixes things.

Quote:

Originally Posted by Mr_Running (Post 2289702)
What Internet browser do you use?

We tried it on Firefox, Chrome, Safari and IE, from the computers of multiple staff members in different countries. Same issue was experienced by all.

ProFifaLeagues 01-19-2012 10:08 AM

Works A1 thanks again Dbt

ProFifaLeagues 01-19-2012 01:14 PM

Is there a way to add extra image backgrounds to the Slider ??


Ok now thanks got them showing just a little wait before they were Ready :)

Again a class mod thank you

mitch84 01-19-2012 02:26 PM

the pictures appear in real size or resize? thx

ProFifaLeagues 01-19-2012 02:29 PM

Quote:

Originally Posted by mitch84 (Post 2289856)
the pictures appear in real size or resize? thx

In real size mate.
I just kept mine to the same as the Original and they look Sweet

bada_bing 01-19-2012 09:16 PM

I have installed this on vb 4.19 with no error and after configuring it (adding forums, etc) I dont see anything except the copyright message ?

DragonByte Tech 01-19-2012 09:33 PM

Quote:

Originally Posted by mitch84 (Post 2289856)
the pictures appear in real size or resize? thx

Currently they actually resize to the slider width. I am trying to determine the best way to figure out sizing for a future release.

Brad

DragonByte Tech 01-19-2012 09:34 PM

Quote:

Originally Posted by bada_bing (Post 2289983)
I have installed this on vb 4.19 with no error and after configuring it (adding forums, etc) I dont see anything except the copyright message ?

Did you turn off loading jQuery from the General Options? If so, turn it back on and see if it starts working.

Brad

bada_bing 01-19-2012 09:54 PM

Quote:

Originally Posted by DragonByte Tech (Post 2289988)
Did you turn off loading jQuery from the General Options? If so, turn it back on and see if it starts working.

Brad

Did that and no it does not load

DragonByte Tech 01-19-2012 10:21 PM

Quote:

Originally Posted by bada_bing (Post 2289999)
Did that and no it does not load

Is this on the site in your signature? If so, can you enable it so I can look at it and try to see why its not working? Thanks!

Brad

bada_bing 01-20-2012 03:13 AM

Quote:

Originally Posted by DragonByte Tech (Post 2290016)
Is this on the site in your signature? If so, can you enable it so I can look at it and try to see why its not working? Thanks!

Brad

Brad I will PM you my site URL, I have enabled the mod

Raioneru 01-21-2012 01:36 AM

Great mod! *again*
[s]I'm using a modified footer and I the copyrights look like this:
https://vborg.vbsupport.ru/
But when I install the slider (which works perfectly) the footer changes and it looks like this:
https://vborg.vbsupport.ru/
Any way to fix that?[/s] FIXED!
And I know this probably isn't an option, but if possible, would it be okay to move the copyright to the footer instead of having it where it currently is? I don't mind having the copyrights but I just don't really like how it looks down there. lol

New Joe 01-21-2012 02:15 AM

Have you thought anymore about adding a re-size part for the pictures it pulls into the slider?
When it pulls in pictures from the Forums/Articles they are way too big and it just doesn't look right.

Mukashi 01-21-2012 03:30 AM

Tried the new version, and still having the same problem. Regardless of if we turn off the jquery load in the mod or not, enabling on the forumhome just makes it so the forumhome is stuck in an eternal load.

New Joe 01-21-2012 04:09 AM

*Un-Installed*
Will wait for the product to be able to re-size images it pulls in, before installing it again.

DragonByte Tech 01-21-2012 03:50 PM

Quote:

Originally Posted by Raioneru (Post 2290426)
Great mod! *again*
[s]I'm using a modified footer and I the copyrights look like this:
http://vvcap.net/db/o9fNlBrmuwNHuvXf6-ds.png
But when I install the slider (which works perfectly) the footer changes and it looks like this:
http://vvcap.net/db/q_qhSl4v139Ab-BUOebL.png
Any way to fix that?[/s] FIXED!
And I know this probably isn't an option, but if possible, would it be okay to move the copyright to the footer instead of having it where it currently is? I don't mind having the copyrights but I just don't really like how it looks down there. lol


Glad you got it fixed. I had another person have the same problem with a custom theme and it had to do with duplicate naming of the div class between the slider and the theme. I plan on correcting this in the next version.

As far as the copyright, the ability to move it to the footer is part of the pro version. I will look into possibly making it part of the lite version as well.

Brad

DragonByte Tech 01-21-2012 03:58 PM

Quote:

Originally Posted by New Joe (Post 2290435)
Have you thought anymore about adding a re-size part for the pictures it pulls into the slider?
When it pulls in pictures from the Forums/Articles they are way too big and it just doesn't look right.

Quote:

Originally Posted by New Joe (Post 2290452)
*Un-Installed*
Will wait for the product to be able to re-size images it pulls in, before installing it again.

As I mentioned before (somewhere?), I am trying to figure out the best way to resize the images to fit inside the slider. The main issue comes down to admins having the ability to size the slider how ever they want via the Stylevars. And then there is the issue with the pulling of the image from the content. If I fit the pictures to the height of the slider, then an image in a post that is, lets say 200px wide by 600px tall, is now going to look small inside of a slider that is 200px tall (the image will be about 67px wide by 200px tall), and there will be a lot of background area showing around the image (if the slider is 700px wide, almost 80% of it will be empty).

So yeah, its on the list to do, just trying to figure out what makes the most sense in how to do it.

Brad


All times are GMT. The time now is 02:49 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01672 seconds
  • Memory Usage 1,861KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete