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)

deverill2010 08-22-2011 07:44 PM

Acness thank you! Voted MOTM :)

Badshah93 08-22-2011 07:53 PM

Quote:

Originally Posted by Ahmet Turan (Post 2236707)
I dont click configure bea. it not open.

https://vborg.vbsupport.ru/attachmen...1&d=1314045850

Click On Clear CMS Cache at left side..

Then try..

if that doesn't work, then try in some other browser.

Ahmet Turan 08-23-2011 06:07 AM

I also tried a few browsers. Unfortunately I can not run. Clicking on Configure switches off immediately.

I do not know what to do

CharlieDelta 08-24-2011 01:55 AM

Quote:

Originally Posted by Sherif (Post 2236437)
can u pm me ur site url ?

or

Open vbcms_widget_cmsfcs_page template

Find and remove: padding-right:150px;

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::D

Aramist 08-24-2011 04:13 AM

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?

Badshah93 08-24-2011 04:20 AM

Quote:

Originally Posted by Aramist (Post 2237281)
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?

yes it is getting most viewed articles of all life time
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
After That Add

Code:

" . iif($config['sorttype'] == 1, " cms_node.publishdate > " . (TIMENOW - (86400 * 30)) . "", "") . "

jpwilliams 08-24-2011 05:15 AM

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.

Badshah93 08-24-2011 05:59 AM

Quote:

Originally Posted by jpwilliams (Post 2237298)
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.


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.

chabit77 08-24-2011 07:27 AM

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?

Badshah93 08-24-2011 05:23 PM

Quote:

Originally Posted by chabit77 (Post 2237318)
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?

To change rotation time:

Open vbcms_widget_cmsfcs_page template

Find and change according to ur need.

Code:

5000
5000 means 5 sec.


To reduce number of items to 3

Open cmsfcs.php file in packages/vbcms/widget

Find

Code:

LIMIT 0, 5
Change to

Code:

LIMIT 0, 3


All times are GMT. The time now is 12:01 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.02625 seconds
  • Memory Usage 1,745KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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