View Full Version : New Posting Features - VB AnyMedia Player / Media Sites (youtube, google and many more)
diesalot
09-25-2007, 10:22 PM
ok now i dont get unsupported file type. y not sure no changes made. but img shows an x and when you click on it to show the player it is blank.
Edit:
Dont have problems pasting any other links but only this 1. The others display and play fine.
its probably phrased wrong now. its pulling it from the database. You can delete that record or try changing the link some.
any idea how to enabled this in blog?
<a href="https://vborg.vbsupport.ru/showpost.php?p=1344301&postcount=971" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=971</a>
hi nix i did the plugins edit in "anymedia_show_css" which is the "global_setup_complete" but still seems not working with the vbblog. any idea why?
Create a new plugin under anymedia in blog_entry_start and put this in it.
if ($vbulletin->options['anymediaenable'] && ($vbulletin->userinfo['permissions']['anymediapermissions'] & $vbulletin->bf_ugp_anymediapermissions['canuse']))
{
//require_once(DIR . '/includes/functions_newpost.php');
preg_match('{\(.+)\[\/url\]}i', $bloginfo['pagetext'], $match);
if(isset($match))
{
include_once (DIR . '/includes/class_anymedia.php');
$anyMedia = new Anymedia($vbulletin);
$media = $anyMedia->newfetch($match[1], $options);
if ($media['type'] != 'error' && $media['type'] != 'unknown')
{
$mediatag = $vbulletin->options['anymediatag'];
$pattern = array('[url]', '');
$replace = array("[$mediatag]", "[/$mediatag]");
$bloginfo['pagetext'] = str_replace($pattern, $replace, $bloginfo['pagetext']);
}
}
}
if($vbulletin->options['anymediaimage']) {
// Img
preg_match('{\(.+)\[\/IMG\]}i', $bloginfo['pagetext'], $m);
if(!is_null($m[1]))
{
include_once (DIR . '/includes/class_anymedia.php');
$anyMedia = new Anymedia($vbulletin);
$media = $anyMedia->newfetch($m[1], $options);
if ($media['type'] != 'error' && $media['type'] != 'unknown')
{
$mediatag = $vbulletin->options['anymediatag'];
$pattern = array('[IMG]', '');
$replace = array("[$mediatag]", "[/$mediatag]");
$bloginfo['pagetext'] = str_replace($pattern, $replace, $bloginfo['pagetext']);
}
}
}
okie I created the new plugin and all that... but still not working man ! help ! thanks
Shinou
09-27-2007, 02:52 PM
Nice hack man, one problem, the mp3 is messed, not sure if it's me or what but when we listen to music it's like it's been sped up and the song sounds like chipmunks, wtf is up with it? Also, would you mind adding some Anime video sites, If you want some links for if you do for updates, just ask. ^_~
UK-Biker
09-27-2007, 04:58 PM
Installed on 3.6.8 and works fine (once I got the images in the right place).
:eek::D
Nice hack man, one problem, the mp3 is messed, not sure if it's me or what but when we listen to music it's like it's been sped up and the song sounds like chipmunks, wtf is up with it? Also, would you mind adding some Anime video sites, If you want some links for if you do for updates, just ask. ^_~
I think that might be on your end. Works fine here.
Shinou
09-28-2007, 04:41 AM
Oh ok, thanks then. Do you recommend doing anything?
You can go here and see if it does it also.
http://www.jeroenwijering.com/
Shinou
09-28-2007, 07:28 AM
You mean like, to hear if it is all chipmunk style?
jhfweb
09-28-2007, 08:45 AM
You mean like, to hear if it is all chipmunk style?
Hi Shinou
Try to sample your mP3`s with CBR (constant bitrate) It seems you actually use VBR and this causes the problem. Check it out....
Shinou
09-28-2007, 10:35 AM
How exactly do I do that? ;o
beishe8
09-28-2007, 07:12 PM
How exactly do I do that? ;o
How do you convert a CD to MP3?
With your converter have to be an option there for the bitrate.
Set it to a constant rate.
iogames
09-28-2007, 11:25 PM
I'm ready for 3.1!!!
Hey Nix, how much do you charge me to install it on my site? :cool:
$20 for install.
the final version of 3.1 is coming. Its going to be a complete code rewrite.
tiekie
09-29-2007, 11:30 AM
$20 for install.
the final version of 3.1 is coming. Its going to be a complete code rewrite.
Thanks mate .... Great offer ;)
Just made my $20 donation and pm send
Shinou
09-29-2007, 12:18 PM
How do you convert a CD to MP3?
With your converter have to be an option there for the bitrate.
Set it to a constant rate.
Well I set it to 48kbps in the converter, I uploaded the song and still, must I make it go lower than 48kbs bitrate?
beishe8
09-29-2007, 05:41 PM
Well I set it to 48kbps in the converter, I uploaded the song and still, must I make it go lower than 48kbs bitrate?
That is very low. Make it over 100.
Did you see the options: variable - constant?
citroenar
09-29-2007, 07:12 PM
here is one problem:
"Lightbox/ThickBox works with Inline Editing" (https://vborg.vbsupport.ru/showthread.php?t=126501) stop working when I enable "Use AnyMedia BBCode when upload an attachment" in options.
This mod enables the vbulletin blog to work with various medias as well?
nukeleo
09-29-2007, 08:00 PM
Can u help me?
How can i remove or correct this Tags
http://img179.imageshack.us/img179/3747/anymediaao2.jpg
Thanks
here is one problem:
"Lightbox/ThickBox works with Inline Editing" (https://vborg.vbsupport.ru/showthread.php?t=126501) stop working when I enable "Use AnyMedia BBCode when upload an attachment" in options.
Well it would since they are both trying to do the same thing.
This mod enables the vbulletin blog to work with various medias as well?
Yes.
iogames
09-29-2007, 09:41 PM
$20 for install.
the final version of 3.1 is coming. Its going to be a complete code rewrite.
Sure I will pay since I think my community will use it heavily on my site, but I will wait for 3.1 then...
well 3.1 is kind of out already. I just haven't added all the features.
psychotica
09-30-2007, 04:14 AM
I have a problem as well. I've installed the mod, but I don't get the option to change the usergroup permissions, so I can't use the code =/
Nikoo
09-30-2007, 02:08 PM
Hi,
I wonder is it possible for the users (members) in forum to post videos the like?
Rydain
09-30-2007, 04:01 PM
Hi, I wonder if it's possible to turn off videos from certain sites being shown at all?
psychotica
09-30-2007, 07:57 PM
did u upload the files?
Yeah, I made sure of it. I added b3 first, but noticed that b2 had some files that weren't in b3. So I went ahead and added b2 and then overwrote the files with the ones that were in b3. Uploaded the product, and it still didn't work.
Hi,
I wonder is it possible for the users (members) in forum to post videos the like?
Yes. Thats one of the features of this mod.
Hi, I wonder if it's possible to turn off videos from certain sites being shown at all?
Yes. Its in anymedia options. Each site can be turned off.
Yeah, I made sure of it. I added b3 first, but noticed that b2 had some files that weren't in b3. So I went ahead and added b2 and then overwrote the files with the ones that were in b3. Uploaded the product, and it still didn't work.
Did you go into usergroups? and click on edit a usergroup?
ronman
09-30-2007, 09:33 PM
Nix, I'm having the same "upgrade your flash player" error and M logo as several others in here.
I've tried looking at the highslide stuff, but I can't really figure out what it's doing.
Would you be able to lend me a quick hand in resolving the problem?
sure pm me your forum info.
psychotica
09-30-2007, 09:42 PM
Yeah, I went to Edit Usergroup =/
if you want pm info to ur site and i'll take a look.
setubal
09-30-2007, 10:34 PM
hello,
Could you tell me the way to TRANSLATE the CLOSE english TEXT appearing in popup video and/or sounds in right upper corner ?
Thanks a lot.
iogames
09-30-2007, 10:40 PM
Nix, I'm having the same "upgrade your flash player" error and M logo as several others in here.
I've tried looking at the highslide stuff, but I can't really figure out what it's doing.
Would you be able to lend me a quick hand in resolving the problem?
Aaah! I have no worries I will pay and that's it ;)
setubal
09-30-2007, 11:14 PM
hello,
Could you tell me the way to TRANSLATE the CLOSE english TEXT appearing in popup video and/or sounds in right upper corner ?
Thanks a lot.
Can't find !!
Searching, searching,... GRRRR no way !!
I'm searching in styles and templates even in folder AnyMedia files ;(
No ideas ?
Thank yu
Example here : http://www.portugal-tchat.com/www.portugal-tchat.com/forum-franco-portugais/upload/23737-post26.html
CLOSE TEXT IN RIGHT UPPER CORNER ! CAN'T MODIFY/ TRANSLATE THIS TEXT !!! ;(((
its in the highslide js file.
ronman
10-01-2007, 01:42 AM
OK nix, I upgraded to b3, and I'm back to getting the big M graphic... but when I click on an mp3 link, I get the highslide popup with the flash player in it.
ronman
10-01-2007, 01:59 AM
Alright, I rebuilt the usergroup permissions and it's working now.
Thanks a ton!!!
Nikoo
10-01-2007, 04:40 AM
I wonder can anybody install this great mode for me, I'm a newbie.
Of course i will pay.
Thanks, Nikoo
setubal
10-01-2007, 10:04 AM
its in the highslide js file.
I must be blind
I search on higslide-html.js + higslide.js
I did not find the ligne to modify
HIGSLIDE.HTM.JS
/************************************************** ****************************
Name: Highslide HTML Extension
Version: 3.2.5 (August 22 2007)
Author: Torstein H?nsi
Support: http://vikjavev.no/highslide/forum
Email: See http://vikjavev.no/megsjol
Licence:
Highslide JS is licensed under a Creative Commons Attribution-NonCommercial 2.5
License (http://creativecommons.org/licenses/by-nc/2.5/).
You are free:
* to copy, distribute, display, and perform the work
* to make derivative works
Under the following conditions:
* Attribution. You must attribute the work in the manner specified by the
author or licensor.
* Noncommercial. You may not use this work for commercial purposes.
* For any reuse or distribution, you must make clear to others the license
terms of this work.
* Any of these conditions can be waived if you get permission from the
copyright holder.
Your fair use and other rights are in no way affected by the above.
************************************************** ****************************/
hs.allowWidthReduction = false;
hs.allowHeightReduction = true;
hs.objectLoadTime = 'before'; // Load iframes 'before' or 'after' expansion.
hs.cacheAjax = true; // Cache ajax popups for instant display. Can be overridden for each popup.
hs.preserveContent = false; // Preserve changes made to the content and position of HTML popups.
// These properties can be overridden in the function call for each expander:
hs.push(hs.overrides, 'contentId');
hs.push(hs.overrides, 'allowWidthReduction');
hs.push(hs.overrides, 'allowHeightReduction');
hs.push(hs.overrides, 'objectType');
hs.push(hs.overrides, 'objectWidth');
hs.push(hs.overrides, 'objectHeight');
hs.push(hs.overrides, 'objectLoadTime');
hs.push(hs.overrides, 'swfObject');
hs.push(hs.overrides, 'cacheAjax');
hs.push(hs.overrides, 'preserveContent');
// Internal
hs.preloadTheseAjax = new Array;
hs.cacheBindings = new Array;
hs.sleeping = new Array;
hs.cacheCounter = 0;
hs.clearing = hs.createElement('div', null,
{ clear: 'both', borderTop: '1px solid white' }, null, true);
hs.htmlExpand = function(a, params, custom) {
if (!hs.$(params.contentId) && !hs.origNodes[params.contentId]) return true;
for (var i = 0; i < hs.sleeping.length; i++) {
if (hs.sleeping[i] && hs.sleeping[i].a == a) {
hs.sleeping[i].awake();
hs.sleeping[i] = null;
return false;
}
}
try {
hs.hasHtmlexpanders = true;
new HsExpander(a, params, custom, 'html');
return false;
} catch (e) {
return true;
}
};
hs.identifyContainer = function (parent, className) {
for (i = 0; i < parent.childNodes.length; i++) {
if (parent.childNodes[i].className == className) {
return parent.childNodes[i];
}
}
};
hs.geckoBug = function(d) { // freezes on DOM access to flash object
return (!hs.ie && d.className && d.className == 'highslide-body'
&& hs.expanders[hs.getWrapperKey(d)] && hs.expanders[hs.getWrapperKey(d)].swfObject);
};
hs.cloneFix = function (orig, clone) { // ie bug JRA-8560
var selO = orig.getElementsByTagName('SELECT');
var selC = clone.getElementsByTagName('SELECT');
for (i = 0; i < selO.length; i++) {
selC[i].selectedIndex = selO[i].selectedIndex;
}
return clone;
};
hs.preloadAjax = function (e) {
var aTags = document.getElementsByTagName('A');
var a, re, j = 0;
for (i = 0; i < aTags.length; i++) {
a = aTags[i];
re = hs.isHsAnchor(a);
if (re && re[0] == 'hs.htmlExpand' && hs.getParam(a, 'objectType') == 'ajax' && hs.getParam(a, 'cacheAjax')) {
hs.preloadTheseAjax[j] = a;
j++;
}
}
hs.preloadAjaxElement(0);
};
hs.preloadAjaxElement = function (i) {
if (!hs.preloadTheseAjax[i]) return;
var a = hs.preloadTheseAjax[i];
var cache = hs.cloneNode(hs.getParam(a, 'contentId'));
var ajax = new HsAjax(a, cache);
ajax.onError = function () { };
ajax.onLoad = function () {
hs.setId(cache, /-hsOrig$/, 1);
hs.setId(cache, '-hsCache'+ hs.cacheCounter);
hs.genContainer();
hs.container.appendChild(cache);
hs.cacheBindings[cache.id] = a;
hs.cacheCounter++;
hs.preloadAjaxElement(i + 1);
};
ajax.run();
};
hs.getCacheBinding = function (a) {
for (var x in hs.cacheBindings) {
if (hs.cacheBindings[x] == a) {
return hs.$(x);
}
}
return false;
};
HsExpander.prototype.htmlCreate = function () {
this.tempContainer = hs.createElement('div', null,
{
padding: '0 '+ hs.marginRight +'px 0 '+ hs.marginLeft +'px',
position: 'absolute',
left: 0,
top: 0
},
document.body
);
this.innerContent = hs.getCacheBinding(this.a);
if (this.innerContent) hs.setId(this.innerContent, /-hsCache[0-9]+/, 1);
else this.innerContent = hs.cloneNode(this.contentId);
this.setObjContainerSize(this.innerContent);
this.tempContainer.appendChild(this.innerContent); // to get full width
hs.setStyles (this.innerContent, { position: 'relative', visibility: 'hidden' });
this.innerContent.className += ' highslide-display-block';
this.content = hs.createElement(
'div',
{ className: 'highslide-html' },
{
position: 'relative',
zIndex: 3,
overflow: 'hidden',
width: this.thumbWidth +'px',
height: this.thumbHeight +'px'
}, null
);
if (this.objectType == 'ajax' && !hs.getCacheBinding(this.a)) {
var ajax = new HsAjax(this.a, this.innerContent);
var pThis = this;
ajax.onLoad = function () { pThis.onLoad(); };
ajax.onError = function () { location.href = hs.getSrc(this.a); };
ajax.run();
}
else this.onLoad();
};
HsExpander.prototype.htmlGetSize = function() {
this.innerContent.appendChild(hs.clearing);
this.newWidth = this.innerContent.offsetWidth;
this.newHeight = this.innerContent.offsetHeight;
this.innerContent.removeChild(hs.clearing);
if (hs.ie && this.newHeight > parseInt(this.innerContent.currentStyle.height)) { // ie css bug
this.newHeight = parseInt(this.innerContent.currentStyle.height);
}
};
HsExpander.prototype.setObjContainerSize = function(parent, auto) {
if (this.swfObject || this.objectType == 'iframe') {
var c = hs.identifyContainer(parent, 'highslide-body');
c.style.width = this.swfObject ? this.swfObject.attributes.width +'px' : this.objectWidth +'px';
c.style.height = this.swfObject ? this.swfObject.attributes.height +'px' : this.objectHeight +'px';
}
};
HsExpander.prototype.writeExtendedContent = function () {
if (this.hasExtendedContent) return;
this.objContainer = hs.identifyContainer(this.innerContent, 'highslide-body');
if (this.objectType == 'iframe') {
if (hs.ie && hs.ieVersion() < 5.5) window.location.href = hs.getSrc(this.a);
var key = this.key;
this.iframe = hs.createElement('iframe', { frameBorder: 0 },
{ width: this.objectWidth +'px', height: this.objectHeight +'px' },
this.objContainer);
if (hs.safari) this.iframe.src = null;
this.iframe.src = hs.getSrc(this.a);
if (this.objectLoadTime == 'after') this.correctIframeSize();
} else if (this.swfObject) {
this.objContainer.id = this.objContainer.id || 'hs-flash-id-' + this.key;
this.swfObject.write(this.objContainer.id);
}
this.hasExtendedContent = true;
};
HsExpander.prototype.correctIframeSize = function () {
var wDiff = this.innerContent.offsetWidth - this.objContainer.offsetWidth;
if (wDiff < 0) wDiff = 0;
var hDiff = this.innerContent.offsetHeight - this.objContainer.offsetHeight;
hs.setStyles(this.iframe, { width: (this.x.span - wDiff) +'px', height: (this.y.span - hDiff) +'px' });
hs.setStyles(this.objContainer, { width: this.iframe.style.width, height: this.iframe.style.height });
this.scrollingContent = this.iframe;
this.scrollerDiv = this.scrollingContent;
};
HsExpander.prototype.htmlSizeOperations = function () {
this.setObjContainerSize(this.innerContent);
if (this.objectLoadTime == 'before') this.writeExtendedContent();
// handle minimum size
if (this.x.span < this.newWidth && !this.allowWidthReduction) this.x.span = this.newWidth;
if (this.y.span < this.newHeight && !this.allowHeightReduction) this.y.span = this.newHeight;
this.scrollerDiv = this.innerContent;
this.mediumContent = hs.createElement('div', null,
{
width: this.x.span +'px',
position: 'relative',
left: (this.x.min - this.thumbLeft) +'px',
top: (this.y.min - this.thumbTop) +'px'
}, this.content, true);
this.mediumContent.appendChild(this.innerContent);
document.body.removeChild(this.tempContainer);
hs.setStyles(this.innerContent, { border: 'none', width: 'auto', height: 'auto' });
var node = hs.identifyContainer(this.innerContent, 'highslide-body');
if (node && !this.swfObject && this.objectType != 'iframe') {
var cNode = node.cloneNode(true); // to get true size
if (hs.ie) cNode = hs.cloneFix(node, cNode);
node.innerHTML = '';
node.id = null;
hs.setStyles ( node,
{
margin: 0,
border: 'none',
padding: 0,
overflow: 'hidden'
}
);
node.appendChild(hs.clearing); // IE6
node.appendChild(cNode);
var wDiff = this.innerContent.offsetWidth - node.offsetWidth;
var hDiff = this.innerContent.offsetHeight - node.offsetHeight;
node.removeChild(hs.clearing);
var kdeBugCorr = hs.safari || navigator.vendor == 'KDE' ? 1 : 0; // KDE repainting bug
hs.setStyles(node, {
width: (this.x.span - wDiff - kdeBugCorr) +'px',
height: (this.y.span - hDiff) +'px',
overflow: 'auto',
position: 'relative'
}
);
if (kdeBugCorr && cNode.offsetHeight > node.offsetHeight) {
node.style.width = (parseInt(node.style.width) + kdeBugCorr) + 'px';
}
this.scrollingContent = node;
this.scrollerDiv = this.scrollingContent;
}
if (this.iframe && this.objectLoadTime == 'before') this.correctIframeSize();
if (!this.scrollingContent && this.y.span < this.mediumContent.offsetHeight) this.scrollerDiv = this.content;
if (this.scrollerDiv == this.content && !this.allowWidthReduction && this.objectType != 'iframe') {
this.x.span += 17; // room for scrollbars
}
if (this.scrollerDiv && this.scrollerDiv.offsetHeight > this.scrollerDiv.parentNode.offsetHeight) {
setTimeout("try { hs.expanders["+ this.key +"].scrollerDiv.style.overflow = 'auto'; } catch(e) {}",
hs.expandDuration);
}
};
HsExpander.prototype.htmlSetSize = function (w, h, x, y, offset, end) {
try {
hs.setStyles(this.wrapper, { visibility: 'visible', left: x +'px', top: y +'px'});
hs.setStyles(this.content, { width: w +'px', height: h +'px' });
hs.setStyles(this.mediumContent, { left: (this.x.min - x) +'px', top: (this.y.min - y) +'px' });
this.innerContent.style.visibility = 'visible';
if (this.objOutline && this.outlineWhileAnimating) {
var o = this.objOutline.offset - offset;
this.positionOutline(x + o, y + o, w - 2*o, h - 2*o, 1);
}
} catch (e) {
window.location.href = hs.getSrc(this.a);
}
};
HsExpander.prototype.reflow = function () {
hs.setStyles(this.scrollerDiv, { height: 'auto', width: 'auto' });
this.x.span = this.innerContent.offsetWidth;
this.y.span = this.innerContent.offsetHeight;
var size = { width: this.x.span +'px', height: this.y.span +'px' };
hs.setStyles(this.content, size);
this.positionOutline(this.x.min, this.y.min, this.x.span, this.y.span);
};
HsExpander.prototype.htmlOnClose = function() {
if (this.objectLoadTime == 'after' && !this.preserveContent) this.destroyObject();
if (this.scrollerDiv && this.scrollerDiv != this.scrollingContent)
this.scrollerDiv.style.overflow = 'hidden';
if (this.swfObject) hs.$(this.swfObject.getAttribute('id')).StopPlay() ;
};
HsExpander.prototype.destroyObject = function () {
this.objContainer.innerHTML = '';
};
HsExpander.prototype.sleep = function() {
if (this.objOutline) this.objOutline.table.className = 'highslide-display-none';
this.wrapper.className += ' highslide-display-none';
hs.setId(this.content, '-hsSleeping'+ this.key);
hs.push(hs.sleeping, this);
};
HsExpander.prototype.awake = function() {
hs.expanders[this.key] = this;
this.wrapper.className = this.wrapper.className.replace(/highslide-display-none/, '');
var z = hs.zIndexCounter++;
this.wrapper.style.zIndex = z;
if (o = this.objOutline) {
if (!this.outlineWhileAnimating) o.table.style.visibility = 'hidden';
o.table.className = null;
o.table.style.zIndex = z;
}
hs.setId(this.content, '-hsSleeping'+ this.key, 1);
this.show();
};
// HsAjax object prototype
HsAjax = function (a, content) {
this.a = a;
this.content = content;
};
HsAjax.prototype.run = function () {
try { this.xmlHttp = new XMLHttpRequest(); }
catch (e) {
try { this.xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); }
catch (e) {
try { this.xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); }
catch (e) { this.onError(); }
}
}
this.src = hs.getSrc(this.a);
if (this.src.match('#')) {
var arr = this.src.split('#');
this.src = arr[0];
this.id = arr[1];
}
var pThis = this;
this.xmlHttp.onreadystatechange = function() {
if(pThis.xmlHttp.readyState == 4) {
if (pThis.id) pThis.getElementContent();
else pThis.loadHTML();
}
};
this.xmlHttp.open("GET", this.src, true);
this.xmlHttp.send(null);
};
HsAjax.prototype.getElementContent = function() {
hs.genContainer();
var attribs = window.opera ? { src: this.src } : null; // Opera needs local src
this.iframe = hs.createElement('iframe', attribs,
{ position: 'absolute', left: '-9999px' }, hs.container);
try {
this.loadHTML();
} catch (e) { // Opera security
var pThis = this;
setTimeout(function() { pThis.loadHTML(); }, 1);
}
};
HsAjax.prototype.loadHTML = function() {
var s = this.xmlHttp.responseText;
if (!hs.ie || hs.ieVersion() >= 5.5) {
s = s.replace(/\s/g, ' ');
if (this.iframe) {
s = s.replace(new RegExp('<link[^>]*>', 'gi'), '');
s = s.replace(new RegExp('<script[^>]*>.*?</script>', 'gi'), '');
var doc = this.iframe.contentDocument || this.iframe.contentWindow.document;
doc.open();
doc.write(s);
doc.close();
try { s = doc.getElementById(this.id).innerHTML; } catch (e) {}
hs.container.removeChild(this.iframe);
} else {
s = s.replace(new RegExp('^.*?<body[^>]*>(.*?)</body>.*?$', 'i'), '$1');
}
}
hs.identifyContainer(this.content, 'highslide-body').innerHTML = s;
this.onLoad();
};
hs.addEventListener(window, 'load', hs.preloadAjax);
What "CLOSE" can be modified ?
Which line ?
Thx you
(can't post highslide.js here, The text that you have entered is too long (46323 characters). Please shorten it to 20000 characters)
Indicate me the line to modify pleasE.
See you,
I believe its in highslide.js. I look at it when i get home.
setubal
10-01-2007, 10:37 AM
Thank you Nix-
You know that sound you make when you pull your head out of your arse? Well I just made that sound. That text is in the anymedia template. It will look like something like this.
<a href="#" onclick="return hs.close(this)" class="control" style="color:#666">Close</a>
setubal
10-01-2007, 01:31 PM
Yes changed already ;)
But nothing changed :(
The word look like UPPERCASE : CLOSE
And, all templates words (close) have been changed, thats why I don't understand where to search...
setubal
10-01-2007, 03:55 PM
Hii,
It works now !
I delete my cookies lol
See you, ;)
JayT123
10-01-2007, 07:53 PM
This works great with attachments but the bbcode in posts opens a new window and doesn't play.
The editor button isn't showing up either All edits weren't done
Still no go on the player in posts
vBSEO was interferring with the script.
All vBSEO users, in the vBSEO cp, need to exclude, class_anymedia.php & behavior.js,
XManuX
10-02-2007, 05:41 PM
About the 2You need to upgrade your Flash Player2 and the highslide pop-up not working, here is how i solved this on my board :
For some reason, i don't have a "global_setup_complete" on my VB 3.6.4, thus the "anymedia_show_css" hook was set in a wrong place (in the ipbarcade hook section... don't ask me why...)
I just changed the "anymedia_show_css" to hook the "showthread_complete" like it was in beta2 of this mod and everything works fine now...
Hi, when attempt to post
We apologise for any inconvenience.
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT template
FROM vb_template
WHERE templateid = 466;
MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Date : Tuesday, October 2nd 2007 @ 02:10:13 PM
Script : http://xxxxxxxxx.com.mx/foro/newthread.php?do=postthread&f=24
Referrer : http://xxxxxxxxx.com.mx/foro/newthread.php?do=newthread&f=24
IP Address : 189.123.000.000
Username : admin
Classname : vb_database
that it happens?
thanks and sorry for my english
I dont think that has anything to do with this hack.
lonelime
10-04-2007, 06:50 AM
hello ....
i tried to post megarotic .... but it just gave me a white blank page ....and even youtube too
it worked on wmv file ...
anyone knows why ? any idea please help ..
thanks
bostton1
10-04-2007, 03:56 PM
are you able to add these two sites to anymedia http://video.ign.com and http://www.gamespot.com/videos/index.html?tag=nav-top;videos&navclk=videos
thanks.
(I got the mp3's working, I wasn't using the http:// part of the url, i'm dumb lol)
iogames
10-05-2007, 01:20 AM
Lets way for the final version ;)
AdeptusAstartes
10-06-2007, 12:27 PM
how can i use it in pms?
yingzhou
10-07-2007, 11:37 PM
why the music player is very simple? It dont have a volume or the song title!
maddy1
10-07-2007, 11:41 PM
i will pay $35 if u or any can install a video player for me ..... PM me if any can
yingzhou
10-07-2007, 11:58 PM
Video player? You are using Firefox? Im using firefox so im download this to play the video: http://port25.technet.com/videos/downloads/wmpfirefoxplugin.exe
Someone can change the music player instead video player. I like use windows media player to play my music.
maddy1
10-08-2007, 12:04 AM
i am looking to host videos and want to add a video player to play thease videos....
Chadi
10-08-2007, 01:43 AM
How do I use custom frame size codes in side the media bbcode?
Its better to have an option in AnyMedia Admin to show/parse MEDIA TAG inside Signatures
why the music player is very simple? It dont have a volume or the song title!
Yes i double that,
Also, when i add mp3 as anymedia i hate how the link looks, its very simple , not like when you add a video link, i wish there was a nice big icon as anyMediaplay.gif for videos...
is it possible to fix that?
thank you in advance
How can blip.tv be added to this list of active files?
I would suggest Blip.tv too
It will give you direct WMV and FLV files and cuncurrent connections/resume downloads is available too
is it possible?
vuiveclub
10-11-2007, 05:26 PM
This hack does not run on vBulletin Blog?
Chadi
10-11-2007, 07:00 PM
How do I use custom frame size codes in side the media bbcode?
Anyone know the answer to this please?
I'll post some answers here in a bit. Just installed new hard drive and setting it up.
Hornstar
10-13-2007, 02:01 AM
Decided I will keep watch of this, as you said you have some really great additions in the next version ^^
iogames
10-13-2007, 07:22 PM
Decided I will keep watch of this, as you said you have some really great additions in the next version ^^
Me too, just watching :P
Adam21
10-14-2007, 06:22 AM
There's a uncached template at the Forumdisplay - anymedia_header
Also,how do we create the hooks to make it work in forumhome_complete to show at forumhome?:)
basketmen
10-14-2007, 06:46 PM
i am sory i still dont understand because there is no description
what does this hack do actually??
and please give some forum link for live demo
You post a link from one of the supported media sites and it will go out and get a thumbnail if available and title and pull it into your post. When you click the link it will pop up with the video. It also supports playing most media files and you can host you're own files. Everything from pdf, images to videos are supported.
I don't have a demo site but someone here might post one.
yahoooh
10-15-2007, 09:05 AM
after i test it , i remove it
rm and ram not work
when use wysiwug edetor and edet post with media tag it again show it as text sometimes
the idea of product is perfect but you should fix the bbcode first for usual files and then concern in video sites
Adam21
10-15-2007, 09:26 AM
Possible to add www.yourfilehost.com inside the supported sites too?Thanks.:)
El Burro
10-15-2007, 11:31 AM
Hi Nix
Hope you're well.
I've been trying to use url
to try to explain how to use the Media tags.
I have don't parse [MEDIA] inside [CODE] checked in AdminCP but it still parses the Media code.
Any ideas?
Tx
El Burro:)
You don't need to wrap the url's in media tags. Just paste the link and hit reply. If the site is support it will auto convert it.
Khalid-B
10-16-2007, 02:49 PM
Hello,
Every thing working great just missing Media.Gif ,
Its not apear at Forum , I have uploaded in , Forum/Images/Editor ..
Am i missing some thing ??
Please any idea .
Thanks
ammoskumar
10-16-2007, 05:24 PM
Hey Nix Bro When can i expect 3.1 final version:):)
testebr
10-16-2007, 11:27 PM
I have same question.
sensimilla
10-17-2007, 08:14 AM
apple trailers in avi dont get parsed.. any ideas ?
Error: Failed to parse file URL.3
Peter85
10-17-2007, 08:21 AM
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:
Let me start off by saying this is an awesome mod! Great Job!
Question. I uploaded a video to my server and the bbcode will not play it. I'm sure it's something I am doing. Anyway, here is the link:
Link to video on server - www.huntingne.com/forum/video/ghostcarad.wmv
Link to test thread - http://www.huntingne.com/forum/technical-help-support-forum/14392-video-test.html
Any suggestions would be appreciated. Thanks in advance!
Got it to work, my bad....
Hey everyone. Thanks for being patient. Things are finally get back to normal for me.
As far as anymedia goes 3.1 final will never see the light of day. Sorry but I just can't do it.
Instead, a completely new product is coming with a new name! :) Its currently being totally rewritten '...with the help of only the most totally outstanding coder ever --- SirAdrian". It will have everything you expect from anymedia and soooo much more.
Stay Tuned!
iogames
10-19-2007, 11:17 PM
NOOOOOOOOOOOOOOOOOO! :(
Well, when can I expect this NEW MOD? :rolleyes:
p.s. can u add a revenue system int the new mod?
nickypoooo
10-20-2007, 12:11 AM
Sounds great, I can't wait! :D
Adrian Schneider
10-21-2007, 05:30 AM
NOOOOOOOOOOOOOOOOOO! :(
Well, when can I expect this NEW MOD? :rolleyes:
p.s. can u add a revenue system int the new mod?
Third of Octember. Be ready.
Chadi
10-21-2007, 01:32 PM
How do I use custom frame size codes in side the media bbcode?
can someone please answer this question form 2 weeks ago?
Tag with options:
url_of_the_file
url_of_the_file
url_of_the_file
url_of_the_file
This is also probably a good time to request any features.
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 code
tags i put now will work no problem
Chadi
10-22-2007, 02:22 AM
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
jdelasko
10-22-2007, 02:51 AM
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.
http://youtube.com/watch?v=QOCDoKsXjP0
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.
http://youtube.com/watch?v=QOCDoKsXjP0
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
apple trailers in avi dont get parsed.. any ideas ?
Error: Failed to parse file URL.3
Um, apple trailers are quicktime.
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.
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 code
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.
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. :)
iogames
10-23-2007, 09:23 PM
Third of Octember. Be ready.
hahaha! :D no, serious guys? :mad: do you have an ETA? :confused:
testebr
10-23-2007, 09:48 PM
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
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.
Adrian Schneider
10-24-2007, 02:01 AM
No given ETA yet. Unless you'll accept Octember. ;)
Legend Killah
10-24-2007, 06:41 PM
Keep up the good work and can't wait for the new version!
jolinary
10-27-2007, 11:31 PM
for vimeo this hack is not ready :(
i have problems no work 100% for me
I see a message "Close 2You need to upgrade your Flash Player2..."
I can do?
M4r5h4ll
10-31-2007, 09:12 PM
Parse error: parse error, unexpected ';' in /home/dir/ua/forums/includes/class_bbcode.php(181) : eval()'d code(54) : eval()'d code on line 52
i got that error when i used the [media] tags
can anyone help me please? :s
yahoooh
10-31-2007, 09:27 PM
after i test it , i remove it
rm and ram not work
when use wysiwug edetor and edet post with media tag it again show it as text sometimes
the idea of product is perfect but you should fix the bbcode first for usual files and then concern in video sites
any news about fixing rm and ram extension
to be work with realplayer
The new version will have most of these fixes fixed.
Can you say fixes fixed?
iogames
11-01-2007, 07:02 PM
Well fixes sounds much more better LOL!
lefthome
11-01-2007, 07:34 PM
This is a great program and it will be popular but I would like to make a small change. I turned off the “Show Download Link” in Usergroup Manager and “Show the download link?” in Options and still it appears, as showing in picture A. What I want to see is picture B.
Picture A:
http://img112.imageshack.us/img112/250/anymediajl6.gif
(http://img112.imageshack.us/img112/250/anymediajl6.gif)
Picture B:
http://img236.imageshack.us/img236/7350/anymedia2gl0.gif
Solutions, fix???
Thats just the title. Its not a download link. The download link is only for if you use the old style.
lefthome
11-01-2007, 08:53 PM
Thats just the title. Its not a download link. The download link is only for if you use the old style.Ok. Can I get rid of the title?
Right now the only way would be to edit the template. I can make it a setting later.
Blindchild02
11-02-2007, 09:34 PM
For some reason this just isnt working for me.
vB 3.6.4, I believe everything is installed properly, when I insert a youtube link, it just shows:
link
it doesnt show any players or anything.
For some reason this just isnt working for me.
vB 3.6.4, I believe everything is installed properly, when I insert a youtube link, it just shows:
link
it doesnt show any players or anything.
did u set up the user groups?
Blindchild02
11-03-2007, 04:17 PM
did u set up the user groups?
yup, went through all of them, and they're set to yes for vbanymedia
lefthome
11-04-2007, 12:06 AM
Right now the only way would be to edit the template. I can make it a setting later.I've no issue editing the template but so i don't have to search (i'm lazy) tell me what needs to go please. :)
iBaker
11-05-2007, 10:19 PM
Hi
I am a little confused with this fantastic Hack. I have currently installed 3.0.9.5 and it works great.
I see there is a 3.1 beta3 that I would like to install. There isn't an How to install file for this version that I can see and there is a mention of a "Do Not Upload" folder that is in the download but I can't find that.
I am probably a bit stupid but is there any instructions that I can use to upgrade my installation to the latest - thanks greatly for this hack
Install / Upgrade Instructions for 3.1 Beta:
- Its recomended to uninstall the previous version of Anymedia
- Upload all files
- Import the product
- Goto user group permissions and click on any user group to rebuild permissions
o0Hubba0o
11-06-2007, 02:24 AM
So far I've only tried youtube and myspace and the myspace one didn't work, but I still love it even if only youtube worked lol. But since it is in beta I won't worry too much about as I've seen others already mentioned it.
Look forward to a final version.
Chadi
11-07-2007, 01:17 AM
godtube.com videos are all showing "thumbnail not available". Strangest part? Any video I post, it always shows this specific (yet awesome) video called "Life House Everything Skit" which I posted a few weeks ago. This is VERY weird!
Original video I'm using:
http://www.godtube.com/view_video.php?viewkey=bca44aff146f14fbb40f
My thread
http://www.talkjesus.com/streaming-video/16765-interview-god.html
http://www.godtube.com/view_video.php?viewkey=bca44aff146f14fbb40f
Why would this be happening?
Emarkay
11-07-2007, 03:05 AM
Sooo...
- Youtube works yayyyy. College, break, and metcafe don't. They just give the m logo with a blank player.
- Is this supposed to work automatically? Because I'm adding the [media] tags manually, posting a url just posts the url. Should there be a button for the code? To put the code in manually I had to switch to the standard editor in user cp.
- Install instructions left me wondering a little. Do I upload the whole anymedia folder (upload/anymedia) to the forum, or pull it's folders, to the forum? (upload/anymedia/includes to forum/includes for ex.) I went ahead and uploaded everything the way it was placed in the .zip
- Imported fine & Rebuilt the permissions, no problem there.
I'm hoping I'm just missing an important fix in these 75 pages of posts. Ahhh!
Thanks for any help!
- Corn Fused
Peter85
11-07-2007, 09:04 PM
Feature request:
If you simply type in the url to a media file (http://foo.bar/foobar.wmv) AnyMedia will automatically wrap it in media tags. Usually thats really great, but with some sites, like rapidshare and such that actually feeds a html page instead of the requested file things wont work. So Id like to request a way to disable AnyMedia for certain sites.
Ive made a temporary fix on my board, but I think it would be nice to have as a real option as well.
But report:
When using AnyMedia with a malformed url I sometimes get an error message.
For instance, when writing a post containing http:///foo.bar/foobar.mp3 Ill get this error:
Warning: parse_url(http:///foo.bar/foobar.mp3) [function.parse-url]: Unable to parse URL in path\to\my\board\includes\class_anymedia.php on line 486
Please note that the line number may be a bit off due to the above mentioned fix for disabling AnyMedia for certain sites.
lefthome
11-07-2007, 10:41 PM
I've no issue editing the template but so i don't have to search (i'm lazy) tell me what needs to go please. :)I finally figured it out and removed those myself.
Thanks for the feedback. Will will try and get these ideas into the new version.
Sandy-XXX
11-09-2007, 11:03 PM
Dont work with vbulletin blogs.
I have try this:
https://vborg.vbsupport.ru/showpost.php?p=1344301&postcount=971
And this:
https://vborg.vbsupport.ru/showpost.php?p=1347137&postcount=1006
Still not working...
valindaKat
11-11-2007, 12:02 AM
I have tried a few sites. I can get youtube and ifilm to work.
I have the adult sites enabled in the admincp.
The adult sites do not seem to be working, such as pornotube, Megarotic, xtube.
I apologize ahead of time if you already knew this.
Thank you,
valindaKat
P.S. If you need more information about what I see when they don't work, let me know.
Chadi
11-11-2007, 11:49 PM
godtube.com videos are all showing "thumbnail not available". Strangest part? Any video I post, it always shows this specific (yet awesome) video called "Life House Everything Skit" which I posted a few weeks ago. This is VERY weird!
Original video I'm using:
http://www.godtube.com/view_video.php?viewkey=bca44aff146f14fbb40f
My thread
http://www.talkjesus.com/streaming-video/16765-interview-god.html
http://www.godtube.com/view_video.php?viewkey=bca44aff146f14fbb40fWhy would this be happening?
Can someone please help me on this?
iogames
11-12-2007, 01:37 PM
Well 'Octember' wasn't the date... What about Nov-ember??? :D
Cobro
11-12-2007, 07:43 PM
GREAT plugin THX
Adrian Schneider
11-13-2007, 06:00 AM
Well 'Octember' wasn't the date... What about Nov-ember??? :D
Oct-ember.
Hi, I just wanted to know if you are still updating because I thought it would be great that if a link is not media and placed in between BBCode, that it could just leave the link as is.
It has worked great in my forum. Thanks
Chadi
11-15-2007, 08:30 PM
godtube.com videos are all showing "thumbnail not available". Strangest part? Any video I post, it always shows this specific (yet awesome) video called "Life House Everything Skit" which I posted a few weeks ago. This is VERY weird!
Original video I'm using:
http://www.godtube.com/view_video.php?viewkey=bca44aff146f14fbb40f
My thread
http://www.talkjesus.com/streaming-video/16765-interview-god.html
http://www.godtube.com/view_video.php?viewkey=bca44aff146f14fbb40fWhy would this be happening?
Can someone try this out and let me know if they're having the same problem? Please show me the direct link if possible. Thanks.
I'll look at it tomorrow.
Dont work with vbulletin blogs.
I have try this:
https://vborg.vbsupport.ru/showpost.php?p=1344301&postcount=971
And this:
https://vborg.vbsupport.ru/showpost.php?p=1347137&postcount=1006
Still not working...
Same for me, still not working with vbulletin blogs.
moon_spell
11-16-2007, 11:52 AM
thanks nice mod ! but i need the same bbcode to put online tv playing ? is there any code to do this ?
i installed the hack and works perfect !
zglows
11-16-2007, 04:53 PM
this plugin waits until the entire video is downloaded, then plays it... what should i do?
angkor408
11-16-2007, 08:12 PM
I got a blank sceen if I go to anymedia.php. How can I fix this? Thank
Anymedia.php isn't used right now.
angkor408
11-16-2007, 08:39 PM
I download for the 3.5 anymedia. I copy all the files , import product, when I go to my domain/anymedia.php, I got a blank screen.
Because anymedia.php isn't used. It never was. To use this mod post a link from youtube etc and either wrap it in the anymedia bbcode or hit reply if you're using this version.
angkor408
11-16-2007, 09:44 PM
Ok thank for the info. Is there a module or plugin for audio streaming for media player? I have thousand of song that can be player via media player and show the title too. Do you know any good streaming media? Thank, Angkor
iogames
11-17-2007, 08:11 PM
Oct-ember.
;) I will trust this on you... Cause Oct-ary sounds awful! :D
Booost This
11-18-2007, 03:33 AM
I have just recently installed this and it has been functioning fine, until tonight.
I just tried to post a video and I got this.
Fatal error: Call to undefined function: htmlspecialchars_decode() in /includes/class_anymedia.php on line 1324
Any ideas?
nyunyu
11-18-2007, 05:35 PM
I use chris' version of anymedia and didn't work with youtube. Tried to consult chris but he didn'y know how to fix either. Just now, I upgrade to this version and found out the icon 'M' on WYSIWYG editor has gone and couldnt get the media player running, can you tell me wht is wrong and how to fix it"?
http://anime.project.nyunyu.info (http://animeproject.nyunyu.info)
[edited] Turn out i overlooked that this hack need 3.6.x and mine is 3.5.4. Anyone care to explain how to revert back to chris?
Peter85
11-21-2007, 12:49 PM
Ive found a quite bad bug (or lack of feature) in this hack. If you use the option Rebuild Post Cache in admincp all mediatags will stop working.
Ill try and see if I can figure out how to make a temporary fix myself but it would be really great if this would work out of the box . :)
Edit: I fixed this for now by doing a TRUNCATE TABLE postparsed and then letting vB rebuild the posts the first time someone views them. Not a good fix as its takes a bit longer to load threads the first time someone views them but at least it works.
Keesa
11-22-2007, 06:10 AM
I am not understanding the two files, the 3.1b2 and 3.1b3.... do I need to install BOTH of them?
nicksource
11-22-2007, 11:23 AM
It won't automatically do the tags, I have to add them myself, pasting a Youtube link just shows as a link. Why is this?
DaveTomneyUK
11-22-2007, 08:23 PM
Will there be any support for WMV files?
They should work now. If not I'll make sure they do in the next release.
Ahsin1
11-23-2007, 07:39 AM
Hey nix can u please help me adding these videos too:
zshare.com
vidoshare.com
amchiimast.net
test for amchiimast.net is Here (http://www.amchiimast.net/1.php?1=JohnRambo2008PromoTrailor.wmv).
DaveTomneyUK
11-23-2007, 10:26 AM
They should work now. If not I'll make sure they do in the next release.
It shows the player but the WMV movie does not play even if I click PLAY.
AS you can see on the attachment.
Chadi
11-24-2007, 03:55 AM
godtube.com videos are all showing "thumbnail not available". Strangest part? Any video I post, it always shows this specific (yet awesome) video called "Life House Everything Skit" which I posted a few weeks ago. This is VERY weird!
Original video I'm using:
http://www.godtube.com/view_video.php?viewkey=bca44aff146f14fbb40f
My thread
http://www.talkjesus.com/streaming-video/16765-interview-god.html
http://www.godtube.com/view_video.php?viewkey=bca44aff146f14fbb40fWhy would this be happening?
I really would appreciate if anyone can test this out and let me know if it works for them or not. A direct link to prove it working would be great.
Shanj
11-24-2007, 10:54 AM
Does this add LINKS to the videos on other sites then play them? Or does it load them on mine? Just checking to be sure.
Also hope you'll be confirming compatibility with VB3.7 :)
sdebank
11-24-2007, 07:20 PM
Installed but have a couple of problems. The embedded media says 'loading' but never pops up? And how do you get the M to appear in the toolbar?
nycofox
11-25-2007, 08:34 PM
I upgraded to the latest version today, and the whole thing seemed to stop working. After browsing through almost every single post here I still can't find a good solution. Bitfields, reinstalling, uninstalling, disabling/enabling, triple-checking the templates... I think my forum don't recognize it as being installed since it won't show the blue M in the editors, and every post with a media tag now just shows the url with the [MEDIA]-tag visible.
Example here: http://alkis.net/showthread.php?t=1585
Any help would be much appreciated, I'm sure I just miss one small but vital detail somewhere :)
ersoy
11-25-2007, 08:51 PM
great hack but how can i delete the link near the video i dont wanna use a link just the video preview! what have i to do? which template should i edit for this! thanks!
ersoy
11-26-2007, 11:28 AM
and the solution isss????
joeychgo
11-26-2007, 07:02 PM
not working for me....
Tralala
11-26-2007, 09:03 PM
A request... could this be updated to include support for Jumpcut (http://jumpcut.com/)? They are now owned by Yahoo and rising in popularity.
Also, support for the NBC's new online video venture, hulu.com (http://www.hulu.com/), would be fantastic. Here's a sneak peek of it's interface, by way of a backdoor to a few of it's best videos. (http://buzzfeed.com/buzz/Hulu_Backdoor) Hulu is very embed-friendly, and even has a unique feature that lets the user specify start and end points of the video clip they wish to share.
I'll update the version on here to include some fixes and some more sites. I'll also make sure it works for vb 3.7. This way you guys/gals aren't stuck with a product that is broke!
Tralala
11-27-2007, 02:14 AM
I'll update the version on here to include some fixes and some more sites. I'll also make sure it works for vb 3.7. This way you guys/gals aren't stuck with a product that is broke!
Awesome, thanks so much, nix. Do you have a PayPal address where I can send a few bucks of gratitude? You deserve it.
There's a link in the post under about this developer. I really appreciate it.
rockboy_62
11-27-2007, 09:18 AM
hi.my lanquage forum is right to left.your player is inverse.please help me.tx
ersoy
11-27-2007, 11:06 AM
any solution for to get rid of the link which appears near the graphic???
its in the anymedia template. Just delete the link part.
ersoy
11-27-2007, 05:07 PM
thanks nix for the answer but there are a lot of links a href in this template so i dont know to delete which one!
angwy83
11-27-2007, 06:46 PM
Tks alot for this wonderful mod :)
Donkon
11-28-2007, 12:02 AM
i installed this on 3.6.8 p2 (is it compatible?) anyway i went through almost every page in this thread and havent found a solution, the blue "M" doesnt show anywhere, when i try using the [media] tags they just stay like that with the url in between. I cant get this to work? I really need this to work. Can anyone help?
btw i installed 3.1b3
did u set up the users groups?
smp3000
11-28-2007, 02:18 AM
I'm having a similar issue.
I installed the latest beta on 3.6.7 and can't get the plugin to work.
I've triple checked the edits to the style pages, the usergroup, forum and anymedia settings, all are turned on and the "M" is still not showing up in the user bar as well as when I post links it's showing up unfiltered (media bbcode showing)
I'm out of ideas, any help?
testebr
11-28-2007, 02:24 AM
nix, can you give us any news about development of new version? Just curious :)
Tralala
11-28-2007, 03:02 PM
Now this is a totally cool screen recorder, with easy SWF conversion/uploading/sharing (free apps for Mac and PC: )
http://www.jingproject.com/
Here's an example of the video it makes:
http://www.screencast.com/t/VrYr7SXQ
Lots more examples here:
http://blog.jingproject.com/
Any chance we can get support for this with AnyMedia? That'd be completely awesome. I can think of MANY ways this would rock on a vBulletin forum.
I don't see an embed feature on that site. So the only way I could do it is an iframe or ajax.
It has an embed feature:
http://blog.jingproject.com/2007/08/getting_embed_code_from_screen.html
http://tootechy.blogspot.com/2007/08/jing-video-embed.html
In the new version 1.4 of the app, the share and embed strings that are put on the clipboard can be customized.
I'd love to see support for this in in AnyMedia. Being able to easily make (free) screen recordings and share them directly inside vBulletin will be a boon for many sites.
jdelasko
11-28-2007, 08:53 PM
First of all, I really like this mod. I have it installed on my site and it works great in all the forums. I previously had Anymedia 3.0.4 installed and with the exception of a few bugs it worked well. I'm currently running vBulletin 3.6.4 with no plans to upgrade any time soon because I have no compelling reason to do so. I have some addons and hacks installed and I just don't want to go through all the template edits again until I have a really good reason to do so.
When I saw this mod, I uninstalled Anymedia 3.0.4 then installed this one.
The addon that I'm having problems with is Zoints Local. When I had Anymedia 3.0.4 installed, I could use url to embed media in my Zoints profile pages and it worked just fine. Strangely, even though 3.0.4 has been completely uninstalled, there is a working remnant of it here: http://www.majorleaguetalk.com/forums/z/board.php?z-profile=jdelasko&cmd=viewthread&threadid=2
What's strange is that if you look right below the Anymedia 3.0.4 window that IS displayed, you will see MEDIA tags around a youtube url, meaning that the MEDIA BB code is not recognized in the zoints profile pages in posts after the upgrade while the tags are recognized in posts made prior to the Anymedia upgrade....very strange. I know my users would sure love to see this working. I've also noticed that the Blue MEDIA tag icon does not appear in the message editor toolbar and it DID when I used 3.0.4.
I realize that this problem may have nothing to do with the Anymedia plugin itself but I'm at my wits end as to how to get it working. I really don't want to revert back to 3.0.4. It's going to take someone a bit smarter than me to figure this one out. I've had several issues with addons I'm using as far as passing on global variables to VBAdvanced, IBProarcade, etc. so I'm thinking this might be an issue that is similar in nature to the global variable issue that I've had.
Anybody have any ideas or suggestion?
As you can see in the thread below, this addon works just fine in my regular vBulletin forums.
http://www.majorleaguetalk.com/forums/showthread.php?t=23458
jdelasko
11-29-2007, 08:13 PM
I'd love to see support for this in in AnyMedia. Being able to easily make (free) screen recordings and share them directly inside vBulletin will be a boon for many sites.
Anymedia does support this if you put the 'shared' files on your own server instead of screencast.
The only problem I see would be that you would have to resize the swf file for anymedia.
Awesome application though. I'll put this to work right away!
nix, can you give us any news about development of new version? Just curious :)
It will be ready when it's ready. JK. I've always wanted to say that :)
Soon I hope. It's been a crazy two months for me. Dad died, wife and kids were in a car accident (everyone is okay).
I'm having a similar issue.
I installed the latest beta on 3.6.7 and can't get the plugin to work.
I've triple checked the edits to the style pages, the usergroup, forum and anymedia settings, all are turned on and the "M" is still not showing up in the user bar as well as when I post links it's showing up unfiltered (media bbcode showing)
I'm out of ideas, any help?
If you want the M button make sure you did the template edits. The M button is only needed if you want to add options to the link.
It has an embed feature:
http://blog.jingproject.com/2007/08/getting_embed_code_from_screen.html
http://tootechy.blogspot.com/2007/08/jing-video-embed.html
In the new version 1.4 of the app, the share and embed strings that are put on the clipboard can be customized.
I'd love to see support for this in in AnyMedia. Being able to easily make (free) screen recordings and share them directly inside vBulletin will be a boon for many sites.
I'll see what I can do.
First of all, I really like this mod. I have it installed on my site and it works great in all the forums. I previously had Anymedia 3.0.4 installed and with the exception of a few bugs it worked well. I'm currently running vBulletin 3.6.4 with no plans to upgrade any time soon because I have no compelling reason to do so. I have some addons and hacks installed and I just don't want to go through all the template edits again until I have a really good reason to do so.
When I saw this mod, I uninstalled Anymedia 3.0.4 then installed this one.
The addon that I'm having problems with is Zoints Local. When I had Anymedia 3.0.4 installed, I could use url to embed media in my Zoints profile pages and it worked just fine. Strangely, even though 3.0.4 has been completely uninstalled, there is a working remnant of it here: http://www.majorleaguetalk.com/forums/z/board.php?z-profile=jdelasko&cmd=viewthread&threadid=2
What's strange is that if you look right below the Anymedia 3.0.4 window that IS displayed, you will see MEDIA tags around a youtube url, meaning that the MEDIA BB code is not recognized in the zoints profile pages in posts after the upgrade while the tags are recognized in posts made prior to the Anymedia upgrade....very strange. I know my users would sure love to see this working. I've also noticed that the Blue MEDIA tag icon does not appear in the message editor toolbar and it DID when I used 3.0.4.
I realize that this problem may have nothing to do with the Anymedia plugin itself but I'm at my wits end as to how to get it working. I really don't want to revert back to 3.0.4. It's going to take someone a bit smarter than me to figure this one out. I've had several issues with addons I'm using as far as passing on global variables to VBAdvanced, IBProarcade, etc. so I'm thinking this might be an issue that is similar in nature to the global variable issue that I've had.
Anybody have any ideas or suggestion?
As you can see in the thread below, this addon works just fine in my regular vBulletin forums.
http://www.majorleaguetalk.com/forums/showthread.php?t=23458
I'll look into it.
Anymedia does support this if you put the 'shared' files on your own server instead of screencast.
The only problem I see would be that you would have to resize the swf file for anymedia.
Awesome application though. I'll put this to work right away!
You can set the size of the player with options.
jdelasko
11-30-2007, 01:22 AM
I'll look into it.
Thanks. I'd really appreciate it. It really has me baffled
You can set the size of the player with options.
True, and that will work fine for some partial screen recordings. In the case where you're making a full screen recording, it isn't practical and resizing a full screen recording would not always produce good results.
I didn't even know the application existed before I read about it here. I will get a lot of use out of it making screen recordings to show my users how to use certain features.
bostton1
11-30-2007, 05:31 AM
people are randomly getting this error.
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE post SET anymedia_yes=1 WHERE postid=;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number : 1064
update to the latest version.
On a side note. Anyone using php 4 still? Thinking of moving to php 5 only since php 4's end life is near.
iogames
11-30-2007, 04:10 PM
I know PHP4 is about to die...
But although I own 3 hostings, [1 PHP4 & 2 PHP5] my forum is on PHP4 :'(
Tralala
12-01-2007, 02:03 AM
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. :)
Awesome! I can't wait!
In the meantime, another video site I'd love to see supported: Viddler.com.
They have some innovative features, and support embedding. I'm impressed with Viddler.com.
jdelasko
12-01-2007, 12:40 PM
On a side note. Anyone using php 4 still? Thinking of moving to php 5 only since php 4's end life is near.
Yes! There are a large number of servers still on PHP 4. I have a feeling it will be a long time before PHP5 is the standard. I would bet that over half of all servers are still running PHP 4.
Since it's not being supported anymore by the developers I personalliy don't see a reason to keep it. If your host wont upgrade maybe it's time to move?
The PHP development team hereby announces that support for PHP 4 will continue until the end of this year only. After 2007-12-31 there will be no more releases of PHP 4.4. We will continue to make critical security fixes available on a case-by-case basis until 2008-08-08. Please use the rest of this year to make your application suitable to run on PHP 5.
iogames
12-01-2007, 08:20 PM
Since it's not being supported anymore by the developers I personalliy don't see a reason to keep it. If your host wont upgrade maybe it's time to move?
Hi Nix...
All 'transitions' take time, please be aware that almost half of us still run PHP4, and it will take to everybody a big deal of time to upgrade.
Adrian Schneider
12-01-2007, 08:52 PM
Hosts have had 4 years to upgrade.
mayuren
12-02-2007, 07:34 AM
i install the anymedia 3.1 b3 latest to vbulletin 3.6.8 beta2 latest its not working for me, the media logo hide ready and the url only sowing http://www.youtube.com/v/3dPcmVRspzM this url only showing please any one help me to fix this all problem to work any media. last time i use the old version its work for me. when i update vbulliten to latest and anymedia to lates its not working please help
MrScorpion
12-02-2007, 12:12 PM
Thx for this great work nex!
I´m from germany an my english is not good. only i will say "thank for your work"
I´have only a little problem with adult-sits. youporn ore pornoTube. What can i make?
In the ACP ist all Buttons off "on" , that is not the problem.
Thank you
MrScorpion
evesve
12-02-2007, 01:04 PM
My webhotel moved my account to a php5 server last week.
After I had changed in config.php
From
$config['Database']['dbtype'] = 'mysql';
to
$config['Database']['dbtype'] = 'mysqli';
it works faster and more stable.
One problem with media in Firefox
If I have more than one media file (.pdf) in the same thread, then Firefox shut down.
It works better in IE 7.
iogames
12-02-2007, 01:37 PM
Hosts have had 4 years to upgrade.
:'( C'mon! [:D]
I got like 4 paid scripts that only run on PHP4... u could understand if you were on my position... Ok, I pay for PHP4 version... :rolleyes:
Chadi
12-03-2007, 01:46 AM
godtube.com videos are all showing "thumbnail not available". Strangest part? Any video I post, it always shows this specific (yet awesome) video called "Life House Everything Skit" which I posted a few weeks ago. This is VERY weird!
Original video I'm using:
http://www.godtube.com/view_video.php?viewkey=bca44aff146f14fbb40f
My thread
http://www.talkjesus.com/streaming-video/16765-interview-god.html
http://www.godtube.com/view_video.php?viewkey=bca44aff146f14fbb40fWhy would this be happening?
Ok, I've been asking for help on this issue for nearly a month now and I feel like I'm getting ignored. I'll paypal someone $25 to *fix* this issue.
I'm not asking any longer after this. I'll just use something else if this doesn't get fixed. I've offered to pay at least.
I have it fixed. I'll upload it later tonight.
mljask
12-03-2007, 01:59 PM
nix you will upload new version? ... that is great news ... will there be solution to remove the link next to the thumbnail?
ersoy
12-03-2007, 04:27 PM
yes please remove this link next to the thumbnail!
jdelasko
12-04-2007, 04:23 PM
Ok, I've been asking for help on this issue for nearly a month now and I feel like I'm getting ignored. I'll paypal someone $25 to *fix* this issue.
I'm not asking any longer after this. I'll just use something else if this doesn't get fixed. I've offered to pay at least.
Have you tried prayer?
Seriously though, the issue you are experiencing has nothing to do with the Anymedia Player. You can go ahead and use something else but you will get the same results.
It looks like the video site godtube.com is using a url rewrite to prevent embedding of specific videos. The way it works is, when an external referrer (your site) requests a video, the url of the video is replaced with the one you are seeing. Many sites do this so that you have to visit their site to view the videos or images. If you see the same video no matter what url you embed, then I guarantee you that godtube is using url rewrites to do this.
This has nothing to do with the way Anymedia works and anything else you use will give the same results.
Godtube change the way they do things. Send me a pm Chadi, I have it working.
wally
12-04-2007, 08:17 PM
Installed works good only some maxthon user is complaining that his processor load is 100%
nycofox
12-04-2007, 08:33 PM
Still having problems getting this to work on a 3.6.8patch2 installation, is anyone else having problems getting the newest AnyMedia version to work with this version of vBulletin?
you can pm me a link to your site and I'll take a look.
Chadi
12-04-2007, 11:55 PM
Have you tried prayer?
Childish sarcasm and HATE because I'm a Christian. Otherwise, if you were respectful and mature, you would not say such a stupid thing.
Grow up
intporn
12-05-2007, 12:41 AM
Great product! Please fix youporn and add invideo: http://www.blacklabelads.com/video/get_started.php
:)
Thank you!
-intporn
jdelasko
12-06-2007, 04:35 AM
Childish sarcasm and HATE because I'm a Christian. Otherwise, if you were respectful and mature, you would not say such a stupid thing.
Grow up
I try to give you some helpful insight into your issue and you give me the same vindictive attitude that you gave the coder of this great, and free I might add, mod. YOU are the one with the hateful attitude NOT ME. You come to this community and demand that the developer drop everything he's doing to service your request, else you use a different product. You are the hateful child here. At least we are all now aware that you are completly void of any resemblance of a sense of humor. You obviously have some issues. Seek counseling.
Marco van Herwaarden
12-06-2007, 05:26 AM
@All
Feel free to disagree with each other, but keep the discussion civilised please and don't revert to namecalling.
iogames
12-06-2007, 12:53 PM
Whaaaaaat!?!?! I've been warned for less than that! :mad:
[sighs]
Yeah Nix, can you add an option to remove the link besides the thumbnail?
jdelasko
12-06-2007, 04:55 PM
Whaaaaaat!?!?! I've been warned for less than that! :mad:
[sighs]
Yeah Nix, can you add an option to remove the link besides the thumbnail?
Don't worry. I was warned. I'm in the timeout corner now.
JohnBee
12-07-2007, 01:49 AM
Great hack!
Any chance you could fix the code so it can play nice with the highslide image viewer MOD? As it stands they are conflicting however, I don't think it is necessary since they use the same code...
please
Not sure what other mod you're talking about, but this one also does images.
bostton1
12-07-2007, 06:41 AM
Great hack!
Any chance you could fix the code so it can play nice with the highslide image viewer MOD? As it stands they are conflicting however, I don't think it is necessary since they use the same code...
please
I have both running without any problems.
Chadi
12-07-2007, 07:49 AM
Godtube change the way they do things. Send me a pm Chadi, I have it working.
Thanks nix. I sent a pm 2 days ago.
Can you explain what I need to change and I'll do it myself? I'd appreciate it.
Thanks again
Acers
12-07-2007, 01:59 PM
nix, have a look at the global_setup_complete plugin.
its causing the anymedia_header to be called on all pages leading to uncached template. You might wanna wrap it in the showthread, showpost conditional where the template is cached.
bfdzio
12-07-2007, 02:13 PM
I have saerched up and down in this thread.
I have uploaded wmv and FLV file types to my website, I used the anymedia BBcode and a flash link appears, but it just has the M on it and when you get the flash player to open and hit play, it just sits there and loads, never to open.
With the WMV, you click play nothing happens as well.
I did all the template mods according to the guide, and everything in order....what am I doing wrong?
EDIT - OK it works as an attachment, but only that. It can't find the file when I do it the other way (I tried putting in a fake file name and got the same thing...) Any reason why this is? I have typed the file name in short address and long address..
JohnBee
12-09-2007, 04:49 AM
Not sure what other mod you're talking about, but this one also does images.
I'm talking about the highslide attachment viewer MOD found here: https://vborg.vbsupport.ru/showthread.php?t=139167&highlight=highslide
Whenever I enable the media view, the attachment viewer script shows loading... and never actually expands the image. I have tried many settings to try and persuade it to work but it looks as though there are conflicts including turning off both the anymedia attachment functions.
greatthings
12-09-2007, 10:30 AM
Installed but have a couple of problems. The embedded media says 'loading' but never pops up? And how do you get the M to appear in the toolbar?
I have this exact same problem the ajax does not open up, it just say 'loading' on the youtube thumbnail picture, without actually loading and no ajax, same problem
Thought it was sad that sdebank's question went completely and utterly ignored when it was extremely important for some of us :erm:
goorgoor
12-09-2007, 11:39 AM
i have problems with this one on FireFox! Files opens on a new window!
JohnBee
12-09-2007, 03:36 PM
Great hack!
Any chance you could fix the code so it can play nice with the highslide image viewer MOD? As it stands they are conflicting however, I don't think it is necessary since they use the same code...
please
Okay, I stumbled upon the disable AM by forum function under the Forum Manager Screen(arg).
I hate it when that happens.
Both MOD's(AnyMedia/Highslide Image View) work seamlessly now.
katie hunter
12-10-2007, 10:52 AM
Installed, it sound nice (: but I am a bit confused , is this something like an attachment or like a vbtube kinda software ?
Like let say it support all these videos ? ex : megavideo.com
does it amble these videos or something ? Just need a little clarification on this
excuse my English (:
best regard.
Nvm the first question =]
I've realized these bugs :
the new ones like megarotic.com don't play . it shows blank or 403 forbidden
Tried it again. it shows up in a new window not in the small window that pop up once you click on t he link or the pic. like megavideo.com it works perfect.
and the thumbs of the video, i mean the pic don't show up for megarotic. It shows a blank line.
The "M" gift don't show up , even though i added it to the ftp.
JohnBee
12-11-2007, 11:25 AM
Hi, I was looking at the code in this plugin and I noticed that it's using an older version of "highslide". Since Highslide has undergone some healthy updates recently(see dimming), I was wondering if you could update the MOD with those latest functions?
I think background dimming with video would be awesome.
Tralala
12-11-2007, 03:16 PM
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.
Any update on this? I'm forced to test the waters with AME, which is working okay (and supports 75+ sites now by way of XML plugins) but I'm having a small issue with it and my custom skin. It might make sense to stick with the tried and true Anymedia in my case (or whatever the new version is called. :) )
Anxiously looking forward to it.
It would of probably have been out already if it wasn't for my dad dying, wife and kids in a car accident and now I have to move out of this house by this weekend. Very fun two months. :(
I've seen AME and the other video mod. Not a fan of how either of them work. With AME all of those 75 sites will be in database. Not ideal for a large site IMO. And the other one process the video will every view.
Let me see if I can whip out a version of the new one by next week.
Thanks for sticking with me :)
Chadi
12-12-2007, 12:58 AM
It would of probably have been out already if it wasn't for my dad dying, wife and kids in a car accident and now I have to move out of this house by this weekend. Very fun two months. :(
I've seen AME and the other video mod. Not a fan of how either of them work. With AME all of those 75 sites will be in database. Not ideal for a large site IMO. And the other one process the video will every view.
Let me see if I can whip out a version of the new one by next week.
Thanks for sticking with me :)
Brother I'm very sorry to hear of your matters. I will keep you in prayer. I have my members praying for you as well. Just hang in there, and seriously take a break. I'm sure you enjoy your hobby here, in your free time. But your family is first, not a vbulletin media player.
Brother I'm very sorry to hear of your matters. I will keep you in prayer. I have my members praying for you as well. Just hang in there, and seriously take a break. I'm sure you enjoy your hobby here, in your free time. But your family is first, not a vbulletin media player.
Thank you. It's deeply aprecaited.
Any update on this? I'm forced to test the waters with AME, which is working okay (and supports 75+ sites now by way of XML plugins) but I'm having a small issue with it and my custom skin. It might make sense to stick with the tried and true Anymedia in my case (or whatever the new version is called. :) )
Anxiously looking forward to it.
If anyone want's to start doing sites send me a pm and I'll show you the format they need to be and I'll add them in at release. I'll probably only have about 10 main ones done. I'll add more later and users will be able to add their own.
Hi, I was looking at the code in this plugin and I noticed that it's using an older version of "highslide". Since Highslide has undergone some healthy updates recently(see dimming), I was wondering if you could update the MOD with those latest functions?
I think background dimming with video would be awesome.
Shhhh. It's already in ;) But don't tell anyone. It was a surprise. :)
katie hunter
12-12-2007, 03:40 AM
It would of probably have been out already if it wasn't for my dad dying, wife and kids in a car accident and now I have to move out of this house by this weekend. Very fun two months. :(
I've seen AME and the other video mod. Not a fan of how either of them work. With AME all of those 75 sites will be in database. Not ideal for a large site IMO. And the other one process the video will every view.
Let me see if I can whip out a version of the new one by next week.
Thanks for sticking with me :)
=( I am really sorry about these bad news, I don't know what to say.... hope everything runs for you better later on <3
Tralala
12-12-2007, 01:45 PM
It would of probably have been out already if it wasn't for my dad dying, wife and kids in a car accident and now I have to move out of this house by this weekend. Very fun two months. :()
Oh man, nix, so sorry to hear about all of this. Take care of yourself and your family. I've had some bad stretches in the past myself, and the best wisdom I can pass along is that "this, too, shall pass."
Hang in there.
Let me see if I can whip out a version of the new one by next week.
Thanks for sticking with me :)
No worries, mate. We're all very appreciative of the great work you've chosen to share with us. Take your time and do whatever's comfortable for you.
sbussetti
12-12-2007, 04:01 PM
Dear venerated coder person:
The users on the vbul site I program have been overall very happy with anymedia! Recently some of them have begun to shoot their own High-Def content which is encoded in a widescreen / panoramic style format.
When they upload these to be used with anymedia, the thickclient (of course) opens up in it's normal aspect ratio, which clips off the left and right of these wide-format uploads.
My question is.. is there some setting I am missing like 'This upload is wide aspect'? Or if not, do you have any plans to support wide format uploads in a future version of anymedia?
We are currently using Anymedia version 3.1.0.2
T.I.A. !!
JohnBee
12-12-2007, 05:13 PM
Shhhh. It's already in ;) But don't tell anyone. It was a surprise. :)
That's so awesome, looking forward to the updates!
iogames
12-12-2007, 06:30 PM
It would of probably have been out already if it wasn't for my dad dying, wife and kids in a car accident and now I have to move out of this house by this weekend. Very fun two months. :(
Thanks for sticking with me :)
I really feel for you man... but all I can say is: 'Count your Blessings' ;)
We're sticking with you :up:
tis01
12-15-2007, 07:40 AM
hello,
everything works fine except for linkback and direct post access, I get this error :
Fatal error: Call to a member function cache_localized_forums() on a non-object in /home/misterb/www/forums/includes/functions.php(1054) : eval()'d code on line 4
Any idea ?
what version of php are you using? If you're on php 5 just wait a couple of days ;)
iogames
12-15-2007, 08:26 PM
what version of php are you using? If you're on php 5 just wait a couple of days ;)
If I'm using PHP4 I don't have to wait? ;)
iogames
12-15-2007, 08:47 PM
It wont work with 4.
http://www.arcadia.progvisual.com/cry.gif
Goldbrick!
Major update. Most of the changes for now are all behind the scenes. This version only supports PHP 5 for now.
See the mod details for the info.
More features are on the way.
iogames
12-18-2007, 08:58 PM
Yuhuuu! I downloaded first but it wont work on my PHP4! :D:D:D
Adrian Schneider
12-18-2007, 09:11 PM
Yay for goldbricking!!
huge thanks goes to Sir Adrian for creating the framework. He can't cook soup but he sure can code.... I guess that's a compliment. :o
Yuhuuu! I downloaded first but it wont work on my PHP4!Get with the times! PHP 4 is ancient!
iogames
12-18-2007, 10:14 PM
Ok, ok... I will do it :(
mdocea [19:10]: If you give me your main domain name I can check to see what version of PHP you are on
[19:11]: If you are not on a PHP5 server. We can migrate your account to a PHP5/MYSQL5 server. During migration your website will experience downtime. If there is a specific time that you would like us to migrate you can specify that and we will try to migrate during that time. Before we can start this we will need you to go to helpdesk..com and open a support ticket don't foget to provide us with your domain name and account password. Please make note that if your php scripts were configured for php4 they will probably have problems on php5.
[Sighs] I got four PHP4 paid scripts :(
I don't see why it a php 4 script wouldn't work in php5.
jdelasko
12-18-2007, 11:16 PM
Installation Instructions??
I uploaded the folder 'goldbrick' to my forum directory and imported the xml. Is this correct?
Not working for me. Can you include some screenshots of what I should be seeing in admincp?
Does this work with vBulletin 3.7b2 ?
The product shows up in vBulletin options but nowhere else.
It works with vb 3.7. I posted it in there also.
The instructions are just what you did. Make sure you up load the includes folder also. You should see options in vb options and then in usergroups and forums. Sounds like you didn't upload the include folder.
Chadi
12-19-2007, 12:08 AM
This is not working. I disabled anymedia, now all videos within .. code no longer work. I uploaded goldbrick and nothing happens. I simply input this in the body of the post and select "use goldbrick media.." which is a bit confusing since its on the very bottom.
http://www.godtube.com/view_video.php?viewkey=5e5ac63a12d12c634ea0
Chadi
12-19-2007, 12:15 AM
I tried this in the test url too, didn't work
<embed src="http://godtube.com/flvplayer.swf" FlashVars="viewkey=1b5bd6e3e034d00b4f73" wmode="transparent" quality="high" width="330" height="270" name="godtube" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed>
I tried any youtube embed code, it did work.
Please try to get godtube.com working, even for anymedia. I'd appreciate it.
Kaleem
12-19-2007, 12:29 AM
So we have to uninstall the AnyMedia and put that in or just overwrite like an upgrade?
jalmz
12-19-2007, 12:33 AM
it does not work in php4. hehe
Chadi
12-19-2007, 12:43 AM
Uninstalling anymedia 3x left this in the usergroup manager area. How do I fix this?
testebr
12-19-2007, 01:30 AM
"Forum admins can add their own video sites"
Where is that option? I dont find nothing in my admincp.
Kaleem
12-19-2007, 02:43 AM
Uninstalling anymedia 3x left this in the usergroup manager area. How do I fix this?
I have the samething :s
This is not working. I disabled anymedia, now all videos within .. code no longer work. I uploaded goldbrick and nothing happens. I simply input this in the body of the post and select "use goldbrick media.." which is a bit confusing since its on the very bottom.
http://www.godtube.com/view_video.php?viewkey=5e5ac63a12d12c634ea0
The godtube not working its my fault. Missed a template. I'm going to upload the new version right now.
So we have to uninstall the AnyMedia and put that in or just overwrite like an upgrade?
I would. This has been completely rewritten and the files have changed. You can delete everything related to anymedia and then upload this.
Uninstalling anymedia 3x left this in the usergroup manager area. How do I fix this?
Same thing as your post above. Just install the xml again.
"Forum admins can add their own video sites"
Where is that option? I dont find nothing in my admincp.
If you look in goldbrick/includes/sites you'll see the site files. You just have to mimic how their down. You'll need regex knowledge though.
XFSImperial
12-19-2007, 03:15 AM
Cool, downloaded. AnyMedia was great so I hope goldbrick is even better. Thanks for the release!
vuiveclub
12-19-2007, 07:17 AM
Does this new version work with vBblog???
Hornstar
12-19-2007, 08:45 AM
Anyone tested this on vb 3.7 beta 2 yet?
katie hunter
12-19-2007, 09:09 AM
Hey nix, nice hack! but i am concerned about the queries this mod put, cause my site hits max queries most of the time causing it db error. Is this hack heavy ? I mean in queries wise ?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.