-
shanebp replied to the topic Warning: Missing argument 2 for bp_modify_page_title() in the forum How-to & Troubleshooting 10 years, 8 months ago
@henrywright – ‘Close, but you’re way off’. -homer simpson
Problematic:
bp_modify_page_title( $argument1, $argument2 )
Valid:
bp_modify_page_title( $argument1, $argument2, $argument3 )
Specific:
bp_modify_page_title( $title, $sep, $seplocation )
@mib314 – your best bet is to file a ticket with the creators of your theme.
They’re probably…[Read more] -
Henry Wright replied to the topic Warning: Missing argument 2 for bp_modify_page_title() in the forum How-to & Troubleshooting 10 years, 8 months ago
Hi @mib314
It is likely that your theme is using
bp_modify_page_title
with just one argument. Try searching your theme forbp_modify_page_title
. If you find it, and it is passing just one argument then you have identified the problem. Then, it’s probably worth letting the theme author know.You’ll notice a comma is used to separate…[Read more]
@mib314
Active 5 months ago