![]() |
And now we know it's not fopen or url_access.
Resizing and everything works (not gonna look too good though given the width/height ratio of the pictures) but the slider can't save the pictures (cause the folder either does not exist or isn't writeable). change: //your slider folder - has to be read and writeable //folder where all slider files are saved $slider_img_filepath = 'Forum/slider/'; to $slider_img_filepath = 'slider/' |
Quote:
Removed Forum/" *edit* Works.!! But my images are WAY stretched out. lol Now i need to play with the settings, i guess. :D |
Quote:
Sorry guys, you guys are looking at wordpress, not vBCMS. :D The vBCMS is here: http://www.cyberneticpunks.com/forums/content/ I still have the same issue however. It finds the fall back image fine. Is there additional logging I can turn on? |
Quote:
for a min there I thought I finally got something :D Very Nice Design BTW. Wish Anyone could make the vBulletin CMS look half decent. :( |
i know it sounds stupid but.. i wanted to have a slider without nav buttons and another one without control buttons and... i'm not able to let controls and directions buttons to show and hide editing .css files... i only managed to hide the controls but now i can't make them appear again.. and the arrows.. there's no way to make them disappear....
i'm having some kind of cache troubles of what? btw i'm running at once 2 sliders on my page (dynamic and static version) thank you |
sorry guys.. i must be a bit tired... read the faqs on nivo slider official website and found everything ...just playing with parameters like:
Code:
.nivoSlider({ hope this one can be useful for someone! thanks |
Ive been messing with this for some time and I have no problem getting one slider to work on my homepage but Im trying to get another to work in a specific section.
I made a 2nd directory for the slider. So the first is slider/ the 2nd is slider2/ I have all the JS files in both as well as the fall back image. I made a 2nd widget with and modified the code to save images in slider2/ as well as pull from a specific section. All fine until it comes to actually seeing the slides. I get the rotation and the correct text but no images. I checked the dir. and its 777. URL's in the slider are all correct. I click the image and I get the correct page. Just very stuck as to why no images in the 2nd slider. Any help would be great. Heres a copy of the widget code. Code:
// DEBUG MODUS ! |
i don't know wha happened.. tried the whole thing from start several times but i'm stuck on this error (and no visible slides..).. the only difference i can get starting over is the line number
Parse error: syntax error, unexpected T_STRING in /web/htdocs/www.dogmylife.com/home/beta/packages/vbcms/widget/execphp.php(191) : eval()'d code on line 24 i really don't know what to do.. thank you |
Most likely you are missing a semicolon in line 24 of the widget php code
that would be line 24 $fallback_img = $slider_img_filepath . 'uf_fallback_slider.png'; what does yours look like? As for the other problems. I've read them, but unfortunately no time to look into it right now. Another coding projekt on our site keeps me busy right now. |
1 Attachment(s)
Installed for testing on 4.1.3 with thanks ... :)
Regards, Doug Edit: Un-installed .. didn't work (see pic .. just empty box with date).. thanks anyway for your efforts ... |
your support is most appreciated!
unfortunately i can't test your suggestions right now, it'll have to wait until saturday, but for now THANK YOU! |
I need this slider and can't figure it out, can somebody help me?
|
@BadgerDog
You need to insert the code into the php widget. A default php widget with no new code does show the date. @gusto Please state which part is unclear in my installation description so i can improve it. |
Quote:
Regards, Doug |
Is there someplace I can change the actual size of the widget box being displayed?
Not the pic dimensions or text, but the size of the box, if that makes any sense? Thanks .. :) Regards, Doug |
how do I add this on another page? for example: test.php
|
Quote:
.theme-uf #slider { margin:0px auto 0 auto; width:650px; /* Make sure your images are the same size */ height:250px; /* Make sure your images are the same size */ } |
My apologies if this has been answered prior.
How do I change the sped of each slide, I basically want to halve the speed of each slide. |
@GamersChallenge
In order to use the widget code on a test.php this test.php would have to have access to your vbulletin database. If you have the required files included on your test.php page just add (untested) Code:
echo "$output"; @pmflav1 That FAQ question should help you out: Quote:
|
Quote:
Regards, Doug |
installed, Thanx Pretty awsome addition way better then a previous mod i was using :-)
+like |
Quote:
this is test.php file. PHP Code:
this is test template: PHP Code:
|
Bottom of the article you just quoted:
https://vborg.vbsupport.ru/showthread.php?t=228112 Please see this article for help with rendering templates - [vB4] Rendering templates and registering variables - a short guide In a nutshell: a) insert the php code from the first post here Code:
// ###### YOUR CUSTOM CODE GOES HERE ##### c) update your template so it does print the variable $output |
Moff, have you or do you know how to make this work without fopen. I'm not sure how to code it for curl.
My host doesn't like fopen so I'm looking for an alternative. Thanks. |
after spending hours reading all those tutorials I came up with this... what am I doing wrong?
PHP Code:
|
@Scalemotorcars
I haven't looked into it. The options are: - using fitting images as article images, which do not need to be resized (delete the resizing part then) - resizing the images via CSS (might break the nivo slider transition effects, not sure about that one) - this also would mean deleting the resizing code - cURL, which does involve reading through the cURL documentation or googleing for "replace fOpen via cURL" @GamersChallenge you can remove echo "$output"; since you are using the template system. Then in the template you need to write {vb:raw output} somewhere, and that should be it. |
Quote:
Fatal error: Class 'vb_Types' not found in /home/gamersch/public_html/test.php on line 91 this is line 91: PHP Code:
|
Sorry for the question, but i kinda just have to ask: Do you have the vbcms?
Anyway, if you do i'm not exactly sure in which globalclass vb_Types is definded, just look into your database, i think the table is "contenttypes" and check which contenttypeid your articles have. On our installation it would be $article_type = 18; could be different on yours though. |
Quote:
|
Thanks anyway Mooff, I ended up just going with the Content slider. The load times were dragging the homepage down horribly and my host was having an issue with Fopen.
|
Hello, everything seems to be working fine except for one thing; the slider images aren't showing in the slider. The slider is working fine, instead the fallback images are showing. Also no images are being saved in the specified folder.
|
More then likely your host has disabled fopen. You can create an php.ini file enabling it but your host may not like that. If you do a Google search you'll see how.
|
Lol, right now I got it working, I just had to clear the CMS cache. But thanks anyway!
|
Edit: I cannot seem to remove the frame around the static html version of the slider.
[s]I did follow all the steps mentioned and also renamed the template as; "vbcms_widget_static_page_nobackground" And added the same title. Yet it's still not working and the slider isn't appearing.[/s] Fixed :D Gotta love Mooff :D |
OK in my site http://www.fliprap.com/content.php I want to know how come the slider feature works, but the article images do not show, only the default image shows. How can I get the Article image to show? I already check the javascript filepath that was mentioned in FAQ and everything is correct. Any suggestions? Please tell me, I really need some serious help!
|
This mod is freaking awesome!!!!!!!
Couple of questions: 1) How do I remove the text from the slider? I would like to have only the images pulled from the articles. 2) Is it possible to have 2 of these on the same page? I have two atm and the 2nd one is coming up as a blank white box, though if I turn the first one off the 2nd one works flawlessly. EDIT: I did a debug on the blank slider which gave me this code: Code:
DEBUG MODE is ON! Eagerly await your thoughts or ideas :) Again this is an awesome mod, thank you for taken the time to give this to the community :up: |
Quote:
Heck, I'd give you shell access if you want it. |
We are in the final stages of releasing a huge project on our board. I expect that to be done mid next week.
Once we are live i'll answer the questions which came up here in regards to the slider. P.S.: Thanks for the latest donation. :) |
Moof, one question, if you have time. Is there a way I can display the slider only on CMS home and not on all article pages?
|
@vexxy different layouts for different cms sections
|
All times are GMT. The time now is 02:56 AM. |
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:
|