Es wurde bisher 2656 Frage gestellt,
davon wurden 713 beantwortet.
Zur Zeit gibt es 1943 unbeantwortete Fragen ...
Fragen zu den Tutorials auf Alice-Grafixx.de sind hier fehl am Platze,
dafuer gibt es bei jedem Tutorial extra die Kommentar-Funktion bzw.
im Forum den Bereich Tutorials - Help...
Antwort
Das windowtarget musst du irgendwo in deinem Array unterbringen, in dem du die Ausgabe taetigst, aber wo ... K.P :/
Beantwortet am
05.10.2009
Frage
irgendwie wei ich jetzt immer noch nicht was ich dort eingeben muss dort steht ja nur was du mir auch schon gesagt hast das man die cfshow.php tagen muss hier ist meine cfshow.php
<?php /** * CoppermineFetch :: cfshow.php * * This is a support library to help grab an image from a coppermine database and display them on normal * HTML page by coming back as an image. It also contains the object used by any extentions of cfimageget * * Usage: Call this file and it will display large photos for you * * pic=/path/to/file/to/show * RELEASE VERSION 1.9.12 * * @version $version$ */ $imgfile = $_GET['pic']; ?> <html> <head> <title>Photo</title> </head> <!-- RELEASE VERSION: 1.9.12 --> <body bgcolor="#E5E2D7" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" onLoad="FitPic();"> <table border="0" cellpadding="5" cellspacing="0" align="center" valign="middle"> <tr> <td align="center" valign="middle"> <img src="<?php print $imgfile; ?>" border="0"> </td> </tr> </table> <script language="JavaScript"> var arrTemp=self.location.href.split("?"); var picUrl = (arrTemp.length>0)?arrTemp[1]:""; var NS = (navigator.appName=="Netscape")?true:false; function FitPic() { iWidth = (NS)?window.innerWidth:document.body.clientWidth; iHeight = (NS)?window.innerHeight:document.body.clientHeight; iWidth = document.images[0].width - iWidth; iHeight = document.images[0].height - iHeight; window.resizeBy(iWidth+50, iHeight+50); self.focus(); } </script> </body> </html>
Gestellt am
02.10.2009
Antwort
Stichwort: regular expression (Regulre Ausdrcke)
Frag Tante Google nach oben genanntem Stichwort, bzw. Suchen u. Ersetzen php und dir wird geholfen ...
Beantwortet am
04.10.2009
Frage
Hey, ich habe mal wieder eine frage wie mach ich das das ein . ect. durch ein _ ersetzt wird beim hochladen und wenn es ausgegeben wird dann dann wieder ein . kommt und das alles in der datenbank.
Gestellt am
03.10.2009
Frage
h irgendwie finde ich dieses windowtarget nicht ??
Gestellt am
02.10.2009
Antwort
Das ist cpmfetch oder?
Dann musst du diese Einstellungen in der cfshow.php taetigen, was genau getan werden muss steht in der Documentation unter windowtarget ...
Beantwortet am
02.10.2009
Frage
hey ich kann aber nciht jeden link mit targte="_blank" ausstatten weil bei mir keine einzelen links sind so sieht das script innen aus <html> <head> <title></title> <link rel="stylesheet" href="http://acy.ac.ohost.de/stiley.css" type="text/css"> <script language="javascript" type="text/javascript"> function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } </script></head> <body> <?php include "./cpmfetch.php"; $objCpm = new cpm("./cpmfetch_config.php" $objCpm->cpm_viewLastAddedMedia(2,2); $objCpm->cpm_close(); ?>
Gestellt am
02.10.2009
Antwort
*schmunzel* Da hast du natuerlich recht ...
Beantwortet am
01.10.2009
Frage
Ich wrde deine Antwort verbessern, heit ja target und nicht targte (Tippfehler) ;>
Gestellt am
01.10.2009