Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • In this section of code from post-form.php its the selected section that makes something the default posting style:

    <li><a id="status"<?php if ( $_GET['p'] == 'status' || !isset($_GET['p']) ) : ?> class="selected"<?php endif; ?> href="<?php echo site_url( '?p=status' ) ?>" title="<?php _e( 'Status Update', 'p2' ) ?>"><?php _e( 'Status Update', 'p2' ) ?></a></li>

    THIS SECTION sets it: || !isset($_GET['p'])

    Just cut it and put it where you want the default to be. All of the tabs are right after that section of code.

    I am trying to do the same but with the Quote box for . I have gotten to the point, mostly using the method above, where I have the box all set, the quote entry look all set, and the category setting all set, BUT I cannot get the thing to post in quote format.

    Can anyone help me basically replicate the quote functionality, with the ability to give them different names. I’m running into an issue with the ID tag. If it is not set to “quote” it will not publish in quote formatting. I have tried to replicate some code and fiddle around with it but to no avail.

Viewing 2 replies - 1 through 2 (of 2 total)