morpheus2matrix wrote:you forgot to provide the SQL request need by the MOD
Shof515 wrote:.....and not to bust any bubbles but jabber is in phpBB 2.2.1 or w/e it is..
$jabber_img = ( $postrow[$i]['user_jabber'] ) ? '<a href="' . $temp_url . '"><img src="' . $images['icon_jabber'] . '" alt="' . $lang['JABBER'] . '" title="' . $lang['MSNM'] . '" /></a>' : '';
#$jabber_img = ( $postrow[$i]['user_jabber'] ) ? '<a href="' . $temp_url . '"><img src="' . $images['icon_jabber'] . '" alt="' . $lang['JABBER'] . '" title="' . $lang['JABBER'] . '" border="0" /></a>' : '';servalan wrote:Hiya,
I've just installed this on our test server. A few buglets with the code snippets above...
- Code: Select all
$jabber_img = ( $postrow[$i]['user_jabber'] ) ? '<a href="' . $temp_url . '"><img src="' . $images['icon_jabber'] . '" alt="' . $lang['JABBER'] . '" title="' . $lang['MSNM'] . '" /></a>' : '';
#
should be:
- Code: Select all
$jabber_img = ( $postrow[$i]['user_jabber'] ) ? '<a href="' . $temp_url . '"><img src="' . $images['icon_jabber'] . '" alt="' . $lang['JABBER'] . '" title="' . $lang['JABBER'] . '" border="0" /></a>' : '';
i.e. changed the lang & added a null border to the icon.
Other than it seems to be working ok.
Thanks!
img {
border: 0; }joefish wrote:This mod is not easymod compliant. Does someone who knows what they're doing willing to do this for me?
Rondom wrote:Good mod. You should replace the $table_prefix with phpbb, though.
#
#-----[ FIND ]------------------------------------------------
#
$sql = "INSERT INTO " . USERS_TABLE . " (user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_sig_bbcode_uid, user_avatar, user_avatar_type, user_viewemail, user_aim, user_yim, user_msnm, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_timezone, user_dateformat, user_lang, user_style, user_level, user_allow_pm, user_active, user_actkey)Return to [2.0.x] MODs in Development
Users browsing this forum: No registered users and 6 guests