This is coming soon!

from postbutton images to proper code

Discussion in 'Mybb' started by XLawlessBaronX, Nov 29, 2011.

Oh noes!

You need 20 posts to be able to download resources, post links and other things. Read more...
  1. Ok so i noticed that Mybb relies on a great deal of Images for buttons

    How can i change all from images and use this code

    Code:
    <a href="newthread.php?fid=162" class="bitButton" rel="nofollow" title="Post Thread">New Thread</a>
    For create thread, Close Thread, Report Button well yea for all buttons
  2. Green CoW Active Member

    What code do you have in your "bitButton" class in the css file?
  3. Code:
    <a href="newthread.php?fid=2"><img src="images/smoothgreybb/english/newthread.gif" alt="Post Thread" title="Post Thread"></a>
  4. kavin AF Power User

    Find them in templates.

    For New thread:
    ACP -> templates & Styles -> Templates -> *your theme* -> Showthread Templates -> showthread_newthread

    For New Reply:
    ACP -> templates & Styles -> Templates -> *your theme* -> Showthread Templates -> showthread_newreply

    For Closed:
    ACP -> templates & Styles -> Templates -> *your theme* -> Showthread Templates -> showthread_newreply_closed

    And so on. The postbit buttons are located in
    ACP -> templates & Styles -> Templates -> *your theme* -> Post bit Templates
  5. Thanks and i wanted to change the www and other buttons also im not sure of the values i need to enter for the link
    http://cybercentralforums.com
  6. Austin AF Power User

    So your wanting CSS buttons, basically to remove the images?
  7. Yes exactly as hackforums.net
  8. i dont want to have just plain text i want sort of a colored box around it
  9. kavin AF Power User

    The www button will be in postbit_www. You have to change them to CSS button.

    I will try to write a tutorial if i have some free time. Or if you need it immediately and ready to pay, i can do it for you.
  10. Thankyou mate in the meantime i might see if i can get some help with the CSS coding
  11. kavin AF Power User

    Sure. And i planned to write a tutorial on it tomorrow evening.
  12. Man great thankyou so much you are a legend
  13. Mr.Shy Member

    Do are you creating A Mybb theme?