vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Goldbrick Audio/Video Media System (https://vborg.vbsupport.ru/showthread.php?t=165505)

tam2oo5 06-25-2008 04:04 PM

Hello does this support shoutcast .pls format. If not can u suggest one that does support it ?

nix 06-25-2008 04:05 PM

Quote:

Originally Posted by TheProphet (Post 1558395)
I had te remove the increase and decrease options on the members video tab, this give me an error "expect object"

When i tick the option for the cache, im getting this error:

PHP Code:

Fatal errorUncaught exception 'Zend_Cache_Exception' with message 'cache_dir must be a directory' in /home/removed/domains/removed.nl/public_html/forum/Zend/Cache.php:144 Stack trace#0 /home/removed/domains/removed.nl/public_html/forum/Zend/Cache/Backend/File.php(146): Zend_Cache::throwException('cache_dir must ...') #1 /home/removed/domains/removed.nl/public_html/forum/Zend/Cache/Backend/File.php(121): Zend_Cache_Backend_File->setCacheDir('./goldbrick/cac...') #2 /home/removed/domains/removed.nl/public_html/forum/Zend/Cache.php(127): Zend_Cache_Backend_File->__construct(Array) #3 /home/removed/domains/removed.nl/public_html/forum/goldbrick/includes/class_goldbrick.php(988): Zend_Cache::factory('Core', 'File', Array, Array) #4 /home/removed/domains/removed.nl/public_html/forum/goldbrick/includes/class_goldbrick.php(282): Goldbrick_Media->cacheCheck('da4c9b3517f3fb6...') #5 /home/removed/domains/removed.nl/public_html/forum/goldbrick/includes/class_goldbrick.php(160): Go in /home/removed/domains/removed.nl/public_html/forum/Zend/Cache.php on line 144 



Try this attached class_goldbrick.php.

TheProphet 06-25-2008 04:09 PM

Quote:

Originally Posted by nix (Post 1558714)
Try this attached class_goldbrick.php.

Thx for the fix... testing now

/tested and the error is disappeard so again thx m8

Q: Whats the bennefit of the cache ticked on, is the video cached into the gb system ?

nix 06-25-2008 04:33 PM

All the media info that is stored in the database is put into the cache system to eliminate any extra database calls. It's mostly for those who turn off vb's Cached Posts Lifespan but I still noticed some queries with vb's cache turned on.

OsideRida06 06-26-2008 09:39 AM

I have a question for you. I have installed this mod and I am loving it thus far. I am just having one problem. How can I change where the video shows up in my profile? It seems to show up at the bottom of the profile when $template_hook[profile_left_last] is called for. Is that correct? I want to make the video alone move up more toward the top of my profile. Like right below the about me and Who I'd like to meet sections on my profiles. How would I go about doing this, without also bringing up the TR and Blogs, which I think is also brought when $template_hook[profile_left_last] is called for?

If you want to see what I am talking about check the following link. Because I do not have a normal profile.

http://calistyle101.com/cali

Thanks in advance for the help.

OsideRida06 06-26-2008 11:07 AM

Quote:

Originally Posted by OsideRida06 (Post 1559403)
I have a question for you. I have installed this mod and I am loving it thus far. I am just having one problem. How can I change where the video shows up in my profile? It seems to show up at the bottom of the profile when $template_hook[profile_left_last] is called for. Is that correct? I want to make the video alone move up more toward the top of my profile. Like right below the about me and Who I'd like to meet sections on my profiles. How would I go about doing this, without also bringing up the TR and Blogs, which I think is also brought when $template_hook[profile_left_last] is called for?

If you want to see what I am talking about check the following link. Because I do not have a normal profile.

http://calistyle101.com/cali

Thanks in advance for the help.

I would also like to take the Profile Video link under GoldBrick options in the userCP and move it to the your profile section. However I cannot do it for the same reason as the above situation. I cannot find $template_hook[usercp_navbar_bottom]. This is what calls this to the userCP. So how can I edit this, and move it where I want to? I know I could just add another link up there where I want it, but I still have to remove this code from $template_hook[usercp_navbar_bottom]. That has to still be in my userCP for the blogs to show up. So some help with the above issue as well as this one would be great, if you have the time.

nix 06-26-2008 06:18 PM

Quote:

Originally Posted by OsideRida06 (Post 1559403)
I have a question for you. I have installed this mod and I am loving it thus far. I am just having one problem. How can I change where the video shows up in my profile? It seems to show up at the bottom of the profile when $template_hook[profile_left_last] is called for. Is that correct? I want to make the video alone move up more toward the top of my profile. Like right below the about me and Who I'd like to meet sections on my profiles. How would I go about doing this, without also bringing up the TR and Blogs, which I think is also brought when $template_hook[profile_left_last] is called for?

If you want to see what I am talking about check the following link. Because I do not have a normal profile.

http://calistyle101.com/cali

Thanks in advance for the help.

You can manually move it or find another hook location.

Quote:

Originally Posted by OsideRida06 (Post 1559463)
I would also like to take the Profile Video link under GoldBrick options in the userCP and move it to the your profile section. However I cannot do it for the same reason as the above situation. I cannot find $template_hook[usercp_navbar_bottom]. This is what calls this to the userCP. So how can I edit this, and move it where I want to? I know I could just add another link up there where I want it, but I still have to remove this code from $template_hook[usercp_navbar_bottom]. That has to still be in my userCP for the blogs to show up. So some help with the above issue as well as this one would be great, if you have the time.

disable usercp_nav_start plugin.

pirotess 06-26-2008 06:34 PM

Any fix for

Quote:

An error occurred while processing the bitfield files, the following information was returned:
in the Goldbrick 1.91 options under vb 3.7.2?

nix 06-26-2008 06:51 PM

Did it give you an error?

pirotess 06-26-2008 07:32 PM

Quote:

Originally Posted by nix (Post 1559808)
Did it give you an error?

During installation I got no errors. I just cant see any of the Goldbrick bitfields in the forum permission area, usergroup permission area or the extension section of the Options. I've gone into debug mode and tried rebuilding bitfields and had no change in behavior.

pirotess 06-26-2008 07:43 PM

Did some further research. The file /includes/xml/bitfields_goldbrick.xml got uploaded with permissions set at 750. I changed them to 755 and it fixed the error.

OsideRida06 06-26-2008 08:43 PM

Quote:

Originally Posted by nix (Post 1559773)
You can manually move it or find another hook location.



disable usercp_nav_start plugin.

You said I can manually move it or find another hook location. I do not know how to edit the hook locations. That is why I posted those two comments. And I do not know how to manually move these, because I do not know what calles your product besides the hook location. Where can I edit this at?

On the other one for the userCP you said to just disable the hook location? That will then get rid of the blogs link in the userCP. So how can I just take it out of that hook template? How do I get to it, so I can edit it?

Chadi 06-28-2008 01:35 AM

http://validator.w3.org/check?uri=ht...lkjesus.com%2F

Line 743, Column 79: document type does not allow element "a" here.
…eturn hs.close(this)" class="control"><img src="goldbrick/images/close.png" a

http://jigsaw.w3.org/css-validator/v...lkjesus.com%2F
A lot of css errors too. Your previous version was never like this.

Please fix this problem. Its in the goldbrick header template.

nix 06-28-2008 05:40 AM

Quote:

Originally Posted by chadi (Post 1560827)
http://validator.w3.org/check?uri=ht...lkjesus.com%2F

Line 743, Column 79: document type does not allow element "a" here.
?eturn hs.close(this)" class="control"><img src="goldbrick/images/close.png" a

http://jigsaw.w3.org/css-validator/v...lkjesus.com%2F
A lot of css errors too. Your previous version was never like this.

Please fix this problem. Its in the goldbrick header template.

That is all highslide.js. It's still in work.

rapidphim 06-28-2008 04:26 PM

I upgraded to 3.7.2 without any problem with this hack. However, just a question for Nix... did your mod play wma extension?

OsideRida06 06-28-2008 04:45 PM

Quote:

Originally Posted by OsideRida06 (Post 1559873)
You said I can manually move it or find another hook location. I do not know how to edit the hook locations. That is why I posted those two comments. And I do not know how to manually move these, because I do not know what calles your product besides the hook location. Where can I edit this at?

On the other one for the userCP you said to just disable the hook location? That will then get rid of the blogs link in the userCP. So how can I just take it out of that hook template? How do I get to it, so I can edit it?

.......?

Ted Clore 06-30-2008 02:31 PM

If you have been asked this, I apologize, but I didn't see any recent threads that dealt with the issue.

Is there a way to add your own site?

I would like to use this like a podcasting feature and put videos on my own site and have them appear in a post.

Any direction would be appreciated.

Thank you.

nix 06-30-2008 05:24 PM

Quote:

Originally Posted by Ted Clore (Post 1563077)
If you have been asked this, I apologize, but I didn't see any recent threads that dealt with the issue.

Is there a way to add your own site?

I would like to use this like a podcasting feature and put videos on my own site and have them appear in a post.

Any direction would be appreciated.

Thank you.

Yes you can. If they are just links all you have to do is post the link and hit reply.

If you have a "video" site you want to add there is a how-to in the instructions.

Dr.H 07-01-2008 12:08 AM

I'm using vb 3.7.2 and your 1.91.
Youtube videos play fine but flv videos I'm having a hard time with. People can't figure out how to show them, instead there is just a big "M" and nothing loads. Videos like these for example http://www.escapistmagazine.com/vide...ro-punctuation Is their anything I need to do to get flv files to load?

RedGTiVR6 07-01-2008 12:11 PM

Quote:

Originally Posted by nix (Post 1557245)
For the people using version 1.9, how it is working for you?

Good as far as I can tell.

I do have an issue when someone wraps a link to a PDF with the media tags though.

It turns it into a box with the words Highslide JS in it as the link.

Is that normal?

nix 07-01-2008 08:34 PM

Quote:

Originally Posted by Dr.H (Post 1563539)
I'm using vb 3.7.2 and your 1.91.
Youtube videos play fine but flv videos I'm having a hard time with. People can't figure out how to show them, instead there is just a big "M" and nothing loads. Videos like these for example http://www.escapistmagazine.com/vide...ro-punctuation Is their anything I need to do to get flv files to load?

If it's a flv file you just post the link and hit reply. That site you linked to would required a new site file. It doesn't just give you think link to the flv file.

Quote:

Originally Posted by RedGTiVR6 (Post 1563906)
Good as far as I can tell.

I do have an issue when someone wraps a link to a PDF with the media tags though.

It turns it into a box with the words Highslide JS in it as the link.

Is that normal?

Do you have a link or SS?

Rider69 07-01-2008 09:54 PM

OK. I have read through just about every post on here and now here are my issues:

1. Posting a .flv video from a site like photobucket will not play. It loads the M logo and appears as though it wants to load the video but nothing happens.
2. How do I go about making the thumbnail centered in the post and also making it larger. (maybe 324x240 or larger)?
3. How do I make the video play box larger as well (640x480 or larger)?
4. Can the sizes of the play window be adjusted by the individual user?
5. I want to add other sites (Streetfire.net and 1320 video.com), but will try that on my own before asking for help on that...

Any ideas on the other issues...

BTW: I am using GB 1.9, Vb 3.72, php 5.2.6 and SQL 5.0.45-community-log

nix 07-02-2008 12:22 AM

Quote:

Originally Posted by Rider69 (Post 1564307)
OK. I have read through just about every post on here and now here are my issues:

1. Posting a .flv video from a site like photobucket will not play. It loads the M logo and appears as though it wants to load the video but nothing happens.
2. How do I go about making the thumbnail centered in the post and also making it larger. (maybe 324x240 or larger)?
3. How do I make the video play box larger as well (640x480 or larger)?
4. Can the sizes of the play window be adjusted by the individual user?
5. I want to add other sites (Streetfire.net and 1320 video.com), but will try that on my own before asking for help on that...

Any ideas on the other issues...

BTW: I am using GB 1.9, Vb 3.72, php 5.2.6 and SQL 5.0.45-community-log

1. Have an example?

2. Edit the template goldbrick_player or edit the CSS.

3. Goldbrick Options.

4. Yea. There are goldbrick options when creating a thread.

Rider69 07-02-2008 02:58 AM

Quote:

Originally Posted by nix (Post 1564358)
1. Have an example?

http://s0006.photobucket.com/albums/...rkstourist.flv

Is one....

OsideRida06 07-02-2008 09:12 AM

Quote:

Originally Posted by OsideRida06 (Post 1559873)
You said I can manually move it or find another hook location. I do not know how to edit the hook locations. That is why I posted those two comments. And I do not know how to manually move these, because I do not know what calles your product besides the hook location. Where can I edit this at?

On the other one for the userCP you said to just disable the hook location? That will then get rid of the blogs link in the userCP. So how can I just take it out of that hook template? How do I get to it, so I can edit it?

..............?

Tralala80 07-02-2008 09:52 AM

I have this problem when I try to put an URL for my profile video:

Quote:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
And if it is possible this to be disabled, let me know.

RedGTiVR6 07-02-2008 12:23 PM

Tralala80 - try searching this thread and this forum. There's a VERY simple fix for it. no need to take tie out of Nix's day to fix it.

Tralala80 07-02-2008 04:53 PM

Quote:

Originally Posted by RedGTiVR6 (Post 1564775)
Tralala80 - try searching this thread and this forum. There's a VERY simple fix for it. no need to take tie out of Nix's day to fix it.

Yeah. Thank you i fixed it.

Edit: I still want to use the only option for adding video to a post. Not My Media. Is it possible to disable that?

nix 07-02-2008 06:42 PM

Quote:

Originally Posted by Rider69 (Post 1564433)

I'll look into it.
Quote:

Originally Posted by OsideRida06 (Post 1564647)
..............?

You'll have to know how to work with vbulletins hook/plugin system. I don't have time to write an how-to.
Quote:

Originally Posted by Tralala80 (Post 1564667)
I have this problem when I try to put an URL for my profile video:



And if it is possible this to be disabled, let me know.

Download the lateset verison of Goldbrick (1.9), it's a couple of pages back.

Quote:

Originally Posted by Tralala80 (Post 1565022)
Yeah. Thank you i fixed it.

Edit: I still want to use the only option for adding video to a post. Not My Media. Is it possible to disable that?

Not sure what you're asking.

redlabour 07-03-2008 12:02 AM

Quote:

Originally Posted by nix (Post 1565114)
Download the lateset verison of Goldbrick (1.9), it's a couple of pages back.

Why is there no Update at the normal Place? :confused:

nix 07-03-2008 01:28 AM

Quote:

Originally Posted by redlabour (Post 1565376)
Why is there no Update at the normal Place? :confused:

Making sure it's bug free before I release it.

Finster 07-03-2008 02:39 AM

Nix, thanks for all your hard work on this, I know it is a freebie and you're a daisy for offering your valuable expertise at no cost. Ok, enough upsucking! lol

Here are the issues with 1.91 on either Safari or Firefox.

1. When I went from 1.8 to 1.91, the thumbnails of Vimeo videos on existing posts reverted from proper image thumbnails to the dreaded blue M.

2. Some videos from Vimeo have the blue M, and when clicked on, show a single still of the video, then when one clicks on play, the screen goes blank and says "video no longer available" when it is available and viewable on Vimeo using the direct URL.

3. Videos on supported sites do not thumbnail anymore from 1.8 over to 1.91

4. I have videos set to auto start but they do not.

5. Often times posting a url to a video on a supported site like Vimeo results in the links displaying as url's instead of media tags. Hand typing in media tags causes the entire url to be parsed including the media tags.

6. Changing the viewer size does not change the window size.

7. Some embedded images do the lightbox and highslide thing, others just open up in a new window.

It seems like 1.91 is a step backwards from 1.8. at least in Safari and Firefox.

This is the sort of mod that if all worked with no bugs and I could display QT, mov and wmv video files served up on my server, I would have no problems paying for.

nix 07-03-2008 03:19 AM

Quote:

Originally Posted by Finster (Post 1565448)
Nix, thanks for all your hard work on this, I know it is a freebie and you're a daisy for offering your valuable expertise at no cost. Ok, enough upsucking! lol

Here are the issues with 1.91 on either Safari or Firefox.

1. When I went from 1.8 to 1.91, the thumbnails of Vimeo videos on existing posts reverted from proper image thumbnails to the dreaded blue M.

2. Some videos from Vimeo have the blue M, and when clicked on, show a single still of the video, then when one clicks on play, the screen goes blank and says "video no longer available" when it is available and viewable on Vimeo using the direct URL.

3. Videos on supported sites do not thumbnail anymore from 1.8 over to 1.91

4. I have videos set to auto start but they do not.

5. Often times posting a url to a video on a supported site like Vimeo results in the links displaying as url's instead of media tags. Hand typing in media tags causes the entire url to be parsed including the media tags.

6. Changing the viewer size does not change the window size.

7. Some embedded images do the lightbox and highslide thing, others just open up in a new window.

It seems like 1.91 is a step backwards from 1.8. at least in Safari and Firefox.

This is the sort of mod that if all worked with no bugs and I could display QT, mov and wmv video files served up on my server, I would have no problems paying for.


1. Vimeo probably changed something. I'll have to look.

2. Need a link to the video on vimeo.

3. Thumbs work fine for me on 1.9. The site has to have a way from me to did out the thumb or it will display the M thumb.

4. Something I still have to add. :(

5. See #2

6. Viewer size? If its a video site the video size will not change. This is more for media extensions, not video sites.

7. If the Image is in [IMG] tags I don't touch that right now. I could ad it in if people want it.

It might seem like 1.91 is a step backwards but it's leaps forwards really.

I have most video extensions working currently. It's hard for me to test wmv files since I'm on a mac.

deta 07-03-2008 04:50 AM

Hey nix,

are you include
Quote:

Originally Posted by deta View Post

Hello!

Are you include the two german sites clipfish.de and myvideo.de ??

cu Deta

I'll look into it.
in 1,9 ?

cu Deta

Finster 07-03-2008 04:36 PM

Nix,

Thanks for the timely reply.

I will PM send you a link to the Vimeo videos. Youtube videos work fine, but YT video quality sucks.

In Vimeo, the videos screen default size is perfect, but GB makes it half the size. When one clicks in a post to use GoldBrick media options, it appears that one can change the viewer size, but I cannot set it to use the same default size as Vimeo. With the demise of Stage6, Vimeo seems to be the new standard for streaming HD content, hence the need for GB to interact flawlessly with GB.

I am on a Mac too.

nix 07-03-2008 05:37 PM

The size is the same as the embed tag that vimeo give you. They only have the bigger size video on their site.

If you want to change it open up the vimeo.php file in goldbrick/includes/sites and change the with and height to whatever you would like.

animesys 07-04-2008 07:56 AM

Hi, any update for rtsp link ?? It's quite popular nowaday :)

kambiz 07-04-2008 08:51 AM

Quote:

Originally Posted by nix (Post 1557245)
For the people using version 1.9, how it is working for you?

I'v got same problem as I had in 1.5 , an almost never-ending horizontal scroll bar in every page which caused by Highslide.
Tested it again and again and now I'm sure it's a conflict between highslide and being right to left (one of my sites is in Persian which is a RTL language and I have this issue only on this one, the LTR ones are working just perfect).

Thanks a lot.

Edit:

It seems I'v solved it by editing highslide-full.packed.js .
Just changed 9999px to 0px.

Edit2:
the only remaining issue is a "Loading" notification in the top tight corner!!!
any idea?

Finster 07-04-2008 10:42 PM

With Vimeo apparently the html embed code sets the default size of the video, but sets it much smaller at 400 x 300 than the 16:9 format of 600 x 350. Now we don't use the html code as vB says enabling HTML is a security risk, but perhaps GB grabs the sizing somehow.

I know in the GM media options it appears one can change the viewer size but that hasn't worked for me yet.

The big issue still is when we take a Vimeo video and post the url and hit reply, GB as of late adds url tags instead of media tags. Manually adding media tags doesn't work either. YouTube works perfect still.

ricky_s 07-05-2008 12:55 AM

Hey great mod!

I was using Any Media Player before, and I installed this player for better options. I had an existing flv video uploaded which was using Any Media Player. After Installing, I went to options and changed the title of the Media Player. Before it said " Any Media Player 3.0.4" I thought that after changing the setting, it would change, but it didn't. it still says " Any Media Player 3.0.4" instead of what I changed it to.

Also is the full screen working for the flv? I noticed there is an icon to make it full screen, but nothing happens after I click it.

Finally, would it be possible to remove the border around the video player? I would like it to just just the media player in the thread, without the border around it.

thanks again. and any help on the above issues will be greatly appreciated.


All times are GMT. The time now is 02:17 AM.

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.02510 seconds
  • Memory Usage 1,879KB
  • 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_php_printable
  • (28)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
  • (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