vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Video Club (YouTUBE, Vimeo, DailyMotion etc) (https://vborg.vbsupport.ru/showthread.php?t=324885)

paradoxG(r)eek 04-08-2017 05:24 PM

See "Similar Videos" at https://www.cmsbulletin.com/demo/vb4...viewvideo&id=1
That is a carousel (slider)

lillylissy 04-08-2017 05:26 PM

I know that. I saw it on the demo.

lillylissy 04-08-2017 05:27 PM

On my site unfortunately no Carousel.

paradoxG(r)eek 04-08-2017 05:28 PM

Quote:

Originally Posted by lillylissy (Post 2585042)
No. No Slider.

hmmm........ Give me time tomorrow morning to check it. As I seen you're using mootools a javascript framework similar to jquery but sometimes there are conflists when both of them are on the same page.

Don't worry. I'll find a solution, be sure for it.

lillylissy 04-08-2017 05:29 PM

Ok Christos. Thank you very much!

paradoxG(r)eek 04-08-2017 05:31 PM

Gute Nacht !! The old man is going for "hrrr.... hrrrr....... hrrrrrrrrr" :)

lillylissy 04-08-2017 05:35 PM

Gute Nacht!

BadgerDog 04-08-2017 07:53 PM

Installed 1.1.2 for testing... :)

Tried to upload a video that already existed in Video Club...

Preventing that happening works fine..:up:

Got a message as per attached pic..

Suggestion: The message happens so fast then disappears, perhaps have the message halt and require the user to click on something to continue, which gives them more time to read what it says.

Regards,
Doug

paradoxG(r)eek 04-09-2017 04:53 AM

Quote:

Originally Posted by lillylissy (Post 2585045)
On my site unfortunately no Carousel.

Can you try with this file to see if slider works?

paradoxG(r)eek 04-09-2017 04:56 AM

Quote:

Originally Posted by BadgerDog (Post 2585050)
Suggestion: The message happens so fast then disappears, perhaps have the message halt and require the user to click on something to continue, which gives them more time to read what it says.

Regards,
Doug

I think that somewhere there is a vB setting where you can set the delay for redirection messages. Halt messages are for long messages or messages required action (eg error login with action to remind password). Is not wise to set a halt message here. The message is very short and easily readable.

paradoxG(r)eek 04-09-2017 05:33 AM

@lillylissy

Better try with this file. As I seen you're using nivo-slider in your site and maybe that's the reason of the conflist.

Make a test on this page https://baeckerei-lieb.de/video.php?do=viewvideo&id=39 and not in the homepage.

lillylissy 04-09-2017 05:39 AM

Good morning! I imported the product. Unfortunately none carousel.

paradoxG(r)eek 04-09-2017 06:05 AM

Quote:

Originally Posted by lillylissy (Post 2585058)
Good morning! I imported the product. Unfortunately none carousel.

I'll see if I can use the same slider (nivo).

paradoxG(r)eek 04-09-2017 06:11 AM

Give one more try with this file.

lillylissy 04-09-2017 06:23 AM

No, sorry.

paradoxG(r)eek 04-09-2017 06:26 AM

Quote:

Originally Posted by lillylissy (Post 2585061)
No, sorry.

Ok. Go back to original as I seen that the video extends the width again.
But your page is heavy with many jquery plugins from different frameworks and also includes a slider at the top. So it will not be easy to find something working there.

Don't know if you can temporary disable nivo slider at least to know where the conflist is.

lillylissy 04-09-2017 06:44 AM

Quote:

Originally Posted by paradoxG(r)eek (Post 2585062)
Ok. Go back to original as I seen that the video extends the width again.

Yes, I tested temporarily whether this code functions in additional.css. Because of coming updates. Unfortunately not.

Code:

.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}


lillylissy 04-09-2017 06:48 AM

The new product imports. Without effect. But no concern. The carousel is not sooo important for me.

lillylissy 04-09-2017 06:58 AM

Quote:

Originally Posted by paradoxG(r)eek (Post 2585062)
But your page is heavy with many jquery plugins from different frameworks and also includes a slider at the top.

That is correct.
I was the opinion that
Code:

$.noConflict with ();
in the jquery-code nevertheless functions.

paradoxG(r)eek 04-09-2017 07:19 AM

Quote:

Originally Posted by lillylissy (Post 2585065)
That is correct.
I was the opinion that
Code:

$.noConflict with ();
in the jquery-code nevertheless functions.

In the last file, not only I added noConflist but ever more I renamed the var from $ to j but unfortunatelly didn't worked. Keep in mind that what makes things worst is the use of the outdated YI from vBulletin.

Please import the attached xml. I've added an option (Videoclub-> General Options) to hide the similar videos. At least to avoid messing your page.

paradoxG(r)eek 04-09-2017 07:24 AM

@lillylissy
And if you don't mind, a friendly suggestion. In high resolution monitors your pages appear far left something not so good. Maybe is better to change doc left and right margins to "auto"?

paradoxG(r)eek 04-09-2017 07:27 AM

@elsa23

As I seen you online here. Don't think that I forgot your issue. Now I'm working on manually adding videocode (and video details). Not uploads but just entering embed code from non supporting providers.

lillylissy 04-09-2017 07:28 AM

Quote:

Originally Posted by paradoxG(r)eek (Post 2585067)
@lillylissy
And if you don't mind, a friendly suggestion. In high resolution monitors your pages appear far left something not so good. Maybe is better to change doc left and right margins to "auto"?

Thank you for your suggestion. Where I must adjust that? It is already so long time ago.:confused:

paradoxG(r)eek 04-09-2017 07:31 AM

Quote:

Originally Posted by lillylissy (Post 2585069)
Thank you for your suggestion. Where I must adjust that? It is already so long time ago.:confused:

Styles & Templates-> Style Manager-> Click Go on Style Variable Editor of your active style.
Scroll down to Global-> doc margin
Left and Right must be auto

lillylissy 04-09-2017 07:36 AM

Ak okay I see it. But it is not a work for the instant. It must be adapted then everything.

lillylissy 04-09-2017 07:39 AM

So, new product imported. Mootools comment out. But no effect.

The new adjustment possibility in general option is perfect!

paradoxG(r)eek 04-09-2017 07:54 AM

Quote:

Originally Posted by lillylissy (Post 2585072)
So, new product imported. Mootools comment out. But no effect.

The new adjustment possibility in general option is perfect!

....lol.... Well your page is a collection of jquery loads:
Code:

jquery-1.5.1.min.js
jquery/1.10.1/jquery.min.js
jquery-latest.min.js (this most probably loads ver. 3 !!

.....and if you add my jquery-1.10.2.min.js you can find the reason of the conflist.

Anyway, when I'll finish this mod I'll try to find a solution for you.

lillylissy 04-09-2017 07:59 AM

Quote:

Originally Posted by paradoxG(r)eek (Post 2585073)
....lol.... Well your page is a collection of jquery loads:
Code:

jquery-1.5.1.min.js
jquery/1.10.1/jquery.min.js
jquery-latest.min.js (this most probably loads ver. 3 !!

.....and if you add my jquery-1.10.2.min.js you can find the reason of the conflist.

Anyway, when I'll finish this mod I'll try to find a solution for you.

Yes, I thought it give older addons, which do not interpret 1.10.2 etc.
There I thought probably falsely. :o

paradoxG(r)eek 04-09-2017 08:03 AM

Quote:

Originally Posted by lillylissy (Post 2585075)
Yes, I thought it give older addons, which do not interpret 1.10.2 etc.
There I thought probably falsely. :o

https://blog.jquery.com/2014/07/03/d...ery-latest-js/

As it says in bold letters "Don?t use jquery-latest.js on a production site." And this is totally correct. Causes many errors.

BadgerDog 04-09-2017 08:10 AM

Just for information, I'm running 1.1.2 and I believe I have at the bottom what is being referenced as "the carousel" on my site I'm testing Video Club with? (see pic)

Regards,
Doug

lillylissy 04-09-2017 12:13 PM

I tested it out. I dont think its a problem with jquery. anyway... I dont know.

The representation of the Videos looks somewhat unpleasant. See attachements. Perhaps is there a solution?

paradoxG(r)eek 04-09-2017 12:36 PM

Quote:

Originally Posted by lillylissy (Post 2585081)
I tested it out. I dont think its a problem with jquery. anyway... I dont know.

Never said that for sure is a jquery error, or a mootools or anything else specific. Only by disabling one by one you can find what causes the conflist.

Quote:

Originally Posted by lillylissy (Post 2585081)
The representation of the Videos looks somewhat unpleasant. See attachements. Perhaps is there a solution?

I know this issue and I'm working on it. It breaks the line when video blocks are not having the same height. And this happens when the title gets a second line. Currently I trimed the title to 40 characters to avoid long titles but as your interface is shorten maybe needs adjustment. But don't do anything. In a couple of hours I'll release a fix for it.

paradoxG(r)eek 04-09-2017 12:51 PM

Quote:

Originally Posted by lillylissy (Post 2585081)
I tested it out. I dont think its a problem with jquery. anyway... I dont know.

The representation of the Videos looks somewhat unpleasant. See attachements. Perhaps is there a solution?

Can you try with this file to see if the listing will be ok?

lillylissy 04-09-2017 01:04 PM

Yes, it Looks very good! Thank you!

paradoxG(r)eek 04-09-2017 03:16 PM

Extra Feauture !!

With ver 1.2.0 you can add manual any video code you want. This means that you can include in your site almost any video that exists in the web and provides embed code.

To upgrade:
  1. Download ver. 1.2.0
  2. Import product-videoclub.xml
  3. Upload:
    1. video_usercp.php
    2. videoclub/includes/functions.php
    3. the full folder videoclubs/tabs

paradoxG(r)eek 04-09-2017 03:27 PM

PS: I'll appreciate if you rate Video Club. Anything you like. What matters is the amount of ratings.

lillylissy 04-09-2017 04:29 PM

Thank you Christos. I will test it tomorrow.

lillylissy 04-09-2017 04:58 PM

A small suggestion.
It would be more clearly, if "similar videos" displays not among themselves.

Good night!

paradoxG(r)eek 04-09-2017 05:13 PM

Quote:

Originally Posted by lillylissy (Post 2585091)
A small suggestion.
It would be more clearly, if "similar videos" displays not among themselves.

Good night!

Upload this file and it will solves the problem. I forgot to check it as slider is something that I need to work again on.

To show duplicate entries (other than the current video) is a bug of the slider when the slides to show are less the minimum amount (4).

Goodnight and thank you for your valueable feedback.

BadgerDog 04-09-2017 06:06 PM

Updated to v1.2.0 for testing..


All times are GMT. The time now is 05:45 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.01724 seconds
  • Memory Usage 1,828KB
  • 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
  • (5)bbcode_code_printable
  • (17)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