• Resolved ahmad7bitar

    (@ahmad7bitar)


    Hello, nice to know about your plugin

    I was using the Ultimate Members plugin on my site, and I was very annoyed by it because of its slowness and errors.

    I was pleased to learn about your services and install them on your site, but I face a problem for which I have not found a solution:

    My website is dedicated to recipes and food, and most of the posts that users share on my site are recipes

    I want to change posts to recipes in the users’ profile. How can you help me?

    Previously, I used code to apply these changes in UltimateMeta Members

    With your plugin how can I solve this problem

    https://ibb.co/dPS8b5x

    https://ibb.co/JrgMcc0

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Youzify

    (@kainelabsteam)

    Hello @ahmad7bitar

    Thank you for using our plugin.

    To change words, you can use snippets. Kindly follow the instructions in this article to change any words you want.

    https://kainelabs.ticksy.com//article/16393

    Youzify has some similar Membership features with UltimateMeta Members. However, also some features are different. For example, Youzify has no paid membership feature.

    So it depends on your needs. If you need features in UltimateMeta Members that you find in Youzify too, you can apply these changes. But if you can not find the features you need in Youzify, so you can use both plugins. ??

    Best Regards, KaineLabs Team.

    Thread Starter ahmad7bitar

    (@ahmad7bitar)

    Dear sir, please understand the question I wrote to you well

    I want to replace the post with a custom type, which is recipes

    The location is very far from translating texts

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @ahmad7bitar

    Sorry for missunderstood.

    Unfortunately at the moment it’s not possible. That only show original WordPress Post at the moment.

    Best Regards, KaineLabs Team.

    Thread Starter ahmad7bitar

    (@ahmad7bitar)

    Hello, I am using GPT chat. I suggest this code. If I use it, will it work?

    <?php
    // ??????? ????? bp_has_activities ?? ????? ?????? "recipe" ???? ???????? ???????
    if ( bp_has_activities( 'object=recipe' ) ) :
        while ( bp_activities() ) :
            bp_the_activity();
            ?>
            <div class="activity">
                <!-- ??? ????? ??????? ??????? ??? -->
                <?php
                $activity_content = bp_get_activity_content_body();
                echo $activity_content;
                ?>
            </div>
            <?php
        endwhile;
    else :
        // ??? ?? ??? ?????? ??? ?? ?????? ?????
        ?>
        <div id="message" class="info">
            <p>?? ???? ????? ????? ??? ????.</p>
        </div>
        <?php
    endif;
    ?>

    If I hire a developer, can he solve this problem or is your plugin not able to be modified or developed to achieve what I want?

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @ahmad7bitar

    I am afraid to say that code is not correct. If you really need this custom feature, I recommend you to hire a freelance developer to achieve this.

    Best Regards, KaineLabs Team.

    Thread Starter ahmad7bitar

    (@ahmad7bitar)

    Well, thank you very much and I apologize if my questions are annoying. I am very happy to use your plugin

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @ahmad7bitar

    No problem. Thank you very much for your understanding. ??

    Best Regards, KaineLabs Team.

    Thread Starter ahmad7bitar

    (@ahmad7bitar)

    Hello how are you

    I hired a developer to change the post type that displays on the user’s profile

    <font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>But the code is not working, tell me to contact you to understand the problem</font></font>

    Please help. This is the code, and these are screenshots that show that when adding the code, there was no change in the display of the post type, unfortunately

    function change_youzify_profile_post_type() {
        // ???? ??? ??????? ?????? ?????? (?? ??? ?????? "recipe")
        $new_post_type = 'recipe';
    
        // ????? ??? ??????? ???? ???? ?? ??? ?????? ???????? Youzify
        update_option( 'yz_profile_post_type', $new_post_type );
    }
    add_action( 'bp_loaded', 'change_youzify_profile_post_type' );

    https://test.atyab-wasfe.com/members/asmaa-ahmed/posts/

    • This reply was modified 1 year, 1 month ago by ahmad7bitar.
    Plugin Support Youzify

    (@kainelabsteam)

    Hello @ahmad7bitar

    Sorry, any custom code only can be implemented in the PRO version. For the PRO version product, please consider using our Premium Support Forum on this URL:

    https://kainelabs.ticksy.com/

    Because this forum only limited to support the Free version.

    Thank you for your understanding. ??

    Best Regards, KaineLabs Team.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘I want to change the type of post that appears on the user’s profile’ is closed to new replies.