Forum Replies Created
- 
		
			
Was installing https://wordpress.org/plugins/buddypress-wall/ and it actually make the error go away .. :S Hmm they say it isnt “compabitle” with buddypress only BBpress but it works but not on those 2 things.. isnt it possible for someone to help me or at least tell me how i find these blank spaces ? .. I have done a clean install on http://area51.ps3geeks.dk/ only okay but i have wrote to themefuse now with screenshots etc i just dont hope they say “it is custom work” they dont support bbpress blabla They are usually fair with these things but you never know ? Debut mode isnt public on livesite, i only have it on test sites. But this fix will it be posible to input my self of should i wait for release ( is there any date for this ) because that link is 3 month old. I have now try a diffrent approach to make a clean install and use debug mode just to make sure also all the themes change i have make the last year wasnt make this error happen it give me these errors on member page with debug on : Strict Standards: Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in /home/www/area51.ps3geeks.dk/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php on line 28 Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/www/area51.ps3geeks.dk/wp-includes/functions.php on line 3547 Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/www/area51.ps3geeks.dk/wp-includes/functions.php on line 3547 Warning: Cannot modify header information - headers already sent by (output started at /home/www/area51.ps3geeks.dk/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php:28) in /home/www/area51.ps3geeks.dk/wp-includes/pluggable.php on line 1178Some of them even show as “Solved” on google search but obviosly they aint solved. Okay now i have try to make a complete mirror on my site it gives me this error with dedub on Strict Standards: Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in /home/www/area51.playstationforum.dk/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php on line 28 Notice: bbp_setup_current_user er kaldt forkert. The current user is being initialized without using $wp->init(). Se Fejlsøgning i WordPress for at finde flere oplysninger. (Denne meddelelse blev tilføjet i version 2.3). in /home/www/area51.playstationforum.dk/wp-includes/functions.php on line 3547 Notice: bp_setup_current_user er kaldt forkert. The current user is being initialized without using $wp->init(). Se Fejlsøgning i WordPress for at finde flere oplysninger. (Denne meddelelse blev tilføjet i version 1.7). in /home/www/area51.playstationforum.dk/wp-includes/functions.php on line 3547im desperate here … will i lose something if i deactivate buddypress and unintall it and install it again ? but it you can tell what file to look in then i can copy/paste the code from that file where you have mention in ? but isnt it possible for you to see what entrance in css file there could be mess up its up when it is errors im getting only with buddypress ? After this was installed ? my site havent got these load and error without buddypress okay so you need access to what ? Just account or theme ? Else can i return in 3 hrs about because i am need to do work now from my normal work 🙂 not on the link ? Either ? im using GameZone from Themefuse you can see what i have to change ? i must have been really tired yesterday so after read a little guides i found out my mistake was i have put it in child theme instead of plugin folder. Thansk for help okay im awake again, should this bp-custom.php be in my childtheme maybe thats why it isnt working ? its not working and the bp-custom.php is blank … :S im giving up for now it been 2 hrs working on this now its 5 AM here and its just annoy me now 😀 Hope i have overlook something because right now it doesnt work at least not on the post i allready have done. would you put the code as it should be because i dont get it then ? Mine is looking like this now ? <?php // hacks and mods will go here ?> <?php function abc() { $user = get_userdata( bbp_get_reply_author_id() ); if ( !empty( $user->user_nicename ) ) { $user_nicename = $user->user_nicename; echo '@'.$user_nicename; } } add_filter( 'bbp_theme_after_reply_author_details', 'abc' )?>Look here ? http://www.playstationforum.dk/topic/opdatering-a-forum/ My bp-custom.php is looking like this <?php // hacks and mods will go here ?> function abc() { $user = get_userdata( bbp_get_reply_author_id() ); if ( !empty( $user->user_nicename ) ) { $user_nicename = $user->user_nicename; echo '@'.$user_nicename; } } add_filter( 'bbp_theme_after_reply_author_details', 'abc' )i use it in bp-custom.php ? should i use the @mention snippet also for that because nohting happen ? i was maeing i havent got this issue before i activated Buddypress not BBpress sorry for confusing