Results 1 to 15 of 15
  1. #1
    Join Date
    Nov 2005
    Location
    Nuevo Mexico
    Posts
    1,411

    Default Forum Link suggestion

    Is there any way to change the default forum link colour ?
    IMHO its too close to the default text colour and hard to pick out.

  2. #2
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by Brian View Post
    Is there any way to change the default forum link colour ?
    IMHO its too close to the default text colour and hard to pick out.
    Hi Brian,

    Thanks for the suggest...I've asked one of our web developers to look into this, it'll be sorted out soon..

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
    Follow eUKhost on Twitter || Join eUKhost Community on Facebook

    For complaints, grievances or suggestions kindly email our FeedBack Dept.
    Proper action will be taken accordingly & instantaneously!

  3. #3
    Join Date
    Nov 2005
    Location
    Nuevo Mexico
    Posts
    1,411

  4. #4
    Join Date
    Oct 2006
    Location
    localhost
    Posts
    3,375

    Smile

    Quote Originally Posted by Brian View Post
    Sweet, thanks
    You're welcome

    Rock _a.k.a._ Jack
    Windows Hosting || Windows Reseller Hosting
    Cloud Hosting 100% UPTIME! || Powerful Dedicated Servers
    Follow eUKhost on Twitter || Join eUKhost Community on Facebook

    For complaints, grievances or suggestions kindly email our FeedBack Dept.
    Proper action will be taken accordingly & instantaneously!

  5. #5
    Join Date
    Feb 2011
    Posts
    140

    Default

    Hi Brian

    The color of the forum cannot be changed only by using the color tags, because the <a href=""></a> tag ignores the color information not contained within a class, or within the <a href=""> tag itself.

    This does nothing and the link is the default link color:
    <span style="color: #800000"><a href="blahblah"></a></span>

    However this coding will work:
    <a style="color: #800000" href="blahblah"></a>

    If you want to change the color of all user-posted links throughout your forum, you will have to dig into the bbCode-to-HTML conversion that's done and figure out how to add a class="userlink" to it and then you'd have to go into the CSS and style .userlink A:link {}

  6. #6
    Join Date
    Oct 2009
    Posts
    138

    Default

    Not very sure whether thats possible in a forum, but if you wish not to use both the hands and avoid the 'Ctl' + 'Left Mouse button', you can simple click the scroll wheel inorder to open a link in a new tab.
    Note: You must click and not scroll it

  7. #7
    Join Date
    Nov 2005
    Location
    Nuevo Mexico
    Posts
    1,411

    Default

    Thats not what I am talking about, its the general colour of the links. Its not a benefit for me to try and change my link colours because its all the links. Its too hard to see if there is a link in text because its the same colour as regular text .....

  8. #8

    Default

    You can try out the following and let me know if that works

    Login to your vBulletin as Admin >> Styles >> CSS >> vbulletin.css , then at the bottom of the existing code, add the following


    Code:
    .postcontent a {
    color: #3333CC;
    }
    Note : You can use your preferred color and make relevant changes to the above. Hope that works out.

  9. #9

    Default

    I think he was talking about links being the same color as the test here, on the eUKhost forums, not on his forum. One of the admins here should add the code indicated by MattBarthorp.

    See, this is a link.

  10. #10
    Join Date
    Aug 2011
    Location
    france
    Posts
    2

    Default

    Yes, please give option for the users to select the color of the forum

  11. #11
    Join Date
    Jun 2008
    Posts
    119

    Default

    Quote Originally Posted by phoenix65 View Post
    Not very sure whether thats possible in a forum, but if you wish not to use both the hands and avoid the 'Ctl' + 'Left Mouse button', you can simple click the scroll wheel inorder to open a link in a new tab.
    Note: You must click and not scroll it
    that depends on your mouse and setup phoenix.. the scroll button click on mine opens up a quick scroll.. or whatever else i tell it to do.

  12. #12
    Join Date
    Jan 2007
    Location
    United Kingdom
    Posts
    3,011

    Default

    You can revert to the default vBulletin theme at the bottom left of the forum which shows links in a blue colour .
    Domains Registrations @ £7.49pa! - Download the official eUKhost Android and iOS App!

    eNlight Cloud Hosting - Cost-Effective, Autoscaling Cloud Hosting
    How does eNlight work? What differences and benefits are there to VPS and Dedicated Servers?

    Chat to us on Twitter!
    Join our incentive affiliate program now - and earn generous commission with each sale!

    How do I contact eUKhost?
    Support: Client Area - 0808 262 0455
    Sales: sales[@]eukhost.com - 0800 862 0380
    Contact eUKhost Management

    Customer Relations:
    feedback@eukhost.com - 0808 262 0255

    Contact:
    ben@eukhost.com
    Skype: euk_ben
    Windows Live Messenger: ben@eukhost.com


    Don't ever let other people's thoughts, feelings, perceptions and/or opinions drown over yours. You know yourself the best. Go with what you think is right. Everyone else's opinions or statements about you or others are secondary.

  13. #13
    Join Date
    Nov 2005
    Location
    Nuevo Mexico
    Posts
    1,411

    Default

    Couldve sworn I replied to this :P

    I dont want to use the default. I like euk's theme, its pretty sweet visually with the only thing being that you cant tell if there is a link in a thread most of the time unless its pretty obvious with the text that is displayed. I cant be bothered hovering over a post to see if their is links so I personally miss a bunch.

  14. #14
    Join Date
    Jan 2007
    Location
    United Kingdom
    Posts
    3,011

    Default

    I've modified the CSS via the control panel so links will now be bolded with the default theme .

    Test
    Domains Registrations @ £7.49pa! - Download the official eUKhost Android and iOS App!

    eNlight Cloud Hosting - Cost-Effective, Autoscaling Cloud Hosting
    How does eNlight work? What differences and benefits are there to VPS and Dedicated Servers?

    Chat to us on Twitter!
    Join our incentive affiliate program now - and earn generous commission with each sale!

    How do I contact eUKhost?
    Support: Client Area - 0808 262 0455
    Sales: sales[@]eukhost.com - 0800 862 0380
    Contact eUKhost Management

    Customer Relations:
    feedback@eukhost.com - 0808 262 0255

    Contact:
    ben@eukhost.com
    Skype: euk_ben
    Windows Live Messenger: ben@eukhost.com


    Don't ever let other people's thoughts, feelings, perceptions and/or opinions drown over yours. You know yourself the best. Go with what you think is right. Everyone else's opinions or statements about you or others are secondary.

  15. #15
    Join Date
    Nov 2005
    Location
    Nuevo Mexico
    Posts
    1,411

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •