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

Forum rules
This forum is not for support requests.

Only post Modifications for Board3 Portal 1.0.x in this forum.
User avatar

KaptnIGLO
Active Member
Posts: 3
Joined: 29. July 2009 17:05

Re: Wetterbox auf dem Portal (mit User Postleitzahl)

Post by KaptnIGLO »

Kevin wrote:Update - siehe ersten Beitrag.
  • den Code aus der portal.php in eine eigene Datei ausgelagert
Wo muss den dort der code rein und welcher? Wenn ich den code vom additional _portal ins portal schreibe, gibts ne Fehlermeldung.

Code: Select all

General Error
SQL ERROR [ mysql4 ]

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 4 [1064]

An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Habe den GeoMap Mod drin, der funzt und vorher hatte ich auch mal folgende Fehlermeldung. Ihrgendwie findet der die wetter.php wohl nicht.:

Code: Select all

Warning: main(portal/block/wetter.) [function.main]: failed to open stream: No such file or directory in /kunden/xxx/webseiten/phpBB3/portal.php on line 17

Warning: main(portal/block/wetter.) [function.main]: failed to open stream: No such file or directory in /kunden/xxx/webseiten/phpBB3/portal.php on line 17

Warning: main() [function.include]: Failed opening 'portal/block/wetter.' for inclusion (include_path='.:/usr/local/lib/php') in /kunden/xxx/webseiten/phpBB3/portal.php on line 17
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4006: Cannot modify header information - headers already sent by (output started at /portal.php:17)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4008: Cannot modify header information - headers already sent by (output started at /portal.php:17)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4009: Cannot modify header information - headers already sent by (output started at /portal.php:17)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4010: Cannot modify header information - headers already sent by (output started at /portal.php:17)
Ich kann keinen Rechtschreibfehler sehen, was nun falsch wäre, jamnd einen Tip?

Lara
Active Member
Posts: 20
Joined: 18. July 2009 02:33

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

Post by Lara »

Hallo, ich würde die Wetter-Box auch gerne einbauen. Da sich mein Forum aber auf eine bestimmte Stadt bezieht, würde es mir reichen wenn alle die gleiche Stadt sehen. Kann ich da einfach die Änderung im Profil weglassen und funktionierts dann trotzdem oder was muss ich da beachten?
User avatar

scwfan06
Valued Contributor
Posts: 55
Joined: 3. July 2008 14:18
phpBB.de User: scwfan06
phpBB.com User: scwfan06
Location: Herne
Contact:

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

Post by scwfan06 »

Hallo,
ich denke, dass du das Profilfeld PLZ einfach deaktivieren kannst.
Last edited by scwfan06 on 27. August 2009 14:33, edited 1 time in total.

Lara
Active Member
Posts: 20
Joined: 18. July 2009 02:33

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

Post by Lara »

Ja, aber ich muss doch sicherlich auch noch etwas in der wetter.php verändern damit es funktioniert oder?
User avatar

scwfan06
Valued Contributor
Posts: 55
Joined: 3. July 2008 14:18
phpBB.de User: scwfan06
phpBB.com User: scwfan06
Location: Herne
Contact:

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

Post by scwfan06 »

Nein das musst du nicht.
Probiers doch einfach mal aus.
Denn durch diesen Abschnitt

Code: Select all

$template->assign_vars(array(
        'WETTER_PLZ'     => (!empty($plz)) ? $plz : '20099', // Ändere 20099 in die gewünschte Standard Postleizzahl
    )); 
wird erreicht, dass bei keiner Eingabe (oder durch Deaktivierung des Feldes) die Standardpostleitzahl (hier: 20099) benutzt wird.

Lara
Active Member
Posts: 20
Joined: 18. July 2009 02:33

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

Post by Lara »

Na toll jetzt erhalte ich folgenden Fehler: Unknown column 'pf_plz' in 'field list' [1054]

Lara
Active Member
Posts: 20
Joined: 18. July 2009 02:33

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

Post by Lara »

Also habe das Feld jetzt trotzdem eingebaut und deaktivert dann funktionierts. Wenn man es allerdings ganz löscht funktioniert es nicht mehr.
User avatar

Topic author
Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

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

Post by Kevin »

Lara, dadurch das du das Profilfeld nicht angelegt hast, läuft das Script natürlich auf einen Fehler, wenn es versucht es aus der Datenbank auszulesen.
Die Lösung: den SQL Query aus dem Script entfernen und die Postleitzahl einfach festlegen. So sieht das dann aus:

Code: Select all

<?php

if (!defined('IN_PHPBB'))
{
   exit;
}

if (!defined('IN_PORTAL'))
{
   exit;
}

	$template->assign_vars(array(
		'WETTER_PLZ'     => '20099', // Ändere 20099 in die gewünschte Standard Postleizzahl
	));

?>
So sollte es klappen, ohne das Profilfeld anzulegen. ;)

Gruß

Kevin
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

MeSsIaH
Valued Contributor
Posts: 51
Joined: 10. May 2009 21:08
phpBB.de User: MeSsIaH
Location: Arberg
Contact:

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

Post by MeSsIaH »

Hallo,

hab die Wetter Box inzwischen in der Portal Ansicht und der Index (Foren-Übersicht) drin.
Wird auch beides korrekt angezeigt.

Allerdings erscheint die Wetter Box (ohne Inhalt) im Viewtopic.

Kann mir jemand da weiterhelfen, wie ich das aus der Viewtopic raus bekomme ?

Hab lediglich die wetter.php in der index.php included.

Danke vorab.
Gruß
Jürgen
Nix wissen aber Hauptsache mit reden.... ;-)

MeSsIaH
Valued Contributor
Posts: 51
Joined: 10. May 2009 21:08
phpBB.de User: MeSsIaH
Location: Arberg
Contact:

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

Post by MeSsIaH »

Update..

Hallo,
wollte mal in die Runde Fragen ob schon jemand Erfahrung mit dem Wetter Block
und dem Board 3 Portal 1.0.4 mit PortalView Mod 1.0.0.RC2 gemacht hat.

Da ich den Wetter Block in 1.0.3 mit RC1 drin hatte, kommt es hier zu einer weißen leeren
Foren-Übersichtsseite, wenn ich die root\portal\block\wetter.php in der root\index.php includiere.

Danke vorab...
Gruß
Jürgen
Nix wissen aber Hauptsache mit reden.... ;-)

MeSsIaH
Valued Contributor
Posts: 51
Joined: 10. May 2009 21:08
phpBB.de User: MeSsIaH
Location: Arberg
Contact:

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

Post by MeSsIaH »

Nabend...
kann mir hier keiner nen Tip geben zu meinem Problem(chen) :?:
:(
Nix wissen aber Hauptsache mit reden.... ;-)
User avatar

gamingboard
Active Member
Posts: 26
Joined: 20. November 2009 15:44
phpBB.de User: gamingboard
phpBB.com User: gamingboard
Location: Free and Hanseatic City of Hamburg, Germany
Contact:

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

Post by gamingboard »

Ich hab auch diese Fehlermeldung:

Code: Select all

[phpBB Debug] PHP Notice: in file /portal/block/additional_blocks.php on line 26: include() [function.include]: Unable to access ./portal/block/wetter.php
[phpBB Debug] PHP Notice: in file /portal/block/additional_blocks.php on line 26: include(./portal/block/wetter.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /portal/block/additional_blocks.php on line 26: include() [function.include]: Failed opening './portal/block/wetter.php' for inclusion (include_path='.:')
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3892: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3894: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3895: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3896: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3257)
Hab alles versucht nur das will nicht funktionieren.

snuffi
Active Member
Posts: 7
Joined: 23. June 2008 22:29
Contact:

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

Post by snuffi »

Moin,
bei mir geht seit paar Tagen der Wetterblock nicht mehr. Habe schon alle Dateien überprüft, die in Frage kommen. Hat sich da was am Code geändert??
User avatar

HEADLINE
Active Member
Posts: 30
Joined: 12. January 2009 23:11
phpBB.de User: HEADLINE
phpBB.com User: HEADLINE

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

Post by HEADLINE »

Bei mir funktioniert es auch seit 2 Tagen nicht mehr! :(

snuffi
Active Member
Posts: 7
Joined: 23. June 2008 22:29
Contact:

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

Post by snuffi »

:D :D sorry, funzt alles wieder :o

wünsche schöne Feiertage u. guten Rutsch
Locked

Return to “board3 Portal v1.0.x - Modifications”