MOD: Ad rotar system - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html) +--- Thema: MOD: Ad rotar system (/thread-2577.html) Seiten: Seiten:
1
2
|
RE: MOD: Ad rotar system - Michael - 19.07.2006 Du musst dazu die Plugin-Datei umbenennen und die Funktionen in der Datei, die dem Dateinamen mit evtl. Zusätzen entsprechen (Beispiel function adrotator_info). Zudem erstellt das Mod eine Datenbanktabelle, diese muss natürlich anders heißen als die des ersten Mods. RE: MOD: Ad rotar system - Alex76 - 19.07.2006 Also sozusagen in den beiden Datein auch noch die bisherigen "name" in "name2" ändern oder? Na das werd ich mal probieren. Warum die Views nicht zählen weißt du das evtl. auch? Danke erstmal, ich werde berichten... RE: MOD: Ad rotar system - lucky1977 - 06.11.2006 also ich bekomme das nicht hin mit dem einbau . ich habe mir die datei runter geladen und entpackt. aber mit der read me komme ich net klar. könnt ihr da bitte weiter helfen was soll ich jetzt genau machen? Read Me ********************* * Ad rotar system * ********************* alright now put the file banneradmin.php in to your admin directory then open the file /admin/index.php and find the line: makenavoption($lang->nav_plugin_manager, "plugins.php"); below that enter: makenavoption("Ad Rotation system", "./banneradmin.php"); save and close that file now place the file Ads.php in to your plugin folder and activate the plugin if you have put a banner in the rotar, you should see it, if not, make sure $banner was added to teh footer template if you don't have a banner you will mostlikely get an error that should be all there is RE: MOD: Ad rotar system - Samu - 06.11.2006 Datei banneradmin.php in den ordner /admin die index.php im /admin ordner öffnen, die zeile suchen makenavoption($lang->nav_plugin_manager, "plugins.php"); und dahinter makenavoption("Ad Rotation system", "./banneradmin.php"); speichern, schließen, hochladen Dann das plugin (Ads.php) in den ordner /plugins RE: MOD: Ad rotar system - lucky1977 - 06.11.2006 jetzt kommt sowas wenn ich im Plugin-Manager das aktiviern will Warning: ads_activate(./inc/adminfunctions_templates.php) [function.ads-activate]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/lucky1977/forum/inc/plugins/Ads.php on line 31 Fatal error: ads_activate() [function.require]: Failed opening required './inc/adminfunctions_templates.php' (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/lucky1977/forum/inc/plugins/Ads.php on line 31 RE: MOD: Ad rotar system - Michael - 06.11.2006 Das Plugin ist nicht zu MyBB 1.2.x kompatibel. Eine überarbeitete Version ist mir leider nicht bekannt. RE: MOD: Ad rotar system - lucky1977 - 06.11.2006 na dann kann ich ja lange probieren aber danke für deine hilfe. |