Re: Keine Registrierung möglich
Anke
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
define('PHOOGLE_CONFIG_TABLE',        $table_prefix . 'phoogle_config');
define('PHOOGLE_EVENTS_TABLE',        $table_prefix . 'phoogle_events');
define('PHOOGLE_EVENTS_MARKERS_TABLE', $table_prefix . 'phoogle_events_markers');
define('PHOOGLE_MARKERS_TABLE',        $table_prefix . 'phoogle_markers'); Code: Alles auswählen
'U_PHOOGLE'                => append_sid("{$phpbb_root_path}phoogle.$phpEx", 'mode=everyone'), Code: Alles auswählen
        'user_phoogle_comment'        =>    '', Code: Alles auswählen
 'icon_contact_phoogle', Code: Alles auswählen
    'PHOOGLE_IMG'        => $user->img('icon_contact_phoogle', 'PHOOGLE'), Code: Alles auswählen
                'phoogle'            => '', Code: Alles auswählen
                'phoogle'        => ($row['user_phoogle_show_me']) ? append_sid("{$phpbb_root_path}phoogle.$phpEx", "mode=single&u=$poster_id") : '', Code: Alles auswählen
        'U_PHOOGLE'        => $user_cache[$poster_id]['phoogle'], Code: Alles auswählen
'PHOOGLE'                => 'Phoogle',
    'PHOOGLE_ALT_TEXT'        => 'Map of Users\' Locations',
    'PHOOGLE_LINK_TEXT'        => 'Phoogle Map',
    'PHOOGLE_SHOW_USER_TEXT' => 'Show User on the Phoogle Map',
    'PHOOGLE_PICK_GROUP'   => 'Pick a group',Code: Alles auswählen
    'UCP_PHOOGLE'                => 'Phoogle Map',
    'UCP_PROFILE_PHOOGLE'        => 'Edit Phoogle Map Profile',Code: Alles auswählen
'ACP_CAT_PHOOGLE'            => 'Phoogle Map',Code: Alles auswählen
    'PHOOGLE_CONFIG'            => 'Phoogle Map Settings',
    'PHOOGLE_MARKERS'            => 'Phoogle Map Markers',
    'PHOOGLE_USERS'                => 'Phoogle Map Users',
    'ACP_PHOOGLE_CONFIG'        => 'Phoogle Map Settings',
    'ACP_PHOOGLE_EVENT_MARKERS'    => 'Phoogle Event Markers',
    'ACP_PHOOGLE_EVENTS'        => 'Phoogle Events Settings',
    'ACP_PHOOGLE_MARKERS'        => 'Phoogle Map Markers',
    'ACP_PHOOGLE_USERS'            => 'Phoogle Map Users',Code: Alles auswählen
'ACP_USER_PHOOGLE'                => 'Phoogle Map',Code: Alles auswählen
'LOG_PHOOGLE'                => '<strong>Changed their Phoogle Map Profile</strong>',
    'LOG_PHOOGLE_EVENT_ADDED'    => '<strong>Added new Phoogle Map event</strong><br />» %s',
    'LOG_PHOOGLE_EVENT_EDITED'    => '<strong>Edited Phoogle Map event</strong><br />» %s',
    'LOG_PHOOGLE_USER_EDITED'    => '<strong>Edited Phoogle Map User</strong><br />» %s',
    'LOG_PHOOGLE_MAP_EDITED'    => '<strong>Edited Phoogle Map Config</strong>',
    'LOG_PHOOGLE_EVENT_REMOVED'    => '<strong>Removed Phoogle Map event</strong><br />» %s',Code: Alles auswählen
    'IMG_ICON_CONTACT_PHOOGLE'        => 'Phoogle Map', Code: Alles auswählen
    'PHOOGLE'                    => 'Phoogle',
    'PHOOGLE_ALT_TEXT'            => 'Usermap',
    'PHOOGLE_LINK_TEXT'            => 'Phoogle Map',
    'PHOOGLE_SHOW_USER_TEXT'     => 'Zeige Mitglied auf der Phoogle Map',
    'PHOOGLE_PICK_GROUP'   => 'Wähle eine Gruppe',Code: Alles auswählen
    'PHOOGLE'                    => 'Phoogle',
    'PHOOGLE_ALT_TEXT'            => 'Usermap',
    'PHOOGLE_LINK_TEXT'            => 'Phoogle Map',
    'PHOOGLE_SHOW_USER_TEXT'     => 'Zeige Mitglied auf der Phoogle Map',
    'PHOOGLE_PICK_GROUP'   => 'Wähle eine Gruppe',Code: Alles auswählen
language/de/acp/common.phpCode: Alles auswählen
language/de/acp/common.phpCode: Alles auswählen
    'ACP_USER_PHOOGLE'                => 'Phoogle Map',Code: Alles auswählen
    'LOG_PHOOGLE'                => '<strong>Hat sein Phoogle Map Profil geändert</strong>',
    'LOG_PHOOGLE_EVENT_ADDED'    => '<strong>Neues Phoogle Map Ereignis hinzugefügt</strong><br />» %s',
    'LOG_PHOOGLE_EVENT_EDITED'    => '<strong>Geänderte Phoogle Map Ereignisse</strong><br />» %s',
    'LOG_PHOOGLE_USER_EDITED'    => '<strong>Geändertes Phoogle Map Mitglied</strong><br />» %s',
    'LOG_PHOOGLE_MAP_EDITED'    => '<strong>Geänderte Phoogle Map Konfiguration</strong>',
    'LOG_PHOOGLE_EVENT_REMOVED'    => '<strong>Gelöschte Phoogle Map Ereignisse</strong><br />» %s',Code: Alles auswählen
    'IMG_ICON_CONTACT_PHOOGLE'        => 'Phoogle Map',Code: Alles auswählen
img_icon_contact_phoogle = icon_contact_phoogle.gif*20*20Code: Alles auswählen
<!-- IF S_PHOOGLE_LOC --><dt>{L_PHOOGLE_LINK_TEXT}:</dt> <dd><a href="{S_PHOOGLE_LOC}" title="{L_PHOOGLE_SHOW_USER_TEXT}">{L_PHOOGLE_SHOW_USER_TEXT}</a></dd><!-- ENDIF -->Code: Alles auswählen
<!-- IF S_USER_LOGGED_IN --><li class="icon-phoogle"><a href="{U_PHOOGLE}" title="{L_PHOOGLE_ALT_TEXT}">{L_PHOOGLE_LINK_TEXT}</a></li><!-- ENDIF -->Code: Alles auswählen
 or postrow.U_PHOOGLE Code: Alles auswählen
					<!-- IF postrow.U_PHOOGLE --><li class="phoogle-icon"><a href="{postrow.U_PHOOGLE}" title="{L_PHOOGLE}"><span>{L_PHOOGLE}</span></a></li><!-- ENDIF -->Code: Alles auswählen
 .icon-phoogle,Code: Alles auswählen
.phoogle-icon, .phoogle-icon a		{ background: none top left no-repeat; }Code: Alles auswählen
ul.profile-icons li.phoogle-icon	{ width: {IMG_ICON_CONTACT_PHOOGLE_WIDTH}px; height: {IMG_ICON_CONTACT_PHOOGLE_HEIGHT}px; }Code: Alles auswählen
.icon-phoogle					{ background-image: url("{T_THEME_PATH}/images/icon_mini_phoogle.gif"); }Code: Alles auswählen
.phoogle-icon, .phoogle-icon a		{ background-image: url("{IMG_ICON_CONTACT_PHOOGLE_SRC}"); }user_phoogle_map_center
user_phoogle_comment
user_phoogle_comment_bbcode_uid
user_phoogle_comment_bbcode_bitfield
user_phoogle_icon
user_phoogle_allow
user_phoogle_show_mephpbb_phoogle_config
phpbb_phoogle_events
phpbb_phoogle_events_markers
phpbb_phoogle_markers