The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VB AnyMedia Player / Media Sites (youtube, google and many more) Details »» | |||||||||||||||||||||||||||||
VB AnyMedia Player / Media Sites (youtube, google and many more)
Developer Last Online: Nov 2023
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:
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
|
Comments |
#1422
|
|||
|
|||
this is the inline picture bbcode I found to work with my old mod, is something like this possible for goldbrick, I really need to get the IMG tags working properly with highslide on my forum.
<a href="{param}" class="highslide" onclick="return hs.expand(this,{slideshowGroup:'$post[postid]'})" target="_blank"><img src="{param}" width="100"></a> https://vborg.vbsupport.ru/showpost....&postcount=298 thanks |
#1423
|
||||
|
||||
I don't have it picking up IMG tags yet. Just if you post the image link.
|
#1424
|
|||
|
|||
thanks, glad its going to be a feature. any idea on what release/timeframe it will be included.
|
#1425
|
|||
|
|||
Hi nix,
I love your mod but I've three questions. 1. On Internet Explorer it give me an error at 442 line and when I close the video.. the popup windows will close but the audio will continue to reproducing. (you can try yourself here: http://www.czeta.it/forum/video/2079...-pazzesco.html) With Firefox I have no problem. 2. It's possible to remove the black background around the video? Some users say me that their computer go slow for this. 3. I see that when I click wherever outside the video it will close the popup window.. it's possible to remove this option? Thanks and sorry for my english. Ska |
#1426
|
||||
|
||||
Those are all relating to the highslide.js file. The black background can be turned off in the highslide.js file. The other issues I have no control over.
|
#1427
|
|||
|
|||
What html are you referring to to change how images show up? I am looking though the files and don't see it. OK it is in your XML file see it now.
Also did you look at the mod that broke your mod. Well not really but the mod that uses ajax to view first post in a thread on forum view. |
#1428
|
|||
|
|||
Quote:
I try to seeing the highslide.js file.. do you know exactly where can I eliminate the blackground? I can't find it. Thanks anyway, Ska |
#1429
|
|||
|
|||
Quote:
set it to 0.00 and you should be good. |
#1430
|
|||
|
|||
Quote:
Anyone getting issues with quickedit? If I add images it does not add media it adds URL? Is there not support for quickedit? |
#1431
|
|||
|
|||
Also any support for this mod to work in CYB- Chatbox or event forum mod
I got the images to be next to each other a sample of this is here: http://www.allwheeljunkies.com/showt...t=24455&page=2 Now my only issue is I want people to be able to start viewing images before they are all done loading. I am looking through to see if there is a setting for this in the js files. I need to make sure how I did it was ok so please check this over I don't want it to mess with other functions. I went to gb_header template and changed this: Code:
.gbmedia img, .anymattach img { background:#fff; border:1px solid #aaa; color:inherit; float:left; margin:10px 10px 10px 5px; padding:2px; vertical-align:top; width:130px; } Code:
.gbmedia img, .anymattach img { background:#fff; color:inherit; float:none; margin:5px 0px 5px 5px; padding:2px; vertical-align:top; width:120px; height:90px; } Then I went to gb_player template and changed this at the top: Code:
<div id="vid-$info[unique]" class="gbmedia"> Code:
<span id="vid-$info[unique]" class="gbmedia"> Code:
</div> <div class="gbclear"></div> Code:
</span> <span class="gbclear"></span> Well it works let me know if this can damage the program in any way using span instead of div etc. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|