-
Author
-
September 25, 2017 at 21:01 #174744abdelkhalekfuadParticipant
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 situationhttp//mysite/profileithink it should be http//mysite/user/profilealso when user press friend it refer hi to a page that saythis is somewhat embarresing is not itand url which the link refered is http//mysite/user/members/friendsi think also it should be http//mysite/user/members/user/friendshowever when any user press another user friend it refers to the correct placealso home page has the same problemthe second problem when any user try to upload a media like a picture its automaticaly posted before the user enter post thisalso the activity page show everything like this user join group , user and user become friends ,updates etccan 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 possibleSeptember 26, 2017 at 12:03 #174801LauraModeratorHello, 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 solutionLaura 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 🙂
September 26, 2017 at 17:59 #174853RaduModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2017 at 19:36 #174868abdelkhalekfuadParticipantthe 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 kindSeptember 27, 2017 at 15:58 #174952RaduModeratorHi,
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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 27, 2017 at 16:30 #174958abdelkhalekfuadParticipanti dont know why it is not accessable
should i re install wordpress and begin from the startSeptember 27, 2017 at 17:43 #174993RaduModeratorNo,
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 CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( '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 -
AuthorPosts
You must be logged in to reply to this topic.