Would you make Forum Link to Topic Title (Post by Stoker #12820)
look like that?
[sigimg]http://i198.photobucket.com/albums/aa62 ... search.gif[/sigimg] Forum Link to Topic Title (Post by Stoker #12820)

Code: Select all
<img src=" . chr(34) . "http://www.yoursite.com/image.gif" . chr(34) . " width=" . chr(34) . "42" . chr(34) . " height=" . chr(34) . "41" . chr(34) . " />
Code: Select all
$username = ($post_id != 0) ? $row['username'] . " @ " : '';
Code: Select all
$username = ($post_id != 0) ? $row['username'] . " @ " : ' image code here ';
Code: Select all
$username = ($post_id != 0) ? $row['username'] . " @ " : ' <img src=" . chr(34) . "http://www.yoursite.com/image.gif" . chr(34) . " width=" . chr(34) . "12" . chr(34) . " height=" . chr(34) . "13" . chr(34) . " /> ';
Code: Select all
$sql = "insert into " . $table_prefix . "posts (topic_id, forum_id, poster_id, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, bbcode_uid, bbcode_bitfield, post_postcount, post_text, post_username)
values (" . $topic_id . ", " . $forum_id . ", " . $user_id . ", " . $current_time . ", 1, 1, 1, 1, (select user_sig_bbcode_uid from " . $table_prefix . "users where user_id=" . $user_id . "), (select user_sig_bbcode_bitfield from " . $table_prefix . "users where user_id=" . $user_id . "), 1, concat('Even plaats gemaakt voor nieuwe bedankjes. <img src=" . chr(34) . "http://www.presents4you.net/images/clean.gif" . chr(34) . " width=" . chr(34) . "42" . chr(34) . " height=" . chr(34) . "41" . chr(34) . " />', ' \n \n Tot op heden plaatsten ', '" . $usercount . " leden een bedankberichtje : " . str_replace(chr(39), ' ', $userlijst) . "'), '" . $user->data['username'] . "')";
you mean like this http://www.blades-place.co.uk/Makis wrote:Sorry about misunderstand it has not to do about the user name.![]()
Again... Instead
viewtopic.php?f=45&t=1995
look like that
[sigimg]http://i198.photobucket.com/albums/aa62 ... search.gif[/sigimg] viewtopic.php?f=45&t=1995
....or any icon u prefer
That sucks..Bl4d3 x wrote:you can just add a image link but the image won't be pulled upi have it working on my test site but i dont have the permission to share the code as the coder wants to keep it private.