• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki Discussion
    • Ideas & Suggestions
    • autolink color coded

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Results 1 to 14 of 14

    Thread: autolink color coded

    • Thread Tools
      • Show Printable Version
    1. June 7, 2010 #1
      bigtree
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bigtree is offline
      Junior Member
      Join Date
      March 30, 2010
      Location
      Canada
      Posts
      41
      Rep Power
      200

      autolink color coded

      I would like the option to select a different color for the autolinks.
      Why? so we could distinguish between wiki links and out links. Save members whom already know what these terms mean, from mousing over all the autolinks.

      good idea?
      Reply With Quote Reply With Quote

    2. June 7, 2010 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      In the next build, you'll be able to customize the style of wiki links by modifying the CSS class .vw-link
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. June 7, 2010 #3
      bigtree
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bigtree is offline
      Junior Member
      Join Date
      March 30, 2010
      Location
      Canada
      Posts
      41
      Rep Power
      200
      bonus!
      Reply With Quote Reply With Quote

    4. June 9, 2010 #4
      bigtree
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bigtree is offline
      Junior Member
      Join Date
      March 30, 2010
      Location
      Canada
      Posts
      41
      Rep Power
      200
      I've upgraded to 3 now.
      I want the autolinks to be colored to #6B4113 Could you be so kind to tell me what, where and how I do this?

      Thanks!
      Reply With Quote Reply With Quote

    5. June 9, 2010 #5
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      For now, you can add the following to your additional.css:
      Code:
      .vw-link { color: #6B4113; }
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. June 10, 2010 #6
      bigtree
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bigtree is offline
      Junior Member
      Join Date
      March 30, 2010
      Location
      Canada
      Posts
      41
      Rep Power
      200
      CP>VaultWiki>Wiki Style Manager

      then where? I don't see additional.css:

      Thanks!
      Reply With Quote Reply With Quote

    7. June 10, 2010 #7
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      additional.css is a standard vB 4 template that never gets updated when vBulletin or a mod upgrades.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. June 10, 2010 #8
      bigtree
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bigtree is offline
      Junior Member
      Join Date
      March 30, 2010
      Location
      Canada
      Posts
      41
      Rep Power
      200
      Sorry to keep asking but I haven't added things like this before, and vb is all new to me. Do I add this via the admincp or a file on what line?
      Reply With Quote Reply With Quote

    9. June 10, 2010 #9
      bigtree
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bigtree is offline
      Junior Member
      Join Date
      March 30, 2010
      Location
      Canada
      Posts
      41
      Rep Power
      200
      ah, finally figured it out,

      thanks!
      Reply With Quote Reply With Quote

    10. June 17, 2010 #10
      InformationNirvana
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      InformationNirvana is offline
      Regular Member
      Join Date
      April 11, 2007
      Location
      Canada eh !
      Posts
      130
      Rep Power
      593
      +1 This is a good idea.
      Reply With Quote Reply With Quote

    11. August 4, 2010 #11
      Farshid.T
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Farshid.T is offline
      Junior Member
      Join Date
      May 17, 2010
      Posts
      5
      Rep Power
      0
      Is there a different method for vB 3.8.x users?
      I tried the second text area in additional CSS located at Styles & Templates > Style Manager > Main CSS but it didn't work.

      It's kind of annoying to have both links and autolinks in the same color!
      thanks,
      vB 4.1.1 + VW 3.0.9 (Persian)
      Reply With Quote Reply With Quote

    12. August 4, 2010 #12
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      688
      Links in vB 3.8 have overqualified CSS. This means you have to make long selectors for it to work correctly. Example:
      Code:
      .vw-content a.vw-link, .alt1 a.vw-link, .alt2 a.vw-link { color: blue; }
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    13. January 14, 2011 #13
      bigtree
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bigtree is offline
      Junior Member
      Join Date
      March 30, 2010
      Location
      Canada
      Posts
      41
      Rep Power
      200
      Has this changed for this build now or do I still add this to the vb4 additional.css: ?
      Reply With Quote Reply With Quote

    14. January 15, 2011 #14
      bigtree
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      bigtree is offline
      Junior Member
      Join Date
      March 30, 2010
      Location
      Canada
      Posts
      41
      Rep Power
      200
      For those wondering how to do this:

      admincp> styles & templates>Style Manager>Edit templates>CSS Templates> additional.css

      add the code below or your desired #color.

      Cheers!


      .vw-link { color: #6B4113; }
      Reply With Quote Reply With Quote

    Similar Threads

    1. Table border color V3.0.17
      By camoit in forum VaultWiki Questions
      Replies: 2
      Last Post: November 26, 2012, 4:47 PM
    2. How to change Link color
      By camoit in forum VaultWiki Questions
      Replies: 2
      Last Post: October 24, 2011, 2:21 AM
    3. First Rows of a table in color
      By sKippah in forum VaultWiki Questions
      Replies: 7
      Last Post: August 15, 2010, 4:07 AM
    4. Bullet color
      By Jella in forum VaultWiki Questions
      Replies: 3
      Last Post: July 18, 2009, 11:58 AM
    5. Contents back color
      By Jella in forum VaultWiki Questions
      Replies: 9
      Last Post: June 3, 2009, 6:57 PM

    Tags for this Thread

    admincp, autolink, autolinks, color, link, links, members, option, style, terms

    View Tag Cloud

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 1:19 PM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.