Page 11 of 11

Re: [DE] Wetterbox auf dem Portal (mit User Postleitzahl)

Posted: 16. September 2010 16:57
by Marc
The weather info gets pulled from wetter.com, which is a German website. I don't think that an American Zip code will work for that block. ;)

Re: [DE] Wetterbox auf dem Portal (mit User Postleitzahl)

Posted: 16. September 2010 17:13
by Jaftica
Marc,
Thank you for the reply.

Vielen Dank. (I think that is correct). :shock:

Re: [DE] Wetterbox auf dem Portal (mit User Postleitzahl)

Posted: 17. September 2010 10:42
by Muppi
Hi eine Frage ich habe die Wetterbox Codes eingetragen sehe aber noch nicht einmal eine Boc geomap ist Vorraussetzung für die Box ?

Re: [REL] Gallery Block 1.4.1

Posted: 22. October 2010 12:31
by Muppi
Super hat gefunzt :D Archivar DANKE !!
Noch ne Kleinigkeit die Wetterbox geht noch nicht kannst du mir da evtl. einen Tip geben ?

Code: Select all

<?php

/**
*
* @package - Board3portal
* @version $Id: additional_blocks.php 523 2009-08-27 21:41:08Z christian_n $
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License 
*
*/

if (!defined('IN_PHPBB') || !defined('IN_PORTAL'))
{
   exit;
}
if(!function_exists('recent_gallery_images'))
{
    include($phpbb_root_path . 'portal/block/gallery.'.$phpEx);
}  
// Wetter START
    include($phpbb_root_path . 'portal/block/wetter.'.$phpEx);
// Wetter ENDE                         
?>
EDIT:
Beitrag verschoben-gehört nicht zum Thema "Gallery Block 1.4.1"
V.G. archivar

Re: [DE] Wetterbox auf dem Portal (mit User Postleitzahl)

Posted: 23. October 2010 10:21
by archivar
Muppi wrote:Hi eine Frage ich habe die Wetterbox Codes eingetragen sehe aber noch nicht einmal eine Boc......
Hallo Muppi,
woher sollen wir wissen wo und wie Du was eingetragen hast?
Schau mal bitte hier: Board3.de - Regeln | Wir bitten um Beachtung
Muppi wrote:... geomap ist Vorraussetzung für die Box ?
Der Mod. Geomap ist nicht Voraussetzung für den Wetterblock.

Re: [DE] Wetterbox auf dem Portal (mit User Postleitzahl)

Posted: 13. July 2011 08:32
by de-coder
Kleine Anmerkung: dieser Block funktionierte bei mir erst ab phpbb3 Version 3.0.9 - vorher gabs Fehlermeldungen.
Frage: gibt einen Farbcode für grüne Schrift? Blau habe ich gefunden, passt aber nicht zu meinem Forum ...

Re: [DE] Wetterbox auf dem Portal (mit User Postleitzahl)

Posted: 14. October 2012 21:04
by DocSommer
Kleiner Vorschlag:

Es wäre insbesondere für alle "Upgrader" der alten Portal/Mod Kombination toll, wenn das Wettermodul standartmäßig davon ausgehen würde, dass der Nutzer die "DE" Kennung verwendet, sofern nichts anderes im Profil eingegeben wurde.