Kein Antworten möglich

AW: Kein Antworten möglich

Aha. Möglicherweise lag es an der URL, die ursprünglich in dem Post war. Neuerdings ruft das Forum ja die verlinkte Seite ab, um den Title in das Posting einzubauen. Das ist natürlich extrem schlecht, wenn der Server von zroadster aus irgendwelchen Gründen den verlinkten Server nicht erreicht und deswegen das Posting fehl schlägt...
 
AW: Kein Antworten möglich

Genau das gleiche hab ich auch, sehr schlechte FUnktion wie ich finde, siehe hier, wenn ich folgenden Link poste:

Code:
http://www.mein-z4.de/blog/

Kommt das heraus:

Mikes Z4 Blog </title>

<meta name="generator" content="WordPress 2.0.3" /> <!-- leave this for stats -->

<link rel="stylesheet" href="http://www.mein-z4.de/blog/wp-content/themes/default_de/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Mikes Z4 Blog RSS Feed" href="http://www.mein-z4.de/blog/?feed=rss2" />
<link rel="pingback" href="http://www.mein-z4.de/blog/xmlrpc.php" />

<style type="text/css" media="screen">
/* To accomodate differing install paths of WordPress, images are referred only here,
and not in the wp-layout.css file. If you prefer to use only CSS for colors and what
not, then go right ahead and delete the following lines, and the image files. */

body { background: url("http://www.mein-z4.de/blog/wp-content/themes/default_de/images/kubrickbgcolor.jpg"); }
#page { background: url("http://www.mein-z4.de/blog/wp-content/themes/default_de/images/kubrickbg.jpg") repeat-y top; border: none; }
#header { background: url("http://www.mein-z4.de/blog/wp-content/themes/default_de/images/kubrickheader.jpg") no-repeat bottom center; }
#footer { background: url("http://www.mein-z4.de/blog/wp-content/themes/default_de/images/kubrickfooter.jpg") no-repeat bottom; border: none;}

/* Because the template is slightly different, size-wise, with images, this needs to be set here
If you don't want to use the template's images, you can also delete the following two lines. */

#header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
#headerimg { margin: 7px 9px 0; height: 192px; width: 740px; }

/* To ease the insertion of a personal header image, I have done it in such a way,
that you simply drop in an image called 'personalheader.jpg' into your /images/
directory. Dimensions should be at least 760px x 200px. Anything above that will
get cropped off of the image. */
/*
#headerimg { background: url('http://www.mein-z4.de/blog/wp-content/themes/default_de/images/personalheader.jpg') no-repeat top;}
*/
</style>

<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.mein-z4.de/blog/xmlrpc.php?rsd" />
<script src='http://video.google.com/jslib/misc.js' type='text/javascript'></script>
<script type='text/javascript'>

<!--
function getFullScreenWindowParams() {
return 'toolbar=no' + ',width=' + screen.availWidth
+ ',height=' + screen.availHeight
+ ',status=no,resizable=yes,fullscreen=yes'
+ ',scrollbars=0';
}

function goFullscreen(videoPath, time, state) {
var time = 0;
var timeRegex = new RegExp('&begin=[0-9]+', 'i');
var newVideoUrl = videoPath.replace(timeRegex, '&begin=' + Math.floor(time * 1000));
var w = window.open(
'http://video.google.com/videopopup?q='
+ prepareSearchParams(newVideoUrl)
+ '&windowtitle='
+ prepareSearchParams(window.document.title + ' - Full Screen'),
'GoogleVideo', getFullScreenWindowParams());
w.focus();
}

function pp_openWindow(url){
var w = window.open('','watchFullScreen', getFullScreenWindowParams());
url = url.replace('&amp','&');
w.document.write("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml10-strict.dtd'>\
<html xmlns='http://www.w3.org/1999/xhtml'><head>\
<title></title></head>\
<body style='padding:0px;margin:0px;'>\
<div style='text-align:center'>\
<object width='"+ screen.availWidth*.98+"' height='"+screen.availHeight*.95+"' type='application/x-shockwave-flash' data='"+url+"&amp;playNow=1'>\
<param name='movie' value='"+url+"&amp;playNow=1' />\
<param name='wmode' value='window'/>\
<param name='scale' value='noScale'/>\
<param name='salign' value='TL' />\
</object></div></body></html>")
w.document.title = window.document.title + ' - Full Screen Video';
w.focus();
}

function qt_openWindow(url){
var w = window.open('','watchFullScreen', getFullScreenWindowParams());
url = url.replace('&amp','&');
w.document.write("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml0-strict.dtd'>\
<html xmlns='http://www.w3.org/1999/xhtml'><head>\
<title>
 
AW: Kein Antworten möglich

Die Funktion ist nicht nur buggy sondern auch total ätzend, wenn man was lustiges verlinken will, ohne das man gleich anhand des Titles erkennen soll, um was es geht
 
Zurück
Oben Unten