The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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 |
#12
|
|||
|
|||
Installed, I like it so far
|
#13
|
|||
|
|||
Is it possible to use this slider instead? http://nivo.dev7studios.com/
|
#14
|
|||
|
|||
Where can I translate "next" and "prev"?
|
#15
|
|||
|
|||
I think if you edit rhoovslider/coin-slider.js
Code:
$('#cs-navigation-'+el.id).append("<a href='#' id='cs-prev-"+el.id+"' class='cs-prev'>prev</a>"); $('#cs-navigation-'+el.id).append("<a href='#' id='cs-next-"+el.id+"' class='cs-next'>next</a>"); |
#16
|
|||
|
|||
That didn't appear to do anything, even after a hard refresh of my browser and clearing the cms cache.
|
#17
|
|||
|
|||
Quote:
I think that the plugins think that the databasename is the same with the database prefix. Where do i change that ? |
#18
|
|||
|
|||
I am not really fit in PHP.
Could someone customize this plugin for me? I?m looking for exactly that slider (but name must change cause of Admin CP) This are my wished modification: - only widget and Admin CP-Entry - variable entrys (max. 10) - height: 250 (for 240px banners) - php template name must change I tried it with my knowledge... and ... believe me... it got another, smaller one.. but only one Admin Tool Baghira |
#19
|
|||
|
|||
Hi there, is there away to set each slide to 20 secs?
Current limit: 10 secs Thanks |
#20
|
||||
|
||||
sadly i get this when i do the above instruction.
Code:
Table 'armyofde_rhoovslider.slider_img' doesn't exist im runnning the latest vb 4.1.3 www.Army-Of-Death.net |
#21
|
|||
|
|||
It work in vb 4.0.4 and cmps??
because it like me |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|