I switched to https/ssl and found a bug in the submenu of profiles. Steps to reproduce:
1) change site url in inc/header.inc.php to https:
2) click on any profile
3) click on any submenu item like "photos" etc
4) now click the first submenu item "profile" again which leads to a wrong url
-> https://www.example.com/https://www.example.com/MEMBERNAME
correct link should be
-> https://www.example.com/MEMBERNAME
I tried patch http://www.boonex.com/trac/dolphin/ticket/3067 but this must be 7.1.0 specific because it leads to more wrong links and errors in the submenu under 7.0.9. Is this bug above only a rewrite problem?