ServerInfo

Moved

Total Downloads: 10,612 - First Release: Aug 29, 2015 - Last Update: Oct 27, 2017

5/5, 53 likes
  1. Scroll down to the very bottom and you'll see this:
    Code:
        },
        },
        "BackgroundImage": {
          "Enabled": true,
          "Position": {
            "MinX": 0.0,
            "MaxX": 1.0,
            "MinY": 0.0,
            "MaxY": 1.0
          },
          "Url": "https://images2.alphacoders.com/628/628715.jpg",
          "TransparencyInPercent": 5
        },
          },
     
  2. how do i remove pages ? so like my first tab only have one page
     

    Attached Files:

  3. that's not what I need, I want black transparency background...
     
  4. And how do I make a name HeaderText in the middle of the table ? Help me please
     
    Last edited by a moderator: Jun 10, 2016
  5. so many players in me server press space and open /info, why?
     
  6. same problem. i dont know why too
     
  7. Could you please explain the image positioning system?
     
  8. At the line 162 where you have "BackgroundColor": "#000255" (if you didn't modify it) just put "#000000E7" instead of the default value so you can have a semi-transparent black background.

    The only way I found is to put some space before the header name, just like that "HeaderText": "<insert X number of space here>First Tab", it's not very pretty but it work.

    Here is a small png that can make you undertsand how the image positionning system work

    XY.png
     
    Last edited by a moderator: Jun 11, 2016
  9. i would like to know if and how can i do this:
    Code:
    "<a href=”http://mywebsite.com/blablabla” rel=”read more”/>",
     
  10. Im not sure you can put clickable links in this info mod..
    I do however have quite a knowledge base with it, Ive set up 4 different ones for servers.
    removing and adding tabs is easy. headers is easy, Everything is in the config if you know what to look for..
    Or you can even edit the .cs yourself if you know what you are doing, however when you update it, you would have to re-edit...

    But if anyone needs help setting it up and getting it to look how they want, send me an inbox.
    I'll happily try show you what you need to do,
     
  11. right so far got everything working few questions tho

    is there a way to add clickable links towards the info panel? ive seen the codes that are used into text that reminds me of the forum style posts and thought i should give it a try with "<url=link>text</url>" but nothing happed. is there another way for this? If not will it come in the future updates of this script? Reason why i would like to this is to give users a link to report issues to a site where people could report players for anything against the rules.

    Edit:
    after hours of research on the x and y values ive finally got it fixed lol

    2nd Edit:
    Is there a way to load the images to the server locally and use it from there? cause everything load up perfectly now but when switching tabs it reloads the image and you get this white bg before it loads maybe its just my ocd tingling just wondering if that is possible
     
    Last edited by a moderator: Jun 16, 2016
  12. I'm pretty sure we can't do both for now, unfortunately =/
     
  13. can you share how you did it? "<url=link>text</url>"
     
  14. i used just like you used the <color=#FFFFFF>text </color> but then for a link it would have been
    Code:
    <url=http://www.google.com>Text</url>
    but ive already tried it and just shows it as plain text

    Reason why i ask is due to the images loading from external site it gives a blank white image everytime you use it and switch to other tabs
    Example:
    [​IMG]
     
  15. Yeah, I got the same issue too but your image is loaded more quickly than mine ...
    As you explain it, it's because the image is loading from an external site but for now all plugins who got images use external loading like this one =/

    I have a question for you, when you open your info panel and then click on second tab then third tab, did you got a "duplicate active button" issue too ?

    Capture.PNG
     
  16. yeah had that before too so i changed up the colors on when active or not. and it seems it fixed itself? cause when i checked the colors most of them looked really the same or it has to do with the next page thingy ( maybe im blowing it out my ass but it worked for me)
    would you mind sharing your code if this doesnt work?

    Edit:
    Had some coffee and remembered what i did to fix it
    I remembering the hex code being way too long yeah just try changing the colors real quick hex or just text for example color: red or blue grey etc

    Default Screenshot of the buttons hex code
    [​IMG]

    My edited Buttons hex code
    [​IMG]

    Hex color code has a max of 6 digits with a hashtag

    i remember this fixed it for me but putting the correct codes in.

    Extra Links
    HTML Color Picker
    Web colors - Wikipedia, the free encyclopedia

    Hope this helps and i didnt go off tracks
     
    Last edited by a moderator: Jun 17, 2016
  17. Okay it's fixed, the root issue was that I used an 8 digit ( for the alpha layer ) on the inactive button too =/

    Thank you CookieMonster !
     
    Last edited by a moderator: Jun 18, 2016
  18. Hi, I need help. I create server. I from Russia and know ENG very bad.
    I need to do change default plagin config that colors it will be look like this screen (from another server).
    Please give me config whith this colors:

    "ActiveButtonColor": "# ",
    "InactiveButtonColor": "#",
    "CloseButtonColor": "#",
    "NextPageButtonColor": "#",
    "PrevPageButtonColor": "#",
    "BackgroundColor": "#",
     

    Attached Files:

  19. what file do I need to edit to get this to work in game it keeps showing the default one
    [DOUBLEPOST=1466421004][/DOUBLEPOST]how do I edit the default backgrund color? is there any tutorials i can watch?
     
  20. I edited the Config file earlier and everything worked a wonder but now it's gone back to default again