Page 2 of 2

Re: [Release] NV Who was here? for Board3 Portal 2.0.0

Posted: 31. July 2013 17:30
by Kirk
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.

Re: [Release] NV Who was here? for Board3 Portal 2.0.0

Posted: 31. July 2013 19:06
by willi2010
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.

Re: [Release] NV Who was here? for Board3 Portal 2.0.0

Posted: 31. July 2013 19:59
by Kirk
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';
	}

Re: [Release] NV Who was here? for Board3 Portal 2.0.0

Posted: 31. July 2013 20:14
by willi2010
Danke :D

x-mal geprüft, immer wieder gelesen ....

Wie oft, das Problem sitzt vor dem Rechner.

Danke nochmal.

Re: [Release] NV Who was here? for Board3 Portal 2.0.0

Posted: 9. January 2014 17:49
by scorpio
Is this compitable with Portal 2.0.2?

Re: [Release] NV Who was here? for Board3 Portal 2.0.0

Posted: 9. January 2014 19:42
by Kirk
Yes

Re: [Release] NV Who was here? for Board3 Portal 2.0.0

Posted: 30. September 2014 22:43
by Vampire77
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

Re: [Release] NV Who was here? for Board3 Portal 2.0.0

Posted: 1. October 2014 08:43
by Kirk
You must also have installed this mod.
Marc wrote: Addon Requirements: NV Who was here? 1.2.1 by nickvergessen

Re: [Release] NV Who was here? for Board3 Portal 2.0.0

Posted: 1. October 2014 10:59
by Vampire77
Oops I knew I forgot something. Thanks Kirk.