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

Reply
 
Thread Tools
VB AnyMedia Player / Media Sites (youtube, google and many more) Details »»
VB AnyMedia Player / Media Sites (youtube, google and many more)
Version: 1.5, by nix nix is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.6.x Rating:
Released: 06-23-2007 Last Update: 01-26-2008 Installs: 581
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

Goldbrick Media system for vBulletin 3.6.x

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

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


Planned Features:

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


Please report any issues or suggestions.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1092  
Old 10-21-2007, 07:12 PM
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
Posts: 975
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tag with options:
[MEDIA="width, height, autostart, loop, extension"]url_of_the_file[/MEDIA]
[MEDIA="width, height, autostart, loop"]url_of_the_file[/MEDIA]
[MEDIA="width, height, autostart"]url_of_the_file[/MEDIA]
[MEDIA="width, height"]url_of_the_file[/MEDIA]
Reply With Quote
  #1093  
Old 10-21-2007, 09:34 PM
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
Posts: 975
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is also probably a good time to request any features.
Reply With Quote
  #1094  
Old 10-22-2007, 12:35 AM
Daky Daky is offline
 
Join Date: Aug 2006
Posts: 247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there anything that i can do about my problem?,....
all media tags that were poted before 2 weeks are not working, all i see is actualy [media]code[/media]

tags i put now will work no problem
Reply With Quote
  #1095  
Old 10-22-2007, 02:22 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks nix.

Power Point ability would be a nice add-on. Of course, to view PP presentations that is.

On a side note, other mp3/video player options to choose from. You seem awesome at coding,
so I figured I'd request a big one lol
Reply With Quote
  #1096  
Old 10-22-2007, 02:51 AM
jdelasko's Avatar
jdelasko jdelasko is offline
 
Join Date: Jan 2007
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have noticed a strange little bug with the VBulletin editor that accounts for some of the 'Error: unsupported media type.2' errors when using the 'M' button within the VBulletin editor to wrap media tags around a url. If the url is the only thing in the editor window and you highlight the url, then click the 'M' button to wrap the media tags around the url, it does not work properly. What happens is, a space and a return are added after the first media tag, then the url appears, followed by another return, then the last media tag. When this happens, anymedia does not recognize the url as a supported media type.

Below, I have pasted an example of what I'm talking about although below it won't look quite the same as it does in the vbulletin editor. This is not an issue with Anymedia because the same thing happens with any other type of tags. If you select all the text below, you will see the extra space after the first media tag, followed by a return, the media url, followed by another return, then the last media tag.

[MEDIA]

http://youtube.com/watch?v=QOCDoKsXjP0

[/MEDIA]


The next thing I discovered is that if there is at least one return after the url in the editor window, when you highlight the url and click the 'M' button, the media tags are properly wrapped around the url with no extra spaces or returns as shown in the example below. It's a strange little quirk. It seems as though if you paste the link in the editor window, then add at least one return, everything works ok.

Has anyone else noticed this? I'm using VBulletin 3.6.4 with VBadvanced.


[MEDIA]http://youtube.com/watch?v=QOCDoKsXjP0[/MEDIA]
Reply With Quote
  #1097  
Old 10-22-2007, 06:17 AM
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
Posts: 975
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Don't use the m button. Just past the youtube link http://youtube.com/watch?v=QOCDoKsXjP0 and hit submit reply. The M button is only for old vb installs and if you want to use options. In the new version thats in the works, its gone and the options are done a totally different way
Reply With Quote
  #1098  
Old 10-22-2007, 06:21 AM
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
Posts: 975
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sensimilla View Post
apple trailers in avi dont get parsed.. any ideas ?

Error: Failed to parse file URL.3
Um, apple trailers are quicktime.

Quote:
Originally Posted by Peter85 View Post
Ive been testing this mod on my site for a little over a week now and my users really LOVE it. (And I love it too, THANKS! )

I have, however, found one issue with it, i cant get the options to work. My users mostly use it for images and as some images are way to big it would be nice to get the size options working.

I did a quick search in the thread and I noticed that you talked about disabling those options. Have you done that or am I doing something wrong?

Either way, thanks for a great mod! :up:
if its images and you just post the links for them and don't wrap them in img tags it will auto size them. Some options don't work right now but they will be back in soon.

Quote:
Originally Posted by Daky View Post
is there anything that i can do about my problem?,....
all media tags that were poted before 2 weeks are not working, all i see is actualy [media]code[/media]

tags i put now will work no problem
Set your post cache to 0 and save it. Then set it back to the number you want. Or you can edit each post. The html is saved in the database.
Quote:
Originally Posted by chadi View Post
Thanks nix.

Power Point ability would be a nice add-on. Of course, to view PP presentations that is.

On a side note, other mp3/video player options to choose from. You seem awesome at coding,
so I figured I'd request a big one lol
I'll look for some different one. With the current one you can change some features. Like the color for instance.

Tip: Did you know that if a page has more then one video you can open the first link, watch the video and then hit the right arrow button? It will cycle through the vids.
Reply With Quote
  #1099  
Old 10-23-2007, 09:23 PM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SirAdrian View Post
Third of Octember. Be ready.
hahaha! no, serious guys? do you have an ETA?
Reply With Quote
  #1100  
Old 10-23-2007, 09:48 PM
testebr testebr is offline
 
Join Date: Jan 2004
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nix,

My suggestion to future like VB AnyMedia 4 is that you create a xml system to any user with knowledge in regex to create new entry to any video website.

Field examples:

- title regex
- regex to feech embed code
- is adult?
etc..

Then user can import the XML in admincp.

And about version 3.1 dont bother with new features, just fix the last small bugs and release the final version.

Cya
Reply With Quote
  #1101  
Old 10-24-2007, 01:43 AM
nix's Avatar
nix nix is offline
 
Join Date: Mar 2005
Posts: 975
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We are really close to a release. We already added support for users to add their own site but not by xml. It's a much easier method.

This is a complete rewrite and it should fix most issues. Its not even called anymedia anymore.
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 01:06 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.05216 seconds
  • Memory Usage 2,331KB
  • Queries Executed 25 (?)
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
  • (7)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
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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_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
  • 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