Jump to content

KaPwN

New Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by KaPwN

  1. Okay. I've never used FluxBB. I once programmed for some other forum software, and you will have to read and study a little bit to understand exactly how to make an add-on for FluxBB. Should be some kind of documentation somewhere. Most likely will the add-on system support installation and uninstallation, so you should program both.

     

    In your case... I would make the installation script alter and add an extra column in the user table in the database. I would add some extra menu for changing color or adding some extra options at the end of some option page that already exists. It would simply be a form where you select a color and then when saving it would save it to the database. Make sure to also either user some already existing validation script in the server or create one yourself. You also need to make the script add the color to each user when avatar and username etc is loaded. Simply extend the sql query to get the extra column and output it along with the username just inside some html font tag or something or styling of some sort. :P Just remember to make it so you can later remove it.

     

    To uninstall the script, make sure it can remove everything you've added. Like dropping the extra column from the user table (make sure to not drop the entire table). etc

     

    I recommend creating a test forum and play around with it first. Read the forum's code and try to understand it. :s Alternatively you can try to pay someone to do it for you.

     

    Thanks once again.

     

    I will try to find tutorials on this matter. I wish you a good day and appreciate your time and answers.

  2. Got no idea what kind of forum software you use. Have you programmed it yourself? (Kind of doubt it since you are asking this question). Does it support add-ons? If it supports add-ons, I would think you could write one. If it does not have an add-on system you will have to edit the forum code.

     

    This is a system that a forum i frequent use . I loved the idea and would like to add that system for my forum so our users can be able to Change their username color like the last option (6Digit color system) . As we speak i am using FluxBB and it support add ons. I do not have anything related to this yet. Is there any add on that could do exactly this or i would have to code one myself? If i would have to code one, you have any guide that could show me how to do it?

     

    Thanks for the answer, really appreciated

     

    Wish you a nice day!

  3. Hello,

     

    We are releasing a forum for a game + community. We are having trouble with small fixes. We are looking for someone expert with PHP coding to help us fix this minor things , it would not take much time.

     

    I will give you my teamviewer so you can directly assist me .

     

    *Please be the one that will save us. We are suppose to launch today but these small fix slow us.

     

    Thanks lot and wish you all the best!

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.