vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)
-   -   Avatars (https://vborg.vbsupport.ru/showthread.php?t=313287)

MajorKokosnuss 07-28-2014 05:29 AM

Avatars
 
How can i make the Avatar Size automaticly to a good quality and not like this wierd thing ?

and to a bigger size

http://prntscr.com/472jo6

Lynne 07-28-2014 04:49 PM

The avatar size is set here, so just add this to your css_additional.css template and change the values to what you want:

HTML Code:

.b-avatar--m > img {
max-height: 64px;
max-width: 64px !important;}

You can also remove the border by modifying the stylevar thread_view_avatar_border

MajorKokosnuss 07-28-2014 05:31 PM

<a href="http://prntscr.com/4783br" target="_blank">http://prntscr.com/4783br</a>

this happens then

hs4x4 07-29-2014 06:47 AM

Where is the css_additional.css located?

MajorKokosnuss 07-29-2014 07:00 AM

Quote:

Originally Posted by hs4x4 (Post 2508786)
Where is the css_additional.css located?

Post only stuff for my problem please.

hs4x4 07-29-2014 07:28 AM

Quote:

Originally Posted by MajorKokosnuss (Post 2508792)
Post only stuff for my problem please.

I'm not trying to hijack your thread. I want to do the same thing you want to do. I just don't know where the .css file he referenced is located to try his solution of adding that code.

MajorKokosnuss 07-29-2014 07:34 AM

Quote:

Originally Posted by hs4x4 (Post 2508794)
I'm not trying to hijack your thread. I want to do the same thing you want to do. I just don't know where the .css file he referenced is located to try his solution of adding that code.

I will not tell you where it is located. Open your own thread if you have questions

Edit: Check your PM's

Lynne 07-29-2014 04:09 PM

Quote:

Originally Posted by MajorKokosnuss (Post 2508712)
http://prntscr.com/4783br

this happens then

That happens when? What *exactly* did you do? And what am I supposed to see in that image? I just see an avatar that still had a border.

Quote:

Originally Posted by hs4x4 (Post 2508786)
Where is the css_additional.css located?

It is a template in the CSS Templates group.

MajorKokosnuss 07-29-2014 06:34 PM

i have posted this line in the additional css:

.b-avatar--m > img {
max-height: 100px;
max-width: 100px !important;

And then the postbit with the informations got that small and the font size has been changed

Lynne 07-29-2014 08:33 PM

I'm not sure if you meant to leave off the ending }, but that will mess things up.

.b-avatar--m > img {
max-height: 100px;
max-width: 100px !important;}

A link to view the problem would help since this is a CSS issue.

MajorKokosnuss 07-30-2014 03:46 AM

Oh. Placing the } below has fixed the issue :P

DesignMVD 08-16-2014 02:46 AM

Quote:

Originally Posted by Lynne (Post 2508920)
I'm not sure if you meant to leave off the ending }, but that will mess things up.

.b-avatar--m > img {
max-height: 100px;
max-width: 100px !important;}

A link to view the problem would help since this is a CSS issue.

When I do this I still have the avatar to the right ... As I center this?

Thank you.

Lynne 08-16-2014 03:21 PM

We would need a link to view the problem.

DesignMVD 08-16-2014 06:58 PM

1 Attachment(s)
Quote:

Originally Posted by Lynne (Post 2511533)
We would need a link to view the problem.

Attached image

Lynne 08-16-2014 07:58 PM

We can't fix CSS via an image.

DesignMVD 08-16-2014 08:23 PM

Quote:

Originally Posted by Lynne (Post 2511564)
We can't fix CSS via an image.

Sorry

http://www.urumotos.com.uy/foro/

Lynne 08-17-2014 02:50 AM

The avatars in the topics show as centered to me. :/

DesignMVD 08-17-2014 11:55 AM

Quote:

Originally Posted by Lynne (Post 2511612)
The avatars in the topics show as centered to me. :/

If I leave at 64 if ... But if for example I set it at 120 is going to the right ....

Do not leave that 120 looks bad ... So my query.

.b-avatar--m > img {
max-height: 100px;
max-width: 100px !important;}


-------------------

Si la dejo en 64 si ... Pero si por ejemplo lo configuro en 120 se va hacia la derecha ....

No lo deje en 120 por que se ve mal ... Por eso mi consulta.

Lynne 08-17-2014 04:15 PM

I need to actually be able to view the problem if you need some help.

DesignMVD 08-17-2014 09:04 PM

Quote:

Originally Posted by Lynne (Post 2511715)
I need to actually be able to view the problem if you need some help.

Error view public.

Lynne 08-18-2014 02:22 AM

Quote:

Originally Posted by DesignMVD (Post 2511751)
Error view public.

Huh? Honestly, I can't help with CSS issues unless I can see the page. Sorry. If you can't let me see the problem, then you should hire someone who can help.

DesignMVD 08-18-2014 02:29 PM

Quote:

Originally Posted by Lynne (Post 2511789)
Huh? Honestly, I can't help with CSS issues unless I can see the page. Sorry. If you can't let me see the problem, then you should hire someone who can help.

But you leave the visible problem ....


This it the error in the post, as you asked me ...


Error is visible in example: http://www.urumotos.com.uy/foro/f135...nja-300-275501


Google translator

Lynne 08-18-2014 06:03 PM

Try this:
HTML Code:

.b-avatar {
  width: auto;
}


DesignMVD 08-18-2014 10:26 PM

Quote:

Originally Posted by Lynne (Post 2511870)
Try this:
HTML Code:

.b-avatar {
  width: auto;
}


Perfect !

PHP Code:

.b-avatar--img {
    
max-height:120px;
    
max-width:120px !important;
}
.
b-avatar {
  
widthauto

Resizes and centers to perfection!

Thank you very much!


All times are GMT. The time now is 01:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01219 seconds
  • Memory Usage 1,767KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_html_printable
  • (1)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete