The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
United-Forum Nivo Slider Widget Details »» | ||||||||||||||||||||||||||||||||
Based on the Nivo Slider - all credit for slider awesomeness goes to them.
vB4 implementation goes to me. What it is: A slider for cms articles, it gets the articles via database, uses (if possible) the previewimage there and resizes it to slider size *update 1.1.0 cropping function included. Livedemo on a Big Board (>2.000.000 posts) the nivo slider on our site is customized to fit our heavily customized cms. Default look of this addon is shown in the picture below facts about the nivo slider Quote:
Custom settings: Support:
Slider not working. No idea why?
The widget here is completely free. No charge, no branding. But, we do not mind donations either. If you want to give us something. Since we are advertising free and fan based we are happy about every small donation. ( On Forumhome bottom right paypal button: http://www.united-forum.de/forum.php ) That's all Hope it works for you. Regards Mooff Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
13 благодарности(ей) от: | ||
AaronMiller, Aramist, doctorsexy, Gemma, LOGECT, mitch84, nacaruncr, owning_y0u, RaSa, Sage Knight, The Rocketeer, YkudzA |
Comments |
#192
|
||||
|
||||
Hey Mooff, Have been using this for weeks now, No complaints so far but just one... I have the cache set for a log time (90000). But it seems to me that it has slown down my vbulletin a lot with the load times. The server also seems to have slowed down a bit.
Is there anyway we could improve that, and also wanted to know is there any way you could code the mod so that its loaded after the homepage is loaded. I mean that way the users wont have to wait for the whole webpage to load up. Like let the rest of the website load first and this at the very end, if you know what I am trying to say? Thanks Mooff |
#193
|
||||
|
||||
Still cant find the issue with guests and getting the default image. Everything seems to be set right and it works sometimes. If I log in then its fine.
All I can figure is that its the cache time. Ive tried everything from 5 minutes to 1440 minutes and no change. Anyone have an ideal whats up with this? |
#194
|
||||
|
||||
Quote:
|
#195
|
|||
|
|||
Ok guys, sorry about the lack of support lately. We have been extremlay busy releasing the vBExperience https://vborg.vbsupport.ru/showthrea...45023&page=134 on our board. And well, when we install a new addon like this we do it the right way - well or the crazy way.
We wrote 7 plugins, changed templates and added over 150 achievements for that thing in order to customize it for our board. That aside two new huge projects came up, which left me with no time for the slider. So i'll post a quick fix for the browser cache issue, instead of releasing a new version. To avoid the issue i'm going to give each saved image a unique name. But! I do not have time to bugcheck a delete function for old images which aren't used anymore - so i won't include that. If you use that fix i would advise to delete all images in the slider folder from time to time. Well here goes the code: Find Code:
imagecopyresampled($sprite, $image, 0, 0, 0, 0, $maxwidth, $maxheight, $img_width, $img_height ); imagedestroy($image); $img_filepath = $slider_img_filepath . 'slide_' . $i . '.jpg'; Code:
imagecopyresampled($sprite, $image, 0, 0, 0, 0, $maxwidth, $maxheight, $img_width, $img_height ); imagedestroy($image); $img_filepath = $slider_img_filepath . 'slide_' . $article['nodeid'] . '.jpg'; Regards Mooff |
#196
|
|||
|
|||
I'm getting this error.
Parse error: syntax error, unexpected '/' in /home/stealthy/public_html/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 1 stealthygaming.com |
#197
|
|||
|
|||
I guess the first line in your widget php code looks like that
/Debug instead of //Debug please make sure you copied the whole code. |
#198
|
|||
|
|||
ha, and so you're correct! Thanks a bunch!
You're the bestest! |
#199
|
|||
|
|||
It looks amazing on your site, but i personally think it looks like dodo with the widget surrounding it. How do you get it to be just on the site without the surrounding widget?
|
#200
|
||||
|
||||
Quote:
@ Mooff - my questions when you get time please :up: |
#201
|
|||
|
|||
Quote:
It will have a small effect on load times since it does add additional http requests and data which has to be transfered for the pictures, the javascript in the css files. Then it has to build the slider using javascript. The effect should not be big though. If you use the cache, especially "never refresh me" settings it shouldn't affect your server performance at all. It would be great if vbulletin would be build in a way that it does send out data before it actually goes through all the php files. Unfortunately it does not. And in addition the CMS still is in beta phase. Look through JIRA (the vbulletin bug tracking tool) and you will find a lot performance improvement requests for the CMS. Right now there is a huge difference in vb-forum performance and vb-cms performance. I hope they are going to adress those issues in 4.2. As for us coding stuff there. Might happen, Osbes has some ideas what we might be able to do there, but, right now other projects are our main priority (sprites for example) and we are talking about several months before we can start looking into it. And even then it isn't clear whether we can actually gain performance there. So best bet is to vote for those issues in JIRA and ask vbulletin to fix them. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|