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.

Admin, Mod, Staff please come here default punbb ERROR

5 posters

Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Admin, Mod, Staff please come here default punbb ERROR

Post by erchima May 9th 2014, 5:58 am



See it on Inbox
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by Illest May 9th 2014, 6:37 am

Hi,

You're having avatar problems on punBB?
Illest
Illest
Forumember

Male Posts : 135
Reputation : 9
Language : English
Location : USA

http://mixedmedia.userboard.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by erchima May 9th 2014, 9:01 am

yes, avatar on message / inbox showing error on punbb default skin without JS, CSS, template changing
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by RadioHead May 9th 2014, 10:01 am

Hi,

What error are you talking about? I don't see any error's displayed in the video.

If the problem is that your avatar is cut off, it simply means that the avatar is too big, try using the same avatar on this forum, the same will happen.

Just make a smaller version and and will be good Smile
RadioHead
RadioHead
Forumember

Posts : 337
Reputation : 23
Language : English (der?)

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by erchima May 9th 2014, 3:05 pm

RadioHead wrote:Hi,

What error are you talking about? I don't see any error's displayed in the video.

If the problem is that your avatar is cut off, it simply means that the avatar is too big, try using the same avatar on this forum, the same will happen.

Just make a smaller version and and will be good Smile
Avatar on View Message
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by angel_of_night May 9th 2014, 3:23 pm

You need to resize your avatar with codes, someone can help you with that.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by erchima May 9th 2014, 3:42 pm

angel_of_night wrote:You need to resize your avatar with codes, someone can help you with that.
looks like your answer not inappropriate disclosed
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by Illest May 9th 2014, 4:53 pm

erchima wrote:looks like your answer not inappropriate disclosed

Hi,

There's no need to be rude, but you simply need to resize your avatar like he said above. There's no code needed for that. Smile
Illest
Illest
Forumember

Male Posts : 135
Reputation : 9
Language : English
Location : USA

http://mixedmedia.userboard.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by erchima May 9th 2014, 5:02 pm

Illest wrote:
erchima wrote:looks like your answer not inappropriate disclosed

Hi,

There's no need to be rude, but you simply need to resize your avatar like he said above. There's no code needed for that. Smile
how to it? i have modifi on view prvmsg body and adding css but doesn't work
help me
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by angel_of_night May 9th 2014, 5:11 pm

What I mean is that she can make a default size for the avatars in the topics with a code, it's much easier than resizing the image itself.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by erchima May 9th 2014, 5:20 pm

if i use auto resize, the button image follow it
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by Illest May 9th 2014, 5:32 pm

Add this code to your CSS Stylesheet.

Code:
.pun .user-ident .user-basic-info a img {
          max-width: 300px;
          max-height: 150px;
   }

Let me know if it works. Very good
Illest
Illest
Forumember

Male Posts : 135
Reputation : 9
Language : English
Location : USA

http://mixedmedia.userboard.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by erchima May 9th 2014, 5:41 pm

still not work
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by Illest May 9th 2014, 5:44 pm

erchima wrote:still not work

Try this :

Code:
.res img{
width:175px !important;
height: 201px !important;
}

and adjust the width and height to your liking.


Last edited by Illest on May 9th 2014, 5:47 pm; edited 1 time in total
Illest
Illest
Forumember

Male Posts : 135
Reputation : 9
Language : English
Location : USA

http://mixedmedia.userboard.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by erchima May 9th 2014, 5:45 pm

i change to 100px but doesn't work
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by Ange Tuteur May 10th 2014, 6:00 am

Hello,

This is not an error, the user profiles overflow is hidden. This is intentional to prevent users with large avatars from breaking the forum layout. If you want the overflow visible use the following CSS.

Code:
.pun .user { overflow:visible !important; }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Admin, Mod, Staff please come here default punbb ERROR Empty Re: Admin, Mod, Staff please come here default punbb ERROR

Post by erchima May 10th 2014, 12:44 pm

how to hide the avatar on private message?
i have try with code
Code:
.pun img{display:none !important}
but another image like ,Send message, create topic, reply, and anymore follow to not display =_="
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Back to top

- Similar topics

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