Verbesserte Darstellung des Profils

Du suchst einen bestimmten Mod, weißt aber nicht genau wo bzw. ob er überhaupt existiert? Wenn dir dieser Artikel nicht weiterhilft, kannst du hier den von dir gewünschten/gesuchten Mod beschreiben ...
Falls ein Mod-Autor eine der Anfragen hier aufnimmt um einen neuen Mod zu entwicklen, geht's in phpBB 2.0: Mods in Entwicklung weiter.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Benutzeravatar
Phobi
Mitglied
Beiträge: 114
Registriert: 11.01.2008 22:38

Verbesserte Darstellung des Profils

Beitrag von Phobi »

Da ich die Darstellung des Profils schon immer etwas dürftig fand, habe ich mich mal ran gesetzt und es etwas umgestaltet, vielleicht ist das für jemanden von Euch interessant.

So schaut das Ergebnis aus: http://i40.tinypic.com/w7zpmr.jpg

Um das Profil auf diesen Stand zu bringen:

Öffne profile_view_body.tpl

Gesamten Inhalt ersetzen durch:

Code: Alles auswählen

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr> 
<td align="center"><span class="gensmall">[: Profil anzeigen :]</span></td>
</tr>
</table>
<br /><br />

<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr> 
<th class="thHead" colspan="4" height="25" align="center" nowrap="nowrap">&#8226;&nbsp;{L_VIEWING_PROFILE}&nbsp;&#8226;</th>
</tr>

<tr>
<td class="catLeft" width="15%" height="28" align="center" nowrap="nowrap"><span class="gen">&#8226;&nbsp;{L_AVATAR}&nbsp;&#8226;</span></td>
<td class="catRight" width="40%" align="center" nowrap="nowrap"><span class="gen">&#8226;&nbsp;{L_ABOUT_USER}&nbsp;&#8226;</span></td>
<td class="catRight" width="40%" align="center" nowrap="nowrap"><span class="gen">&#8226;&nbsp;Pers&ouml;nliche Angaben&nbsp;&#8226;</span></td>
<td class="catRight" width="15%" align="center" nowrap="nowrap"><span class="gen">&#8226;&nbsp;{L_CONTACT}&nbsp;&#8226;</span></td>
</tr>

<tr>
<td class="row1" height="6" valign="top" align="center"><br>{AVATAR_IMG}<br><br>{RANK_IMAGE}<br /><span class="postdetails">{POSTER_RANK} {CUSTOM_RANK}</span><br /><br></td>

<td class="row1" rowspan="4" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr> 
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_MEMBER_FOR}:&nbsp;</span></td>
<td width="100%"><b><span class="gen">{MEMBER_FOR} {L_DAYS}</span></b></td>
</tr>

<tr> 
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_JOINED}:&nbsp;</span></td>
<td width="100%"><b><span class="gen">{JOINED}</span></b></td>
</tr>

<tr> 
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_LAST_ONLINE}:&nbsp;</span></td>
<td width="100%"><b><span class="gen">{LAST_ONLINE}</span></b></td>
</tr>

<tr> 
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_TOTAL_POSTS}:&nbsp;</span></td>
<td valign="top"><b><span class="gen">{POSTS}</span></b><br /><span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br />
<!-- BEGIN switch_user_logged_in -->
<span class="genmed"><a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a></span></td>
</tr>
<!-- END switch_user_logged_in -->

<tr> 
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_TOTAL_TOPICS}:&nbsp;</span></td> 
<td valign="top"><b><span class="gen">{TOPICS}</span></b><br /><span class="genmed">[{TOPICS_PERCENT_STATS} / {TOPICS_DAY_STATS}]</span></td> 
</tr>

<tr> 
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_MOST_ACTIVE}</span></td>
<td valign="top"><b><span class="gen">{MOSTACTIVE_FORUM}</span></b><br /><span class="genmed">{L_MOST_ACTIVE_POSTS}</span></td>
</tr>
</table>

<td class="row1" rowspan="4" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="3">
<!-- BEGIN switch_showuserfrom -->
<tr> 
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_LOCATION}:&nbsp;</span></td>
<td><b><span class="gen">{LOCATION}</span></b></td>
</tr>
<!-- END switch_showuserfrom -->

<!-- BEGIN switch_showuserwebsite -->
<tr> 
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_WEBSITE}:&nbsp;</span></td>
<td><span class="gen"><b>{WWW}</b></span></td>
</tr>
<!-- END switch_showuserwebsite -->

<!-- BEGIN switch_showocupation -->
<tr> 
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_OCCUPATION}:&nbsp;</span></td>
<td><b><span class="gen">{OCCUPATION}</span></b></td>
</tr>
<!-- END switch_showocupation -->

<!-- BEGIN switch_showinterests -->
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_INTERESTS}:</span></td>
<td><b><span class="gen">{INTERESTS}</span></b></td>
</tr>
<!-- END switch_showinterests -->

<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_USER_STYLE}</span></td>
<td><span class="gen"><b>{USER_STYLE}</b></span></td>
</tr>

<!-- BEGIN switch_showusersign -->
<tr> 
<td valign="top" align="right"><span class="gen">{L_SIGN}:</span></td>
<td><b><span class="gen">{SIGN}</span></b></td>
</tr>
<!-- END switch_showusersign -->

<!-- BEGIN switch_showusermood -->
<tr> 
<td valign="top" align="right"><span class="gen">{L_MOOD}:</span></td>
<td><b><span class="gen">{MOOD}</span></b></td>
</tr>
<!-- END switch_showusermood -->

</td>
</tr>
</table>

<td class="row1" rowspan="4" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="3">
<!-- BEGIN switch_showemail -->
<tr> 
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_EMAIL_ADDRESS}:</span></td>
<td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL_IMG}</span></b></td>
</tr>
<!-- END switch_showemail -->

<tr> 
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_PM}:</span></td>
<td class="row1" valign="middle" width="100%"><b><span class="gen">{PM_IMG}</span></b></td>
</tr>

<!-- BEGIN switch_showmsnm -->
<tr> 
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_MESSENGER}:</span></td>
<td class="row1" valign="middle"><span class="gen">{MSN}</span></td>
</tr>
<!-- END switch_showmsnm -->

<!-- BEGIN switch_showyahoo -->
<tr> 
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_YAHOO}:</span></td>
<td class="row1" valign="middle"><span class="gen">{YIM_IMG}</span></td>
</tr>
<!-- END switch_showyahoo -->

<!-- BEGIN switch_showaim -->
<tr> 
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_AIM}:</span></td>
<td class="row1" valign="middle"><span class="gen">{AIM_IMG}</span></td>
</tr>
<!-- END switch_showaim -->

<!-- BEGIN switch_showicq -->
<tr> 
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row1"><script language="JavaScript" type="text/javascript"><!-- 

if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
document.write(' {ICQ_IMG}');
else
document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td nowrap="nowrap"><div style="position:relative;height:18px"><div style="position:absolute">{ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{ICQ_STATUS_IMG}</div></div></td></tr></table>');
		  
//--></script><noscript>{ICQ_IMG}</noscript></td>
</tr>
<!-- END switch_showicq -->
</table>
</td>
</tr>

<table class="forumline" width="100%" cellspacing="1" cellpadding="7" border="0" align="center">
<!-- BEGIN switch_user_sig_block -->
<tr> 
<th class="thHead" colspan="2" height="25" nowrap="nowrap">&#8226;&nbsp;<b>{L_SIG}</b>&nbsp;&#8226;</th>
</tr>

<tr>
<td align="center" class="row1"><span class="postbody">{USER_SIG}</span></td>
</tr>
<!-- END switch_user_sig_block -->
</table>

<br />

<table class="forumline" width="100%" cellspacing="1" cellpadding="7" border="0" align="center">
<!-- BEGIN switch_user_admin -->
<tr> 
<th class="thHead" colspan="2" height="25" nowrap="nowrap">&#8226;&nbsp;<b>{L_QUICK_ADMIN_OPTIONS}</b>&nbsp;&#8226;</th>
</tr>

<tr>
<td class="row1" colspan="2" align="center"><span class="gen"><a href="{U_ADMIN_EDIT_PROFILE}">{L_ADMIN_EDIT_PROFILE}</a> || <a href="{U_ADMIN_EDIT_PERMISSIONS}">{L_ADMIN_EDIT_PERMISSIONS}</a> || {L_USER_ACTIVE_INACTIVE} || {L_BANNED_USERNAME} || {L_BANNED_EMAIL}</span></td>
</tr>
<!-- END switch_user_admin -->
</table>
<br /><br />

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr> 
<td align="center"><span class="nav"><a href="{U_INDEX}" class="nav">&#8226;&nbsp; Zur&uuml;ck zum Forum &nbsp;&#8226;</a></span></td>
</tr>
</table>

Ich habe einige Mods für das Profil eingebaut, die Anweisungen dafür müssen hier dann ausgebaut werden, wenn Ihr die Mods nicht eingebaut habt.

In der lang_main.php müssten ggf. auch ein paar Änderungen vorgenommen werden, damit die Beschriftung so ausschaut wie auf dem Screenshot.


Viele Grüße.
jensdd
Mitglied
Beiträge: 82
Registriert: 16.08.2008 21:23
Wohnort: Dresden
Kontaktdaten:

Re: Verbesserte Darstellung des Profils

Beitrag von jensdd »

Sieht interessant aus ...
Was ist das für ein Mod, der die Admin-Optionen anzeigt?

Gruß Jens
Benutzeravatar
Phobi
Mitglied
Beiträge: 114
Registriert: 11.01.2008 22:38

Re: Verbesserte Darstellung des Profils

Beitrag von Phobi »

Das ist die Mod: Quick Administrator User Options and Information


Viele Grüße.
jensdd
Mitglied
Beiträge: 82
Registriert: 16.08.2008 21:23
Wohnort: Dresden
Kontaktdaten:

Re: Verbesserte Darstellung des Profils

Beitrag von jensdd »

Danke, habe ich gefunden und gleich eingebaut :)

Bei deiner Profildarstellung ist mir im Nachhinein aufgefallen, dass es bei einigen Usern mit Läppi oder 17-Zoller Probleme mit der Darstellung geben wird. Mit 1024px Fensterbreite scheint das schlecht machbar zu sein, es sei denn, man hat eine winzige Schrift bzw. jede Menge Zeilenumbrüche drin oder nimmt horizontales Scrollen in Kauf.

Gruß Jens
Benutzeravatar
Phobi
Mitglied
Beiträge: 114
Registriert: 11.01.2008 22:38

Re: Verbesserte Darstellung des Profils

Beitrag von Phobi »

Ich habe auch einen 17 Zoll Monitor und eine Auflösung von 1280 x 1024.

Ich denke, man müsste es ausprobieren, ab welcher Auflösung oder welches Maß Zoll es gar nicht mehr passt.


Viele Grüße.
MadiMac
Mitglied
Beiträge: 161
Registriert: 24.05.2008 17:41

Re: Verbesserte Darstellung des Profils

Beitrag von MadiMac »

Phobi hat geschrieben:Das ist die Mod: Quick Administrator User Options and Information


Viele Grüße.
phpbb.com funktionert bei mir nicht irgent wie sind die atakiert wurden, wo kann ich den noch runterladen.

MFG
Benutzeravatar
Phobi
Mitglied
Beiträge: 114
Registriert: 11.01.2008 22:38

Re: Verbesserte Darstellung des Profils

Beitrag von Phobi »

Code: Alles auswählen

##############################################################
## MOD Title: Quick Administrator User Options and Information
## MOD Author: pentapenguin < pentapenguin@bluebottle.com > (Jeremy Conley) http://www.pentapenguin.com
## MOD Description: This MOD will add "Edit User's Profile" and "Edit User's Permissions" links in the view profile page  
## along with if the user is active (activated), if the user has been banned, or if the user's email has been banned.
## MOD Version: 1.0.0
## Installation Level: Easy
## Installation Time:  10 Minutes
## Files To Edit: 6
## admin/admin_users.php
## admin/admin_ug_auth.php
## includes/usercp_viewprofile.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/profile_add_body.tpl
##
## Included Files: n/a
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## Instructions for use: if you are an admin, just go to a user's profile and you will see the new information at the bottom.
##
## This MOD is EasyMOD friendly! (http://area51.phpbb.com/phpBB/viewforum.php?sid=&f=17)
##
## For additional language and style downloads, please visit http://www.pentapenguin.com/forum/viewtopic.php?t=1441
##
## Optional step: if you have CyberAlien's eXtreme Styles MOD (http://www.phpbb.com/phpBB/viewtopic.php?t=125251),
## you can copy the file in contrib/admin/xs_quick_admin_options.cfg to admin/xs_quick_admin_options.cfg and you will
## be automatically notified if there's an update available when you use the "check for updates" function. 
##############################################################
## MOD History:
##   2005-11-07 - Version 1.0.0
##      - Initial Release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################


#
#-----[ OPEN ]------------------------------------------
#
admin/admin_users.php


#
#-----[ FIND ]------------------------------------------
#
else
{
	$mode = '';
}


#
#-----[ AFTER, ADD ]------------------------------------------
#

// Start Quick Administrator User Options and Information MOD
if ( isset( $HTTP_POST_VARS['returntoprofile'] ) || isset( $HTTP_GET_VARS['returntoprofile'] ) )
{
	$return_to_profile = ( isset( $HTTP_POST_VARS['returntoprofile'] ) ) ? $HTTP_POST_VARS['returntoprofile'] : $HTTP_GET_VARS['returntoprofile'];
	$return_to_profile = intval($return_to_profile);
}

else
{
	$return_to_profile = 0;
}
// End Quick Administrator User Options and Information MOD


#
#-----[ FIND ]------------------------------------------
#
			$message .= '<br /><br />' . sprintf($lang['Click_return_useradmin'], '<a href="' . append_sid("admin_users.$phpEx") . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_admin_index'], '<a href="' . append_sid("index.$phpEx?pane=right") . '">', '</a>');


#
#-----[ AFTER, ADD ]------------------------------------------
#

			// Start Quick Administrator User Options and Information MOD
			if ( $return_to_profile )
			{
				$message = $lang['Admin_user_updated'] . '<br /><br />' . sprintf($lang['Click_return_userprofile'], '<a href="' . append_sid("../profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id") . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_admin_index'], '<a href="' . append_sid("index.$phpEx") . '">', '</a>');
			}
			// End Quick Administrator User Options and Information MOD


#
#-----[ FIND ]------------------------------------------
#
		$s_hidden_fields .= '<input type="hidden" name="id" value="' . $this_userdata['user_id'] . '" />';


#
#-----[ AFTER, ADD ]------------------------------------------
#

		// Start Quick Administrator User Options and Information MOD
		$s_hidden_fields .= '<input type="hidden" name="returntoprofile" value="' . $return_to_profile .'" />';
		// End Quick Administrator User Options and Information MOD


#
#-----[ OPEN ]------------------------------------------
#
admin/admin_ug_auth.php


#
#-----[ FIND ]------------------------------------------
#
$mode = htmlspecialchars($mode);


#
#-----[ AFTER, ADD ]------------------------------------------
#

// Start Quick Administrator User Options and Information MOD
if( isset( $HTTP_POST_VARS['returntoprofile'] ) || isset( $HTTP_GET_VARS['returntoprofile'] ) )
{
	$return_to_profile = ( isset( $HTTP_POST_VARS['returntoprofile'] ) ) ? $HTTP_POST_VARS['returntoprofile'] : $HTTP_GET_VARS['returntoprofile'];
	$return_to_profile = intval($return_to_profile);
}

else
{
	$return_to_profile = 0;
}
// End Quick Administrator User Options and Information MOD

#
#-----[ FIND ]------------------------------------------
#
		message_die(GENERAL_MESSAGE, $message);
	}
}
else if ( ( $mode == 'user' && ( isset($HTTP_POST_VARS['username']) || $user_id ) ) || ( $mode == 'group' && $group_id ) )


#
#-----[ BEFORE, ADD ]------------------------------------------
#

		// Start Quick Administrator User Options and Information MOD
		if( $return_to_profile )
		{
			$message = $lang['Auth_updated'] . '<br /><br />' . sprintf($lang['Click_return_userprofile'], '<a href="' . append_sid("../profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$user_id") . '">', '</a>') . '<br /><br />' . sprintf($lang['Click_return_admin_index'], '<a href="' . append_sid("index.$phpEx") . '">', '</a>');
		}
		// End Quick Administrator User Options and Information MOD


#
#-----[ FIND ]------------------------------------------
#
	$s_hidden_fields .= ( $mode == 'user' ) ? '<input type="hidden" name="' . POST_USERS_URL . '" value="' . $user_id . '" />' : '<input type="hidden" name="' . POST_GROUPS_URL . '" value="' . $group_id . '" />';


#
#-----[ AFTER, ADD ]------------------------------------------
#

	// Start Quick Administrator User Options and Information MOD
	$s_hidden_fields .= '<input type="hidden" name="returntoprofile" value="' . $return_to_profile .'" />';
	// End Quick Administrator User Options and Information MOD

#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_viewprofile.php


#
#-----[ FIND ]------------------------------------------
#
$template->pparse('body');


#
#-----[ BEFORE, ADD ]------------------------------------------
#

// Start Quick Administrator User Options and Information MOD
if ( $userdata['user_level'] == ADMIN )
{
	$template->assign_block_vars('switch_user_admin', array());

	$sql = 'SELECT ban_userid   
		FROM ' . BANLIST_TABLE . ' 
		WHERE ban_userid = ' . $profiledata['user_id'];

	if ( !($result = $db->sql_query($sql)) )
	{
		message_die(GENERAL_ERROR, 'Could not look up banned status', '', __LINE__, __FILE__, $sql);
	}
	
	if ( $row = $db->sql_fetchrow($result) )
	{
		$banned_username = $row['ban_userid'];
	}
	
	$db->sql_freeresult($result);
	
	$sql = 'SELECT ban_email  
		FROM ' . BANLIST_TABLE . ' 
		WHERE ban_email = "' . $profiledata['user_email'] . '"';

	if ( !($result = $db->sql_query($sql)) )
	{
		message_die(GENERAL_ERROR, 'Could not look up banned status', '', __LINE__, __FILE__, $sql);
	}
	
	if ( $row = $db->sql_fetchrow($result) )
	{
		$banned_email = $row['ban_email'];
	}

	$db->sql_freeresult($result);
	
	if ( $userdata['session_admin'] )
	{
		$u_edit_profile = "admin/admin_users.$phpEx?" . POST_USERS_URL . '=' . $profiledata['user_id'] . '&mode=edit&returntoprofile=1&sid=' . $userdata['session_id'];
		$u_edit_permissions = "admin/admin_ug_auth.$phpEx?" . POST_USERS_URL . '=' . $profiledata['user_id'] . '&mode=user&returntoprofile=1&sid=' . $userdata['session_id'];
	}
	
	else
	{
		$u_edit_profile = append_sid("login.$phpEx?redirect=admin/admin_users.$phpEx&" . POST_USERS_URL . '=' . $profiledata['user_id'] . '&mode=edit&returntoprofile=1&admin=1');
		$u_edit_permissions = append_sid("login.$phpEx?redirect=admin/admin_ug_auth.$phpEx&" . POST_USERS_URL . '=' . $profiledata['user_id'] . '&mode=user&returntoprofile=1&admin=1');
	}
	
	$template->assign_vars(array(
		'L_QUICK_ADMIN_OPTIONS' => $lang['Quick_admin_options'],
		'L_ADMIN_EDIT_PROFILE' => $lang['Admin_edit_profile'],
		'L_ADMIN_EDIT_PERMISSIONS' => $lang['Admin_edit_permissions'],
		'L_USER_ACTIVE_INACTIVE' => ( $profiledata['user_active'] ) ? $lang['User_active'] : $lang['User_not_active'],
		'L_BANNED_USERNAME' => ( $banned_username ) ? $lang['Username_banned'] : $lang['Username_not_banned'],
		'L_BANNED_EMAIL' => ( $banned_email ) ? sprintf($lang['User_email_banned'], $profiledata['user_email']) : $lang['User_email_not_banned'],
	
		'U_ADMIN_EDIT_PROFILE' => $u_edit_profile,
		'U_ADMIN_EDIT_PERMISSIONS' => $u_edit_permissions,
	));
}
// End Quick Administrator User Options and Information MOD


#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_admin.php


#
#-----[ FIND ]------------------------------------------
#
# Note: the full line to find on a fresh phpBB installation is: $lang['Click_return_useradmin'] = 'Click %sHere%s to return to User Administration';
#
$lang['Click_return_useradmin'] 


#
#-----[ AFTER, ADD ]------------------------------------------
#

// Start Quick Administrator User Options and Information MOD
$lang['Click_return_userprofile'] = 'Click %sHere%s to return to the user\'s profile';
// End Quick Administrator User Options and Information MOD


#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php


#
#-----[ FIND ]------------------------------------------
#
# Note: the full line to find on a fresh phpBB installation is: $lang['About_user'] = 'All about %s'; // %s is username
#
$lang['About_user']


#
#-----[ AFTER, ADD ]------------------------------------------
#

// Start Quick Administrator User Options and Information MOD
$lang['Quick_admin_options'] = 'Quick Administrator User Options and Information';
$lang['Admin_edit_profile'] = 'Edit User\'s Profile';
$lang['Admin_edit_permissions'] = 'Edit User\'s Permissions';
$lang['User_active'] = 'User <b>is</b> active';
$lang['User_not_active'] = 'User <b>is not</b> active';
$lang['Username_banned'] = 'Username <b>is</b> banned';
$lang['Username_not_banned'] = 'Username <b>is not</b> banned';
$lang['User_email_banned'] = 'User\'s email [ %s ] <b>is</b> banned'; // %s is email
$lang['User_email_not_banned'] = 'User\'s email <b>is not</b> banned';
// End Quick Administrator User Options and Information MOD


#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/profile_view_body.tpl


#
#-----[ FIND ]------------------------------------------
#
		  //--></script><noscript>{ICQ_IMG}</noscript></td>
		</tr>
	  </table>
	</td>
  </tr>


#
#-----[ AFTER, ADD ]------------------------------------------
#

	<!-- BEGIN switch_user_admin -->
	<tr> 
		<th class="thHead" colspan="2" height="25" nowrap="nowrap">{L_QUICK_ADMIN_OPTIONS}</th>
	</tr>
	<tr>
		<td class="row1" colspan="2" align="center"><span class="gen"><a href="{U_ADMIN_EDIT_PROFILE}">{L_ADMIN_EDIT_PROFILE}</a> || <a href="{U_ADMIN_EDIT_PERMISSIONS}">{L_ADMIN_EDIT_PERMISSIONS}</a> || {L_USER_ACTIVE_INACTIVE} || {L_BANNED_USERNAME} || {L_BANNED_EMAIL}</span></td>
	</tr>
	<!-- END switch_user_admin -->


#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
MadiMac
Mitglied
Beiträge: 161
Registriert: 24.05.2008 17:41

Re: Verbesserte Darstellung des Profils

Beitrag von MadiMac »

Danke Phobi
jensdd
Mitglied
Beiträge: 82
Registriert: 16.08.2008 21:23
Wohnort: Dresden
Kontaktdaten:

Re: Verbesserte Darstellung des Profils

Beitrag von jensdd »

Habs mal ausprobiert. Mit Anpassung der Tabellenbeschriftung und mit Icons statt E-Mail, PN, usw. siehts auch in kleinen Browserfenstern gut aus. Die Signatur kann man noch ohne Header unter die Tabelle setzen, dann wirkt das geschlossener: http://www.sachsenschiene.net/dow/profil.jpg
Noch mal Danke für den Tipp!

Habe bei der Gelegenheit noch eine supi Mod-Seite für phpBB2 entdeckt: http://4fxearth.net/phpBB2/ezdloads.php

Gruß Jens
Benutzeravatar
Phobi
Mitglied
Beiträge: 114
Registriert: 11.01.2008 22:38

Re: Verbesserte Darstellung des Profils

Beitrag von Phobi »

Oh ja, Deine Variante gefällt mir auch sehr gut. Sehr schick, stimmt.

Danke für den Link-Tipp.


Viele Grüße.
Antworten

Zurück zu „phpBB 2.0: Mod Suche/Anfragen“