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)
-   -   Major Additions - [DBTech] vBSlider v3 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=277166)

DragonByte Tech 10-06-2012 06:58 PM

The images below are from the vBSlider v3, currently in open beta. I need to work on getting it to gold and releasing a lite version for here, but have been working 65+hrs/week the last few weeks at my normal job, so finding time to work on this has been hard.

Image placement options:
http://60degreev6.com/bszopi2/images/Capture1.PNG

Width and Height of slider for both CMS and Forum (in Stylevars):
http://60degreev6.com/bszopi2/images/Capture2.PNG

iadventure 10-07-2012 02:53 AM

SOO helpful to see screenshots.

iadventure 10-07-2012 04:52 AM

It won't show on my forum or CMS. I believe it is setup right...

surthriv.com

On my other site which is identical, it shows on forum but not on cms. I tried disabling all products.

jk-adventure.com

DragonByte Tech 10-07-2012 12:38 PM

Quote:

Originally Posted by iadventure (Post 2371292)
It won't show on my forum or CMS. I believe it is setup right...

surthriv.com

The username/pw you sent to me doesn't allow me to access the vBSlider admin settings, so I can't troubleshoot that one.

Quote:

On my other site which is identical, it shows on forum but not on cms. I tried disabling all products.

jk-adventure.com
It is showing up fine for me on the CMS. Its not showing on the forum, but that may be because I am not registered? The username/pw you sent doesn't work on this site.

Also, for Pro support, you will get faster responses if you post on the DBT site under the Pro Support forums. Thanks!

Brad

iadventure 10-08-2012 01:35 AM

updated the user info... Thx!!

login should work

edyy 12-09-2012 09:59 PM

I have a problem with the links that product shows. I have the forum link like forum.mysite.com and the cms is located in mysite.com, so the links in the slider looks like http://www.forum.mysite.com/content....of-the-article and when I click on him it loads www.mysite.com/132-title-ofthe-article when the actual link is http://www.mysite.com/content.php?r=...of-the-article. I hope I was clear in my explication and hope it is easy to fix. Thanks!

DragonByte Tech 12-10-2012 05:39 PM

Quote:

Originally Posted by edyy (Post 2389588)
I have a problem with the links that product shows. I have the forum link like forum.mysite.com and the cms is located in mysite.com, so the links in the slider looks like www.forum.mysite.com/content.php/132-title-of-the-article and when I click on him it loads www.mysite.com/132-title-ofthe-article when the actual link is www.mysite.com/content.php?r=132-tile-of-the-article. I hope I was clear in my explication and hope it is easy to fix. Thanks!

Are you running vBSEO? Also, what version of vB are you running?

Brad

GRE 12-10-2012 07:11 PM

MySQL Error : Table 'database.dbtech_vbslider_customcontent' doesn't exist

edyy 12-10-2012 07:19 PM

Quote:

Originally Posted by DragonByte Tech (Post 2389813)
Are you running vBSEO? Also, what version of vB are you running?

Brad

Yes I am running vbseo, my vbulletin version is 4.2.0

DragonByte Tech 12-10-2012 11:25 PM

Quote:

Originally Posted by edyy (Post 2389854)
Yes I am running vbseo, my vbulletin version is 4.2.0

Ok. I don't have vBSEO, so I can't test this out, but please try editing the file /dbtech/vbslider/actions/widget.php.

On line 265, find:
Code:

'url'            => $rowarticle['url'],
and replace with:
Code:

'url'            => (version_compare($vbulletin->versionnumber, '4.2.0') >= 0 ? fetch_seo_url('vBCms', $rowarticle,null,'nodeid','title') : $rowarticle['url']),
On line 456, find:
Code:

$static .='<a href="' . $vbulletin->options['bburl'] . '/content.php/' . $row[$i]['nodeid'] . '-' . $row[$i]['url'] . '"><h2>' . $row[$i]['title'] . '</h2></a>';
and replace with:
Code:

$static .='<a href="' . ((version_compare($vbulletin->versionnumber, '4.2.0' >= 0)) ? $row['url'] : $vbulletin->options['bburl'] . '/content.php/' . $row['nodeid'] . '-' . $row['url']) . '"><h2>' . $row[$i]['title'] . '</h2></a>';
On line 466, find:
Code:

$static .='<a href="' . $vbulletin->options['bburl'] . '/content.php/' . $row[$i]['nodeid'] . '-' . $row[$i]['url'] . '">' . $rm . '</a>';
and replace with:
Code:

$static .='<a href="' .  ((version_compare($vbulletin->versionnumber, '4.2.0' >= 0)) ?  $row['url'] : $vbulletin->options['bburl'] . '/content.php/' .  $row['nodeid'] . '-' . $row['url']) . '">' . $rm . '</a>';
Let me know if that works for you.

Brad


All times are GMT. The time now is 09:00 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.01344 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)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
  • (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