The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[WIDGET] Slider Details »» | |||||||||||||||||||||||||||
Widget Slider - Frontpage Slide Show.
Demo: http://demo.webdeveloperplus.com/fea...ontent-slider/ 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 Upload Files. Create PHP Widget and inser the following code: ob_start(); echo '<div>'; echo '<center>'; require_once './clientscript/slider/slider.php'; echo '</center>'; echo '</div>'; $output=ob_get_contents(); ob_end_clean(); Download Now
Show Your Support
|
Благодарность от: | ||
SyRiAn BoY |
Comments |
#12
|
|||
|
|||
Slideshow is working but images are causing all kinds of strange display (breaking out of the frame). Needs to be able to auto re-size images or only show portions of images and fill the entire frame. Cool start though. I am desperate for a slideshow like this.
Any idea how could I go about getting rid of the small preview images section completely? |
#13
|
|||
|
|||
Could we not have this showing certain albums or is there another mod out there that doe this ?
|
#14
|
|||
|
|||
thank you so much
|
#15
|
|||
|
|||
Such a good idea.
|
#16
|
|||
|
|||
actually i am just using your widget code, because already got a working slideshow software, but when i use it, somehow the forum goes to the left and the size of the font becomes smaller. Maybe some tags not closed or something missing?
|
#17
|
||||
|
||||
we can use it also on the CMS with CMS content ?
|
#18
|
|||
|
|||
Sorry, this was for the CMS and I certainly have a long way to go before it is ready to template and use hooks to place in the forum home.
Quote:
So to fix, check slider.php Find these two lines: PHP Code:
PHP Code:
Quote:
2. Drop the tabs... Hmmm, try this: near the bottom of slider.php. between tabhtml and centerhtml add tabhtml =''; Quote:
So you mean you are pulling in another .php file? Hmmm... No I have one div and one center and both are closed at the end. You could simply drop the div and center statements and see if that helps? That'd be great, but not right now... It pulls from a forum and not the CMS. NOTE: Folks thanks for the feedback and I am truly sorry if this is a struggle. Again, I had this and other ideas of mine posted in the Programming section here but I got no feed back... So I posted this here to see what people thought. I will do my very best to get this thing up to snuff, but this is also tagged as a free project so if someone else is faster at this than me - go for it... |
#19
|
|||
|
|||
Quote:
I have a lot of CSS in there - perhaps that is the issue? |
#20
|
|||
|
|||
First of all thank you so much for putting this out. I've been working with it for a day now and have got it to a point where I can implement on my site. Graphically it is fantastic! Just what I was looking for. Had to make several adjustments to the PHP and CSS but nothing to difficult.
The way I have implemented this is to set up a private forum. When I get some good content (with nice photos) I copy the posts to the private forum. I then crop the photo to 650x320 and re-attach. The only problem I still have is the links from the thread title in the slideshow to the thread it came from. I want to remove that link completely since members will not be able to see the private forum. Any idea how to accomplish that? Again, thanks so much for sharing. I had a slideshow like this on my 3.8 site and my members really missed it since upgrading to 4.0. You can see it installed here: www.westcoasthighliners.com I would love to get feedback. EDIT: To drop the tabs I changed this tab items in the CSS to display: none |
#21
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|