vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin CMS Widgets - vFCoders - Featured Content Slider Widget (https://vborg.vbsupport.ru/showthread.php?t=268817)

Rideharder 05-03-2012 01:54 AM

What is the work around with jQt Sliding Log-In / Register?

https://vborg.vbsupport.ru/showthread.php?t=281297

Badshah93 05-03-2012 03:38 AM

Quote:

Originally Posted by Rideharder (Post 2325682)
What is the work around with jQt Sliding Log-In / Register?

https://vborg.vbsupport.ru/showthread.php?t=281297

ya, just tried with jQt Sliding Log-In / Register, it works fine for non-registered user..
to make it work for all

open Template - jqt_sliding_login

Replace all with this

PHP Code:

<vb:if condition="!$bbuserinfo[userid]">
<
script src="{vb:raw vboptions.bburl}/jqt_suite/jquery.tools.min-all.js" type="text/javascript"></script>
<
link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}jqt_slider.css" />
</
vb:if> 


Rideharder 05-03-2012 11:32 PM

You totally fixed it when I log in but it does not work when I log out and also when I log out it does not completely refresh. You can view my site www.speedaholic.net and if we can get a workaround it's, worth a donation.

Login name Ride password 123

Thanks so much for all your time..

Rideharder 05-03-2012 11:40 PM

jqt_sliding_main

PHP Code:

<vb:if condition="$show['guest']">
<
div id="fred">
<
div class="slider_panels">
    <
div class="panels_div" style="height:0;padding:0;border:0;background: transparent;"></div>

    <
div class="panels_div login_panel">
     <
div class="jqt_form_body">
          <
script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script


basilrath 05-04-2012 04:10 PM

Fantastic Mod ..........

A little improvement (but only in my humble opinion)

I dislike the "quick" transition but as has been said this was changed via the js xml coding

But caused some issues in the rendering when used with thumbs - lagging etc so

As has been said in other posts:



lose the thumbs via the vbcms_widget_cmsfcs_page template
PHP Code:

.ui-tabs-nav {
displaynone;


Same template change the script to
PHP Code:

<script type="text/javascript">
$(
document).ready(function(){  
$(
".cmsfcs_{vb:raw id}").tabs({ fx: {opacity'toggle'duration:'slow'} }).tabs("rotate"5000true);  
$(
".cmsfcs_{vb:raw id}").hover(  
function() {  
$(
".cmsfcs_{vb:raw id}").tabs("rotate",0,true);  
},  
function() {  
$(
".cmsfcs_{vb:raw id}").tabs("rotate",5000,true);  
}  
);  
});  
</
script

This will remove thumbs render the images with a nice transition and the codeline below will clean up the info bar
PHP Code:

.cmsfcs_{vb:raw id} .ui-tabs-panel .info
  
position:absolute
  
top:242px
  
left:0px
  
height:70px;
  
width:650px;
  
opacity.75;
  
backgroundblack
  
margin0 auto;


This has the width of the slider at 650px and the info bar the same (but obviously change to your site if needed)

It also means you can have a few more articles etc without the rendering being incorrect given the thumbs are removed

as you can see i now have 7 latest articles with a nice smooth transition and an info bar that is 100% for a clean look and render.

Just a thought :)

http://www.tabletennistalk.co.uk

Toorak Times 05-04-2012 05:02 PM

That is one sweet piece of work, must have one!

Rideharder 05-05-2012 09:39 PM

Badshah93, is very honest and a outstanding guy. Comes through in a very timely manner donations well spent. Understood my needs a no problem to help fix issues I needed.
Highly recommended.

alhidaya 05-05-2012 10:11 PM

Hello,

Is what you can you can also put the topics on the forum

basilrath 05-06-2012 08:55 AM

Quote:

Originally Posted by alhidaya (Post 2326575)
Hello,

Is what you can you can also put the topics on the forum


You choose where the feed comes from

SVTdrivah 05-09-2012 01:18 AM

Any way to add video to the slider as well as images?


All times are GMT. The time now is 02:16 PM.

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.01663 seconds
  • Memory Usage 1,761KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete