The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vFCoders - Featured Content Slider Widget Details »» | |||||||||||||||||||||||||||||||||||
vFCoders - Featured Content Slider Widget
Developer Last Online: Nov 2023
.::vFCoders - Featured Content Slider Widget::. Content Slider Source: http://webdeveloperplus.com/jquery/f...ing-jquery-ui/ What is it? ===================================== Featured Content Slider Widget for VBulletin CMS to feature latest (or popular) articles in a block that displays as a slideshow. Features ===================================== 1. Fully Integrated With VBulletin CMS. 2. Option To Select Sections. 3. Option To Select Categories. 4. Option to Sort Articles by date or views. 5. No Template or File Edits. 6. Can Add Seperate Widget for Different Sections. 7. Can Add more than 1 Featured Content Slider Widget in a page. 8. Option To Set Width For Each Content Slider Widget New! New Installation Instructions ===================================== 1. Upload all the files in "Upload" Folder to forumroot. 2. In the Product Manager in AdminCP, import the product XML file. 3. Then Go To -> Admincp -> vBulletin CMS -> Widgets Widget Type: CMS featured Content slider and enter other details and save it.. 5. Then Rest of the things are as it is which you do for other widgets. a): Configure The Widget in VBulletin CMS -> widgets b): Add the widget in page through layout manager. Upgrade Instructions ===================================== 1. Unzip the attachment and upload all files in upload folder to forumroot. 2. Upload the xml through product manager. (Overwrite) 3. Delete all the old content slider widgets and make new ones. Uninstallation Instructions ===================================== 1. Delete all the Content Slider Widgets in vBulletin CMS -> Widgets 2. Uninstall the product through product manager. Mod History: v1.0 : 20 Aug 2011 : First Release. v2.0 : 21 Aug 2011 : Width Feature Added. v2.1 : 21 Aug 2011 : Fixed Uninstall Bug. v2.2 : 26 Aug 2011 : Improved mouseover effect of content slider. v2.3: 28 Aug 2011 : Fixed Package ID issue. v2.4: 18 Apr 2011 : Fix typo in install code and Updated for vBulletin 4.1.x. -> Click On Mark As Installed If You Have Installed This Mod. -> You Can Nominate it also for Mod Of The Month. -> If u like my work, you can Donate me also. Download Now
Screenshots
Show Your Support
|
13 благодарности(ей) от: | ||
boydy, Bram H, chabit77, deverill2010, huevncom, LOGECT, mmorpgwelt, nacaruncr, Nassou, romaszek, sub_ubi, sweetpotato, Teascu Dorin |
Comments |
#102
|
|||
|
|||
after upgrade number to 2.3 version don't change, stay on 2.2
|
#103
|
||||
|
||||
I am sorry, but I cannot use it like this. It looks terrible on the left like now when using a widescreen monitor. If there is no easy way to just center the entire widget then I cannot use it. Great idea though.
|
#104
|
|||
|
|||
Quote:
And Replace all template code to this Code:
<vb:if condition="$output"> <style type="text/css"> .cmsfcs_{vb:raw id} { position:relative; height:290px; } .cmsfcs_{vb:raw id} ul.ui-tabs-nav{ position:absolute; top:0; left:9px; list-style:none; padding:0; margin-top:2px; width:76px; } .cmsfcs_{vb:raw id} ul.ui-tabs-nav li{ font-size:12px; color:#666; margin-left:2px; margin-top:3px; } .cmsfcs_{vb:raw id} ul.ui-tabs-nav li span{ font-size:11px; font-family:Verdana; line-height:14px; } .cmsfcs_{vb:raw id} li.ui-tabs-nav-item a{ display:block; height:55px; color:#333; line-height:12px; } .cmsfcs_{vb:raw id} ul.ui-tabs-nav li img { float:left; } .cmsfcs_{vb:raw id} ul.ui-tabs-nav li.ui-tabs-selected img { border:3px solid #FF7400; } .cmsfcs_{vb:raw id} .ui-tabs-panel{ width:{vb:raw width}px; height:290px; margin: 0 auto; } .cmsfcs_{vb:raw id} .ui-tabs-panel img { width:{vb:raw width}px; height:290px; margin: 0 auto; } .cmsfcs_{vb:raw id} .ui-tabs-panel .info{ position:absolute; top:220px; left:85px; height:70px; width:{vb:math {vb:raw width}-85}px; opacity: .75; background: black; } .cmsfcs_{vb:raw id} .info h2{ font-size: 20px; font-family:Georgia, serif; color:#fff; padding:5px; margin:0 5px; overflow:hidden; } .cmsfcs_{vb:raw id} .info p{ margin:0 10px; font-family:Verdana; font-size:11px; line-height:14px; color:#f0f0f0; } .cmsfcs_{vb:raw id} .info a{ text-decoration:none; color:#fff; } .cmsfcs_{vb:raw id} .info a:hover{ text-decoration:underline; } .cmsfcs_{vb:raw id} .ui-tabs-hide{ display:none; } </style> <script type="text/javascript"> $(document).ready(function(){ $(".cmsfcs_{vb:raw id}").tabs({ fx: {opacity: 'toggle', duration:1} }).tabs({event: 'mouseover'}).tabs('rotate', 3000, true); $('.cmsfcs_{vb:raw id}').mouseover(function(){ $(this).tabs('rotate', 0, false); }); $('.cmsfcs_{vb:raw id}').mouseout(function(){ $(this).tabs({ fx: {opacity: 'none', duration:1} }).tabs({event: 'mouseover'}).tabs('rotate', 3000); }); }); </script> <div class="block"> <div class="cms_widget_content widget_content"> <div id="featured" class="cmsfcs_{vb:raw id}"> {vb:raw output} </div> </div> </div> </vb:if> i don't have widescreen monitor right now.. (waiting for my laptop to come from dell) but i think above code should fix it. |
#105
|
||||
|
||||
Thanks, that only works partially. The main part is centered but if you look on screenshot the small thumbnails and the part with the title in is still at the left.
Attachment 132436 |
#106
|
|||
|
|||
okk
try this code Code:
<vb:if condition="$output"> <style type="text/css"> .cmsfcs_{vb:raw id} { position:relative; height:290px; width:{vb:raw width}px; margin:0 auto; } .cmsfcs_{vb:raw id} ul.ui-tabs-nav{ position:absolute; top:0; left:1px; list-style:none; padding:0; margin-top:2px; width:76px; } .cmsfcs_{vb:raw id} ul.ui-tabs-nav li{ font-size:12px; color:#666; margin-left:2px; margin-top:3px; } .cmsfcs_{vb:raw id} ul.ui-tabs-nav li span{ font-size:11px; font-family:Verdana; line-height:14px; } .cmsfcs_{vb:raw id} li.ui-tabs-nav-item a{ display:block; height:55px; color:#333; line-height:12px; } .cmsfcs_{vb:raw id} ul.ui-tabs-nav li img { float:left; } .cmsfcs_{vb:raw id} ul.ui-tabs-nav li.ui-tabs-selected img { border:3px solid #FF7400; } .cmsfcs_{vb:raw id} .ui-tabs-panel{ width:{vb:raw width}px; height:290px; } .cmsfcs_{vb:raw id} .ui-tabs-panel img { width:{vb:raw width}px; height:290px; } .cmsfcs_{vb:raw id} .ui-tabs-panel .info{ position:absolute; top:220px; left:85px; height:70px; width:{vb:math {vb:raw width}-85}px; opacity: .75; background: black; margin: 0 auto; } .cmsfcs_{vb:raw id} .info h2{ font-size: 20px; font-family:Georgia, serif; color:#fff; padding:5px; margin:0 5px; overflow:hidden; } .cmsfcs_{vb:raw id} .info p{ margin:0 10px; font-family:Verdana; font-size:11px; line-height:14px; color:#f0f0f0; } .cmsfcs_{vb:raw id} .info a{ text-decoration:none; color:#fff; } .cmsfcs_{vb:raw id} .info a:hover{ text-decoration:underline; } .cmsfcs_{vb:raw id} .ui-tabs-hide{ display:none; } </style> <script type="text/javascript"> $(document).ready(function(){ $(".cmsfcs_{vb:raw id}").tabs({ fx: {opacity: 'toggle', duration:1} }).tabs({event: 'mouseover'}).tabs('rotate', 3000, true); $('.cmsfcs_{vb:raw id}').mouseover(function(){ $(this).tabs('rotate', 0, false); }); $('.cmsfcs_{vb:raw id}').mouseout(function(){ $(this).tabs({ fx: {opacity: 'none', duration:1} }).tabs({event: 'mouseover'}).tabs('rotate', 3000); }); }); </script> <div class="block"> <div class="cms_widget_content widget_content"> <div id="featured" class="cmsfcs_{vb:raw id}"> {vb:raw output} </div> </div> </div> </vb:if> |
#107
|
||||
|
||||
Perfect! Thank you very much for all the effort!
|
#108
|
|||
|
|||
i forgot to change version number in xml file..
Uploded New XML with correct version number. |
Благодарность от: | ||
doctorsexy |
#109
|
||||
|
||||
Woowhoow! working installed...thanks
|
#110
|
|||
|
|||
Genius, finally a good and easy to install slider ^^
|
#111
|
|||
|
|||
Ok, so when I replace the widget template with that code, it makes my webpage not load up.... could you be a little more specific? Do we delete a section of the code and replace it? This is an awesome slider btw, just REALLY want it centered
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|