@Frosticek What is the easy way to check at the front end if the bprofiles plugin is existing or not ??
eg
If { plugin bprofiles is exist
//Then add this code here
} else {
//Add another code here
}
Is there any osclass global condition (if statement) we can use here ?
Regards