Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 8 of 8

Thread: Text color?

  1. #1
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Question Text color?

    Where can I change the text color on the flags drop-down menu please? On some of my skins it is completely unreadable. See attached:


  2. #2
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    It most probably will need some change in code. I will check on it and I will give you some more clue tomorrow

  3. #3
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    OK thanks, I will check back regularly.

  4. #4
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    Ok I found it:
    To set color of this drop-down menu you have to edit on file:
    forum root -> includes -> vbenterprisetranslator_functions_url.php

    and edit line:
    PHP Code:
    $menu .= '<td class="vbmenu_option"><a rel="novbseo"  style="color: black;" '
    Change value of color:

    In example if you want to have green text:
    PHP Code:
    $menu .= '<td class="vbmenu_option"><a rel="novbseo"  style="color: green;" '

  5. #5
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    I have about 20 different skins on my forum. So with this edit it will change the color globally on all skins. That will not do. I need a way to change the text color for different forum skins. Thanks.

  6. #6
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    Right now we do not support dinamically changing text color for dropdown menu, it is hardcoded value in our script. I will ask Michał whether it will be editable in our next release

  7. #7
    Senior Member
    Join Date
    May 2010
    Posts
    257

    Default

    Quote Originally Posted by r.dziadusz View Post
    Right now we do not support dinamically changing text color for dropdown menu, it is hardcoded value in our script. I will ask Michał whether it will be editable in our next release
    I already fixed it myself thanks. I just added a stylevars code in that part you gave me. So it pulls from the Stylevars. Which works much better for every skin uses different colors. Thanks.

  8. #8

    Default

    Quote Originally Posted by Taurus View Post
    I already fixed it myself thanks. I just added a stylevars code in that part you gave me. So it pulls from the Stylevars. Which works much better for every skin uses different colors. Thanks.
    Hello!

    Could you share your solution for others, please?

    Thank you!


Tags for this Thread

Posting Permissions

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