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-21-2012 04:01 PM

Quote:

Originally Posted by Mukashi (Post 2290443)
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.

Without having access to the site, I doubt I can help unfortunately. If you can narrow it down to a mod that is incompatible, then perhaps I can see how to make it compatible.

Just as a test, set all of the counts for threads and blogs, etc., to 0 and see if it still does it. It shouldn't matter, but just trying to see if its getting hung up in some other way.

Brad

Raioneru 01-21-2012 04:51 PM

Quote:

Originally Posted by DragonByte Tech (Post 2290585)
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

Well, actually that I can do myself I figure it out when I was trying to fix the footer; but if you want to keep it just for those who buy the pro version I'll respect that.

misericorde 01-21-2012 11:14 PM

Hello,

Thank you

Can you change the text color (blue, white, red)

https://vborg.vbsupport.ru/external/2012/01/34.jpg

DragonByte Tech 01-21-2012 11:30 PM

Colors can be changed via Stylevars, and can be different between the forum and CMS, so be sure to change them in both locations.

Brad

misericorde 01-21-2012 11:40 PM

Thank you Brad.

I want to put more images in this widget (cms). How can I do?

https://vborg.vbsupport.ru/attachmen...3&d=1326860375

Mukashi 01-22-2012 03:08 AM

Quote:

Originally Posted by DragonByte Tech (Post 2290590)
Just as a test, set all of the counts for threads and blogs, etc., to 0 and see if it still does it. It shouldn't matter, but just trying to see if its getting hung up in some other way.

Well now, that's very interesting. Turning it on for forumhome and setting all the counts to 0 stops the eternal loading....and instead gives me a mySQL error.

Code:

Database error in vBulletin 4.1.10:

Invalid SQL:
SELECT blog.blogid, blog.title, blog.dateline AS publishdate, blog_text.blogtextid, blog_text.pagetext AS message, attachment.attachmentid as previewimage, contenttype.class
        FROM blog AS blog
        INNER JOIN blog_text AS blog_text ON (blog_text.blogtextid = blog.firstblogtextid)
        LEFT JOIN blog_categoryuser AS cu ON (cu.blogid = blog.blogid)
                LEFT JOIN contenttype as contenttype ON (contenttype.class = 'BlogEntry')
                LEFT JOIN attachment AS attachment ON ( attachment.contentid = blog.blogid ) AND ( contenttype.contenttypeid = attachment.contenttypeid )
        WHERE 1=1
       
        AND blog.dateline <= 1327205138
              AND thread.postuserid NOT IN (427,6970,6593,13617,13616,13633,14112,14113,22403,24657,25946,26114,26491,27774,27895,36854,39776,44671,44662,44323,45801,45838,45939)
                GROUP BY blog.blogid
        ORDER BY blog.dateline DESC
        LIMIT 0,0;

MySQL Error  : Unknown column 'thread.postuserid' in 'where clause'
Error Number  : 1054
Request Date  : Sunday, January 22nd 2012 @ 04:05:38 AM
Error Date    : Sunday, January 22nd 2012 @ 04:05:38 AM
Script        : (URLTOTESTFORUMREMOVED)/forum.php
Referrer      : (URLTOTESTFORUMREMOVED)/admincp/index.php?do=head
IP Address    : 186.32.167.66
Username      : (USERNAMEREMOVED)
Classname    : vB_Database
MySQL Version : 5.0.92-community-log

Quote:

Originally Posted by DragonByte Tech (Post 2290590)
Without having access to the site, I doubt I can help unfortunately.

I can arrange access if you think it would assist.

DragonByte Tech 01-22-2012 10:08 PM

That's weird... That part of the SQL query is related to global ignore of users, but it appears its related to threads instead of blogs. I guess in the time that this has been out, no one using it has been ignoring any users. :| Ok, I know what needs to be done now, so I will get it fixed in the next version. Thanks for finding this!

Brad

baghdad4ever 01-23-2012 09:19 AM

hi

how to put the box to the right not left?

DragonByte Tech 01-23-2012 05:17 PM

Quote:

Originally Posted by baghdad4ever (Post 2291327)
hi

how to put the box to the right not left?

Placement of the box, as well as text alignment, is a feature in the pro version.

Brad

sergarch 01-24-2012 10:57 PM

Hello!
I have a problem.

This mode perfectly works on my forumhome, but does not works (even appear) on CMS.
I'm using last vBulletin 4.1.10.
  1. I've tried re-install product and re-upload all files, but nothing is changed.
  2. I've tried enable\disable jQuery, and change versions of jQuery with no results.
  3. I've checked on my custom and Default styles - still nothing.

Please help!

:confused:

P.S. Your link to translations page is broken:
http://www.dragonbyte-tech.com/forums/91-Translations

Please update it to
http://www.dragonbyte-tech.com/f91/

RoG Aftermath 01-25-2012 04:43 AM

Do i have to disable CMS for this to work? I have uploaded everything correctly but nothing is showing up?

jack-d 01-25-2012 04:48 AM

Definitely a step in the right direction. Needs a few tweeks and I would go Pro instantly.

Image resolution needs to be upped, looks pretty low-res right now and I have a high-res board.

Some sort of re-size method is needed and I know this can be a problem with all that you have mentioned before but I hope something gets worked out because right now I could not use it the way it is.

And finally I think that HUGE drop down screen needs to go. It covers 30-40% of the block the entire time the image is displayed. Get rid of it or the option to get rid of it. How about move it to the bottom in a narrow block like the Nivo slider. That way it won't hide close to half of the screen and block the images underneath it.

Tagged and waiting for the next update.

RoG Aftermath 01-25-2012 05:02 AM

Quote:

Originally Posted by sergarch (Post 2291971)
Hello!
I have a problem.

This mode perfectly works on my forumhome, but does not works (even appear) on CMS.
I'm using last vBulletin 4.1.10.
  1. I've tried re-install product and re-upload all files, but nothing is changed.
  2. I've tried enable\disable jQuery, and change versions of jQuery with no results.
  3. I've checked on my custom and Default styles - still nothing.

Please help!

:confused:

P.S. Your link to translations page is broken:
http://www.dragonbyte-tech.com/forums/91-Translations

Please update it to
http://www.dragonbyte-tech.com/f91/

Same problem here, shows up on forumhome but nothing shows up on CMS

sergarch 01-25-2012 08:17 AM

Quote:

Originally Posted by RoG Aftermath (Post 2292077)
Same problem here, shows up on forumhome but nothing shows up on CMS

It's look good on forumhome, I even want to buy a full version, but without CMS enabled there is no reason to buy it.

:(

Please solve it asap, please!

DragonByte Tech 01-25-2012 03:14 PM

For the CMS, it is just like any other widget. You need to place the widget into your layout in the location you want it. Hopefully that sorts it out for everyone who asked.

Brad

DragonByte Tech 01-25-2012 03:21 PM

Quote:

Originally Posted by jack-d (Post 2292074)
Definitely a step in the right direction. Needs a few tweeks and I would go Pro instantly.

Image resolution needs to be upped, looks pretty low-res right now and I have a high-res board.

Some sort of re-size method is needed and I know this can be a problem with all that you have mentioned before but I hope something gets worked out because right now I could not use it the way it is.

And finally I think that HUGE drop down screen needs to go. It covers 30-40% of the block the entire time the image is displayed. Get rid of it or the option to get rid of it. How about move it to the bottom in a narrow block like the Nivo slider. That way it won't hide close to half of the screen and block the images underneath it.

Tagged and waiting for the next update.

For the drop down screen, you can resize it via Stylevars, just look for the content width stylevar. In the pro version, you have the ability to move the slider to the top, but with the title, message, and link, it still ends up taking up a lot of space.

Not sure on your comment on lo-res... If images in your threads or articles, etc., are small, then this upsizes them (currently) to fit inside the slider, therefore making them appear lo-res. This will happen no matter how I do it. If I keep the image the size it is (so that it appears hi-res), you may end up with a lot of blank space just so the image looks "hi-res". Like I said, maybe I'm just misunderstanding you.

Brad

sergarch 01-25-2012 06:10 PM

Quote:

Originally Posted by DragonByte Tech (Post 2292236)
For the CMS, it is just like any other widget. You need to place the widget into your layout in the location you want it. Hopefully that sorts it out for everyone who asked.

Brad

Thank you Brad,
Now I see, that widget named 'vBSlider' was created during installation.

It should be good to enter this information to Readme.txt!

:up:

chikuru 01-26-2012 12:12 AM

worked great on vb 4.1.10!
good work!

baghdad4ever 01-27-2012 08:44 AM

the logo doesn't load i don't know why?

DragonByte Tech 01-27-2012 11:27 AM

Quote:

Originally Posted by baghdad4ever (Post 2292985)
the logo doesn't load i don't know why?

I don't see it loaded anywhere on your site, so unfortunately, I can't look at see what the issue is.

Brad

illusioNtEk 01-28-2012 06:42 PM

as soon as the bugs are fixed i will glady pay! plz hurry

ProFifaLeagues 01-28-2012 09:21 PM

Quote:

Originally Posted by illusioNtEk (Post 2293545)
as soon as the bugs are fixed i will glady pay! plz hurry

I dont think there is any bugs as such the mod works Superb for most people who have used it and with updates will only get better!:up:

jack-d 01-29-2012 03:57 AM

Quote:

Originally Posted by DragonByte Tech (Post 2292242)
For the drop down screen, you can resize it via Stylevars, just look for the content width stylevar. In the pro version, you have the ability to move the slider to the top, but with the title, message, and link, it still ends up taking up a lot of space.
Brad

Everyone has different tastes and I just feel a slider should be just that, not a huge obtrusive block hiding everything you are trying to show. Just a suggestion for you to build upon.


Quote:

Originally Posted by DragonByte Tech (Post 2292242)
Not sure on your comment on lo-res... If images in your threads or articles, etc., are small, then this upsizes them (currently) to fit inside the slider, therefore making them appear lo-res. This will happen no matter how I do it. If I keep the image the size it is (so that it appears hi-res), you may end up with a lot of blank space just so the image looks "hi-res". Like I said, maybe I'm just misunderstanding you.

Brad

I actually made a few posts and made some images up that were sized to fit the slider so no resizing would be required and when I look at them in the forums they look fine but viewing the same image in the slider they look like a jpg compressed to 40 or 50%. Now this was one test and I have not had time to test it anymore so it might be something else. I know they are not "upsizing" as you say so that is not the issue.

All of my images are on the large size and the only way this slider would work is for me to manually re-size them all and that would be no fun. I for one would need no enlarging as it will always look low-res but if this could reduce size that would be great.

DragonByte Tech 01-29-2012 01:28 PM

Well, I am using vB's built-in attachment system via attachment.php to display the attachments, so I don't see how they should be any different than in the forum. There is nothing in the code that should be changing the quality of the images. I'm not sure what else I can say.

Brad

New Joe 01-29-2012 02:35 PM

When I had it installed the quality of he pictures were really bad for some and fine for others,

DragonByte Tech 01-29-2012 02:42 PM

Quote:

Originally Posted by New Joe (Post 2293848)
When I had it installed the quality of he pictures were really bad for some and fine for others,

My guess is that for the ones it was really bad for, the images actual width was significantly less than the width of the slider, in which case it was getting upsized.

Brad

sergarch 01-30-2012 11:15 AM

Hello Brad,
I've found a bug with VBSEO integrated in my portal.

When I click on slider, the link led me to not VBSEO articles or themes and show me only my main CMS or forumhome page.

Example:
http://www.xpam.org/content.php/250-...83%D1%80%D0%B0

Instead of this it must led me to
http://www.xpam.org/content/250-pulsa-denura.html

I'm using Russian language and utf-8 on my portal.

DragonByte Tech 01-30-2012 03:07 PM

Its an issue with vB and their lack of a friendly URL function that works for the CMS. It is being corrected in 4.1.11 (at least, according the the latest Jira). Until then, you just need to edit the widget.php file in (forum)/dbtech/vbslider/actions/widget.php, search for "content.php" and replace it with "content" (at least that's how it looks given your links), and it should work. If not, let me know.

Brad

sergarch 01-30-2012 07:24 PM

It does not work.

http://www.xpam.org/content/250-%D0%...83%D1%80%D0%B0

"Page not found" error occured.

DragonByte Tech 01-30-2012 08:08 PM

Quote:

Originally Posted by sergarch (Post 2294303)
It does not work.

http://www.xpam.org/content/250-%D0%...83%D1%80%D0%B0

"Page not found" error occured.

Ok, so it appears that it's pulling the exact name of the article, which is in ??Russian??, and using those letters in the URL instead of regular letters. It might take me a bit to figure this out, as I'm not even sure where to begin testing this. I do some searching and let you know what I find out. Thanks!

Brad

mkkochan 01-30-2012 08:16 PM

4.1.10 also worked with super job

sergarch 01-31-2012 09:56 AM

Quote:

Originally Posted by DragonByte Tech (Post 2294311)
Ok, so it appears that it's pulling the exact name of the article, which is in Russian

Brad

You are absolutely right!

This issue only for none English speakers forums with vBSEO enabled.
English speakers forums works perfectly with this mod.

DragonByte Tech 02-04-2012 04:28 AM

Version 1.0.7 has been released, fixing some issues, as well as adding an option to allow admins to define a minimum image dimension for slider images. Basically, this is to make sure small attachments don't get upsized significantly and displayed inside the slider. This DOESN'T fix all the issues with image sizing right now, but it does give you a little bit more control over the images that show up.

I would also like to thank everyone who nominated and have voted for this product for MOTM!

Brad

DragonByte Tech 02-04-2012 09:01 PM

If you downloaded v1.0.7 before this post, please re-download the package and reinstall. There was a small error in the XML file which is now fixed. Thanks.

Edit: It appears there is still an issue in the XML that I need to fix, so I have removed the download for now. Once I get the issue fixed, I will put the file back up. Sorry for an inconveniences... :(

Brad

DragonByte Tech 02-05-2012 05:57 PM

The product has been fixed, so v1.0.7 is once again available for download. Thanks!

Brad

creppello 02-05-2012 08:15 PM

Another VERY nice addition to our collection of DBTech stuff. Loving it, thanks, keep up the great work !!!

soulz2003 02-06-2012 02:18 AM

Hi,

does this work with vbadvanced?

Thank you.

DragonByte Tech 02-06-2012 03:12 PM

Quote:

Originally Posted by soulz2003 (Post 2296649)
Hi,

does this work with vbadvanced?

Thank you.

As of right now, no it does not. I do plan on making it work in a future version, though.

Brad

Megaboost 02-06-2012 04:58 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

I would recommend in future that you back up your site files and tables before attempting an install. No need to slate the mod the way you did. If you had a backup, no harm done!

We need to show respect for the modders for even attempting what they do :up:

baghdad4ever 02-08-2012 09:18 AM

1 Attachment(s)
Quote:

Originally Posted by DragonByte Tech (Post 2293009)
I don't see it loaded anywhere on your site, so unfortunately, I can't look at see what the issue is.

Brad

i enable it now after install the ver 1.0.7

the same problem
( logo doesn't appear)


and i had another problem


my forumhome is very very slow , after i disable the slider , the forumhome return to normal loading???


All times are GMT. The time now is 05:11 PM.

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.01591 seconds
  • Memory Usage 1,850KB
  • 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
  • (1)bbcode_code_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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