Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Goldbrick Audio/Video Media System Details »»
Goldbrick Audio/Video Media System
Version: 1.5, by nix nix is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.0 Beta 2 Rating:
Released: 12-17-2007 Last Update: 01-07-2009 Installs: 547
DB Changes Uses Plugins Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

Goldbrick Media system for vBulletin 3.7

Thanks to all who nominated or voted this for MOTM.

Some of you might be looking for Anymedia. Well this has replaced it. It's a total rewrite from the ground up. A huge thanks goes to Sir Adrian for creating the framework. He can't cook soup but he sure can code.

Why the name goldbrck?

From Wikipedia:
Quote:
Goldbricking, in today's terms, generally refers to staff who use their work internet access for personal reasons while maintaining the appearance of working.
From Urban Dictionary:
Quote:
Goldbricking: To loaf or goof around on the job. Supposedly an old union term describing laborers (or more specifically, bricklayers) who were going so slow, it was as if each brick were made of solid gold. One can alse be referred to as a "goldbricker".

Dude, I spent all day at work goldbricking - surfing the web, making long distance phone calls - basically just picking my ass.
Goldbrick uses the following third party Products:

What's new in Goldbrick?
  • Complete code overhaul.
  • Plays most media types.
  • Forum admins can add their own video sites
  • Updated Highslide.js
  • Attachment Images work with Goldbrick
  • Don't need to use BBCODE
  • Auto Phrases URL's
  • Media Options per post
  • Much more on the way!

Goldbrick's Requirements:
  • Vbulletin :P
  • PHP 5



Planned Features:

- Youtube like interface
- Video Comments
- Media Tags
- Media Searching

Install Instructions:
  1. Upload file contents in the upload folder.
  2. Import the Product.xml

Goldbrick Version 1.5:
- Fixed Vbadvanced integration
- Fixed extensions permissions checking
- Added pickup of old [media] tags
- More code changes for later features


Goldbrick Version 1.4:
- Fixed Apple trailers
- Added Added Viemo videos
- More code changes for later features


Goldbrick Version 1.3:
- Fixed Images
- Fixed MP3's
- Fixed Myspace, now supports myspacetv.com
- Added Increase or decrease video size for the classic player (testebr gets the credit for this one)
- Added Added ESPN videos
- Added Veoh video site.


Goldbrick Version 1.2:
- Added Videos for Profiles for vbulletin 3.7
- Added Classic Skin
- Added Vblog Support
- Added Vbadvanced Support
- Fixed Attachments
- Rewrote some of the code



Supported Video Sites: 19 so far. Looking in goldbrick/sites folder for a full list. Users can create their own. I'll post a HOW-TO with the details.



Please report any issues or suggestions.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:

Comments
  #612  
Old 05-08-2008, 06:08 PM
bendingpixels bendingpixels is offline
 
Join Date: May 2008
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #613  
Old 05-08-2008, 08:16 PM
9clics 9clics is offline
 
Join Date: May 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

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

Thanks for your answers.
Reply With Quote
  #614  
Old 05-08-2008, 08:22 PM
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
Posts: 975
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ADomoWorld View Post
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 View Post
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 View Post
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 View Post
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='' 
Reply With Quote
  #615  
Old 05-08-2008, 09:46 PM
bendingpixels bendingpixels is offline
 
Join Date: May 2008
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #616  
Old 05-08-2008, 10:28 PM
JayT123 JayT123 is offline
 
Join Date: Sep 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Any ideas?
Reply With Quote
  #617  
Old 05-09-2008, 04:19 AM
rapidphim rapidphim is offline
 
Join Date: Feb 2007
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone please give me the working php file for DailyMotion? thanks much.
Reply With Quote
  #618  
Old 05-09-2008, 06:16 PM
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
Posts: 975
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #619  
Old 05-09-2008, 06:22 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

going to test it
Reply With Quote
  #620  
Old 05-09-2008, 06:37 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok it's working

1. The collapse brings me back to the main page
Reply With Quote
  #621  
Old 05-09-2008, 06:39 PM
rapidphim rapidphim is offline
 
Join Date: Feb 2007
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:13 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05827 seconds
  • Memory Usage 2,329KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete