Version: 1.5, by nix
Developer Last Online: Nov 2023
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:
Highslide Javascript. I've packaged it with the 3.1 download. Please read the license agreement on highlide's website. In short it's free for non-commercial use. http://vikjavev.no/highslide/
- Youtube like interface
- Video Comments
- Media Tags
- Media Searching
Install Instructions:
Upload file contents in the upload folder.
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.
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 error: Uncaught 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
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.
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.
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.
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.
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.
You can manually move it or find another hook location.
Quote:
Originally Posted by OsideRida06
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.
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.