![]() |
We are using php 5.3.8 (that's the latest stable release).
Your link doesn't help btw. I'm not using include() anywhere in the code. And i can't rewrite it so that it looks for the files in a local path, cause well, not all of them are stored locally. Preview pictures can be anything from attachement, to local image, to external image. There *might* be a way getting around allowing url_open, which would be cURL, but finding out how cURL works involves a lot of time. And i'm not even sure it does work and i can't test it since we won't disable the allow_url_open setting on our box anyway. |
I do not know why but no picture is showing up but just the default no picture. Is this pulling inline images or attachements ? I am confused on what it trying to pull or at this point not pull. I have checked the faq and still lost.
|
Hi, the slider widget works fine for me :up: Great work ;)
One more problem i cannot solve: I'm using this mod: VBCMS Threads promoted to articles link to forum thread no more article pages to link by clicking "Read more" to the original forum thread - not to the article! The code in "vbcms_content_article_preview" changes to this: Code:
<vb:if condition="$preview_chopped"> Code:
<vb:if condition="$preview_chopped"> Code:
<span>'. $article['previewtext'] .'</span> <a href="/content.php?r=' . $article['nodeid'] . '-' . $article['url'] . '">More</a>'; I would be thankful for your suggestions :) |
Hi Moof,
I have checked through, an image is being generated in the folder /slider if I put an attachment in the article, I'm using the jquery by vbulletin in the clientscripts folder so that there was definately no double ups (it's the correct directory I checked the source and it links correctly). But something just isn't working correctly.. seems like a formatting issue, but we cannot see any of the images or functionality buttons. The directory is 777, I can see the .css file as per your test in the FAQ's to ensure the directory setting is correct. (img path). The directory is slider/ I have enabled debugging on the site for viewing to see if anyone else has a clue of what may be going on.. http://www.etozclan.com/vbulletin I've seen it in action on a few other peoples site it looks very nice, hoping we can get it succesfully configured and running. - I have also enabled show article with no image so the default image shows, but that also does not work, even though the directory is 777 the directory is accessible and jquery is linked.. it seems.. :( Regards |
@jo8jo
this should work (untested code) search Code:
$article_get = vB::$db->query_read(' Code:
$article_get = vB::$db->query_read(' Code:
<span>'. $article['previewtext'] .'</span> <a href="/content.php?r=' . $article['nodeid'] . '-' . $article['url'] . '">More</a>'; Code:
<span>'. $article['previewtext'] .'</span> <a href="/showthread.php?t=' . $article['threadid'] . '-' . article['url'] . '">More</a>'; It's pulling whatever is stored by vbulletin as article preview picture. Please check the last FAQ question. @blackracoon everything looks fine coding wise, but firebug tells me that there is a jquery error when i open your site Code:
$("#slider") is null |
Hi Moof,
It seems to still be bugged. I have included jquery in the slider widget now but I believe the exact same thing is happening. :( Any other clues? Regards |
Okay here is what my debug says
Also the no image pulls up fine. Code:
slider_img_filepath: http://www.wpcreations.net/vbbarefoot/slider/ |
@Nmoore to resolve your issue please change in your php widget for your slider to $slider_img_filepath = 'slider/';
That should resolve your issue. Regards, Racoon. |
wow amazing i did not even think of that. It is working great now. Thank you so much.
|
Hi,
So after hours of scanning through I worked out the issue to having a white screen, all your directories are corrrect and you retrieve this error only in firebug - $("#slider").nivoSlider not found. FIX: Go to your widget you made, scroll to very end almost and edit this line: $("#slider").nivoSlider to JQuery("#slider").nivoSlider This is actually the correct way it should be called. a $ is the common way, it may not pick up the last imported library is JQuery especially if it isn't. Regards, and Good luck! |
In opera after installing this add-on my background of the entire website is white even if in doc_background is black.
In explorer, chrome and firefox is ok. What could be the cause? |
I found a weird issue. Everything is working fine but after some time the captions do not show up. There is no text. Anyone else run into this at all ?
|
Any chance to get some solution for my problem with the white background of the entire web page on opera browser?
|
I love this mod but found one error. If you let it just run for awhile it will crash. The text goes away. I think this is an issue with javascript. Is there a way to use built in vb javascript or workaround ?
Also is there a way to just have it on cms homepage ? |
Why does it so long to load the first image??
If you go to my site at http://www.ndakaru.com/ , you can see when you load the page that the box when the slideshow is displayed stays white for a while (a few seconds) before the display starts. Is there any way to speed this up? Thanks |
@DoDe
Doesn't happen on our page with opera so without a link to your page it's though to guess what might be happening. @mmoore5553 that text disapearing bug is a nivo slider bug, not a bug comeing from my vbulletin bridge to the slider. The FAQ should provide enough hints to switch out the jquery file. Having widgets just showing up on the homepage and not above articles is independent of the slider. But was already answered somewhere in this thread and multiple times on vb.org. Please do a quick search. @ablaye I do not experience this behaviour while loading your site. |
I set this up as is and it worked fine, vB 4.1.8 but I chose to pull from a specific section modifying the code as in this post,
HTML Code:
https://vborg.vbsupport.ru/showpost.php?p=2233429&postcount=144 Been reading through this for hours and can't find a solution. Anyone have any ideas. EDIT: Fixed, problem with png files I have found out. No transparent bg images because of the effects. |
Quote:
Code:
// DEBUG MODUS ! |
Quote:
Any idea on how to make the slides load at the same time as the rest of the site? |
Quote:
I use the standard style to have a better understanding. The vbulletin version is v4.1.8 and the default color of the background should be: #e9e9e9 but it's white. If you look into the source code of the webpage you will notice that there is no white color at all. This is a strange bug only noticed in opera browser. |
SOLVED:
I got it work. I downloaded the newest "jquery-1.7.1.min.js" released yesterday (21st november) and it resolved my problem. If anyone interested then here is the [ link ]. |
This isn't 100% related just to this mod but I thought I'd ask as I have been unsuccessful.
I bought VB CMS just to have this mod. The United-Forum has the widget as the background, I too am trying to load the widget somewhere else, not using the CMS system, I am trrying to do this: {vb:raw header} {vb:raw output} <--- The Slider {vb:raw navbar} {vb:raw toolbar} The widget does not load, I know its abit of a noobie question, but I am lost lol Thanks in Advanced ^____^ |
Quote:
|
Quote:
It would be nice if {raw: output} in any template would show the slider, how/what do I hook to allow my vbcms_page to load the widget inside ;o PHP Code:
Thats my widget settings, and ofc {raw: output} inside of vbcms_page. |
Working good on my 4.1.8 :)
|
I'm just going to echo loversama and repeat that I'm trying my best to get the header to who up inside my header, site-wide. I've followed everything mentioned here but I'm just stumped. I've got the widget loaded into a plugin, it loads on process_templates_complete, and this is the bottom three lines of my plugin:
Code:
$templater = vB_Template::create('nivo_slider'); Quote:
PS. If we can get this slider loading site-wide and get the instructions up on this thread in an easy-to-understand manner I'll gladly donate 25 bucks to your site ;) |
Quote:
My logs show PHP Code:
I found that PHP Code:
I really want the slider working nicely, its the whole reason I bought the publishing suite :P |
Remove the \ from the first of the three lines I listed. That moves you on to the other error.
|
Quote:
So lost untill Mooff shares his infinite wisdom on how they managed to do it :P |
Also lost :P I'm serious about a donation though.
|
Just a quick note to that vb_Types error, that is this line:
Code:
$article_type = vb_Types::instance()->getContentTypeID("vBCms_Article"); Code:
$article_type = 18; That template way is for sites not in the cms, like forumhome or external php files (files like this: http://www.united-forum.de/external/.../membermap.php - in the framework using the template system, but link leads to a php file, no slider on that example though). edit: btw. you might want to change the variable name $output to something else in a global plugin. That might colide with $output variables vbulletin is using. Rename it everywhere to $slider_output or something. |
Strange thing now happens with my slider.
In debug mode I receive this message: PHP Code:
The permissions in the cms permissions section are: www.dode.dfgrom.com/permissions.JPG The slider folder is 0777. GD library is installed. Any ideas? |
manually opening one of your attachment links gives me an auth box - the slider will see the same and therefore cannot read that attachment.
|
thanks,
that was the problem :up: |
Quote:
Quote:
Did you get it working? ;o |
Well in my case I had that problem due to the .htaccess on the website. I'm at the stage of making my website and I don't want anyone else to see it online till it's finished and that's why I've put the .htaccess file (you know, no one can access the website or any file on the server without entering the login and password which are configured in the .htaccess file). To check the proper functionality I removed during the test that file and everything started to work properly.
If that's not your case then I suggest looking into the cms permissions of "Can Download Attachments" for unregistered users. Try clearing the system cache in the maintenance tab after adding an article. Check the folder where you store the slider files and see if it's attributes are 0777. |
I wish to make use of this in different areas (categories) of the site, I've followed the instructions on how to do that from the FAQ.
I made a separate folder and gave it 777 permissions - it reflected the standard logo. However, once I add the code from the FAQ for categories.... Code:
node.publishdate < '. vb::$db->sql_prepare($time) .' AND |
Quote:
Error occurred: picture is not readable.<link> However, when I manually open the link, the image is displayed...anyone know what the problem is? Maybe a bug in the latest release? |
|
Quote:
The attachments look like this: PHP Code:
But I have checked permissions ect, refreshed the cache ect.. DoDe did you actually get it working then? ;o |
All times are GMT. The time now is 07:44 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:
|