v phpbb3 sa po kliknuti na ikonu icq otvori sprosty popup kde mozes pisat. v phpbb2 sa otvori okno cloveka na stranke icq.com a tam je aj jeho cislo, presne ako na tomto fore... dosiel som na to ako to v phpbb3 prerobit. trochu som sa hrabal v includes a template z phpbb2.. akurat mam jeden problem..
phpbb2/includes/usercp_viewprofile.php
Kód:
if ( !empty($profiledata['user_icq']) )
{
$icq_status_img = '<a href="http://wwp.icq.com/' . $profiledata['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $profiledata['user_icq'] . '&img=5" width="18" height="18" border="0" /></a>';
$icq_img = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
$icq = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '">' . $lang['ICQ'] . '</a>';
}
else
{
$icq_status_img = ' ';
$icq_img = ' ';
$icq = ' ';
}
phpbb2/templates/subsilver/profile_view_body.tpl
Kód:
<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 )
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>
do includes v phpbb3 by sa malo vlozit to co som skopcil hore z phpbb2 a do phpbb3/styles/subsilver2/template/memberlist_view.html by sa malo vlozit to druhe.
a teraz ten problem..
neviem kam do includes v phpbb3 mam vlozit ten kod. snad som to napisal zrozumitelne a budete mi vediet pomoct. potom to spravim ako normalny mod do phpbb3