Automatically having links bold and colored.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Loyalty4Life
    Senior Member
    • Oct 2003
    • 251
    • 3.5.0 Pre-Release

    Automatically having links bold and colored.

    Hello.

    Whenever someone posts a link, it's just plain and sometimes hard to notice. I'd like the links to be automatically bolded and have this color = #044900.

    I know this can be done, as I have seen it on another vB forum, which uses 2.2.6. I have 2.3.2.

    Thanks for any help you can offer.
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    its just setting atributes to the CSS / Style sytem

    Comment

    • Loyalty4Life
      Senior Member
      • Oct 2003
      • 251
      • 3.5.0 Pre-Release

      #3
      Could you tell me what to modify? I'd really appreciate it.

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        it would effect all links

        with out modifying the files i dunno if id be possible for just posted links >.>

        Comment

        • Loyalty4Life
          Senior Member
          • Oct 2003
          • 251
          • 3.5.0 Pre-Release

          #5
          I know what you're talking about. My Site Technician made ALL the links green and bolded, which I don't really care for too much. He's doing a good job with the work he's putting in, and I appreciate that.

          Where Amazing Happens. Discuss all things NBA here, including the history of the game, player comparisons, regular season games and much more.


          Check this thread out. My link was bolded and colored, and the rest of the links on the page are not affected.

          Does anything know how to do this?

          Comment

          • Loyalty4Life
            Senior Member
            • Oct 2003
            • 251
            • 3.5.0 Pre-Release

            #6
            Any help, please? I know it's possible. I just need someone to help me out.

            Comment

            • Zachery
              Former vBulletin Support
              • Jul 2002
              • 59097

              #7
              i belive you would need to edit the bbcode file to do this in vb2 :\ ask at vb.org

              Comment

              • Loyalty4Life
                Senior Member
                • Oct 2003
                • 251
                • 3.5.0 Pre-Release

                #8
                Originally posted by Faranth
                i belive you would need to edit the bbcode file to do this in vb2 :\ ask at vb.org
                I have. They are being unreceptive and aren't respond to my thread.

                Comment

                • Zachery
                  Former vBulletin Support
                  • Jul 2002
                  • 59097

                  #9
                  where did you post it?

                  Comment

                  • Loyalty4Life
                    Senior Member
                    • Oct 2003
                    • 251
                    • 3.5.0 Pre-Release

                    #10
                    Originally posted by Faranth
                    where did you post it?
                    This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ .

                    Comment

                    • Loyalty4Life
                      Senior Member
                      • Oct 2003
                      • 251
                      • 3.5.0 Pre-Release

                      #11
                      Could a vBulletin designer help me out?

                      Comment

                      • Aaron Freed
                        Senior Member
                        • Jan 2003
                        • 108
                        • 3.7.x

                        #12
                        this should go in the CSS header of your posts, I think

                        A:link {color: whatever; text-decoration: whatever; font-weight: bold;}
                        A:visited {color: whatever; text-decoration: whatever; font-weight: bold;}
                        A:hover {color: whatever; text-decoration: whatever; font-weight: bold;}
                        A:active {color: whatever; text-decoration: whatever; font-weight: bold;}

                        If you want different styled links on the same page, do this:

                        .blarg A:link {color: whatever; text-decoration: whatever; font-weight: bold;}
                        .blarg A:visited {color: whatever; text-decoration: whatever; font-weight: bold;}
                        .blarg A:hover {color: whatever; text-decoration: whatever; font-weight: bold;}
                        .blarg A:active {color: whatever; text-decoration: whatever; font-weight: bold;}

                        and then put

                        class="blarg"

                        somewhere in your link code (i.e. <a href="wherever" class="blarg">)

                        obviously, "whatever" and "wherever" shoudl be replaced by actual values. accepted stuff for text-decoration is none, underline, overline, line-through, and any combination of the last three. colours... well, I'm sure you know how to use that :P
                        Fool's Gold: Discussion of rock 'n' roll, movies, A Song of Ice and Fire, Discworld, The Wheel of Time, The Lord of the Rings, Dragonlance, Forgotten Realms, literature, games, and more. It's ace.

                        Last.FM * LiveJournal

                        Comment

                        • Loyalty4Life
                          Senior Member
                          • Oct 2003
                          • 251
                          • 3.5.0 Pre-Release

                          #13
                          I don't mean to question you, but how confident are you that the code works?

                          Comment

                          • Zachery
                            Former vBulletin Support
                            • Jul 2002
                            • 59097

                            #14
                            however how do you make it effect bbcode links? ;P

                            Comment

                            • Aaron Freed
                              Senior Member
                              • Jan 2003
                              • 108
                              • 3.7.x

                              #15
                              Originally posted by Loyalty4Life
                              I don't mean to question you, but how confident are you that the code works?
                              Quite. I use something similar on my own site in several style sets, although I don't use the bolding bit.

                              To make it affect bbcode links, you'd have to make the post table fall whatever custom class you wanted, which you'd do by editing the postbit template. You'd probably have to end up editing the privatemessage template and announcementbit templates as well.
                              Fool's Gold: Discussion of rock 'n' roll, movies, A Song of Ice and Fire, Discworld, The Wheel of Time, The Lord of the Rings, Dragonlance, Forgotten Realms, literature, games, and more. It's ace.

                              Last.FM * LiveJournal

                              Comment

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