ICQ-Nummer statt 012345678
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.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
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.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
ICQ-Nummer statt 012345678
hallo
wenn ihr euch mal mein profil oder auch ein anderes in http://www.msilver.net/board/profile.ph ... rofile&u=2 anseht, sehr ihr nicht meine icq nummer, sondern nur den begriff "icq-nummer". weis jemand wie ich die zahlenfolge statt "icq-nummer" anzeigen lassen kann?
mfg
msilver
wenn ihr euch mal mein profil oder auch ein anderes in http://www.msilver.net/board/profile.ph ... rofile&u=2 anseht, sehr ihr nicht meine icq nummer, sondern nur den begriff "icq-nummer". weis jemand wie ich die zahlenfolge statt "icq-nummer" anzeigen lassen kann?
mfg
msilver
www.msilver.net/usercp_viewprofile.php.txt
profile_view_body.tpl:
mfg & danke
msilver
profile_view_body.tpl:
Code: Alles auswählen
<script language="Javascript" type="text/javascript">
<!--
function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img)
{
if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 )
{
document.write('<table width="59" border="0" cellspacing="0" cellpadding="0"><tr><td nowrap="nowrap" style=" background-image: url(\'' + icq_add_img + '\'); background-repeat: no-repeat"><img src="images/spacer.gif" width="3" height="18" alt = "">' + icq_status_img + '<a href="http://wwp.icq.com/scripts/search.dll?to=' + icq_user_addr + '"><img src="images/spacer.gif" width="35" height="18" border="0" alt="{L_ICQ_NUMBER}"></a></td></tr></table>');
}
}
//-->
</script>
<table cellpadding="2" cellspacing="0" border="0" width="98%" align="center">
<tr>
<td valign="top"><img src="templates/phpVB2/images/folder_new.gif" border="0" align="absmiddle">
<span class="largetext"><a href="index.php" ><b>{SITENAME}
Forum Index</b></a></span></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="98%" align="center">
<tr>
<td class="tableborder">
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td colspan="2" class="toprow">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left"><span class="toprowtext">{L_VIEWING_PROFILE}</span></td>
<td align="right"><a href="{U_SEARCH_USER}" class="toprowlink">{L_SEARCH_USER_POSTS}</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row1"><b><span class="largetext">{L_JOINED}: </span></b></td>
<td class="row1"><span class="largetext">{JOINED}</span></td>
</tr>
<tr>
<td class="row2"><b><span class="largetext">{L_ABOUT_USER}</span></b></td>
<td class="row2"><span class="largetext">{AVATAR_IMG}<br>{POSTER_RANK}</span></td>
</tr>
<tr>
<td class="row1"><b><span class="largetext">{L_TOTAL_POSTS}:</span></b></td>
<td class="row1"><span class="largetext">{POSTS}</span> <span class="largetext">[{POST_PERCENT_STATS}
/ {POST_DAY_STATS}]</span> </td>
</tr>
<tr>
<td class="row2"><b><span class="largetext">{L_EMAIL_ADDRESS}:</span></b></td>
<td class="row2"><span class="largetext">{EMAIL_IMG}</span></td>
</tr>
<tr>
<td class="row1"><b><span class="largetext">{L_WEBSITE}:</span></b></td>
<td class="row1"><span class="largetext">{WWW_IMG}</span></td>
</tr>
<tr>
<td class="row2"><b><span class="largetext">{L_ICQ_NUMBER}:</span></b></td>
<td class="row2"><span class="largetext"> {ICQ}</span></td>
</tr>
<tr>
<td class="row1"><b><span class="largetext">{L_AIM}:</span></b></td>
<td class="row1"><span class="largetext">{AIM_IMG}</span></td>
</tr>
<tr>
<td class="row2"><b><span class="largetext">{L_YAHOO}:</span></b></td>
<td class="row2"><span class="largetext">{YIM_IMG}</span></td>
</tr>
<tr>
<td class="row1"><b><span class="largetext">{L_MESSENGER}:</span></b></td>
<td class="row1"><span class="largetext">{MSN}</span></td>
</tr>
<tr>
<td class="row1"><b><span class="largetext">{L_PM}:</span></b></td>
<td class="row1"><span class="largetext">{PM_IMG}</span></td>
</tr>
<tr>
<td class="row2"><b><span class="largetext">{L_LOCATION}: </span></b></td>
<td class="row2"><span class="largetext">{LOCATION}</span></td>
</tr>
<tr>
<td class="row2"><b><span class="largetext">{L_OCCUPATION}: </span></b></td>
<td class="row2"><span class="largetext">{OCCUPATION}</span></td>
</tr>
<tr>
<td class="row1"><b><span class="largetext">{L_INTERESTS}:</span></b></td>
<td class="row1"><span class="largetext">{INTERESTS}</span></td>
</tr>
<tr>
<td align="center" colspan="2" class="toprow"> </td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<p> </p>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="right"><span class="smalltext"><br>{JUMPBOX}</span></td>
</tr>
</table>
msilver
usercp_viewprofile.php:
[suchen]
[ersetzen durch]
esperitox
[suchen]
Code: Alles auswählen
$icq = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '">' . $lang['ICQ'] . '</a>';Code: Alles auswählen
$icq = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '">' . $profiledata['user_icq'] . '</a>';noch mal ich, nach einiger zeit *g*
also ich habe ein neues forum installiert und wollte dies wieder ändern, aber dieses mal erscheint da immer das icon des jeweiligen (email, icq, Website, AIM-Name, Yahoo) und kein text der das darstellt, was man eingegeben hat. kann mir irgend jemand helfen?
www.msilver.net/3.jpg
www.msilver.net/usercp_viewprofile.php.txt
hoffentlich kann jemand helfen
mfg
msilver
also ich habe ein neues forum installiert und wollte dies wieder ändern, aber dieses mal erscheint da immer das icon des jeweiligen (email, icq, Website, AIM-Name, Yahoo) und kein text der das darstellt, was man eingegeben hat. kann mir irgend jemand helfen?
www.msilver.net/3.jpg
www.msilver.net/usercp_viewprofile.php.txt
hoffentlich kann jemand helfen
mfg
msilver
..ersetze in der profile_view_body.tpl {*_IMG} (z.B. {ICQ_IMG}) mit {*} (z.B. {ICQ}).
Nun müsstest du die usercp_viewprofile.php noch ein wenig anpassen, da sonst anstatt der eigentlichen ICQ-Nummer nur die Bezeichnung "ICQ-Nummer" angezeigt werden würde:
++FINDE++
Nun müsstest du die usercp_viewprofile.php noch ein wenig anpassen, da sonst anstatt der eigentlichen ICQ-Nummer nur die Bezeichnung "ICQ-Nummer" angezeigt werden würde:
++FINDE++
++MIT FOLGENDEM ERSETZEN++$icq = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '">' . $lang['ICQ'] . '</a>';
$icq = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '">' . $profiledata['user_icq'] . '</a>';