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)
-   -   Profile Enhancements - Youtube in profile (actual url) left side. (https://vborg.vbsupport.ru/showthread.php?t=229761)

carrlos 02-19-2010 11:35 PM

Quote:

Originally Posted by stangger5 (Post 1986782)
Video and sound both comes from the same link..
Could be your flash player needs an update..??
Have you tried a different browser ??

Works just fine for me with vb4.0.2..

Do you mind pm`ing me a link to your site ,,to have a look ??

My link is in my sig. Check out maXimus' signature. ;)

As HappyFeet said, title shows, has sound, no video. :rolleyes:

Edit:
Quote:

Originally Posted by gator777 (Post 1957512)
stangger5, believe or not, this post help fix the Arcade as well as your YouTube mod.

That fixed the problem. I just don't remember why I set it like that which means I probably messed up something else. :rolleyes:

HappyFeet 02-20-2010 02:42 AM

Quote:

Originally Posted by carrlos (Post 1986935)

As HappyFeet said, title shows, has sound, no video. :rolleyes:

Edit:
That fixed the problem. I just don't remember why I set it like that which means I probably messed up something else. :rolleyes:

I did that too (store css as files set to NO) but found it still the same, but through more checks I found that I also had to disable the vB4:Supercharged hack which compresses .css & javascript files. It works now.

A FYI for those still having problems...

dianna 02-28-2010 07:52 PM

1 Attachment(s)
ok so I did everything it said to do, if I am on IE I get sound title and no video, on firefox i get title and a small tiny box...see screenshot attached. Now I have read through where you said to disable CSS in acp however mine was already set to no. I do not have supercharge on my site so that can't be causing the issue either. Any idea's how to fix mine???

dianna 03-02-2010 04:20 PM

bump...any help here?

Matais 03-02-2010 06:44 PM

this would be alot nicer if the user only needed to enter the youtube link and you only needed 1 custom field instead of 6 for each user.

stangger5 03-07-2010 12:16 AM

Quote:

Originally Posted by dianna (Post 1995350)
bump...any help here?

I`m working on anther version that should help..

Quote:

Originally Posted by Matais (Post 1995456)
this would be alot nicer if the user only needed to enter the youtube link and you only needed 1 custom field instead of 6 for each user.

You can use this with only one field for members to fill in..
Just add one user field for the youtube link and add the field number in the admincp..
For the other fields just add the info in the blank area in the admincp..

Mooff 03-14-2010 09:42 PM

If you have yes selected for "Store CSS Stylesheets as Files" in the acp videos won't show up (you will still have sound and title though).

This origins in the way the youtube.css is called by the plugin.

Simply put: It uses the css.php to include the youtube.css. If you have the store css option checked the css.php won't be called and therefore the style definitions set in the youtube.css aren't included, hence the video doesn't show.


The fix we used is to import the youtube.css in the additional.css using this line
Code:

@import url("{vb:raw vbcsspath}youtube.css");
(has to be in the first line!)


as a side effect you can deactive the "Youtube css start" plugin which won't be used anymore if you use that fix.


Regards


P.S.: thanks for the youtube in profile plugin, our members love it =)

goran424 03-30-2010 12:51 PM

Awesome!

You are genius stannger!

5 star for sure...

trackpads 04-19-2010 02:19 AM

Thanks! Installed

goran424 04-20-2010 09:52 PM

One more thing: I am using 4.0.2 version and works just perfect. However, just today I found out from members using firefox that they can't see or hear anything. They aren't even aware of this mod existance.....

How to resolve this?

goxy63 04-30-2010 08:54 PM

goran424
Imenjache maybe to set in:
admincp >> Settings >> Options: Mini Youtube for member profile
"Youtube Usergroup Permissions"
Check all usergroups 1,2,3,4,5... [ones for members or....]
I dont have any probs with browsers works like charm

Mr.stangger5
Love your mods
Thanks

syrn 05-02-2010 03:27 AM

dont like this

docvader 05-07-2010 04:24 PM

Does this work with 4.03?

Hippy 05-14-2010 09:48 PM

thanks for the mod ..
everything worked good..
but if you select autostart to yes it doesn't start automatically
anyone else having this problem ?
How can I fix it thanks

goxy63 05-16-2010 08:21 AM

Quote:

Originally Posted by docvader (Post 2033225)
Does this work with 4.03?

I am using it on 4.0.3

Hippy 06-20-2010 01:58 PM

thanks for this fix Mooff
as far as working in 4.03, it works perfect and also working in 4.0.4 as well with out a issue
once again thanks for the mod

Quote:

Originally Posted by Mooff (Post 2003688)
If you have yes selected for "Store CSS Stylesheets as Files" in the acp videos won't show up (you will still have sound and title though).

This origins in the way the youtube.css is called by the plugin.

Simply put: It uses the css.php to include the youtube.css. If you have the store css option checked the css.php won't be called and therefore the style definitions set in the youtube.css aren't included, hence the video doesn't show.


The fix we used is to import the youtube.css in the additional.css using this line
Code:

@import url("{vb:raw vbcsspath}youtube.css");
(has to be in the first line!)


as a side effect you can deactive the "Youtube css start" plugin which won't be used anymore if you use that fix.


Regards


P.S.: thanks for the youtube in profile plugin, our members love it =)


XLCR GODFATHER 08-11-2010 11:48 PM

Quote:

Originally Posted by stangger5 (Post 1998795)
I`m working on anther version that should help..



You can use this with only one field for members to fill in..
Just add one user field for the youtube link and add the field number in the admincp..
For the other fields just add the info in the blank area in the admincp..

Not sure if you have updated this version or are still working on another but just a thought that may help.

You should be able to set the profile fields with default values to match your Default skin or whatever suits your board:

where option:
Field Editable by User = NO
from here You can allow user to input title and URL narrowing it down to 2 fields from user.

I dont see why you couldn't also do the same for the Title, setting the default value to something like "Favorite Video" or "My Video" etc.... narrowing the user required input to be just the YouTube URL.......

Hope this helps some of those that feel the amount of information required from the user is too Much.




Message to the Coder. If any of this is unfeasible or will not work please let me know and I will edit...

Yurified 08-12-2010 07:42 PM

Installed and its working. Its awesome, thank you so much!!!!
And i didn't used all options (profile fields).

dezzy94 08-15-2010 09:29 AM

working well in vB 4.0.6

naderib 08-28-2010 11:57 PM

Nice
installed

COL NIL SATIS 09-01-2010 01:04 PM

Quote:

Originally Posted by Mooff (Post 2003688)
If you have yes selected for "Store CSS Stylesheets as Files" in the acp videos won't show up (you will still have sound and title though).

This origins in the way the youtube.css is called by the plugin.

Simply put: It uses the css.php to include the youtube.css. If you have the store css option checked the css.php won't be called and therefore the style definitions set in the youtube.css aren't included, hence the video doesn't show.


The fix we used is to import the youtube.css in the additional.css using this line
Code:

@import url("{vb:raw vbcsspath}youtube.css");
(has to be in the first line!)


as a side effect you can deactive the "Youtube css start" plugin which won't be used anymore if you use that fix.


Regards


P.S.: thanks for the youtube in profile plugin, our members love it =)

where do i check this??

COL NIL SATIS 09-01-2010 01:05 PM

If you have yes selected for "Store CSS Stylesheets as Files" in the acp videos won't show up (you will still have sound and title though).

COL NIL SATIS 09-01-2010 01:30 PM

so i place @import url("{vb:raw vbcsspath}youtube.css");

in addittional.css?? vids always worked but now i can hear them but cant see them?

Hall of Famer 09-03-2010 05:55 AM

Is there a screenshot for this?

ProFifaLeagues 09-03-2010 06:16 AM

Dont think there is but when we had this mod working A1 it shows a little utube video of the members choice on the left of the users profile which could be set to auto start when you viewed there profile page or set to click on to play!
Great little mod and well used on our site mate!

ProFifaLeagues 09-03-2010 06:24 AM

Originally Posted by Mooff https://vborg.vbsupport.ru/external/2011/11/11.gif
If you have yes selected for "Store CSS Stylesheets as Files" in the acp videos won't show up (you will still have sound and title though).

This origins in the way the youtube.css is called by the plugin.

Simply put: It uses the css.php to include the youtube.css. If you have the store css option checked the css.php won't be called and therefore the style definitions set in the youtube.css aren't included, hence the video doesn't show.


The fix we used is to import the youtube.css in the additional.css using this line
Code:
@import url("{vb:raw vbcsspath}youtube.css");
(has to be in the first line!)


as a side effect you can deactive the "Youtube css start" plugin which won't be used anymore if you use that fix.


Regards


P.S.: thanks for the youtube in profile plugin, our members love it =)
where do i check this??





Thank you thats all sorted and the videos work A1 again!

ESKORPION 09-03-2010 08:44 AM

This hack works on vb 4.0.6? I've installed but it does not work.

COL NIL SATIS 09-03-2010 01:03 PM

happy days..its back working again

Hall of Famer 09-03-2010 04:48 PM

Is this one somehow in conflict with Playerlist.com's module? I installed the xml file and followed the instruction here, but nothing happened. The videos wont even show...

RobbieZ 09-03-2010 07:57 PM

Thanks :D

GONUMBER6 10-10-2010 04:17 PM

Works great thank you. Marked as installed.

RobbieZ 10-18-2010 04:30 PM

Storing CSS as files breaks [AJAX] Forum stats mod, so its a toss up between this one or the other.

War.Frog 10-18-2010 05:11 PM

Would someone who has this installed be so kind as to attach a screen shot or two in the thread? Thanks!

Hippy 10-18-2010 07:10 PM

Quote:

Originally Posted by RobbieZ (Post 2111342)
Storing CSS as files breaks [AJAX] Forum stats mod, so its a toss up between this one or the other.

this is the fix for that
Quote:

Originally Posted by Mooff (Post 2003688)
If you have yes selected for "Store CSS Stylesheets as Files" in the acp videos won't show up (you will still have sound and title though).

This origins in the way the youtube.css is called by the plugin.

Simply put: It uses the css.php to include the youtube.css. If you have the store css option checked the css.php won't be called and therefore the style definitions set in the youtube.css aren't included, hence the video doesn't show.


The fix we used is to import the youtube.css in the additional.css using this line
Code:

@import url("{vb:raw vbcsspath}youtube.css");
(has to be in the first line!)


as a side effect you can deactive the "Youtube css start" plugin which won't be used anymore if you use that fix.


Regards


P.S.: thanks for the youtube in profile plugin, our members love it =)


Hippy 10-18-2010 07:12 PM

1 Attachment(s)
Quote:

Originally Posted by War.Frog (Post 2111358)
Would someone who has this installed be so kind as to attach a screen shot or two in the thread? Thanks!

here ya go bud ..
running vb4.0.7 works perfect other than the auto start

RobbieZ 10-18-2010 10:02 PM

Cheers Hippy

@import first line in additional.css
CSS stored as files
Start up plug-in disabled

AJAX still looks a mess. Lol

Hippy 10-18-2010 10:39 PM

Quote:

Originally Posted by RobbieZ (Post 2111479)
Cheers Hippy

@import first line in additional.css
CSS stored as files
Start up plug-in disabled

AJAX still looks a mess. Lol

url or screen shot ?
what Forum stats mod do you use?
your user profile here says you using vb3..?

RobbieZ 10-19-2010 08:10 AM

Quote:

Originally Posted by Hippy (Post 2111490)
url or screen shot ?
what Forum stats mod do you use?
your user profile here says you using vb3..?

1)
https://vborg.vbsupport.ru/external/2010/10/20.jpg
2) https://vborg.vbsupport.ru/showthread.php?p=1952909
3) Test board is vb4

Hippy 10-19-2010 06:48 PM

Sorry RobbieZ I am lost here
I get the mod for forum stats but the screen shot I never seen anything like this
where was this screen shot from ?
this is the ststas hack gone bad from the youtube mod ?

what should it look like..
I asume it changes when you disable the youtube mod ?

RobbieZ 10-20-2010 04:57 AM

It should look like this.

https://vborg.vbsupport.ru/external/2010/10/19.jpg

Im thinking the storing of CSS as files is what messing it up.


All times are GMT. The time now is 01:04 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.01452 seconds
  • Memory Usage 1,830KB
  • 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
  • (4)bbcode_code_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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