Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Rhoov's News Slider Details »»
Rhoov's News Slider
Version: 1.00, by haincha haincha is offline
Developer Last Online: Apr 2013 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.x.x Rating:
Released: 03-03-2011 Last Update: Never Installs: 43
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files  
No support by the author.

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:
Originally Posted by Rhoov
If there are people interrested in this product i can post the files and instructions, but maybe better if someone with real VB knowledge could take my code and make it completly VB and in the process i can learn some of it as well
here

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
This can be put as a Widget on the main page. By creating a widget as stated above. Or, do similar to what I did.

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>
Above:
Code:
{vb:raw toolbar}
<div class="vbcms_content">
{vb:raw layout}
</div>
{vb:raw footer}
</body>
</html>
The if statement only allows the slider to be shown on the main news page, and not inside the articles themselves. Edit according to how you want it to be.

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

File Type: zip rhoovslider_product.zip (133.0 KB, 547 views)

Screenshots

File Type: jpg rhoovslider.jpg (72.1 KB, 0 views)
File Type: jpg rhoovslideradmin.jpg (111.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 04-21-2011, 03:24 AM
Whitesky Whitesky is offline
 
Join Date: Dec 2007
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm currently developing this on some high-end creative client sites. I've rewritten a lot of code and CSS to be more of a premium looking mod than it is out of the box.

I'm definitely looking to pick up this mod, with proper permission, and develop it further. This is the closest thing to what vB has lacked for so long; a full AdminCP functioning slide edit system.

Btw I'm the designer through MysticDigital http://mysticdigital.com so this is really cool with gaming sites ;-)
Reply With Quote
  #23  
Old 04-21-2011, 11:49 AM
iyama iyama is offline
 
Join Date: Sep 2008
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look very good.
Buth waiting for a slider who grab things of my board.
Every time to go admincp and changing is to much work.
Reply With Quote
  #24  
Old 04-28-2011, 02:45 PM
frankw frankw is offline
 
Join Date: Jan 2011
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool mod, is it possible to get this above the forum instead of cms section?
Reply With Quote
  #25  
Old 05-07-2011, 10:16 AM
nerowolfe nerowolfe is offline
 
Join Date: Feb 2011
Location: France/Italy
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, great tools, but I've a little problema, see the picture:



The background is white, the font is different and also. Can you help me?
Reply With Quote
  #26  
Old 05-08-2011, 09:49 PM
deinrapde deinrapde is offline
 
Join Date: May 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not work on 4.1.3 cos the mysql is wrong? please fix
Reply With Quote
  #27  
Old 05-12-2011, 05:42 PM
msoms's Avatar
msoms msoms is offline
 
Join Date: Sep 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some reason it didn't connect to the forum database even though that user/pass is correct. Then I realized that my pass word contains "$" thus it was taking it as a variable. So I changed the variable from double quotes (") to single quote (') and it when through, i.e.:

$username_rhoov_slider_db = "user";
$password_rhoov_slider_db = 'pass';

For those who get table doesn't exist, just use your forum DB user and pass and don't create a new DB for it.

Regards,
Mohammed Sharif

Hope this will help.
Reply With Quote
  #28  
Old 05-14-2011, 03:29 PM
The Rocketeer's Avatar
The Rocketeer The Rocketeer is offline
 
Join Date: Jun 2010
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Whitesky View Post
I'm currently developing this on some high-end creative client sites. I've rewritten a lot of code and CSS to be more of a premium looking mod than it is out of the box.

I'm definitely looking to pick up this mod, with proper permission, and develop it further. This is the closest thing to what vB has lacked for so long; a full AdminCP functioning slide edit system.

Btw I'm the designer through MysticDigital http://mysticdigital.com so this is really cool with gaming sites ;-)
please do it and show us how
Reply With Quote
  #29  
Old 05-18-2011, 11:45 PM
j0k4w1ld's Avatar
j0k4w1ld j0k4w1ld is offline
 
Join Date: Oct 2010
Location: Netherlands
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

okay i have CMPS

how do i insert the code. <iframe src=path/to/slider/rhoovslider.php" name="frame1" scrolling="no" frameborder="no" height = "235" width = "100%">
</iframe>

add module
or
add page

and whats next.
Reply With Quote
  #30  
Old 05-19-2011, 12:13 AM
xavier.matia xavier.matia is offline
 
Join Date: Apr 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

I tried to place the slider in a widget, but without success.
As part of the vbcms_page it works, but i really need it as a widget:

This is the code in my static page

<iframe src=./rhoovslider/rhoovslide.php" name="frame1" scrolling="no" frameborder="no" height = "235" width = "100%">
</iframe>

And this is the error i get:

Not Found

The requested URL /rhoovslider/rhoovslide.php" was not found on this server.
Apache/2.0.54 Server at www.renderglobal.org Port 80


I tried several different path to the src file...but it never finds it.

Any hint would be appreciated.
Thank you for the mod, it's great btw, even though I'm probably going to change it a bit to be able to grab the images from the latest published article of a specific section.

cheers

Xavier
Reply With Quote
  #31  
Old 05-19-2011, 01:12 AM
xavier.matia xavier.matia is offline
 
Join Date: Apr 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fixed, it was a missing quote, sorry for the noise!

Xavier

Quote:
Originally Posted by xavier.matia View Post
Hi

I tried to place the slider in a widget, but without success.
As part of the vbcms_page it works, but i really need it as a widget:

This is the code in my static page

<iframe src=./rhoovslider/rhoovslide.php" name="frame1" scrolling="no" frameborder="no" height = "235" width = "100%">
</iframe>

And this is the error i get:

Not Found

The requested URL /rhoovslider/rhoovslide.php" was not found on this server.
Apache/2.0.54 Server at www.renderglobal.org Port 80


I tried several different path to the src file...but it never finds it.

Any hint would be appreciated.
Thank you for the mod, it's great btw, even though I'm probably going to change it a bit to be able to grab the images from the latest published article of a specific section.

cheers

Xavier
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:27 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06660 seconds
  • Memory Usage 2,337KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete