Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

another question...yawn

  • 18-09-2001 7:19pm
    #1
    Closed Accounts Posts: 2,682 ✭✭✭


    How do i view the code behind these buttons.
    buttons.jpg
    and how do i edit it?
    thanks.


Comments

  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    Here's the code for the buttons:
    [PHP]
    <input type="submit" class="bginput" name="submit" value="Submit New Thread" accesskey="s" tabindex="3">
    <input type="submit" class="bginput" name="preview" value="Preview Post" accesskey="p" tabindex="4">
    [/PHP]

    The form part is:
    [PHP]
    <form enctype="multipart/form-data" action="newthread.php" method="POST" name="vbform" onSubmit="return validate(this)">
    <input type="hidden" name="s" value="">
    <input type="hidden" name="forumid" value="23">
    <input type="hidden" name="action" value="postthread">
    [/PHP]

    What exactly do you want to edit?


Advertisement