The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Goldbrick Audio/Video Media System Details »» | |||||||||||||||||||||||||||
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:
Quote:
What's new in Goldbrick?
Goldbrick's Requirements:
Planned Features: - Youtube like interface - Video Comments - Media Tags - Media Searching Install Instructions:
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
|
Благодарность от: | ||
Comments |
#782
|
|||
|
|||
Installed but my threads are just throwing up blank pages? Usually a vbseo problem.
Using 3.7.1 and vbseo 3.1. Any ideas? |
#783
|
|||
|
|||
I am using the 1.8 version on 3.7Gold and the only media I can get working with this mod is flv under 8m.
How do I get this work for .wmv, real player and quicktime and to not have the security token error on files larger than 8m? Thanks in advance. |
#784
|
||||
|
||||
The file limit is set by your host, doesn't have anything to do with this mod.
|
#785
|
|||
|
|||
I got the answer about the Blue M, thanks.
How come sometimes an uploaded jpg image does the highslide and lightbox thing, other times it does not lightbox but just highslides? |
#786
|
||||
|
||||
I'm on 1.8 now. fully un-installed and re-installed.
it works BUT media still isn't stripped from quotes new bug, using the old style, the + & - which adjust the size of the video aren't working. it just brings you to the top |
#787
|
||||
|
||||
I reverted back to 1.5 because for me it was working better. fixed the no stip in quote bug. all the options variables were wrong
Goldbrick: Filter Goldbrick BBCode in Quote Tags Part 1 & 2 should be Code:
if($vbulletin->options['gb_enabled'] && $vbulletin->options['gb_filter_quote']) { $pagetext = preg_replace('#\[(/?)' . $vbulletin->options['gbtag'] . '.*\]#siU', '[\1url]', $pagetext); } |
#788
|
||||
|
||||
I made a redtube.com plugin. is it ok to share here?
|
#789
|
||||
|
||||
sorry, thought my code is working better, it's not stripping the code correctly. boht [ media ] & [/ media ] are being converted to [ url ] . I'm playing with it
|
#790
|
||||
|
||||
changing it to this stripped out the media tags and properly added the url tags BUT once you submit the post with the quote, goldbrick_process_post converts the url tags back to media tags. I give up for now.
Code:
if($vbulletin->options['gb_enabled'] && $vbulletin->options['gb_filter_quote']) { $pagetext = preg_replace("/\[media\](.+?)\[\/media\]/i","\\1",$pagetext); } |
#791
|
|||
|
|||
I am getting
PHP Code:
When I click Profile Video in the Control Panel. Did i miss a fix for this? I just downloaded the newest version.. Why is it going to /blogs? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|