The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] vBSlider v3 (vB4) Details »» | |||||||||||||||||||||||||||||||||||||||||||
vBSlider: What is it? vBSlider is a professional slider mod, allowing administrators to show the latest threads, articles, blogs, and custom-defined content in a jQuery based slider. vBSlider can be used on both the CMS and Forum, and is compatible with vBulletin 4.x Suite, vBulletin 4.x Forum Only, and vBulletin 3.x Uses vBSlider can be used on both the CMS and Forum to promote your latest content, as well as custom content, and can be separately configured for both the CMS and Forum. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications. We appreciate the support! ------------------------------------------------------------------------------------------- Differences between Pro and Lite Priority support & Product Demos available at: http://www.dragonbyte-tech.com ------------------------------------------------------------------------------------------- Translations may be available @ http://www.dragonbyte-tech.com/forums/91-Translations Support for translations handled by the translator in its respective threads only. ------------------------------------------------------------------------------------------- Complete Feature List (Lite) General Settings
Multiple Slider Instances
CMS Options (as a Widget on CMS pages) [vB4.x only]
Forum Options (as a Widget on Forum Home, vB3 & vB4)
Customisation
Additional Feature List (Pro) General Settings
CMS [vB4.x only] and Forum Options (as a Widget on CMS/Forum pages, CMS is vB4 Only)
Custom Content Options
Customisation
This mod displays a copyright notification in the footer of all pages which includes:
Download Now
Screenshots
Show Your Support
|
Comments |
#222
|
||||
|
||||
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: Width and Height of slider for both CMS and Forum (in Stylevars): |
#223
|
|||
|
|||
SOO helpful to see screenshots.
|
#224
|
|||
|
|||
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 |
#225
|
||||
|
||||
Quote:
Quote:
Also, for Pro support, you will get faster responses if you post on the DBT site under the Pro Support forums. Thanks! Brad |
#226
|
|||
|
|||
updated the user info... Thx!!
login should work |
#227
|
|||
|
|||
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!
|
#228
|
||||
|
||||
Quote:
Brad |
#229
|
|||
|
|||
MySQL Error : Table 'database.dbtech_vbslider_customcontent' doesn't exist
|
#230
|
|||
|
|||
Yes I am running vbseo, my vbulletin version is 4.2.0
|
#231
|
||||
|
||||
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'], Code:
'url' => (version_compare($vbulletin->versionnumber, '4.2.0') >= 0 ? fetch_seo_url('vBCms', $rowarticle,null,'nodeid','title') : $rowarticle['url']), Code:
$static .='<a href="' . $vbulletin->options['bburl'] . '/content.php/' . $row[$i]['nodeid'] . '-' . $row[$i]['url'] . '"><h2>' . $row[$i]['title'] . '</h2></a>'; 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>'; Code:
$static .='<a href="' . $vbulletin->options['bburl'] . '/content.php/' . $row[$i]['nodeid'] . '-' . $row[$i]['url'] . '">' . $rm . '</a>'; 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>'; Brad |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|