Hast du alles so gemacht wie es in diesem Beitrag ?
Hast du diese Datei who_was_here_side.html erstellt und in root/styles/AeroBlue/template/portal/modules
hochgeladen und das hier beachtet: Knowledge Base: Änderungen an den Styles Dateien
Pack die geänderten Dateien von Who was here? in eine .zip Datei und schicke mir den Downloadlink mal per PN
dann schau ich mir das mal an.
[Release] NV Who was here? for Board3 Portal 2.0.0
Forum rules
This forum is not for support requests.
Only post Modifications for Board3 Portal 2.0.x in this forum.
This forum is not for support requests.
Only post Modifications for Board3 Portal 2.0.x in this forum.
Re: [Release] NV Who was here? for Board3 Portal 2.0.0
Ja, Änderung durchgeführt und hochgeladen,
die html erstellt und ins richtige Verzeichnis hochgeladen.
Alles aktualisiert und den Cache gelöscht.
Ist ja keine lebenswichtige Anpassung, aber schön wäre es gewesen.
Bin noch dran und sende gleich die Anlage per PN.
Danke für die Hilfe.
die html erstellt und ins richtige Verzeichnis hochgeladen.
Alles aktualisiert und den Cache gelöscht.
Ist ja keine lebenswichtige Anpassung, aber schön wäre es gewesen.
Bin noch dran und sende gleich die Anlage per PN.
Danke für die Hilfe.
Viele Grüße
Klaus
http://www.kf2-forum.de // Versionen: phpBB 3.0.12 / board3_portal_2.0.2 / prosilver / phpbb_gallery_1_1_6 / Kalender alightner 0_1_0 / NV_who_was_here_1_2_1_1
b3p_gallery_block_2_1_1 / b3p_who_was_here_block_200
Klaus
http://www.kf2-forum.de // Versionen: phpBB 3.0.12 / board3_portal_2.0.2 / prosilver / phpbb_gallery_1_1_6 / Kalender alightner 0_1_0 / NV_who_was_here_1_2_1_1
b3p_gallery_block_2_1_1 / b3p_who_was_here_block_200
Re: [Release] NV Who was here? for Board3 Portal 2.0.0
Du hast das hier zuviel drin, finde und lösche es:
Code: Select all
public function get_template_side($module_id)
{
global $config, $template, $phpbb_root_path, $phpEx;
if (!class_exists('phpbb_mods_who_was_here'))
{
include($phpbb_root_path . 'includes/mods/who_was_here.' . $phpEx);
phpbb_mods_who_was_here::update_session();
}
phpbb_mods_who_was_here::display();
return 'who_was_here_center.html';
}
Gruß Udo
Re: [Release] NV Who was here? for Board3 Portal 2.0.0
Danke
x-mal geprüft, immer wieder gelesen ....
Wie oft, das Problem sitzt vor dem Rechner.
Danke nochmal.
x-mal geprüft, immer wieder gelesen ....
Wie oft, das Problem sitzt vor dem Rechner.
Danke nochmal.
Viele Grüße
Klaus
http://www.kf2-forum.de // Versionen: phpBB 3.0.12 / board3_portal_2.0.2 / prosilver / phpbb_gallery_1_1_6 / Kalender alightner 0_1_0 / NV_who_was_here_1_2_1_1
b3p_gallery_block_2_1_1 / b3p_who_was_here_block_200
Klaus
http://www.kf2-forum.de // Versionen: phpBB 3.0.12 / board3_portal_2.0.2 / prosilver / phpbb_gallery_1_1_6 / Kalender alightner 0_1_0 / NV_who_was_here_1_2_1_1
b3p_gallery_block_2_1_1 / b3p_who_was_here_block_200
-
- Active Member
- Posts: 27
- Joined: 8. July 2012 17:06
- phpBB.de User: Scorpio
- phpBB.com User: scorpiors
Re: [Release] NV Who was here? for Board3 Portal 2.0.0
Is this compitable with Portal 2.0.2?
Re: [Release] NV Who was here? for Board3 Portal 2.0.0
Just installed and enabled this on my board then refreshed my cache and get the following errors:
[phpBB Debug] PHP Warning: in file [ROOT]/portal/modules/portal_who_was_here.php on line 67: include(./includes/mods/who_was_here.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/portal/modules/portal_who_was_here.php on line 67: include(./includes/mods/who_was_here.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/portal/modules/portal_who_was_here.php on line 67: include(): Failed opening './includes/mods/who_was_here.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')
Fatal error: Class 'phpbb_mods_who_was_here' not found in /home/kdrwssld/public_html/homelessaustralia/portal/modules/portal_who_was_here.php on line 68
[phpBB Debug] PHP Warning: in file [ROOT]/portal/modules/portal_who_was_here.php on line 67: include(./includes/mods/who_was_here.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/portal/modules/portal_who_was_here.php on line 67: include(./includes/mods/who_was_here.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/portal/modules/portal_who_was_here.php on line 67: include(): Failed opening './includes/mods/who_was_here.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')
Fatal error: Class 'phpbb_mods_who_was_here' not found in /home/kdrwssld/public_html/homelessaustralia/portal/modules/portal_who_was_here.php on line 68
Re: [Release] NV Who was here? for Board3 Portal 2.0.0
You must also have installed this mod.
Marc wrote: Addon Requirements: NV Who was here? 1.2.1 by nickvergessen
Gruß Udo
Re: [Release] NV Who was here? for Board3 Portal 2.0.0
Oops I knew I forgot something. Thanks Kirk.