Quote:
Originally Posted by ADomoWorld
As long as in involved Lightbox to work all over. Its been a great feature. But there is a lot of errors within VBLightbox, I found it to not let Internet Explore Users use BBCodes or Type messages.
It was a great feature I will admit but overall. I think something like it should be released. Many of my members have loved using lightbox. It cleans up huge images as well as makes Videos a great feature. Easy open easy close. Plus music goes the same way. I hope in time things can get better with both.
I still hope to find a fix on the CMPS pages.
|
I'll still have the classic style and the lightbox version. I'm just not using highslide or vbulletin. I'm surprised how limited the vbulletin version is. Kind of disappointed, though I'm very happy with what I'm using now.
Quote:
Originally Posted by rmxs
For 3.7 users to get video works on profile you must make this changes
edit gb_usercp_profile template
change
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
to
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
|
Correct. This is fixed.
Quote:
Originally Posted by sweeps78
Any word yet on why the thumbnail won't show up for DivX videos? The thumbs show up just fine on all other videos, just not DivX
|
For user posted content? If you want to fix it now look at the goldbrick_player tempalate for the divix
Quote:
Originally Posted by bendingpixels
Hi Nix, I'd really like to use Goldbrick, but when I enable it and try to go to one of my forums, the pages wont load, and I get this message:
Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/bendingp/public_html/3dmg/goldbrick/plugins/bbcode_create.php on line 53
here are my server software items
Apache version 2.2.8 (Unix)
PHP version 5.2.5
MySQL version 5.0.45-community-log
Architecture x86_64
Operating system Linux
Thanks for any help...
Rob
|
Hrm, that's weird. That's exactly what I'm using for development. If you want to try this, change line 53 to this
PHP Code:
function handle_bbcode_media( &$parser, $text, $options='' )