The font size in the caption

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SWSUSA
    Member
    • May 2012
    • 85
    • 4.2.x

    [Forum] The font size in the caption

    Good day! Please tell me how to decrease the font size for all users in your signature? The font size in signatures users more basic font size in messages.

    Добрый день! Подскажите пожалуйста как уменьшить размер шрифта у всех пользователей в подписи? Размер шрифта в подписях у пользователей больше основного размера шрифта в сообщениях.
    Форум бухгалтеров и аудиторов Glbyh.Ru. Do what you can, with what you have, where you are.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73976

    #2
    First you would have to turn off the ability to use the size BBCode in signatures for the the different usergroups. You would do that under Usergroups -> Usergroup Manager. Edit the ones you don't want to have this capability.

    Then you would have to adjust the font-size using CSS. You can put your custom CSS in the additional.css template.

    Code:
    .signature {font-size: 10px;}
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • SWSUSA
      Member
      • May 2012
      • 85
      • 4.2.x

      #3
      Thanks for the answer! The variable editor style can I reduce the font user's signature?

      Спасибо за ответ! В редакторе переменных стиля я могу уменьшить шрифт подписей пользователей?
      Форум бухгалтеров и аудиторов Glbyh.Ru. Do what you can, with what you have, where you are.

      Comment

      • SWSUSA
        Member
        • May 2012
        • 85
        • 4.2.x

        #4
        The font size in signatures is reduced if I reduce it in the style variable Editor => Global => font. Reduce the font from 14 to 12, but then decreased all on the forum!!! While the font in the messages I can change in the style variable Editor, and in the signature can't!!! This is horrible!!! In vBulletin a million functions, but this is not elementary and important as changing the font size in your signature! This is a grave error. Product with the highest quality may not have such lapses!

        Размер шрифта в подписи уменьшается, если я уменьшу его в Редакторе переменных стиля => Global => font. Уменьшаю шрифт с 14 до 12, но тогда уменьшается всё на форуме!!! В то время как шрифт в сообщениях я могу изменить в Редакторе переменных стиля, а в подписи не могу!!! Это ужасно!!! В vBulletin миллион функций, но нет такой элементарной и важной, как изменение размера шрифта в подписи! Это грубая ошибка разработчиков! Продукт с наивысшим качеством не может иметь такие упущения!
        Форум бухгалтеров и аудиторов Glbyh.Ru. Do what you can, with what you have, where you are.

        Comment

        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 73976

          #5
          Yes, that is why I suggested changing it with CSS in your additional.css template and not by editing any style variables. I would guess that most people don't care that the signature is the same size font as it isn't a frequent request to change it.
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment

          • SWSUSA
            Member
            • May 2012
            • 85
            • 4.2.x

            #6
            I put in the CSS code .signature {font-size: 10px;}
            Everything works.
            Thank you!

            Я поставил в CSS код .signature {font-size: 10px;}

            Всё работает.
            Спасибо!
            Форум бухгалтеров и аудиторов Glbyh.Ru. Do what you can, with what you have, where you are.

            Comment

            • SWSUSA
              Member
              • May 2012
              • 85
              • 4.2.x

              #7
              Originally posted by Wayne Luke
              Yes, that is why I suggested changing it with CSS in your additional.css template and not by editing any style variables. I would guess that most people don't care that the signature is the same size font as it isn't a frequent request to change it.
              I want to have the administrator has the ability to automatically change the font size signatures for all users. Without the need to add additional code in CSS. You will add this feature in the update?

              Я хочу чтобы у администратора была возможность автоматически изменить размер шрифта подписи у всех пользователей. Без необходимости добавлять дополнительные коды в CSS. Вы добавите эту возможность в обновлении?
              Форум бухгалтеров и аудиторов Glbyh.Ru. Do what you can, with what you have, where you are.

              Comment

              • Wayne Luke
                vBulletin Technical Support Lead
                • Aug 2000
                • 73976

                #8
                Originally posted by SWSUSA

                I want to have the administrator has the ability to automatically change the font size signatures for all users. Without the need to add additional code in CSS. You will add this feature in the update?
                Administrators can edit user signatures in the AdminCP when they edit the user's account. vBulletin 4.2.X is not scheduled to receive any updates at this time.
                Translations provided by Google.

                Wayne Luke
                The Rabid Badger - a vBulletin Cloud demonstration site.
                vBulletin 5 API

                Comment

                • SWSUSA
                  Member
                  • May 2012
                  • 85
                  • 4.2.x

                  #9
                  Originally posted by Wayne Luke

                  Administrators can edit user signatures in the AdminCP when they edit the user's account. vBulletin 4.2.X is not scheduled to receive any updates at this time.
                  In the admin panel you can not edit the font size of the user's signature. You can edit the text of the signature, but not the size. And this can only be done for a single user, but not for such as 2000 users.

                  В панели администратора нельзя редактировать размер шрифта подписи пользователя. Можно редактировать сам текст подписи, но не размер. И это можно сделать только для одного пользователя, а не для например 2000 пользователей.
                  Форум бухгалтеров и аудиторов Glbyh.Ru. Do what you can, with what you have, where you are.

                  Comment

                  • Wayne Luke
                    vBulletin Technical Support Lead
                    • Aug 2000
                    • 73976

                    #10
                    Size is controlled by a BBCODE which would be visible in the text of the signature. If they don't have any BBCode, they are not using a specific size.

                    There is no way to bulk edit signatures and I doubt there ever will be. Such a function is not practical.
                    Translations provided by Google.

                    Wayne Luke
                    The Rabid Badger - a vBulletin Cloud demonstration site.
                    vBulletin 5 API

                    Comment

                    • SWSUSA
                      Member
                      • May 2012
                      • 85
                      • 4.2.x

                      #11
                      At all users BB codes in the signature are disconnected. But the font size in the signature is more than font size in messages.

                      У всех пользователей отключены BB коды в подписи. Но размер шрифта в подписи больше размера шрифта в сообщениях.




                      Click image for larger version

Name:	image_66180.png
Views:	77
Size:	449.5 KB
ID:	4324524
                      Last edited by SWSUSA; Wed 8 Jul '15, 12:57pm.
                      Форум бухгалтеров и аудиторов Glbyh.Ru. Do what you can, with what you have, where you are.

                      Comment

                      • Wayne Luke
                        vBulletin Technical Support Lead
                        • Aug 2000
                        • 73976

                        #12
                        Originally posted by SWSUSA
                        На всех пользователей BB коды в подписи отключены. Но размер шрифта в подписи более чем размер шрифта в сообщениях. У всех пользователей отключены BB коды в подписи. Но размер шрифта в подписи больше размера шрифта в сообщениях.
                        For all users in the signature BB code disabled. But the font size in the caption over the font size in messages. All users are disconnected BB code signature. But the font size in the caption is larger than the font in messages.

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

                        Actually in a default installation they are exactly the same size. Adjust the CSS above to make it smaller. The font size has no bearing on SEO or other parsing of the page. It is simply there for the human eye.
                        Translations provided by Google.

                        Wayne Luke
                        The Rabid Badger - a vBulletin Cloud demonstration site.
                        vBulletin 5 API

                        Comment

                        • SWSUSA
                          Member
                          • May 2012
                          • 85
                          • 4.2.x

                          #13
                          How I solved the problem. Как я решил проблему.

                          Template postbit_legacy. Шаблон postbit_legacy.

                          It was like this (было так):

                          HTML Code:
                          <blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>

                          To do so (сделал так):

                          HTML Code:
                          <blockquote class="signature restore"><div class="signaturecontainer"><span style="font-size:12px">{vb:raw post.signature}</span></div></blockquote>

                          Font decreased. HTML-code is valid. Шрифт уменьшился. HTML-код валидный.
                          Форум бухгалтеров и аудиторов Glbyh.Ru. Do what you can, with what you have, where you are.

                          Comment

                          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                          Working...