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 02-08-2012 05:14 PM

I don't know why it isn't loading the image. It is all there in the page source, but I can watch it in Firebug and the image isn't getting loaded for some odd reason. One thing that I may try is setting up my dev for RTL and see if that has anything to do with it. I don't see why it would, but it's at least worth a look.

Brad

steve k. 02-11-2012 12:32 AM

Installed in 4.1.10. looks great! Thank you!

steve k.

nezr 02-12-2012 07:37 AM

I am getting an error when installing. On my forum, CMS is disable and I am using the xbox theme from Purevb

Code:

Database error in vBulletin 4.1.10:

Invalid SQL:
SELECT cms_article.contentid, cms_article.pagetext AS message, cms_node.nodeid, cms_node.url, cms_node.publishdate, cms_nodeinfo.title, cms_article.previewimage
    FROM cms_article AS cms_article
    INNER JOIN cms_node AS cms_node ON ( cms_node.contentid = cms_article.contentid )
    INNER JOIN cms_nodeinfo AS cms_nodeinfo ON ( cms_nodeinfo.nodeid = cms_node.nodeid )
    LEFT JOIN cms_nodecategory AS cms_nodecategory ON ( cms_node.nodeid = cms_nodecategory.nodeid )
    WHERE 1 =1
    AND cms_node.parentnode IN (-1,)
    AND cms_node.setpublish =1
    AND cms_node.publishdate <= 1329035624
    AND cms_node.publicpreview =1
    ORDER BY cms_node.publishdate DESC
    LIMIT 0,;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
    AND cms_node.setpublish =1
    AND cms_node.publishdate <= 1329035624
    ' at line 7
Error Number  : 1064


DragonByte Tech 02-12-2012 02:49 PM

Ensure the article count is set to '0' and see if it fixes it. If not, let me know and I will look into it further. The theme you are using shouldn't matter.

Brad

Megaboost 02-14-2012 07:03 PM

This is a fantastic Mod.... Well done! 5* Job :up:

nezr 02-14-2012 07:13 PM

Quote:

Originally Posted by DragonByte Tech (Post 2298927)
Ensure the article count is set to '0' and see if it fixes it. If not, let me know and I will look into it further. The theme you are using shouldn't matter.

Brad

Sorry...where do i do that?

DragonByte Tech 02-14-2012 08:07 PM

Do it in the ACP->DBTech vBSlider->Options->Forum Options, and then find "Latest Articles Quantity". Set it to 0.

Neptun 02-18-2012 08:24 PM

i have problems with vbseo - the links in the slider does not will be rewritten to the settings in vbseo :(

DragonByte Tech 02-18-2012 10:55 PM

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

The Rocketeer 02-19-2012 01:09 AM

Quote:

Originally Posted by jack-d (Post 2292074)
Definitely a step in the right direction. Needs a few tweeks and I would go Pro instantly.

Image resolution needs to be upped, looks pretty low-res right now and I have a high-res board.

Some sort of re-size method is needed and I know this can be a problem with all that you have mentioned before but I hope something gets worked out because right now I could not use it the way it is.

And finally I think that HUGE drop down screen needs to go. It covers 30-40% of the block the entire time the image is displayed. Get rid of it or the option to get rid of it. How about move it to the bottom in a narrow block like the Nivo slider. That way it won't hide close to half of the screen and block the images underneath it.

Tagged and waiting for the next update.

this. and also it doesn't have a forward and backward button like the nivo slider?

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

ScarlosSantana 02-25-2012 02:33 PM

When I place it at forum home it causes a database error.

Quote:

Database error in vBulletin 4.0.8:

Invalid SQL:
SELECT cms_article.contentid, cms_article.pagetext AS message, cms_node.nodeid, cms_node.url, cms_node.publishdate, cms_nodeinfo.title, cms_article.previewimage
FROM cms_article AS cms_article
INNER JOIN cms_node AS cms_node ON ( cms_node.contentid = cms_article.contentid )
INNER JOIN cms_nodeinfo AS cms_nodeinfo ON ( cms_nodeinfo.nodeid = cms_node.nodeid )
LEFT JOIN cms_nodecategory AS cms_nodecategory ON ( cms_node.nodeid = cms_nodecategory.nodeid )
WHERE 1 =1

AND cms_node.setpublish =1
AND cms_node.publishdate <= 1330183858
AND cms_node.publicpreview =1
ORDER BY cms_node.publishdate DESC
LIMIT 0,;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 12
Error Number : 1064
Request Date : Saturday, February 25th 2012 @ 10:30:58 AM
Error Date : Saturday, February 25th 2012 @ 10:30:58 AM
Script : http://www.thedoomship.com/forum.php
Referrer : http://www.thedoomship.com/content.php?s=&styleid=46
IP Address : **.***.***.***
Username : ScarlosSantana
Classname : vB_Database_MySQLi
MySQL Version : 5.0.92-community

DragonByte Tech 02-25-2012 03:01 PM

Per your PM at DBTech, this has been resolved, correct? Thanks.

Brad

ScarlosSantana 02-25-2012 04:35 PM

YEah, weird thing is when I disabled it, it started working. So I'm not gonna enable it anymore for fear of it not working again,

DragonByte Tech 02-25-2012 05:24 PM

What are you enabling/disabling and how? That's what's confusing me...

Brad

alhidaya 02-26-2012 09:52 AM

Everything works great for the slider cms version v1.0.7. I have a problem with version v.2.0.0, the slider in the cms disappears after a few minutes.

I have vbulletin 4.1.1.0 suite.

DragonByte Tech 02-26-2012 02:03 PM

Can you post or PM me a link to your site? I can't recreate this. I've had my dev server running the slider for over 10 min now, and its still going.

Brad

alhidaya 02-26-2012 10:23 PM

I uninstall the product. Thank you for a future update. I liked this slider

DragonByte Tech 02-26-2012 11:39 PM

I'd love to try to help you out, but if its not something I can recreate, then I don't know where I need to fix the code.

Brad

bposner 03-04-2012 01:38 AM

I must be doing something wrong. Slider seems to be set up correctly but all that shows are blank areas. I've messed a few times with the settings, add ALL forums just to try to get it to work, including VBcms.. nothing.. I'm sure it's not the program, just something I'm doing.
Thoughts?
Edit: Ok, the widget seem to work with custom option and blogs, and CMS articles. However the forum side doesn't seem to pull, even though I have CMS and FORUM setting the same..

Thanks for the help.

DragonByte Tech 03-04-2012 01:38 PM

Are you sure you have a quantity for the threads? Can you PM me your site URL so I can look into it further? Thanks.

Brad

Spectre_Aidan 03-05-2012 05:52 PM

nevermind now i got it working, the only probelm is that when you set it to forum it shows the dragonbyte image and not the one from the thread

DragonByte Tech 03-05-2012 07:27 PM

How is the image shown in the thread? Is it an attachment or via an IMG tag. The lite version only picks up attachments. The pro version has the ability to use attachments and/or images inside IMG tags. So, with the lite version, if there isn't an attachment, it will default to the default image. With the lite version, the default image is not definable, whereas in the pro version, you can define your own default images for the blogs, threads, and articles independently.

Brad

DragonByte Tech 03-06-2012 03:10 PM

Quote:

Originally Posted by jack-d (Post 2293693)
I actually made a few posts and made some images up that were sized to fit the slider so no resizing would be required and when I look at them in the forums they look fine but viewing the same image in the slider they look like a jpg compressed to 40 or 50%. Now this was one test and I have not had time to test it anymore so it might be something else. I know they are not "upsizing" as you say so that is not the issue.

To come back to this issue, I figured out a potential cause to this while working on someone else's slider who was having similar issues. The problem is, if you don't take into account the borders of the slider, and size the image to the size of the slider as specified in the StyleVars, then the image is actually being resized slightly, resulting in a "blurry" or lo-res image. On the user's site I was working on, it ended up that if the slider was sized 12px wider than the actual image, then it would look exactly how it does outside of the slider.

With that said, how the slider handles images will be overhauled in a future release, as I have come up with some further ideas on this, which hopefully will result in better performance as well as better looking images. I don't have a timeline for this fix just yet, but it is definitely in the planning stages.

Brad

burlesque 03-07-2012 09:13 AM

Hi, I purchased this from your siteabout 12 hours ago, but I've still not received the download. It still says 'Awaiting Authorisation' even though the payment has gone through successfully.

I already contacted you through your site, but have had no reply.

ProFifaLeagues 03-07-2012 10:11 AM

Quote:

Originally Posted by burlesque (Post 2307083)
Hi, I purchased this from your siteabout 12 hours ago, but I've still not received the download. It still says 'Awaiting Authorisation' even though the payment has gone through successfully.

I already contacted you through your site, but have had no reply.

Maybe a Different time zone mate they are very good guys and will be in touch ASAP
:up:

DragonByte Tech 03-07-2012 10:47 AM

Quote:

Originally Posted by burlesque (Post 2307083)
Hi, I purchased this from your siteabout 12 hours ago, but I've still not received the download. It still says 'Awaiting Authorisation' even though the payment has gone through successfully.

I already contacted you through your site, but have had no reply.

I am not involved with the payment process, but I want to say you should have gotten an email about verifying your Paypal email. Please check you Junk/Spam folder for the email account of your Paypal account.

If this doesn't work, I will also pass information on to the guys in charge.

Brad

DragonByte Tech 03-07-2012 06:32 PM

Quote:

Originally Posted by burlesque (Post 2307083)
Hi, I purchased this from your siteabout 12 hours ago, but I've still not received the download. It still says 'Awaiting Authorisation' even though the payment has gone through successfully.

I already contacted you through your site, but have had no reply.

Just a little note that I replied to your email roughly 15 minutes after you sent it - have you checked your spam folder/ensured *@dragonbyte-tech.com is on your safe sender list?

In future sending a PM or starting a thread on the DBTech forums is the best way to ensure you get a quick reply - especially since posting about Pro products here on vb.org is against the rules, so we can't actually give you support etc on that here ;)

Iain

bposner 03-07-2012 11:49 PM

Quote:

Originally Posted by DragonByte Tech (Post 2306048)
Are you sure you have a quantity for the threads? Can you PM me your site URL so I can look into it further? Thanks.

Brad

It works "below forum" but not "above forum"
When I say works, it displays things I didn't request, like articles, and blogs, which I clicked off, by hold the control key and selecting which was the only way I could have it not select.
Anyway that's where I stand.
Thoughts?

Thanks
Bill

Gholsie 03-08-2012 02:20 AM

Just installed on 4.1.11. It has potential, but, slows down my website so bad that it kills MySQL. I get a lot of "mysqlserver has gone away" errors after running it for just a few minutes. I really like it and would pay if you can get around the lag and the sql errors.

DragonByte Tech 03-08-2012 04:29 AM

Just more for my info, how many items are you loading into the slider. Also, what kind of hosting are you on (shared, VPS, dedicated)? With the next major update, processing should be improved.

Brad


All times are GMT. The time now is 05:11 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.01678 seconds
  • Memory Usage 1,841KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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