The Arcive of vBulletin Modifications Site. |
|
Rhoov's News Slider Details »»
|
||||||||||||||||||||||||||||||||
Just to start out, this mod was not written by me. It was written by Rhoov from Dutch Fight Platoon. He gives his mod, as is.
He says Quote:
I am posting this addon with the hopes that someone can take it a step farther. It is completely functioning and integrated into the vB Admincp. So, all works. I just would like to see an option to add slides from CMS Articles without having to be in the Admin CP. But, here are the install instructions, pictures, and demo. Code:
1. Edit the file Connections/rhoov_slider_db.php to match your Database settings 2. Upload all files in the upload folder to your VB root. 3. Install the product-rhoov_slider.xml product This will only create the 2 tables needed. 4. Go to your ACP and you will see a new menu called Rhoov's slider. 5. Here you can edit your slides and slider settings. As you will see there are some slides of my in there so you can see how it works. 6. Create a "static html" widget en insert the following.(the code is on the settings page as well) <iframe src="./rhoovslider/rhoovslide.php" name="frame1" scrolling="no" frameborder="no" height = "235" width = "100%"> </iframe> 7. Match the witdh and height with those of the slider, but make them a bit bigger to allow for the navigation. 8. Put the widget on one of your layout's 9. Add the widget to the page you want it on This should do the trick Remember this is not a real product but just a try out from me Have fun Cheers Rhoov Inside the vBulletin CMS template vbcms_page insert this. Code:
<vb:if condition="$_GET['r'] == '1-your-page-name' OR !$_GET['r']"> <iframe src="./rhoovslider/rhoovslide.php" name="frame1" scrolling="no" frameborder="no" height = "300" width = "100%"> </iframe> </vb:if> Code:
{vb:raw toolbar}
<div class="vbcms_content">
{vb:raw layout}
</div>
{vb:raw footer}
</body>
</html>
DEMO I am not an expert in this slider. I just really liked it for my forum, it looks the best and works quite well for us. I thought I would share it. If anyone has any suggestions on how to make it better, let me know. I will be sure to update the files accordingly. Download Now
Screenshots
Show Your Support
|
||||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thanks for sharing.
|
|
#3
|
|||
|
|||
|
iframe bad for google
|
|
#4
|
|||
|
|||
|
If you have a better solution, I would be willing to incorporate it. I am not the greatest coder.
|
|
#5
|
|||
|
|||
|
I going to install in my web... it like me
![]() thanks men ... for the moment, it's only tagged ![]() thanks
|
|
#6
|
||||
|
||||
|
Not bad
|
|
#7
|
|||
|
|||
|
Strange, I'm sure I uploaded everything correctly and made the changes to the php file but I can't see any of the options to make changes in the ACP!
|
|
#8
|
|||
|
|||
|
Maybe try again using the Overwrite button. Install as a product. For me, it shows up in the top of the menu under Forum Options tab.
I just reinstalled it on a test board. It worked fine. |
|
#9
|
|||
|
|||
|
For me didn't worked, i instaled the script but when i click the setinhs menu nothing apeares, just blank
|
|
#10
|
|||
|
|||
|
If you don't have the file in Connections/rhoov_slider_db.php match your db settings in includes/config.php it doesn't show up (It can't see your db).
|
![]() |
|
|