Seite 2 von 2

Verfasst: 03.07.2003 18:14
von veschka
http://www.tle-games.com/phpBB2/viewtopic.php?p=2#2

<tr>
<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top"

class="nav">{L_BACK_TO_TOP}</a></span></td>
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table

cellspacing="0" cellpadding="0" border="0" height="18" width="18">
<tr>
<td valign="middle" nowrap="nowrap"><!-- BEGIN Nickpagebutton -->
<a href="{postrow.Nickpagebutton.U_NICKPAGE}"><img src="templates/nickpage/nickpage_button_big.gif" border="0"></a>
<!-- END Nickpagebutton -->{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG}

{postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}
<script language="JavaScript" type="text/javascript"><!--

if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 )
document.write(' {postrow.ICQ_IMG}');
else
document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div

style="position:absolute">{postrow.ICQ_IMG}</div><div

style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');

//--></script><noscript>{postrow.ICQ_IMG}</noscript>
</tr>
</table></td>
</tr>


was mach ich falsch? bin ich so dumm?

Verfasst: 03.07.2003 20:45
von Onkel Sven
probiers..ich peil langsam selbst nicht mehr so ganz durch :D

Code: Alles auswählen

<tr> 
		<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
		<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
			<tr> 
				<td valign="middle" nowrap="nowrap">
				
				<!-- BEGIN Nickpagebutton --> 
					<a href="{postrow.Nickpagebutton.U_NICKPAGE}">
						<img src="templates/nickpage/nickpage_button_big.gif" border="0">
					</a> 				
				<!-- END Nickpagebutton -->
				{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<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(' {postrow.ICQ_IMG}');
	else
		document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
				
				//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
			</tr>
		</table></td>
	</tr>

Verfasst: 04.07.2003 10:42
von veschka
http://www.tle-games.com/phpBB2/viewtopic.php?p=2


Wunderbar, es hat geklappt... nun fehlt nur noch das problem im Header :)

Verfasst: 04.07.2003 10:52
von Onkel Sven
öffne mal die ./includes/page_header.php und such nach U_NICKPAGE wenn dus nich findest, weißte warum *g*

Verfasst: 04.07.2003 10:54
von veschka
soll es so sein? :D
//
//Nickpagelink zeigen?
//
if ( $userdata['session_logged_in'] )
{
//Nickpage vorhanden?
$sql = "SELECT COUNT(uid) AS zaehle FROM ".NICKPAGE_TABLE." WHERE uid='".$userdata['user_id']."'";
if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Konnte Querrie nicht ausführen!', '', __LINE__, __FILE__, $sql);
}
$row = $db->sql_fetchrow($result);
//Konfiguration (ab wieviel posts...)
$sql = "SELECT anzahl_posts FROM ".NICKPAGECONFIG_TABLE;
if( !($result2 = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Konnte Querrie nicht ausführen!', '', __LINE__, __FILE__, $sql);
}
$row2 = $db->sql_fetchrow($result2);
if($row['zaehle'] == "1" OR $row2['anzahl_posts'] <= $userdata['user_posts'])
{
$template->assign_block_vars('Shownickpagebutton',array(
'U_NICKPAGE' => append_sid('nickpage.'.$phpEx.'?admin='.$userdata['username']),
));
}
}
$template->pparse('overall_header');

?>

Verfasst: 04.07.2003 20:20
von veschka
Man dieser Mod macht mich fertig, ohne professionelle Hilfe erschieß ich...... meine Datenbank :cry:

Re: Problem mit Nickpage (header und ICQ)

Verfasst: 04.07.2003 22:08
von bloddy newbie
veschka hat geschrieben:Ich hab Nickpage installiert und es geht auch alles soweit ganz gut, bis auf das:

Ich habe dies im overall_header.tpl stehen:
<td width="100"><a href="{U_IntroPortalMOD2}" class="mainmenu"><span class="mainmenu"><img src="templates/myth2/images/portal.gif" border="0">{L_IntroPortalMOD2}</span> </a></td>
<td width="100"><a href="{Shownickpagebutton.U_NICKPAGE}" class="mainmenu"><span class="mainmenu"><img src="templates/nickpage/nickpage_button_small.gif" border="0">Nickpage</span> </a></td>
</tr>
aber der Link von Nickpage führt nur ins leere also "www.domain.com/phpBB2/"
und nicht nach "www.domain.com/phpBB2/nickpage?user=hierdername
ist ja auch falsch: ANLEITUNG LESEN!

Code: Alles auswählen

<td width="100"><a href="{U_IntroPortalMOD2}" class="mainmenu"><span class="mainmenu"><img src="templates/myth2/images/portal.gif" border="0">{L_IntroPortalMOD2}</span> </a></td>
<!-- BEGIN Shownickpagebutton -->
					<td width="100"><a href="{Shownickpagebutton.U_NICKPAGE}" class="mainmenu"><span class="mainmenu"><img src="templates/nickpage/nickpage_button_small.gif" border="0">Nickpage</span> </a></td>
<!-- END Shownickpagebutton -->
____________________________________________________

und nun zum Problem mit Nickpage und ICQ.

Der Nickpage Button war neben dem www-button... dann fügte ich meine ICQ-Nummer ein und der ICQ-Button liegt nun über Nickpage?

Nickpage.jpg

was läuft denn da verkehrt? :o
füge den bereich

Code: Alles auswählen

	<!-- BEGIN Nickpagebutton -->
	<a href="{postrow.Nickpagebutton.U_NICKPAGE}"><img src="templates/nickpage/nickpage_button_big.gif" border="0"></a>
	<!-- END Nickpagebutton -->
doch einfach direkt hinter das profil ein.

cu bloddy

Verfasst: 04.07.2003 22:17
von veschka
ich hab mir spontan gedacht das ich das einfach anpasse... aber ok... ich danke dir, alles klappt :)

Verfasst: 04.07.2003 22:18
von bloddy newbie
fein :D wieder jemanden glücklich gemacht

Verfasst: 04.07.2003 22:18
von veschka
richtig happy... :D

schönen abend noch ;)