Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] Dynamic To Top
#11
it is interesting Thank
Reply
#12
I confirm
Incompatibility with QUICKQUOTE version Aries-Belgium
Reply
#13
This user has been denied support. This user has been denied support.
If you want to fix this plugin please follow all these steps :
1.Deactivate your plugin.
2.Open file dynamictotop.php (you can find this file into inc/plugins directory), search :
<script type=\"text/javascript\">
		$(document).ready(function() {
			/*
			var defaults = {
	  			containerID: \'moccaUItoTop\', // fading element id
				containerHoverClass: \'moccaUIhover\', // fading element hover class
				scrollSpeed: {\$mybb->settings[\'scrollSpeed\']},
				easingType: \'{\$mybb->settings[\'easing\']}\' 
	 		};
			*/
			
			$().UItoTop({ easingType: \'{\$mybb->settings[\'easing\']}\' });
			
		});
</script>
and replace with :
<script type=\"text/javascript\">
		jQuery(document).ready(function() {
			/*
			var defaults = {
	  			containerID: \'moccaUItoTop\', // fading element id
				containerHoverClass: \'moccaUIhover\', // fading element hover class
				scrollSpeed: {\$mybb->settings[\'scrollSpeed\']},
				easingType: \'{\$mybb->settings[\'easing\']}\' 
	 		};
			*/
			
			jQuery().UItoTop({ easingType: \'{\$mybb->settings[\'easing\']}\' });
			
		});
</script>
After replacement you can save and close file.
3.Open file jquery.ui.totop.js, from directory inc/plugins/dynamic-to-top/js, and before :
(function($){
add next line :
jQuery.noConflict();
4.After step 3 everything should be ok! Now you can activate it and use with QuickQuote.
[Image: img2.png]
Reply
#14
Mihu

It's good for me.

Thanks
Reply
#15
Don't work.
After activate is:
Quote:Fatal error: Cannot redeclare find_replace_templatesets() (previously declared in /virtual/insidery.cba.pl/inc/adminfunctions_templates.php:22) in /virtual/insidery.cba.pl/inc/adminfunctions_templates.php on line 101

Please help me!
Reply
#16
not working for me.
[Image: mybb-fsr-review-badge.png]
Reply
#17
Works for me too after doing the fix, thanks for that
Reply
#18
(2011-09-26, 03:41 PM)mihu Wrote: If you want to fix this plugin please follow all these steps :
1.Deactivate your plugin.
2.Open file dynamictotop.php (you can find this file into inc/plugins directory), search :
<script type=\"text/javascript\">
		$(document).ready(function() {
			/*
			var defaults = {
	  			containerID: \'moccaUItoTop\', // fading element id
				containerHoverClass: \'moccaUIhover\', // fading element hover class
				scrollSpeed: {\$mybb->settings[\'scrollSpeed\']},
				easingType: \'{\$mybb->settings[\'easing\']}\' 
	 		};
			*/
			
			$().UItoTop({ easingType: \'{\$mybb->settings[\'easing\']}\' });
			
		});
</script>
and replace with :
<script type=\"text/javascript\">
		jQuery(document).ready(function() {
			/*
			var defaults = {
	  			containerID: \'moccaUItoTop\', // fading element id
				containerHoverClass: \'moccaUIhover\', // fading element hover class
				scrollSpeed: {\$mybb->settings[\'scrollSpeed\']},
				easingType: \'{\$mybb->settings[\'easing\']}\' 
	 		};
			*/
			
			jQuery().UItoTop({ easingType: \'{\$mybb->settings[\'easing\']}\' });
			
		});
</script>
After replacement you can save and close file.
3.Open file jquery.ui.totop.js, from directory inc/plugins/dynamic-to-top/js, and before :
(function($){
add next line :
jQuery.noConflict();
4.After step 3 everything should be ok! Now you can activate it and use with QuickQuote.
Thanks a bunch. Worked perfectly.
Reply
#19
Dynamic To Top 1.1 ( for 1.8x )

* updated 11/26/2016 for 1.8.x by Vintagedaddyo

* 1.1 adds option to display on portal


.zip   Plugin_dynamic_to_top_1.1.zip (Size: 51.4 KB / Downloads: 101)
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)