The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Avatar next to quick reply for phpbb3?

3 posters

Go down

Solved Avatar next to quick reply for phpbb3?

Post by luiz187 July 1st 2013, 3:16 am

Do you know a code for putting avatar besides quick reply for phpbb3?
Also i dont know where to put alot of these codes so please help me with it.
Will the phpbb2 code work for phpbb3?
luiz187
luiz187
Forumember

Male Posts : 183
Reputation : 3
Language : English and Portuguese and some Spanish
Location : ISS

http://everyonesblog.net

Back to top Go down

Solved Re: Avatar next to quick reply for phpbb3?

Post by Richard. July 1st 2013, 3:31 am

apc=>Module => HTML & JAVASCRIPT =>Javascript codes=>click on create a new one then choose "topics", and put the next code:

Code:
jQuery(document).ready(function() {
  $('#textarea_content #text_editor_textarea').before('<div id="av_raspuns"></div>');
  $('#av_raspuns').load('/profile?mode=editprofile&page_profil=avatars .ucp-main #ucp fieldset dl dd img');
});

And then in you CSS sheet put this code:

Code:
#quick_reply #av_raspuns{
  display: table-cell;
  width: 200px;
}

#quick_reply #textarea_content{
  width: 800px !important;
  display: table;
}

#quick_reply #text_editor_controls{
  width: 505px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 100px;
}

#quick_reply #text_editor_textarea{
  display: table-cell;
  width: 400px;
}
Richard.
Richard.
Forumember

Male Posts : 249
Reputation : 12
Language : English,Romanian
Location : Durham, NC - USA.

http://forum.phpbbonline.com/

Back to top Go down

Solved Re: Avatar next to quick reply for phpbb3?

Post by luiz187 July 1st 2013, 3:34 am

Worked Thanks!
luiz187
luiz187
Forumember

Male Posts : 183
Reputation : 3
Language : English and Portuguese and some Spanish
Location : ISS

http://everyonesblog.net

Back to top Go down

Solved Re: Avatar next to quick reply for phpbb3?

Post by luiz187 July 1st 2013, 3:37 am

Now is it possible to move the basic info, points, name etc.
luiz187
luiz187
Forumember

Male Posts : 183
Reputation : 3
Language : English and Portuguese and some Spanish
Location : ISS

http://everyonesblog.net

Back to top Go down

Solved Re: Avatar next to quick reply for phpbb3?

Post by SLGray July 1st 2013, 4:24 am

luiz187 wrote:Worked Thanks!

luiz187 wrote:Now is it possible to move the basic info, points, name etc.
For this question, please start a new topic.

   Since this is your fourth reminder, you have received a serious warning.

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!


Topic Solved & Locked


Avatar next to quick reply for phpbb3? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum