- 
		Author
 - 
		
			
				
December 20, 2013 at 14:13 #8606
mpitka
ParticipantHi,
This is a thing, which could be a very good feature to next releases. I believe it’s easy to do, so I ask it now.
How can I add a link to end of a profile called as: “report inappropriate profile”. It would be very handy. It can link to a contact form or something else 🙂
Ideas?
December 22, 2013 at 14:46 #8674Abe
KeymasterMaybe there is a plugin already released. Try searching the web. You need custom development if you want something like that
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 22, 2013 at 20:51 #8683mpitka
ParticipantHi!
There is some plugins, have not tried those yet. But
http://wordpress.org/plugins/bp-moderation/
https://premium.wpmudev.org/project/moderation/Those looks promising…
December 27, 2013 at 11:29 #8785mpitka
ParticipantHi!
I got BP-moderation to work with an other site using different theme. With Sweetdate when trying to activate, WordPress says:
Fatal error: func_get_args(): Can’t be used as a function parameter in /homez.755/boorntdk/www/wp-content/plugins/bp-moderation/bpModLoader.php on line 119
Does someone have ideas, how to fix this?
December 27, 2013 at 11:44 #8787mpitka
ParticipantI did a search over the internet and found a solution. Here’s a copy-paste from BP-moderation’s support forum:
Change the following lines…
function call_activate()
{
$this->call_installer(‘activate’, func_get_args());
}to
function call_activate()
{$fargs = func_get_args();
$this->call_installer(‘activate’, $fargs );
}and the same to disable..
 - 
		AuthorPosts
 
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.
							
						
