Re: [MOD-DB] GeoMap 2.1.0 (Usermap) für phpBB3
Verfasst: 24.06.2009 21:55
hat sich erledigt... benutze geomap nicht mehr... aber trotzdem danke für deine antwort...
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
@radarinradarin hat geschrieben:Meine Karte sieht so aus: http://forum.pferde.ch/images/geomap/usermap.png
Ich habe eine Photoshopdatei mit Ebenen erstellt. Getrennt in Länder und Orte. Du kannst einblenden was Du willst und die Farben ändern. Zu finden in meiner Download Area:
http://www.darin.ch/download/download.p ... iste&kat=7
Morgen gibt es ein Update, dann ist es weg.Daryl van Horne hat geschrieben:hi,
ich bekomme seit dem update von phpbb folgende fehlermeldung:
ich habe auch schon geomap auf ein neues phpbb installiert, da kommt auch eine fehlermeldung:[phpBB Debug] PHP Notice: in file /geomap.php on line 296: Undefined variable: row
[phpBB Debug] PHP Notice: in file /geomap.php on line 296: Undefined variable: row
[phpBB Debug] PHP Notice: in file /geomap.php on line 296: Undefined variable: row
[phpBB Debug] PHP Notice: in file /geomap.php on line 296: Undefined variable: row
[phpBB Debug] PHP Notice: in file /geomap.php on line 442: Undefined variable: no_own_postcode
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4013: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3256)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4015: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3256)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4016: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3256)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4017: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3256)
woran liegt das, und wie bekomm ich das weg?[phpBB Debug] PHP Notice: in file /geomap.php on line 442: Undefined variable: no_own_postcode
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3875: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3262)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3877: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3262)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3878: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3262)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3879: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3262)
In Zeile 572 den hier:Finden
Hinweis: Der zu findende Code kann auch nur ein Teil einer Zeile sein.Danach einfügenCode: Alles auswählen
'SEARCH_IMG' => $user->img('icon_user_search', $user->lang['SEARCH']),
Hinweis: Diese Zeile(n) werden in einer neuen Zeile nach den/der gerade gesuchten eingefügt.Code: Alles auswählen
'GEOMAP_IMG' => $phpbb_root_path . 'styles/' . $user->theme['imageset_path'] . '/imageset/' . $user->img_lang . '/icon_contact_geomap.gif',
Code: Alles auswählen
00000562
00000563 'AVATAR_IMG' => $poster_avatar,
00000564 'PM_IMG' => $user->img('icon_contact_pm', $user->lang['SEND_PRIVATE_MESSAGE']),
00000565 'EMAIL_IMG' => $user->img('icon_contact_email', $user->lang['EMAIL']),
00000566 'WWW_IMG' => $user->img('icon_contact_www', $user->lang['WWW']),
00000567 'ICQ_IMG' => $user->img('icon_contact_icq', $user->lang['ICQ']),
00000568 'AIM_IMG' => $user->img('icon_contact_aim', $user->lang['AIM']),
00000569 'MSN_IMG' => $user->img('icon_contact_msnm', $user->lang['MSNM']),
00000570 'YIM_IMG' => $user->img('icon_contact_yahoo', $user->lang['YIM']),
00000571 'JABBER_IMG' => $user->img('icon_contact_jabber', $user->lang['JABBER']),
00000572 'SEARCH_IMG' => $user->img('icon_user_search', $user->lang['SEARCH']),
00000573
00000574 'S_PROFILE_ACTION' => append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group'),
00000575 'S_GROUP_OPTIONS' => $group_options,
00000576 'S_CUSTOM_FIELDS' => (isset($profile_fields['row']) && sizeof($profile_fields['row'])) ? true : false,
00000577
00000578 'U_USER_ADMIN' => ($auth->acl_get('a_user')) ? append_sid("{$phpbb_root_path}adm/index.$phpEx", 'i=users&mode=overview&u=' . $user_id, true, $user->session_id) : '',
00000579 'U_USER_BAN' => ($auth->acl_get('m_ban') && $user_id != $user->data['user_id']) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=ban&mode=user&u=' . $user_id, true, $user->session_id) : '',
00000580 'U_MCP_QUEUE' => ($auth->acl_getf_global('m_approve')) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=queue', true, $user->session_id) : '',
00000581
Code: Alles auswählen
00001491
00001492 'PROFILE_IMG' => $user->img('icon_user_profile', $user->lang['PROFILE']),
00001493 'PM_IMG' => $user->img('icon_contact_pm', $user->lang['SEND_PRIVATE_MESSAGE']),
00001494 'EMAIL_IMG' => $user->img('icon_contact_email', $user->lang['EMAIL']),
00001495 'WWW_IMG' => $user->img('icon_contact_www', $user->lang['WWW']),
00001496 'ICQ_IMG' => $user->img('icon_contact_icq', $user->lang['ICQ']),
00001497 'AIM_IMG' => $user->img('icon_contact_aim', $user->lang['AIM']),
00001498 'MSN_IMG' => $user->img('icon_contact_msnm', $user->lang['MSNM']),
00001499 'YIM_IMG' => $user->img('icon_contact_yahoo', $user->lang['YIM']),
00001500 'JABBER_IMG' => $user->img('icon_contact_jabber', $user->lang['JABBER']),
00001501 'SEARCH_IMG' => $user->img('icon_user_search', $user->lang['SEARCH']),
00001502
00001503 'U_FIND_MEMBER' => ($config['load_search'] || $auth->acl_get('a_')) ? append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=searchuser' . (($start) ? "&start=$start" : '') . (!empty($params) ? '&' . implode('&', $params) : '')) : '',
00001504 'U_HIDE_FIND_MEMBER' => ($mode == 'searchuser') ? $u_hide_find_member : '',
00001505 'U_SORT_USERNAME' => $sort_url . '&sk=a&sd=' . (($sort_key == 'a' && $sort_dir == 'a') ? 'd' : 'a'),
00001506 'U_SORT_FROM' => $sort_url . '&sk=b&sd=' . (($sort_key == 'b' && $sort_dir == 'a') ? 'd' : 'a'),
00001507 'U_SORT_JOINED' => $sort_url . '&sk=c&sd=' . (($sort_key == 'c' && $sort_dir == 'a') ? 'd' : 'a'),
00001508 'U_SORT_POSTS' => $sort_url . '&sk=d&sd=' . (($sort_key == 'd' && $sort_dir == 'a') ? 'd' : 'a'),
00001509 'U_SORT_EMAIL' => $sort_url . '&sk=e&sd=' . (($sort_key == 'e' && $sort_dir == 'a') ? 'd' : 'a'),
00001510 'U_SORT_WEBSITE' => $sort_url . '&sk=f&sd=' . (($sort_key == 'f' && $sort_dir == 'a') ? 'd' : 'a'),
00001511 'U_SORT_LOCATION' => $sort_url . '&sk=b&sd=' . (($sort_key == 'b' && $sort_dir == 'a') ? 'd' : 'a'),
00001512 'U_SORT_ICQ' => $sort_url . '&sk=g&sd=' . (($sort_key == 'g' && $sort_dir == 'a') ? 'd' : 'a'),
00001513 'U_SORT_AIM' => $sort_url . '&sk=h&sd=' . (($sort_key == 'h' && $sort_dir == 'a') ? 'd' : 'a'),
00001514 'U_SORT_MSN' => $sort_url . '&sk=i&sd=' . (($sort_key == 'i' && $sort_dir == 'a') ? 'd' : 'a'),
00001515 'U_SORT_YIM' => $sort_url . '&sk=j&sd=' . (($sort_key == 'j' && $sort_dir == 'a') ? 'd' : 'a'),
00001516 'U_SORT_ACTIVE' => ($auth->acl_get('u_viewonline')) ? $sort_url . '&sk=l&sd=' . (($sort_key == 'l' && $sort_dir == 'a') ? 'd' : 'a') : '',