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 - United-Forum Nivo Slider Widget (https://vborg.vbsupport.ru/showthread.php?t=267024)

Aramist 07-27-2011 10:40 PM

Nice ! :D

Crotan 07-28-2011 02:09 AM

No go for me, appears to be grabbing articles fine but it displays them all at once and with no images.

https://vborg.vbsupport.ru/external/2011/07/8.png

Mooff 07-28-2011 07:30 AM

Please go through the FAQ in the first comment.

It looks like the path in the php-code isn't set to where you did upload the files. Or it might be a jquery problem.

starman? 07-28-2011 03:45 PM

PHP Code:

 <script type="text/javascript" src="clientscript/jquery/jquery-1.4.4.min.js"></script

Did you see this? It's the wrong version and isn't pointing to the folder where nivo is.

Mooff 07-28-2011 03:54 PM

It's pointing to a vbulletin jquery file in the clientscript folder. I'm going to change that in the next version though, since vbulletin does replace the file with an up to date jquery file in 4.1.5.

Alfa1 07-29-2011 12:36 AM

Are the instructions in the 1st post up to date now?

Mooff 07-29-2011 07:09 AM

Yes and in the first comment is a faq which should be read if something doesn't work.

Gemma 07-29-2011 10:26 AM

Thanks for the updates, great work and support :)

Aramist 07-30-2011 07:11 AM

Hi Mooff !

When i set an article to be published in a future day, slider show this article (cause i set published = yes)..

It should avoid "not really published yet" articles.

I didn't figured out how to solve this.

Any clue?

ty in advance

Mooff 07-30-2011 07:51 AM

Thanks for mentioning it, totally forgot about that cms feature since we don't use it. :D
Will fix it in the next version. Until then (untested):

old:
Code:

        WHERE
            node.setpublish = 1 AND
            node.publishdate > '%d' -34560000
        GROUP BY node.nodeid
        ORDER BY node.publishdate
        DESC LIMIT 20"
        ,$article_type,$time);

new:
Code:

        WHERE
            node.setpublish = 1 AND
            node.publishdate > '%d' -34560000 AND
            node.publishdate < '%d'
        GROUP BY node.nodeid
        ORDER BY node.publishdate
        DESC LIMIT 20"
        ,$article_type,$time,$time);



All times are GMT. The time now is 07:33 AM.

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.01637 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_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