momomoko (@momomoko)

Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • @momomoko

    Participant

    Hi there,

    I have installed TML plugin and set up all links, but i still not received any email notifications after subscriptions tests ! I tried to search for the email settings but didnt found any tab . What did i miss ??

    Thx for your help

    @momomoko

    Participant

    Did you try : dashboard->bbP Messages (at the bottom you will find how discussion subscribtion looks like)

    @momomoko

    Participant

    Please i need your help : No one can sudgest me a good plugin that avoid any wordpress mention (including wordpress email, redirection after registration or set password default wordpress template) ?

    @momomoko

    Participant

    I found the way to fix this url issue : actually it was just an accent reason !!! i went to seetings->forums .. in there go to the bottom at “custom endings of URL of the profil user page” and just make sure, in the form fields, that u dont use any accent like in french (my current language!) : example for topics created fill it with sujet “demarre” (not démarré) .

    hope it will help others 😉

    @momomoko

    Participant

    finally i fixed it by changing the permalink settings to “simple” (it was on customed %postname%) … now i have new issue : cannot send private messages to other members

    @momomoko

    Participant

    Ok Robin, i will try to understand how . I think that the theme i choosed for my website (oceanWP) is not the best idea i got : but now, it is too late to change .

    Thank you for your time

    @momomoko

    Participant

    But why when i clic on these 2 links (my replies or topics created) the page is not found ? i have tried to create 2 pages that i named user-topics-created and user-replies-created, without success 🙁

    @momomoko

    Participant

    I am in the same situation : i copy/past the content-single-user.php (besides, what is the difference with the user-details.php ?) and edited it .. but i dont know what to do with it (on my profile page i can clic on Profil, favorite, engaements and subscriptions.. but when it comes to “my topics” or “my replies”, i got an error “404 : page not found” . I guess the script lines that tie in with are :

    <?php if ( bbp_is_single_user_topics() ) bbp_get_template_part( ‘user’, ‘topics-created’ ); ?>
    <?php if ( bbp_is_single_user_replies() ) bbp_get_template_part( ‘user’, ‘replies-created’ ); ?>

    What are ‘topics-created’ or ‘replies-created’ ? methods ? templates ? how can i edit it ?

    @momomoko

    Participant

    i added your script in the form-user-edit, and got the same problem with my current script.. so finally i fixed it using the css style :

    #bbpm_notify{
    padding : 0!important;
    width : 0 !important;
    }

    Now it is perfectly aligned

    Thank you for your time 😉

    @momomoko

    Participant

    I use firefox as browser. No i am not using the “notify” plugin (bbpm_notify is the original name of the element) .

    In reply to: subforum parent name

    @momomoko

    Participant

    Thank you for your tips dear

    In reply to: subforum parent name

    @momomoko

    Participant

    Perfect dear Robin

    Thank you very much

    btw : did i process in the good way to modify my bbpress template ?

    In reply to: subforum parent name

    @momomoko

    Participant

    Thank you dear for your quick reply ; i copy/past the loop single forum file into my child theme root (what i did is the good way to do that ?) , then i added your script like this :

    <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>"> 
    <?php $forum = bbp_forum_id();  
    $parent = wp_get_post_parent_id($forum);
    if (!empty($parent)) {
       echo esc_html( get_the_title($parent) ) ;
       } 
       ?> : <?php bbp_forum_title(); ?></a>

    The result is that i got the id forum behind each forum title (on the main parents forums list) and on the subforum list (when i click on a forum on the forums list), i got the subforum id attached to parent title : subforum title

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