![]() |
For some reason when clicking " Use Goldbrick media options " nothing happens. If I remember correctly, it used to drop a hidden menu options area when the check box is ticked.
|
Wonder Add-on
Installed and running over 3.7 :up: |
Is possible add little modification on media option for youtube HD:p... i whont add in auto this &fmt=18 on end of link for youtube :up:
Es: whit this: http://www.youtube.com/watch?v=PprgTxaLoSI&fmt=18 whitout: http://www.youtube.com/watch?v=PprgTxaLoSI Tnx in advanced... Luckid |
Nix - awesome job on the new one, mate. :thumb:
Easy and trouble free install and seems to be wroking like a dream. THANK YOU! I have a question - sorry if you have already answered it: the GB in member profiles (i have vB 3.7.1) - how's that work? Or is it one of the features still in development? |
is it possible to add media in tables?
|
Sometimes video thumbnails don't auto-generate, it just shows a large blue M in vB 3.7 using version 1.8, but 1.5 did that too.
Fix? |
installed on 3.71. thanks
it's not filtering out of quotes though I have that setting on profile video not submitting due to security token |
Quote:
Quote:
Quote:
Quote:
|
say i have 2 videos to post, now there are going to be one under one,
is it possible to make addon or something to post them side by side (on the right for ex.) |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=617 |
1.5 didn't work for me on vb1.68 so I stuck with Anymedia. Although 1.8 seems to be working now.
Planning to upgrade to vb1.7 at some point so should know more then. |
When I post content from my website such as a video is doesnt display the default thumbnail infact it displays nothing just a white line no thumbnail
|
i tried to install it but it didnt work
i get error msg when i enter any page in the forums |
|
I installed the new 1.8 & it's still not working to me. The options come up & I type info in. I post a link. But it don't convert into anything. Am I supposed to add some special bbc code before & after the youtube link?
http://thepoorhouseforum.com/showthread.php?p=25#post25 also nothing shows up under my media. |
I'm sorry. You add [ media ] before & [ /media ] after the url (no spaces). Now it's working. Thanks. :)
|
I'm sorry again. Posting videos on the forum is ok. The profile don't work.
|
Quote:
|
Quote:
As for my personal profiles...the "my media" button is there but no videos. There's also the option to edit your profile & add a URL which I did but still nothing under my media. |
Unresolved issues running 1.8:
1. Sometimes an M thumbnail is generated instead of a clip from the video site. 2. Sometimes a still image Highslides but does not lightbox. 3. Videos are viewable to those not registered to site even though set otherwise. 4. Sometimes posting the url just creates a text hyperlink and upon edit shows url tags were auto-added 5. Hand adding media tags does not work when the hack doesn't generate media tags by itself. 6. Changing the video viewer size does not result in changing the video viewer size. |
Installed but my threads are just throwing up blank pages? Usually a vbseo problem.
Using 3.7.1 and vbseo 3.1. Any ideas? |
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. |
The file limit is set by your host, doesn't have anything to do with this mod.
|
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? |
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 |
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']) { |
I made a redtube.com plugin. is it ok to share here?
|
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
|
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']) { |
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? |
This is working sporadically. Sometimes when a user posts a youtube video it just displays it as a link, and other times ,usually when you've reedited the post a couple of times, it displayed correctly.
The media tags, when inserting them manually, get stripped and converted into a link. And also the old anymedia tags on the board now no longer work and it requires me going in and re-editing everyones posts with media (usually a couple of times) before the software will pick up on it and display the videos correctly. Is there some kind of bug? |
I did a speed test on my site www.talkjesus.com and it seems a huge portion of the load time is coming from GB script/images.
http://www.websiteoptimization.com/s...nalyze/wso.php |
Quote:
Quote:
Quote:
Quote:
Quote:
I didn't get all the bugs in 1.8 just some of the major ones. I'm doing some paid work again (have to feed the family) and once I'm done I'll push out another version. |
Thanks nix. I'm actually using 1.8 version. Appreciate your hard work brother :)
|
Thanks for the reply Nix.
What I meant was when a user uploads an image to a post, GB is supposed to render it where when one clicks on the image thumbnail, it does two things: 1. It enlarges the thumbnail to a larger image ala highslide, and it darkens the entire screen with the exception of the image, hence the "lightbox" effect. We previously had Highslide installed, but since I understand this mod comes with it, we deleted the previous Highslide stuff. Now most images highslide and then lightbox just fine, but some images do not lightbox, they only highslide to a larger image. I hope that explains it better. This is a REALLY cool mod by the way, so I am looking forward to you being able to "put food on the table" ; ) and refining this more. Thanks |
Nice mod! I think I have it working well for images and audio/video but PDF's seem to be ignored or simply converted to URL's. I figured there might be a adobe_pdf.php file in extensions but that's apparently incorrect.
Where might I look for the issue? I've located several references to /vb/ and /forum/ hard coded paths in the latest version I installed but don't have the experience to know if that might cause issues... (Also, should the goldbrick_post.php that's in the zip be empty?) Update: In trying to diagnose the issues I'm experiencing.. I seem to be able to affect displays by modifying the contents of goldbrick_test. Is this a fluke or is it legitimately using it? (<param NAME="URL" VALUE="info[url]"><param> put me on the hunt as it was missing the $ and the URL flaked out...) |
The other thing i've noticed, despite uninstalling anymedia, some posts still have the big "M" on their players. Also, how do we get it to go through all old posts with media tags, or with links to video's and convert them into players? I've even tried re-editing some older posts and the player won't display.
|
Sorry
Seems it doesn't work with .wma extension :-? |
Where is the list of websites supported listed?
|
I have been waited for so long for the upgrade version release but nothing yet... :-( I'm running out of my patience
|
All times are GMT. The time now is 04:54 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|