This topic has 6 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #174744
     abdelkhalekfuad
    Participant

    please i have two problems

    the first one is when user press profile button it open a page which says

    [wps-user-exists-content][wps-is-friend-content][wps-activity-page][wps-is-friend-content][wps-user-exists-content]

    the url in this situation
    http//mysite/profile
    ithink it should be http//mysite/user/profile
    also when user press friend it refer hi to a page that say
    this is somewhat embarresing is not it
    and url which the link refered is       http//mysite/user/members/friends
    i think also it should be           http//mysite/user/members/user/friends
    however when any user press another user friend it refers to the correct place
    also home page has the same problem
    the second problem when any user try to upload a media like a picture its automaticaly posted before the user enter post this

     

    also the activity page show everything like this user join group , user and user become friends ,updates etc
    can i control which type of activities should be displayed?
    also can user register with his phone number?
    also i want to make it like facebook is it possible
    #174801
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #174853
     Radu
    Moderator

    Hi,

    For the profile that shows shortcodes I cannot see it it looks normal for me

    For the member permalink, it seems that you need to de-activate bp root profiles by adding next lines to wp-config.php

    define ( ‘BP_ENABLE_ROOT_PROFILES’, false );
    add_filter( ‘bp_core_enable_root_profiles’, ‘__return_false’ );

    more details about buddypress internal configurations settins here : https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/

    There is no specific setting where you can change what type of activities BuddyPress activity shows, you can ask this on their forums maybe exists a plugin or some functions

    Wordpress now allow usernames only from numbers, maybe it’s a plugin that allows you to sign-up with number instead of the username

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #174868
     abdelkhalekfuad
    Participant

    the profile button i mean is in menu bar, its name in arabic is
    الصفحة الشخصية . you can see what i mean , look at url which it refers to after you press it , also you can try to press الاصدقاء which refef to friends , you can als see url
    another thing and i hope you are patien is that i no nothing about website development and i will not ebe able to add lines to wp-config.php , may i destroy the file or lost the data in it
    can you please add it and many thanks for your kind

    #174952
     Radu
    Moderator

    Hi,

    For the wp-config lines copy them from here: https://pastebin.com/raw/z4uQ8REs

    Above the quotas was wrongly encoded, replace the lines with the lines from pastebin.

    To can see the profile button, the website should be accessible right now displays some errors

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #174958
     abdelkhalekfuad
    Participant

    i dont know why it is not accessable
    should i re install wordpress and begin from the start

    #174993
     Radu
    Moderator

    No,

    If you have modified the wp-config.php remove the changes that you have made there.

    IF it’s the same enable wp_debug, to can figure what causes that, I will paste the procedure below.

    Please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?