Change Color

Discussion in 'BukkitDev Information and Feedback' started by isaiah8139 - BSwear, Aug 6, 2016.

Thread Status:
Not open for further replies.
  1. Sugguestion: Its would be nice if users can set the color for the bar under the bukkit logo
     
  2. Offline

    ipodtouch0218

    Sorta like this:?
    [​IMG]

    Seems sorta unnecessary... the pictures seem to be pre-rendered to be blue, not just a simple hexidecimal change.
    Have fun trying to get this through curse though. I think one of the mods said (probably tim) that curse only accepts code changes having to do with security.

    I took way too long making this
     
  3. @ipodtouch0218 The CSS is just templates, very easy to add and modify templates in XenForo. This is not editable from normal users, you could create a Chrome extension though to change the colour values when coming onto the site.
     
  4. Offline

    ipodtouch0218

    @bwfcwalshy

    Never made a chrome extension before, so someone else will have to make t


    Sent from my iPhone using Tapatalk
     
  5. For example:

    <form name="changeColor">
    <p>
    <input type="button" name="colr" value="RED" onclick="document.getElementById('WhatTheBarIsCalled').style.background = 'red';">
    </p>
    </form>
     
  6. Offline

    timtower Administrator Administrator Moderator

    @isaiah8139 - BSwear Stuff like this probably won't get through, it isn't a forum changing thing.
    A client side extension will be a better option for this.
     
    ipodtouch0218 likes this.
Thread Status:
Not open for further replies.

Share This Page