Want a simple custom phpbb mod - will pay if needed

Discussion in 'Programming' started by fenetic, Dec 30, 2009.

  1. #1
    Hi guys,

    I need a simple mod for my phpbb forum that shows a progress bar for donations, the donations don't have to sync with paypal. I can manually enter the Goal and Amount.
    The bar MUST show the Goal for this month and how much it is at now and also the bar has to be in percentage.
    Let me know if you can do it and if you charge, how much?

    Thanks,

    Fenetic
     
    fenetic, Dec 30, 2009 IP
  2. JAY6390

    JAY6390 Peon

    Messages:
    918
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Cant you just edit the header file to have an image of a percentage, and you just create the image every 10% or whatever? Or even create a bar using two elements based on the percentage and change their widths accordingly (like vbulletin does for the private messages inbox)?
     
    JAY6390, Dec 30, 2009 IP
  3. astkboy2008

    astkboy2008 Peon

    Messages:
    211
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    if you will make it by your hand use
    <html>
    
    <head>
    <style type="text/css" >
    div.progress-container {
      border: 1px solid #ccc; 
      width: 100px; 
      margin: 2px 5px 2px 0; 
      padding: 1px; 
      float: left; 
      background: white;
    }
    
    div.progress-container > div {
      background-color: #ACE97C; 
      height: 12px
    }
    </style>
    </head>
    
    <body>
    <div class="progress-container">          
        <div style="width: 10%"></div>
    </div>
    
    </body>
    
    </html>
    
    PHP:
     
    astkboy2008, Dec 30, 2009 IP
  4. fenetic

    fenetic Well-Known Member

    Messages:
    236
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    105
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    I'm actually looking for a mod, so i can edit the Goal etc in the ACP as i am not good with coding.
     
    fenetic, Dec 30, 2009 IP
  5. Warll

    Warll Peon

    Messages:
    122
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Code is not acid, all you need to change is the "10%" to say "20%" in the "<div style="width: 10%"></div>" line, simple, in fact it is not really code at all, only html.
     
    Warll, Dec 30, 2009 IP
  6. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Which version of phpBB ?

    Can the settings be integrated with an existing ACP module, or do you want a new ACP module created specifically for the mod ?

    Do you have a specific style in mind for the progress bar, should the modder do their best to make it match the site and tweek it from there according to your guidance ?
     
    joebert, Dec 31, 2009 IP
  7. fenetic

    fenetic Well-Known Member

    Messages:
    236
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    105
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    I already got a modder to do a custom mod for this and i am VERY happy about it
     
    fenetic, Jan 7, 2010 IP