This is based on the demo above. OK this is my first mod and I know the coding really sucks! But I thought I would get this out and see if anyone want to improve on it.
This is one of those frontpage slide shows that pulls your attachment and data from specified forums.
I hope this works for you.
Install:
Edit slider.php and at line 100:
$forumid - set the forum to pull slides
$limit - set the number of posts
$chars - set the total number of characters
$words - set total number of words
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());
}
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?
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
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.
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.
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.
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!