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)
-   -   vBulletin CMS Widgets - United-Forum Nivo Slider Widget (https://vborg.vbsupport.ru/showthread.php?t=267024)

doctorsexy 08-23-2011 08:13 AM

1 Attachment(s)
This is what it looks like in chrome... it sticks like it untill the other picture starts..

Mooff 08-23-2011 08:29 AM

Ok, i just installed chrome (13.0.782.215 m) and tested the following sites:
www.united-battlezone.de (our slider)
http://nivo.dev7studios.com/ (nivo slider main)
http://nivo.dev7studios.com/demos/ (demo 1)
http://nivo.dev7studios.com/demos/2/ (demo 2)
http://nivo.dev7studios.com/demos/3/ (demo 3)

everything looks fine there.

I also checked the link in your signature with said chrome version and it does not show that error.

Loversama 08-23-2011 01:22 PM

Quote:

Originally Posted by Mooff (Post 2231992)
@ Loversama
I do not know what that mod does in terms of database changes and i do not have it installed and i cannot install it on our board, nor can i install it in our testboard (there we have 3 different unreleased projects right now which i can't risk to compromise).

Ahh, well if you do have any plans in the future to allow this amazing mod to work with it that would be great!

www.SinfulShadows.com is my website, I have the VB4 forums but didn't want the CMS, its lame that I cannot make the rest of my site dynamic without it lol :P

Ill be watching this thread eagerly! :)

Hiks 08-23-2011 06:26 PM

Hello, First of all thank you for this I have installed and using, Second, Why does the image quality seem to change? can anyone tell me why and how to stop this.

If I upload a 100kb image that looks fine in the article then look so washed out and is only say 30kb slide?

Cheers

doctorsexy 08-23-2011 07:26 PM

Just found the problem ... changed the size to this $maxwidth = 600;
$maxheight = 260; and its fixed...thanks

Mooff 08-23-2011 09:07 PM

@doctorsexy
great =)

@Hiks
default quality settings for jpegs is 75 in GD.

search for
Code:

                            $success = imagejpeg($sprite, DIR  . ($img_filepath[0] != DIRECTORY_SEPARATOR ?  DIRECTORY_SEPARATOR : '') . $img_filepath);
replace with

Code:

                            $success = imagejpeg($sprite, DIR  . ($img_filepath[0] != DIRECTORY_SEPARATOR ?  DIRECTORY_SEPARATOR : '') . $img_filepath , 90);
If it still doesn't look good change 90->100, but your files might get big then.

Hiks 08-23-2011 09:37 PM

@ Mooff

You are a Star, cheers for that top support.

doctorsexy 08-25-2011 01:39 PM

Had to remove it ...was causing an internal 500 error and slowing the server to a crawl...shame

Has anyone got it running on 4.1.5

Mooff 08-25-2011 02:15 PM

We have it running just fine on our 4.1.5 test board.

As for server load. As said in the installation instructions, i would strongly recommend to use the cms cache on that widget. It does resize and save a number of pictures when it does run, a process which can't be fast. But it doesn't have to do that often. Articles in the Slider most likely won't change for hours, on some sites even days - so a cache time of 60minutes or more shouldn't be an issue. Even 30minutes shouldn't stress your server at all.

Once it is beeing loaded out of the cache it is blazing fast and won't stress your server at all.

Scalemotorcars 08-25-2011 02:35 PM

Ive been having cache issues with Chrome and Firefox as well.

If Im logged it its fine but if Im not them I get the default image. Permission's are correct for attachments.


All times are GMT. The time now is 12:52 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.01968 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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