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 - [WIDGET] Slider (https://vborg.vbsupport.ru/showthread.php?t=233909)

DS MrSinister 09-19-2010 03:58 PM

Quote:

Originally Posted by betts02 (Post 2100549)
Where is this getting the images from ?

Would like to use something like this where i can enter my own images and link them to various pages and/or websites

Also can this be made to work on forumhome in various positions ?

Above forums, Below forums, below footer,etc

cheers in advance


Its set for forumid2. you need to edit the slidermodule.php line 20 to set it for you forumids.

I am sure you can place it other places but i don't know how on doing that sir. sorry

betts02 09-19-2010 04:04 PM

so i have to have the image in a forum post first ?

And this will call that image ?

What happens if the thread has various images from other members ?

Just dont get how its doing it, sorry

betts02 09-19-2010 04:09 PM

Can this be set to a stand alone version so you can enter any image you want via the file and the link ?

Bouncer222 09-19-2010 04:18 PM

you attach images as an attachment to the post, it grabs the image from the first post of that person who created the thread, only attach one image.

ilvikingo 09-20-2010 07:23 AM

O Yes Mr Sinister, I don't want the thumbnails images to show, how can I do? I wanna see only the images that slides

bandare 09-23-2010 02:27 PM

Quote:

Originally Posted by DS MrSinister (Post 2099897)
if anyone is looking to make this work with vBadvanced CMPS. just download this attachment.
Don't forget to edit lines 20 to 23 to fit your needs.

add a new php module --> name what ever you want too --> File to Include slidermodule.php

---> Use Module Wrapper Template up to you. enjoy

any way to work something for vb suite and their CMS?

DS MrSinister 09-23-2010 02:58 PM

Quote:

Originally Posted by bandare (Post 2102277)
any way to work something for vb suite and their CMS?

you can use that file i posted but just rename it to slider.php. upload the file to /clientscript/slider/slider.php like it says to do in the first post. but use the code i have below.


Code:

ob_start();
echo '<div align="left">';
require_once './clientscript/slider/slider.php';
echo '</div>';
$output=ob_get_contents();
ob_end_clean();

if you like to see it in action for yourself cms and vba cmps

http://www.sinisterslair.com/0index.php <-- vb cms

http://www.sinisterslair.com/index.php <-- vba cmps

bandare 09-23-2010 03:26 PM

aaah, thanks for that but I was hoping to use with articles, not forum posts :(

Jojonas 09-26-2010 09:34 AM

it isn't visible on my page. i've edited the lines 20-23. And user module wrapper, too. where's my problem?

DS MrSinister 09-26-2010 12:54 PM

Quote:

Originally Posted by Jojonas (Post 2103280)
it isn't visible on my page. i've edited the lines 20-23. And user module wrapper, too. where's my problem?


whats the link to your web site? do you have any images posted in your forumid?


All times are GMT. The time now is 11:58 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
  • Page Generation 0.01417 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (4)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