Go Back   vb.org Archive > vBulletin Modifications > vBulletin 5.x Modifications > vBulletin 5.x Products & Extensions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Web and Art Solutions] Nivo slider for vBulletin 5 Details »»
[Web and Art Solutions] Nivo slider for vBulletin 5
Version: 1.10, by WebandArt WebandArt is offline
Developer Last Online: Apr 2015 Show Printable Version Email this Page

Category: Add-On Releases - Version: 5.0.x Rating:
Released: 04-22-2014 Last Update: 08-26-2014 Installs: 26
 
No support by the author.

We are very proud to bring to the community the integration of the popular Nivo Slider for the vBulletin 5 Connect platform, along with all its slide effects.

At last, for the first time ever, a flexible slider solution for all vBulletin 5 forum owners.

Demo: http://www.communityskins.com

It works for both 5.0.x and 5.1 installations.

Changelog:
v1.00 - Released
v1.10 - Fixed: Error loading post

Enjoy!

Download Now

File Type: zip vB5NivoSlider.zip (653.4 KB, 225 views)
File Type: zip vB5NivoSlider-v1_10.zip (657.6 KB, 255 views)

Screenshots

File Type: jpg 01-nivo-slider-setting.jpg (48.3 KB, 0 views)
File Type: jpg 02-nivo-slider-options.jpg (54.4 KB, 0 views)
File Type: jpg 03-manage-nivo-slides.jpg (37.2 KB, 0 views)
File Type: jpg 04-nivo-slider.jpg (33.3 KB, 0 views)
File Type: jpg 05-nivo-slider-caption.jpg (46.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
Asama, pidje

Comments
  #22  
Old 07-11-2014, 07:11 PM
jstear jstear is offline
 
Join Date: Oct 2013
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by oxrageous View Post
I followed the instructions to the letter, yet the "Nevo Slider" option is nowhere to be found on the left sidebar. I refreshed a number of times. Everything else seems to have installed properly, including the options on the settings menu.
Clear your server cache and look at the top of your side bar. Mine was collapsed at the very top.
Reply With Quote
  #23  
Old 07-15-2014, 06:24 AM
WebandArt's Avatar
WebandArt WebandArt is offline
 
Join Date: May 2010
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jstear View Post
Line 9 is
HTML Code:
<link rel="stylesheet" href="{vb:var css_dir}/themes/{vb:var nivo_theme}/{vb:var nivo_theme}.css" type="text/css" media="screen" />
Are you sure that is the right line?

I know HTML and CSS3, but have no experience with VB templates before now. Thank you for the help and the great extension!
Hello,

You should edit the line below and change the condition which displays the slider as you prefer:
Code:
<vb:if condition="$page['ishomepage'] or $nivo_in_all_pages">
Thank you.
Reply With Quote
  #24  
Old 07-17-2014, 12:10 PM
oxrageous oxrageous is offline
 
Join Date: Jun 2014
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

FYI, I had to uninstall this item as it was causing a posting conflict. When you would post something, you'd get a popup that said "Error Loading Post", yet when you refreshed the screen the post was there. After the full uninstall it stopped. Any idea what would cause that? It's a great product. I'm using 5.1.2.
Reply With Quote
  #25  
Old 07-18-2014, 06:47 PM
jstear jstear is offline
 
Join Date: Oct 2013
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WebandArt View Post
Could you please send us your forum's web address?
Have you had time to check this? I PM'ed you, but the website is hugaming.com
Reply With Quote
  #26  
Old 07-18-2014, 07:13 PM
jstear jstear is offline
 
Join Date: Oct 2013
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WebandArt View Post
Hello,

You should edit the line below and change the condition which displays the slider as you prefer:
Code:
<vb:if condition="$page['ishomepage'] or $nivo_in_all_pages">
Thank you.
This still makes no sense. I want to change to the page titled home. The above is only an if statement, it isn't putting anything anywhere.
Reply With Quote
  #27  
Old 07-22-2014, 04:38 PM
WebandArt's Avatar
WebandArt WebandArt is offline
 
Join Date: May 2010
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by oxrageous View Post
FYI, I had to uninstall this item as it was causing a posting conflict. When you would post something, you'd get a popup that said "Error Loading Post", yet when you refreshed the screen the post was there. After the full uninstall it stopped. Any idea what would cause that? It's a great product. I'm using 5.1.2.
Hello,

Thank you for your feedback. We are running some tests, we are going to apply some fixes on our next update.
Reply With Quote
  #28  
Old 07-22-2014, 04:51 PM
WebandArt's Avatar
WebandArt WebandArt is offline
 
Join Date: May 2010
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jstear View Post
This still makes no sense. I want to change to the page titled home. The above is only an if statement, it isn't putting anything anywhere.
Hello,

I probably misunderstood your question. You want to display the slider only on a certain page, right?

About the login area, try to remove the code below from the js/vb5nivo/vb5nivo.js file.
Code:
$('#lnkLoginSignupMenu').click(function(){
	$("#idLoginIframeContainer" ).dialog({
		modal: true,
		resizable: false });
});
Please let me know if the login was fixed.

Thank you.
Reply With Quote
  #29  
Old 07-23-2014, 05:49 PM
jstear jstear is offline
 
Join Date: Oct 2013
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WebandArt View Post
Hello,

I probably misunderstood your question. You want to display the slider only on a certain page, right?

About the login area, try to remove the code below from the js/vb5nivo/vb5nivo.js file.
Code:
$('#lnkLoginSignupMenu').click(function(){
	$("#idLoginIframeContainer" ).dialog({
		modal: true,
		resizable: false });
});
Please let me know if the login was fixed.

Thank you.
Awesome, that did fix the login. Also, yes, I would like the slider to be on a specific page, which isn't the home page. I am looking through the code and don't see a way to specify a page.
Thanks for the help!
Reply With Quote
  #30  
Old 07-26-2014, 09:09 PM
ikymbo's Avatar
ikymbo ikymbo is offline
 
Join Date: May 2012
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can work on vbualletin 4.2.2 ?? i like your design (y)
Reply With Quote
  #31  
Old 07-28-2014, 10:14 AM
WebandArt's Avatar
WebandArt WebandArt is offline
 
Join Date: May 2010
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ikymbo View Post
can work on vbualletin 4.2.2 ?? i like your design (y)
Hello,

It is developed for vB5 and tested only on vB5 versions.

Thank you.
Reply With Quote
Reply


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 05:15 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04563 seconds
  • Memory Usage 2,355KB
  • 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
  • (4)bbcode_code
  • (1)bbcode_html
  • (8)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
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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