Site News Plugin - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html) +--- Thema: Site News Plugin (/thread-19452.html) |
RE: Site News Plugin 1.0.1 1.0.1 - StefanT - 26.09.2007 Du willst das Plugin in die Startseite vom Forum einbauen? Das geht nicht. Das Plugin ist für externe Seiten. Oder habe ich das falsch verstanden? Wenn ja, baue es nochmal ein und gebe mir einen Link zum Ort, wo es erscheinen soll. RE: Site News Plugin 1.0.1 1.0.1 - Anke - 26.09.2007 Oh nö, so wars eigentlich gedacht.. dann hat sich das wohl erledigt.. schade eigentlich aber ok. Grins... RE: Site News Plugin 1.0.1 - andre2005 - 23.11.2007 wo muss die forum adresse in den php cod rein? RE: Site News Plugin 1.0.1 - StefanT - 23.11.2007 Bei: PHP-Code: // The Directory to the forum you are using this on. RE: Site News Plugin 1.0.1 - andre2005 - 23.11.2007 also müsste das dann so aussehen?: <?php define("IN_MYBB", 1); define("KILL_GLOBALS", 1); define("NO_ONLINE", 1); http://andre2005.an.funpic.de/forum require dirname(__FILE__)."/".$directory_to_forum."/global.php"; $plugins->run_hooks("site_news_plugin_run"); ?> RE: Site News Plugin 1.0.1 - StefanT - 23.11.2007 Nein. Du kannst nicht die URL nehmen. Du musst den Pfad angeben. Der Code müsste aber richtig sein. RE: Site News Plugin 1.0.1 - andre2005 - 25.11.2007 das geht nicht wenn ich es öffne kommt Parse error: syntax error, unexpected T_STRING in und dann noch so ein komischer link ich benutze etz: PHP-Code: <?php kann mir mal jemand einen beispiel cod geben der auch geht? RE: Site News Plugin 1.0.1 - StefanT - 25.11.2007 Was machst du? Der Code war doch richtig. Du musst da nichts ändern. RE: Site News Plugin 1.0.1 - andre2005 - 26.11.2007 ich habe den Pfad reingemacht das ging vorher aber trotzdem nicht ich kapier das einfach nicht Das ist meine HP Cod: <html> <head> <title>Webcam</title> <style type="text/css"> <!--body { scrollbar-face-color: #C1C1C1; scrollbar-highlight-color: #C1C1C1; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #000000; } a:link { color: #C51917; text-decoration:none; } a:visited {color: #C51917; text-decoration:none; } a:active {color: #C51917; text-decoration:none; } a:hover {color: #D5D5D3; text-decoration:none; }--> </style> </head> <body bgcolor="#000000" topmargin="0" leftmargin="0"> <img width="1011" height="600" border="0" align="left" src="http://andre2005.an.funpic.de/eigenesdesignhk12.jpg" scroll="no" bgproperties="fixed" style="position: absolute; top: 0pt; left: 0pt;" /> <div style="overflow: auto; position: absolute; width: 743px; height: 431px; left: 244px; top: 122px;"><span style="font-family: Arial; font-size: 10pt; color: rgb(255, 255, 255);"><span style="color: rgb(0, 255, 0);"><span style="font-family: Impact;"><span style="font-family: Comic Sans MS; color: rgb(0, 255, 0);">textseite</span><br /> </span></span></span></div> <div style="overflow: auto; position: absolute; width: 187px; height: 340px; left: 16px; top: 121px;"><span style="font-family: Arial; font-size: 10pt; color: rgb(255, 255, 255);"><span style="text-decoration: underline; color: rgb(255, 0, 0);">navi</span><br /> </span></div> <div style=""> </div>background-repeat: no-repeat <span style="color: rgb(0, 255, 0);"><span style="font-family: Impact;"><span style="font-family: Comic Sans MS; color: rgb(0, 255, 0);">l</span><br /> </span></span> </body> </html> angenommen ich will das da haben wo textseite steht haben. Wie müsste der HP Cod aussehen wenn da das teil da drin ist? RE: Site News Plugin 1.0.1 - StefanT - 26.11.2007 PHP-Code: <html> |