BBPress Mike : Replies Created

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Question about front end editing and user roles #357533
    Mike
    Participant

    Yep, I forgot to mention Link. I am still getting the error “An error adding entry has occurred.”

    It shows me the form, and when I click submit it first says “Please wait, your submission is being processed.” and it appears to be working. But then I get the error message.

    I have been going through the settings and your extensive documentation, but I’m coming up empty handed.

    Registration on the site is open right now. When a new user is added, they are automatically the equivalent of “OTHER USERS”.

    in reply to: Force 1 Column layout on edit/ add entry page #303724
    Mike
    Participant
    Oh, and it will not change the position and placement of users who have already visited the page.
    

    Just to confirm, does that mean that if any user has already visited the “Your Directory Entry” page, these solutions listed above are not valid?

    Categories are very important to this installation, so I am hoping to find a way to position that box to the left side, even above the name and organization fields. Do you know of a good way get this solved?

    Setting page options to 1-column works well. But I need to avoid the extra step of having users chang escreen options.

    in reply to: Force 1 Column layout on edit/ add entry page #300823
    Mike
    Participant

    I’m wondering if something like this could be used, to bring the categories over to the main column?

    http://wordpress.stackexchange.com/questions/25793/how-to-force-one-column-layout-on-custom-post-type-edit-page

    
    <?php
    function wpse25793_move_post_metaboxes( $post ) {
        global $wp_meta_boxes;
    
        remove_meta_box( 'submitdiv', 'cpt-slug', 'side' );
        add_meta_box( 'submitdiv', __( 'Publish' ), 'post_submit_meta_box', 'cpt-slug', 'normal', 'low' );
    }
    add_action( 'add_meta_boxes_cpt-slug', 'wpse25793_move_post_metaboxes' );
    ?>
    
    in reply to: Export #299148
    Mike
    Participant

    Fourth. This needs to happen. I am in the same boat as Karim- it never even occurred to me that this option wouldn’t exist, now I am stuck without it. There’s a good chance I am going to hire someone just to collect the data from my site and manually create a csv.

    Mike
    Participant

    Hi Steve,

    I need to revisit this topic in light of a problem that has arisen as a result of the saywhat? solution.

    I have renamed the “Other” address to “Office (Handicapped Accessible)” but this text is too large for the field, as you can see in the attached image, it’s causing the drop down selection to run into the visibility settings on smaller screen sizes.

    Is there a way to move the visibility settings to a new line, or another solution?

    Attachments:
    You must be logged in to view attached files.
    Mike
    Participant

    I see this page.. http://connections-pro.com/faqs/how-do-i-use-the-str_-shortcode-options/

    So I guess it won’t clean up my shortcodes. But that’s ok, as long as I know.

    Mike
    Participant

    Steve,

    In light of this solution I decided to rename “biographical info” and “notes” as well.

    The change takes effect in the admin dashboard (edit entry). But on the front end it displays as “Biography” and “Note” respectively. I have tried creating text changes for these words as well to no avail.

    Any advice on this? Thanks

    Mike
    Participant

    My goodness, I was not aware of this solution. This is glorious. Thanks a lot! This will help me to clean up a few of my shortcodes too!

    in reply to: Filter Category widget by a single category #292478
    Mike
    Participant

    I understand this post, but I am curious, I want to use the widget multiple times on a single page. I have 4 parent categories, each with dozens of child categories, so I want to have one widget per parent category. Can this be done?

Viewing 9 posts - 1 through 9 (of 9 total)