Same for me and I have this warning :
Code:
You don't have permission to view the code content. Log in or register now.
You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.
Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"
Same for me and I have this warning :
You don't have permission to view the code content. Log in or register now.
use code edit in child themeHow did you do ?
function.php
/*Write here your own functions */
yup, replace "https://www.leg****m.co.id/dash***dku". with your own customdomain/url. it'll redirected my users to specific url when they're logged in.I fixed the issue in 1.6 by commenting out the following functions in inc/admin/admin-init.php
buddyboss_theme_show_theme_option_jaherat_pehla()
function buddyboss_theme_show_theme_option_jaherat_pachhi()
function buddyboss_theme_options_avirat_sudharo()
The fist two are in a block together while the last one was at the very end.
I also don't recommend using the code xpresotw posted. The functions.php has a LOT of stuff in it that won't help with the issue and the child theme supplied has a LOT of extra files in it (it's not a clean, empty, child theme and has a function in it to redirect traffic to "https://www.leg****m.co.id/dash***dku". While this may have been posted with good intentions, it may cause issues for folks who download and use it without understanding what they are installing.
This works perfect, than you.I fixed the issue in 1.6 by commenting out the following functions in inc/admin/admin-init.php
buddyboss_theme_show_theme_option_jaherat_pehla()
buddyboss_theme_show_theme_option_jaherat_pachhi()
buddyboss_theme_options_avirat_sudharo()
The first two are in a block together while the last one was at the very end.
I also don't recommend using the code xpresotw posted. The functions.php has a LOT of stuff in it that won't help with the issue and the child theme supplied has a LOT of extra files in it (it's not a clean, empty, child theme and has a function in it to redirect traffic to "https://www.leg****m.co.id/dash***dku". While this may have been posted with good intentions, it may cause issues for folks who download and use it without understanding what they are installing.
Where can I download BuddyPress Member Types v1.1.5 ?Hi guys,
I've updated BuddyPress Member Types v1.1.2 to BuddyPress Member Types v1.1.5 in my BuddyBoss Platform Theme v1.4.5.
Default Profile Type You first need to create some Profile Types.
Make a request to this thread.Where can I download BuddyPress Member Types v1.1.5 ?
Download resources in this thread and use them as instructions below.Getting the following message when attempting to save styling via the Theme Options - Custom code block:
"This panel is set to be Read-Only. Saving is disabled. "
I fixed the issue in 1.6 by commenting out the following functions in inc/admin/admin-init.php
buddyboss_theme_show_theme_option_jaherat_pehla()
buddyboss_theme_show_theme_option_jaherat_pachhi()
buddyboss_theme_options_avirat_sudharo()
The first two are in a block together while the last one was at the very end.
Commented out those line and now everything is working normal so far. Thank you.Download resources in this thread and use them as instructions below.
You don't have permission to view the code content. Log in or register now.
This worked perfectly, many thanksThe best way — add code to functions.php of child theme:
PHP:You don't have permission to view the code content. Log in or register now.