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)

TheProphet 05-07-2008 05:58 PM

It's a Lame reaction, in his eyes the coder is not responding to quick on his needs, but he forget to easy that all hacks are free here.

MissKalunji 05-07-2008 06:50 PM

Quote:

Originally Posted by testebr (Post 1511839)
I don't understand this message, nix the developer, reply all message every day here.

Why you say "no support" ???

nah i think he means its cause it's been a while with no update and he can't get it to work that's probably what he means by support he probably thought every bug found he'd make an update instead of putting them all together then making one big release

nix 05-07-2008 09:47 PM

Well just looking at vb lightbox I don't think that's going to happen anytime soon. They are using ajax to build the lightbox for some weird reason. So its limited to the same domain only. I think I'm going to move away from highslide. Its causing most of the problems people are having. I have another trick up my sleeve ;)

rapidphim 05-07-2008 10:28 PM

Yes Nix.... Just popup only but no highslide, it's sort of lagging a bit and possible to have the next, previous button so we can move to next video directly instead of closing it down and click on next one? Also, option to display video side way (like a block) is a great feature to have.

nix 05-07-2008 11:46 PM

Using a smaller script this time. Here's a preview.

unitedpunjab 05-07-2008 11:51 PM

looks great :) can't wait.

TheProphet 05-08-2008 08:01 AM

Indeed, looks great... now release m8 hehehehehe

rmxs 05-08-2008 12:10 PM

For 3.7 users to get video works on profile you must make this changes

edit gb_usercp_profile template


change

Code:

    <input type="hidden" name="s" value="$session[sessionhash]" />
to

Code:

    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />


ADomoWorld 05-08-2008 03:53 PM

Quote:

Originally Posted by nix (Post 1512076)
Well just looking at vb lightbox I don't think that's going to happen anytime soon. They are using ajax to build the lightbox for some weird reason. So its limited to the same domain only. I think I'm going to move away from highslide. Its causing most of the problems people are having. I have another trick up my sleeve ;)

As long as in involved Lightbox to work all over. Its been a great feature. But there is a lot of errors within VBLightbox, I found it to not let Internet Explore Users use BBCodes or Type messages.

It was a great feature I will admit but overall. I think something like it should be released. Many of my members have loved using lightbox. It cleans up huge images as well as makes Videos a great feature. Easy open easy close. Plus music goes the same way. I hope in time things can get better with both.

I still hope to find a fix on the CMPS pages.

sweeps78 05-08-2008 04:12 PM

Any word yet on why the thumbnail won't show up for DivX videos? The thumbs show up just fine on all other videos, just not DivX

bendingpixels 05-08-2008 06:08 PM

Hi Nix, I'd really like to use Goldbrick, but when I enable it and try to go to one of my forums, the pages wont load, and I get this message:

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/bendingp/public_html/3dmg/goldbrick/plugins/bbcode_create.php on line 53

here are my server software items
Apache version 2.2.8 (Unix)
PHP version 5.2.5
MySQL version 5.0.45-community-log
Architecture x86_64
Operating system Linux

Thanks for any help...
Rob

9clics 05-08-2008 08:16 PM

Hi,

Is there a way to display videos directly into posts, like anymedia did?

Thanks for your answers.

nix 05-08-2008 08:22 PM

Quote:

Originally Posted by ADomoWorld (Post 1512798)
As long as in involved Lightbox to work all over. Its been a great feature. But there is a lot of errors within VBLightbox, I found it to not let Internet Explore Users use BBCodes or Type messages.

It was a great feature I will admit but overall. I think something like it should be released. Many of my members have loved using lightbox. It cleans up huge images as well as makes Videos a great feature. Easy open easy close. Plus music goes the same way. I hope in time things can get better with both.

I still hope to find a fix on the CMPS pages.

I'll still have the classic style and the lightbox version. I'm just not using highslide or vbulletin. I'm surprised how limited the vbulletin version is. Kind of disappointed, though I'm very happy with what I'm using now.

Quote:

Originally Posted by rmxs (Post 1512619)
For 3.7 users to get video works on profile you must make this changes

edit gb_usercp_profile template


change

Code:

    <input type="hidden" name="s" value="$session[sessionhash]" />
to

Code:

    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />


Correct. This is fixed.

Quote:

Originally Posted by sweeps78 (Post 1512812)
Any word yet on why the thumbnail won't show up for DivX videos? The thumbs show up just fine on all other videos, just not DivX

For user posted content? If you want to fix it now look at the goldbrick_player tempalate for the divix

Quote:

Originally Posted by bendingpixels (Post 1512933)
Hi Nix, I'd really like to use Goldbrick, but when I enable it and try to go to one of my forums, the pages wont load, and I get this message:

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/bendingp/public_html/3dmg/goldbrick/plugins/bbcode_create.php on line 53

here are my server software items
Apache version 2.2.8 (Unix)
PHP version 5.2.5
MySQL version 5.0.45-community-log
Architecture x86_64
Operating system Linux

Thanks for any help...
Rob

Hrm, that's weird. That's exactly what I'm using for development. If you want to try this, change line 53 to this

PHP Code:

function handle_bbcode_media( &$parser$text$options='' 


bendingpixels 05-08-2008 09:46 PM

thanks for the response! I changed that line, and got the following error

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/bendingp/public_html/3dmg/goldbrick/includes/class_goldbrick.php on line 15

rob

JayT123 05-08-2008 10:28 PM

Attached mp3 stopped working since upgrade to 3.7 and new style. Inline mp3 work fine.

Any ideas?

rapidphim 05-09-2008 04:19 AM

Can someone please give me the working php file for DailyMotion? thanks much.

nix 05-09-2008 06:16 PM

I've test this version and of course it works for me. If anyone wants to test it before I release it I would apreciatie it.

This fixes most bugs. There are some left, this version just fixes the major ones.

Bug Fixes that I remember :)
  1. Removed highslide and replaced (smaller footprint now)
  2. Profiles fixed
  3. edit post fixed
  4. dailymotion fixed
  5. um, a lot more I just don't remember :)
  6. attachments fixed

I'll also have a working demo up soon.

MissKalunji 05-09-2008 06:22 PM

going to test it :)

MissKalunji 05-09-2008 06:37 PM

ok it's working

1. The collapse brings me back to the main page

rapidphim 05-09-2008 06:39 PM

Nix, are we just going to upload and choose override all?

nix 05-09-2008 06:41 PM

Yea, upload and override then import the product file.

egyptsons 05-09-2008 07:21 PM

Quote:

Originally Posted by nix (Post 1514043)
I've test this version and of course it works for me. If anyone wants to test it before I release it I would apreciatie it.

This fixes most bugs. There are some left, this version just fixes the major ones.

Bug Fixes that I remember :)
  1. Removed highslide and replaced (smaller footprint now)
  2. Profiles fixed
  3. edit post fixed
  4. dailymotion fixed
  5. um, a lot more I just don't remember :)
  6. attachments fixed

I'll also have a working demo up soon.

Working fine with me :)
But Increase and decrease size on My media tab not work .
Thans Nix :cool:

nix 05-09-2008 07:27 PM

Quote:

Originally Posted by egyptsons (Post 1514110)
Working fine with me :)
But Increase and decrease size on My media tab not work .
Thans Nix :cool:

I'll look into it. It worked before this correct?

rapidphim 05-09-2008 07:56 PM

Nix, do we need to rebuild post cache?

egyptsons 05-09-2008 08:01 PM

Quote:

Originally Posted by nix (Post 1514118)
I'll look into it. It worked before this correct?

before Profiles dosn't apply Media so I didn't get this option before

Now after I install URL Redirect hack
the media dosn't work when I Use New Goldbrick Style coz the link change to
http://www.egyptsons.com/misr/ext.php?ref=#vid-d853bdf0
for example :-
http://www.egyptsons.com/misr/post820081-4.html

mdvaldosta 05-09-2008 08:05 PM

The quick edit bug is fixed, which is the main one I had issues with (and sometimes the minimize part). At any rate, still an issue...

When updating post cache, all [media] bbcode tags become unparsed. The link just shows up as:

Code:

[media]http://www.videosource.com/pathtomediafile.blah[/media]

nix 05-09-2008 08:26 PM

Quote:

Originally Posted by egyptsons (Post 1514161)
before Profiles dosn't apply Media so I didn't get this option before

Now after I install URL Redirect hack
the media dosn't work when I Use New Goldbrick Style coz the link change to
http://www.egyptsons.com/misr/ext.php?ref=#vid-d853bdf0
for example :-
http://www.egyptsons.com/misr/post820081-4.html

I don't use that hack so I can't help you there.

Quote:

Originally Posted by mdvaldosta (Post 1514172)
The quick edit bug is fixed, which is the main one I had issues with (and sometimes the minimize part). At any rate, still an issue...

When updating post cache, all [media] bbcode tags become unparsed. The link just shows up as:

Code:

[media]http://www.videosource.com/pathtomediafile.blah[/media]

Thanks, I'll fix that.

naisho 05-09-2008 08:38 PM

Problem with the size of the video.
My settings in Goldbrick media is 512x384 as my video files are this size.
But I get a correct black window of 512x384 and a wrong video size of 320x250 inside...
Here is the source code:
Code:

<a class="{frameWidth: 512, frameHeight: 384}" href="#vid-b41eb465" title="Goldbrick media" rel="gbmedia">
                       
                                <img src="goldbrick/goldbrickplay.gif" />
                       
                        <br />
                        Mon lecteur
                </a>

                <div style="display:none" id="vid-b41eb465">
                        <embed
                        src="players/mediaplayer.swf"
                        width="512"
                        height="384"
                        allowscriptaccess="always"
                        allowfullscreen="true"
                        flashvars="width=320&amp;height=250&amp;file=http://www.location_of_my_video.flv"
                        />

                </div>


nix 05-09-2008 08:48 PM

Quote:

Originally Posted by naisho (Post 1514208)
Problem with the size of the video.
My settings in Goldbrick media is 512x384 as my video files are this size.
But I get a correct black window of 512x384 and a wrong video size of 320x250 inside...
Here is the source code:
Code:

<a class="{frameWidth: 512, frameHeight: 384}" href="#vid-b41eb465" title="Goldbrick media" rel="gbmedia">
                       
                                <img src="goldbrick/goldbrickplay.gif" />
                       
                        <br />
                        Mon lecteur
                </a>

                <div style="display:none" id="vid-b41eb465">
                        <embed
                        src="players/mediaplayer.swf"
                        width="512"
                        height="384"
                        allowscriptaccess="always"
                        allowfullscreen="true"
                        flashvars="width=320&amp;height=250&amp;file=http://www.location_of_my_video.flv"
                        />

                </div>


Thanks, I'll fix it.

vuiveclub 05-09-2008 09:08 PM

This is very great hack, but I really need to disable Auto Phrases URL's !

nix 05-09-2008 10:09 PM

I can add that in.

YLP1 05-09-2008 10:34 PM

I am running PHP5 and vb3.7 Gold and I can't get this mod to work at all. Should I just wait until the 3.7 version is ready? What is happening is simply nothing LOL Regardless of what video file I use, it just shows up as an attachment link no inline video.

bendingpixels 05-09-2008 10:45 PM

Hi Nix, I just tried installing the 1.8, and when I tried to import the product, i got an error message saying that I needed at least version 5 PHP. so I checked my webhost, and they are showing verision 5.2.5, BUT in my admincp>maintenance>view php info, it is showing version 4.4.8.

Is that normal? I thought the PHP would be dictated by the server that my forum is running on. Is there a way to update the board so it matches my webhost?

thanks...

nix 05-09-2008 10:50 PM

info.php is correct. Your host says its using php 5 but it isn't. I've seen host saying they are using it but they are really just planing on moving to it at some point.

nix 05-09-2008 10:51 PM

Quote:

Originally Posted by YLP1 (Post 1514319)
I am running PHP5 and vb3.7 Gold and I can't get this mod to work at all. Should I just wait until the 3.7 version is ready? What is happening is simply nothing LOL Regardless of what video file I use, it just shows up as an attachment link no inline video.

Did you set up the usergroup permissions and forum permissions? This hack works for 3.7 and i'm just fixing some small bug.

You can post the link that is not working for you also.

bendingpixels 05-09-2008 11:33 PM

Hi Nix, you were right, I called my host, and now I'm up to php 5.2.5 for real. So I got goldbrick 1.8 installed. In the gold brick settings, I changed the images sizes to 640x490 and posted this link:

http://www.bendingpixels.com/tutoria..._camera_sm.mov

when it posted, I got the big M icon with the play button. I click it and get a player window overlayed on my browser with the quicktime logo and a question mark.

any ideas?

rapidphim 05-10-2008 12:10 AM

Is there anyway that the thumbnail shown the video (like youtube) for Dailymotion, Veoh, Google, and others?

ElForro 05-10-2008 01:57 AM

It would be great if you can add Phrases instead of hard-coding some phrases in the product...

Like "Goldbrick Media Options", "Title", "For exmaple: 640 x 200 (Note: This is in px)", etc...

Thanks!

nix 05-10-2008 02:05 AM

Quote:

Originally Posted by bendingpixels (Post 1514384)
Hi Nix, you were right, I called my host, and now I'm up to php 5.2.5 for real. So I got goldbrick 1.8 installed. In the gold brick settings, I changed the images sizes to 640x490 and posted this link:

http://www.bendingpixels.com/tutoria..._camera_sm.mov

when it posted, I got the big M icon with the play button. I click it and get a player window overlayed on my browser with the quicktime logo and a question mark.

any ideas?

I haven't added quicktime back in yet.

Quote:

Originally Posted by rapidphim (Post 1514408)
Is there anyway that the thumbnail shown the video (like youtube) for Dailymotion, Veoh, Google, and others?

If I didn't add a thumbnail for a certain site it means that the site makes it impossible to figure out what it would be unless they have changed how they do things.



Quote:

Originally Posted by ElForro (Post 1514495)
It would be great if you can add Phrases instead of hard-coding some phrases in the product...

Like "Goldbrick Media Options", "Title", "For exmaple: 640 x 200 (Note: This is in px)", etc...

Thanks!

I was playing to do this.

rapidphim 05-10-2008 02:50 AM

Nix, all the video sites are shown as thumbnail but with YouTube, you can see the image of the video showing up. All others, the thumbnail only show the image "M". Hope you understand what I am trying to say.

After overrode the hack, I had to edit every single posts so that they wouldn't show media tag. Also, the highslide for image thumbnail is gone.

How do I remove the title hyperlink right underneath of the "M" image?

Also, when viewing the thumbnail image, the bottom show "Test Only"?

DailyMotion, MegaVideo are not working!


All times are GMT. The time now is 10:55 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.02320 seconds
  • Memory Usage 1,856KB
  • 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
  • (8)bbcode_code_printable
  • (1)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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