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 |
#52
|
|||
|
|||
Acness thank you! Voted MOTM
|
#53
|
|||
|
|||
Click On Clear CMS Cache at left side..
Then try.. if that doesn't work, then try in some other browser. |
#54
|
|||
|
|||
I also tried a few browsers. Unfortunately I can not run. Clicking on Configure switches off immediately.
I do not know what to do |
#55
|
|||
|
|||
Thank you. You lead me in the right direction. Removing the padding didn't do it however switching it to the left and trial and error with the px amount as well as adjusting the left px amount for the other css id's worked. :up:
|
#56
|
|||
|
|||
Hi Dude !
Nice work ! Is the "popular" option getting most viewed articles of all life-time? Or Is there any way to show only most viewed in the last 30 days, for instance. Ty in advance? |
#57
|
|||
|
|||
Quote:
articles in last 30 days can be shown with a file edit.. Open cmsfcs.php file in packages/vbcms/widget FInd: Code:
cms_node.setpublish = 1 Code:
" . iif($config['sorttype'] == 1, " cms_node.publishdate > " . (TIMENOW - (86400 * 30)) . "", "") . " |
#58
|
|||
|
|||
Couple of issues:
1) When I installed it and put it in the Layout for a section, every article under that section showed the slider at the top when I clicked on it. Is there a way to install the slider so that it only shows on the section page with the article previews and not when I click on the actual articles? 2) After I uninstalled it incorrectly I got that same long error as above. I ran the query you suggested and got my widget functionality back, but now when I reinstall the mod it doesn't work. No errors during installation, but when I put the widget back in the layout, nothing shows. Any help would be appreciated as I really like the mod. |
#59
|
|||
|
|||
Quote:
Do Following things 1. Open VBulletin CMS -> Widgets a) Delete all content slider widgets which u created. 2. Then Uninstall the mod. 3. Then Go to VBulletin CMS -> Clear CMS Cache 4. Then Download 2.1 version of this mod and install as i instructed.. That long error fix has been applied in 2.1 version. |
#60
|
|||
|
|||
First of all thank you! great job! I finally found what I need!
Just a quick question: how to speed up the rotation of the articles? and can we reduce the number of items to 3 instead of 5? |
#61
|
|||
|
|||
Quote:
Open vbcms_widget_cmsfcs_page template Find and change according to ur need. Code:
5000 To reduce number of items to 3 Open cmsfcs.php file in packages/vbcms/widget Find Code:
LIMIT 0, 5 Code:
LIMIT 0, 3 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|