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)

cykelmyggen 05-24-2010 09:29 AM

Just a noob-question: how do you enter the forum IDs in slider.php. Replace numbers inside the array with forum iDs or...? Tried a variety of solutions, but no one seems to work.
Code:

$forumid                                = array(184,149);                        // Set forum IDs here.

Preech 05-24-2010 10:08 AM

That should be it. I don't use this one anymore, I use the other one. But that looks about right.

Jojonas 05-24-2010 07:58 PM

I want to use it with vbadvanced cmps like there -> http://www.freefrag.com/ but i don't know how to do this. Can me help somebody?

Jonas

madrtr 05-26-2010 08:56 AM

hey guys, just having one problem with the slider, its not showing the title in the slide.

www.myclan.com.au/index


i might be just blind, but its my first time ever working with any sort of code, could someone please point me in the right direction please.

wickedstangs 06-06-2010 12:54 PM

Very Nice mod

Reef Man 06-18-2010 08:47 PM

Hi,
Is there any way to install this on a vbadvanced module?

Thanks.

Reeve of shinra 06-18-2010 10:07 PM

Reef Man,

Didn't test it but you can create a new php module in vbadvance and add this part of the code into it. The rest of hte instructions should be the same.

PHP Code:

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


airheadairbrush 06-21-2010 07:23 PM

any one gotten this to work with vb cms yet?
so it pulls from new articles in the cms

emath 06-22-2010 09:28 AM

works with 4.0.4 ??

Reef Man 06-23-2010 01:45 PM

Yes it works with 4.0.4.

Quote:

Reef Man,

Didn't test it but you can create a new php module in vbadvance and add this part of the code into it. The rest of hte instructions should be the same.
Hi Reeve of shinra,

I am confused. I am trying to create a php module on vbadvanced, but where do I need to place the code? What file I need to include and where? any module parent?

Sorry, I am not an expert coder. Thanks in advance for your help !


All times are GMT. The time now is 12:46 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
  • Page Generation 0.01402 seconds
  • Memory Usage 1,736KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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