![]() |
Quote:
I had something strange happen to me today. After days of the slider working perfectly, this morning the fall back image was showing. I enables/disabled any different products that I had fiddled with lately though I could not get it to show the correct pulled images. I cleared the cache many times until I went into the 'slider' folder and deleted the images it had pulled previously. Now it works again Any thoughts on what may have caused that? site |
Quote:
|
For those that have issues with images not show correctly f.e. Wrong image is placed in the slider.
Make sure that those images are imported to you web server. External images wont be fetched |
I'll try to answer some questions now, still no time to do some heavy debugging though - we just moved to another server like two days ago and still have to fight some bugs which are included for free with every change. In addition our heavy cms customization is finally ready and live - but that of course also needs some love, polishing and bugfixing.
But it's a nice showcase what can be done with the nivo slider engine. :p http://www.united-forum.de/news/ Questions: @hyperviperx99 I think you switched to another mod. Am i right? @Kr33p3r Sorry totally forgot about the version with more debug - for starters a small bit to improve that error you are getting: find this part Code:
else Code:
else 1) How do I remove the text from the slider? I would like to have only the images pulled from the articles. ---------------------- quick and dirty: Code:
<script type="text/javascript"> Code:
<script type="text/javascript"> --------------------- you prolly have included two jquery files on the site. Put the jquery in your headinclude and remove that line from both sliders: Code:
<script type="text/javascript" src="' .$slider_img_filepath. 'jquery-1.6.1.min.js"></script> Quote:
Wrong images showing is due to a browser caching error. A fix would be here: https://vborg.vbsupport.ru/showpost....&postcount=195 Hope i haven't missed a question. Cheers guys. |
I don't get it. I have uploaded files and created widget. Edited path and put the widget into layout. Where it should appear as I don't see it anywhere?
I would like to put it on the bottom of forums home. If that is possible? Please PM me if you have solution for me. Thank you. |
Quote:
|
Quote:
Good luck :) |
Will this work with vBadvanced?
|
@thecore762
Quote:
(untested) The catch: The simple version needs your pictures to be bigger than the result. Can be worked around though i think. Without someone actually wanting it i won't check into it more though - simply cause we do not need it right now anyway, for cropping find Code:
$img_width = $imageinfo[0]; Code:
$img_width = $imageinfo[0]; |
If you leave my slider (at http://www.bordersdown.net/) going for a while, eventually it goes weird (pics seem out of sync with text or text disappears) and firefox asks you if you want to the stop the script that is running on the page. Anyone else noticed anything like this?
|
This is a great mod!
Is there a way to control which attachment is displayed? I have an image I want the slider to use for each article as I write them, though I don't want to display the slider image in the article itself. What i have been doing is adding the attachment to the article though not displaying it in the article which works fine. The problem is that when I add an image I do want displayed in the article but not in the slider it takes precedence over the old slider image and is displayed in the slider. Is it possible for the slider to pull say an image with a particular name? So that the slider always looks for a imaged named 'slider.png' and pulls that for the slider as opposed to the first image in the article? |
Please excuse my noob question.
I install the slider and it's work in the header of frontpage CMS. The small display of information about the article is display in the bottom area. However, the picture is not showing at all. All the 5 article in spider is showing "uf_fallback_slider.png" Does it means that my article is not having any picture. I normally include picture by using url reference only. After that, I upload picture to my article. However, this picture is still not show in the slider too. My site: http://www.komunitasparfum.com Any advise to repair it ???? Thanks in advance. |
@bintoro
please go through the faq in the second post. Your site isn't loading for me - i'm getting a 500 internal server error when trying. @wombycat Then you do not need the resizing part. Just manually upload the slider-images you want to show in your slider-img-filepath-folder and change the following code (untested): Code:
//rebuild image to the height and width we want in the slider Code:
$filename = $slider_img_filepath . 'slide_' . $article['nodeid'] . '.jpg'; It does look for a file named slide_342.jpg in your slider folder. Where 342 is your articleID. If that file does exist it is used as the sliderimage. If not the fallback image is used. If you want to use a different folder manipulate the $filename variable to your needs. Cheers Mooff |
@Mooff
Thanks for your info. Frankly, I don't understand with 500 internal server error ??? I just check my website and loading is fine. Mind to recheck once again please....... Thanks. |
Hi,
I installed the Nivo Slider Widget on my Site. I write some Articels with Images but the Slider dont show this images. The Slider shows the articel Title, and the backup Picture, but not the pictures from my articles. |
Can this mod be used to pull images from a folder as apposed from articles and so on?
|
Hi ! I hope someone can help me ;S
I installed the Slider as said on my page: http://www.trinitas-gilde.com/content.php but the article-images do not show up -_- i checked about the query etc, but its exaclty as Zervesa descibed. I?ll hope for help xD |
@bintoro
It's loading, but really slow, like 15sec before anything happens for me. @Zervesa, Valker please go through the faq in post 2. @zapiy it can be used for such a behaviour, but that does need recoding. If you come up with some php-code which cycles through a folder and pulls images i can tell you where to put that. |
works fine now thanks :D i failed with the link cause we have a temprary domain (we?ll have an other in a few weeks)
|
Hi again :P
So i got a question about the "read on". I want to change it, and seached for this phrase in the data, but found nothing. I even tried to find the answer by the nivo slider, but there was no explenation. Do you have a clue bout it ? |
Read on is hardcoded,
find this code Code:
$article_neu['description'] = '<h2 style="font-weight:bold; font-size: 14px">'. $article['title'].'</h2><span>'. $article['previewtext'] .'</span> <a href="/content.php?r=' . $article['nodeid'] . '-' . $article['url'] . '">read on</a>'; |
holy...
sry for my stupidity which might have infected the notepad++ search tool o-o dunno why it did not found it. thx ^_^ |
1 Attachment(s)
I have been trying to make this addon work
I followed your Q/A post and still no luck. the slider creates the images to the specific folder but somehow can't read them firebug states this error, see attachment |
Hi,
i know what the problem is, try these custom settings for your board. That should do the trick. search and replace Code:
$img_filepath = $slider_img_filepath . 'slide_' . $i . '.jpg'; Code:
$img_filepath = $slider_img_filepath . 'slide_' . $i . '.jpg'; Code:
//your slider folder - has to be read and writeable Code:
//your slider folder - has to be read and writeable Cheers |
hey, that actually fixed my issue.
Thanks for the help :) |
Please my friend i need help. I want add slides on vba CMPS, I can't find like add widget php on control panel
|
please help me friends
|
plz stop calling random ppl friends..
here?s mine cp, its in german but i think it?s gonna tell you where to look. https://vborg.vbsupport.ru/ |
Quote:
https://vborg.vbsupport.ru/external/2011/11/80.png |
Hey Mooff, this has stopped working all of a sudden. We are still running the version of vBulletin it was running months ago. But suddenly now all i see is the fallback image! give me a fix please!
|
<a href="http://www.bordersdown.net/" target="_blank">http://www.bordersdown.net/</a> << My slider has changed to showing the 2nd article first.... Weird eh? I haven't changed the slider code, so can I assume I should be really worried about my database?
Can anyone give me any pointers to see why this is happening please? |
Quote:
Nice site btw. Only if VB4 would look this good out of the box :) |
Thanks. It's all standard css/template changes though (plus Tabs advanced and nivo slider) - nothing needs manual maintenance. :)
|
1.1.0 (8.11.2011)
Also 3 new FAQ questions concerning the "cache" system. @warzone sys this addon is for the vbcms, not for the vba @charlesr the slider uses a value function. If the second article has more comments it can overtake the first one. @The Rocketeer please go through the faq and use the debug mode. With the information you have given me i would guess you installed another addon with a jquery file? |
This is an awesome mod, and I'm totally hoping I can integrate it into my Header for the entire site. Do you think you could help make this possible? This is where I go wrong:
1- I am trying to put the php code into a plugin, but I'm having trouble figuring out how to make a custom hook to call it when I want. 2-I'm testing by having it load on parse_templates, but that results in this error code: Code:
Fatal error: Class 'vb_Types' not found in /home/user/mydomain.com/includes/class_bootstrap.php(426) : eval()'d code on line 82 If I could make this work globally it would be amazing ;) |
Thanks Mooff!
|
Quote:
Quote:
|
Hey Mooff, We need some help here to get this working again.
|
Something in your server configuration changed:
Quote:
|
thanks mooff, I have contacted them but after doing some research it seems its caused by the latest upgrade from php 4? I think this mod might need to be edited to be able to work with the latest php version that has the url file access disabled? have a look here - http://www.learnphponline.com/errors...-configuration
:) |
All times are GMT. The time now is 07:40 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|