• koruitch

    (@koruitch)


    First say that this plugin is one of the best for wordpress and if I work I will donate money to keep growing this great plugin ..
    I tested the plugin in the template of budyypress and working properly but integrate it into the template end I appear two problems:

    1 In some fields not displayed such name in the title is not the word title and * I think it’s a side sidebar, I need to shorten the title field of writing and all that are in that size, Where I can change the course of writing these camps?

    2, In the new template does not display the edit link in the post and BuddyPress if, and I have the box for display. How I can fix this?

    3, As I can remove the button to add rich text object (full)?
    http://wordpress.org/extend/plugins/wp-user-frontend/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter koruitch

    (@koruitch)

    I solved the problem 1 changing in wpuf.css this:

    .wpuf-post-form label {
        float: left;
        font-weight: bold;
        height: 20px;
        margin: 0;
        min-width: 130px;
        padding: 0 10px 0 0;
        font-size: 12px;
        cursor: pointer;
    }

    modified by:

    .wpuf-post-form label {
        float: left;
        font-weight: bold;
        height: 50px;
        margin: 0;
        min-width: 130px;
        padding: 0 10px 0 0;
        font-size: 12px;
        cursor: pointer;
    }
    Thread Starter koruitch

    (@koruitch)

    Please, I need delete the buttom add objet.

    Thread Starter koruitch

    (@koruitch)

    Sorry in english is buttom media, I need delete this buttom.

    professor99

    (@professor99)

    Sorry but your Anglais (excuse my spelling) is a little bit to hard to understand. I’m not sure what your really after but we are about to release a Pro version of Frontend in which just about everything is customizable. We have a bit more testing to do but it will be worth the wait.

    Thread Starter koruitch

    (@koruitch)

    WHAT? How long? I need this plugin. Now get delete the button media for users suscriptor, in the functions.php the template insert:

    function remove_medialibrary_tab($tabs) {
    unset($tabs['library']);
    return $tabs;
    }
    add_filter('media_upload_tabs','remove_medialibrary_tab');

    I have all solved less in this template no show link the edit post in post.

    where I can download the beta version?

    professor99

    (@professor99)

    Wont be too long a wait for the Pro version. We already have the basic version up and running and mostly tested but we may add more features before it is released. It probably would have a price tag as we have great plans for future development and as is more complex it will require a higher level of support than the piecemeal support we can afford for standard Frontend due to time commitments.

    However we will continue to develop standard Frontend with some of the features from Pro trickling down as time proceeds. Some minor changes will be added in the next development version in the next day or two. Have you tried it yet. It is quite a step up from version 1.1. Would very much appreciate any comments on it.

    Thanks for the code above. It will greatly help other Frontend users that have the same problem

    Thread Starter koruitch

    (@koruitch)

    Hello, I am tested v.alpha 3.0 i find better, I have 1 problem now.

    The new template no have link the edit post. I insert this line in the template post:

    <?php edit_post_link( __( 'Edit', 'MY TEMPLATE' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' );?>

    This found correct with the plugin disabled but when i active redirect a page [wpuf_edit] correct but no show the display the edit post, only show the page standard the my template,I change the template and found correct. What and where I have to add the line to this template to work?

    This problem is similar in v 1.1. in my templete only.

    ——————————————————————

    I tested this plugin with role manager (other plugin) and the result is impressive. With this plugin is possible edit options as:
    Delete the buttom add media with only one click in the page [wpuf_edit] no is necesary the code the post 6 (this code is only for users suscriptors but now is configure for ranges) for example too restringer enter the desktop.

    Thread Starter koruitch

    (@koruitch)

    Problem solved. My fault sorry. This template have very options the configure page. sorry.

    Is possible delete or hide the fiel text in the edition the post?

    Thread Starter koruitch

    (@koruitch)

    the alpha 3.0. Have one problem.

    The submit button no refresh the page and neither sent to other page.Stop in “please wait” forever. IN crhome Versión 25.0.1364.152 m and internet explorer Versión 10.0.9200.16384.

    professor99

    (@professor99)

    Hi Koruitch, development version 4.3 details can be found on page 2 http://wordpress.org/support/topic/frontend-updates-2rrr-fork/page/2?replies=73. Your bug above may be fixed by this version though it depends on how you call the page with the shortcode on it.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘modify text length field’ is closed to new replies.