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)

Neptun 02-19-2012 07:48 AM

Quote:

Originally Posted by DragonByte Tech (Post 2300993)
This is due to an issue with vB's built-in friendly URL function for the CMS. It is currently due to be fixed in the 4.1.12 release. In the mean time, give me the structure of your CMS links, and I can tell you the code modifications to make in order for it to work on your site.

Brad

great - because i love this mod

i have instead of content.php -> /portal/

for example www.url.com/content.php?... -> www.url.com/portal/articel1


i hope that is what you mean - would be great if we can save this issue ;)

DragonByte Tech 02-19-2012 01:18 PM

I may need a little more information than that, but we'll try for now. In the file widget.php (found in [forum]/dbtech/vbslider/actions), on lines 450 and 460, find the following code snip...

PHP Code:

<a href="' . $vbulletin->options['bburl'] . '/content.php/' . $row[$i]['nodeid'] . '-' . $row[$i]['url'] . '"

Replace the content.php with portal. As I mentioned, we'll have to see, as it may need more changes, usually in the remainder of that code, for the order of the nodeid, dash, and url (123-this-is-your-article). If it is exactly how you show above(this-is-your-article-123), then make the overall code as follows:

PHP Code:

<a href="' . $vbulletin->options['bburl'] . '/portal/' . $row[$i]['url'] . '-' . $row[$i]['nodeid'] . '"

Remember that you must change it on both line 450 (title link) and 460 (read more link). Hope that helps.

Brad

Neptun 02-19-2012 02:55 PM

great works perfect ;)

thecore762 02-21-2012 06:50 AM

looking forward to see this working with vBadvanced.

DragonByte Tech 02-25-2012 01:30 AM

Quote:

Originally Posted by thecore762 (Post 2301834)
looking forward to see this working with vBadvanced.

Ask, and ye shall receive. vBAdvanced module is available in the DO_NOT_UPLOAD folder of the v2.0.0 download. Let me know how it works for you.

Brad

thecore762 02-25-2012 02:04 AM

I went ahead and bought the pro version!
Buy it asap before this gets out of beta!
Price will go up once beta is done!!!

DBTech, excellent mod, I am loving it!!!!!!!!!!

Voted MOTM!

ScarlosSantana 02-25-2012 09:32 AM

I've recently downloaded and installed the lite version of this on my forum and I really like it but the only thing I'm wondering is why it shows no images for the threads even thought the actual threads have an image in every one of them.

I would buy the pro version if I could be assured that the problem can be fixed or at least minimized.

Also I've noticed that it doesn't work well with user's default text font & color.

ScarlosSantana 02-25-2012 10:36 AM

Upon further review I just paid for the 3 month version and it's not even loading images at all.

DragonByte Tech 02-25-2012 02:29 PM

Quote:

Originally Posted by ScarlosSantana (Post 2303214)
Upon further review I just paid for the 3 month version and it's not even loading images at all.

I've sent you a PM over on DBTech to try to help you solve your issue. Thanks.

Brad

DragonByte Tech 02-25-2012 02:32 PM

An issue with the CMS widget was discovered with the original v2.0.0 release. If you downloaded the latest version before this post, please re-download the package and reinstall. Sorry for the inconvenience!

Brad


All times are GMT. The time now is 09:15 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.01291 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (3)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