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.
3 posters
Avatar beside quick reply
Richard.- Forumember
- Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.
- Post n°1
Avatar beside quick reply
mangaka- Forumember
- Posts : 121
Reputation : 5
Language : Indonesia
Location : Well
- Post n°2
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
Richard.- Forumember
- Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.
- Post n°3
Re: Avatar beside quick reply
:O .. Thankssss
Topic solved.
Topic solved.
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°4
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.