Avatar beside quick reply
3 posters
Page 1 of 1
Avatar beside quick reply
is there anyone that you could put userrs avatar beside the quick reply box? I know there are some codes for phpbb3 and invision, but i need something for phpbb2.
Re: Avatar beside quick reply
Add this to your Javascript management(make sure it's in the topics)
Then,add this code to your CSS Stylesheet
Hope this will helpful
- Code:
jQuery(document).ready(function() {
$('#quick_reply').before('<div id="av_quickreply"></div>');
if(typeof(_userdata)!="undefined") {
$('#av_quickreply').html(_userdata['avatar']);
}
else {
$('#av_quickreply').load('/profile?mode=editprofile&page_profil=avatars #register .forumline .row1 img');
}
});
Then,add this code to your CSS Stylesheet
- Code:
#av_quickreply img{
position: relative;
top: 35px;
left: 15px;
}
#av_quickreply {
float: left;
}
Hope this will helpful
mangaka- Forumember
- Posts : 121
Reputation : 5
Language : Indonesia
Location : Well
Re: Avatar beside quick reply
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Avatar next to quick Reply
» avatar near quick reply
» Problem with Avatar in Quick Reply
» Avatar next to quick reply for phpbb3?
» When onclick button of "Post Reply" scroll down to the quick reply
» avatar near quick reply
» Problem with Avatar in Quick Reply
» Avatar next to quick reply for phpbb3?
» When onclick button of "Post Reply" scroll down to the quick reply
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum