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 06-08-2011 12:00 AM

Quote:

Originally Posted by gamerzhope (Post 2204613)
Thanks I'll keep trying..
I'm guessing to change the height/width of the slider display is also located in the CSS.

But what is the default size that the images should be for the slider?

I read 400px... I'm guess that's 400px for width. But what about in Height?


Thanks Alot!

i have change few things as you can see here


Quote:

Originally Posted by nestaron (Post 2204749)
I'm using the slidermodule.php file for vBadvanced. The issue I'm having is that it will not parse the bbcode.

Code:

if (!is_object($bbcode_parser)){
        require_once('./includes/class_bbcode.php');
        $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}


I am guessing that you have forum root in a folder called maybe its forums or another name. if so replace it with this code below. just change the word community to your forum root folder name. hope this helps.

Code:

// vBulletin: Parse BBCode
if (!is_object($bbcode_parser)){
        require_once('../community/includes/class_bbcode.php');
        $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}


nestaron 06-08-2011 12:31 AM

Quote:

Originally Posted by DS MrSinister (Post 2204825)
I am guessing that you have forum root in a folder called maybe its forums or another name. if so replace it with this code below. just change the word community to your forum root folder name. hope this helps.

Code:

// vBulletin: Parse BBCode
if (!is_object($bbcode_parser)){
        require_once('../community/includes/class_bbcode.php');
        $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}


You are correct that it is in a forums directory, but the change you suggested did not fix the issue. I did try this earlier thinking it might be the issue, but it did not fix it. I also tried the full path to the file, but that also did not work.

I'm using version 4.0.4 of vb forums; and 4.1.0 of vBadvanced CMPS. Any other suggestions?

Thanks,

DS MrSinister 06-08-2011 12:59 AM

I think the problem lies with in this code. I can't figure it out yet. I am not a great coder.

Code:

$pic['pagetext'] = $bbcode_parser->do_parse($pic['pagetext'],false,false,false,false,false,false);

gamerzhope 06-08-2011 08:46 PM

Quote:

Originally Posted by DS MrSinister (Post 2204825)
i have change few things as you can see here




Okay?

Still doesn't answer my question lol. Are you going to share that css?

DS MrSinister 06-08-2011 10:47 PM

1 Attachment(s)
Quote:

Originally Posted by gamerzhope (Post 2205232)
Okay?

Still doesn't answer my question lol. Are you going to share that css?

here you go sir.. I just uploaded my file it also resize the image when its scrolling thru the slider on the front page. Don't forget to edit the lines like 21 for forum ID's etc enjoy

gamerzhope 06-08-2011 10:56 PM

Quote:

Originally Posted by DS MrSinister (Post 2205277)
here you go sir.. I just uploaded my file it also resize the image when its scrolling thru the slider on the front page. Don't forget to edit the lines like 21 for forum ID's etc enjoy

Thanks but will it work for cms? I don't have vbadvance? And my forum is the root of my site.

DS MrSinister 06-08-2011 11:26 PM

1 Attachment(s)
This one should work for CMS.

gamerzhope 06-09-2011 12:47 AM

1 Attachment(s)
Hey thanks its works really well for my site. www.callmegamer.com

The images adjust themselves! Why don't you update this in the first thread? I uploaded, my forum is on the root of my site, or you can take out Community and the extra "." period that's what I had to do to get it working.


Thanks Again!!!

DS MrSinister 06-09-2011 12:56 AM

Its not my mod. can't edit the first post. also don't forget to download the image i posted like 3 or 4 post back.. If you edit 700px and few others CSS code you can resize the boxes.

Your Welcome.

PS

this for the sections that you having the info your using for the slider. aka forum IDs

Under Forums & Moderators --> Forum Permissions --> Unregistered / Not Logged In change to yes -->Can Download Attachments and Can See Thumbnails so people that not register with you forum can see the images.

gamerzhope 06-09-2011 01:07 AM

I just realized it wasn't lol, though it should be you've been a big help for alot of people and the creator hasn't been on since febuary. Thanks for the help!


All times are GMT. The time now is 06:47 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.01307 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (6)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