grundsätzlich wird, wenn du das nicht auf subsilver2 umschreibst, es grauslich in einem subsilver2 Style aussehen

Weiß damit aber nicht wirklich etwas anzufangen....Hello Peter
Yes, I think there is a solution to this
What this addon does, is showing a specific ID on the profile page. So You have to use the right ID to get it working.In prosilver the ID is this: viewprofileCode: Alles auswählen
<a href="{postrow.U_POST_AUTHOR}#viewprofile" onclick="return hs.htmlExpand(this, { objectType: 'ajax', width: 700, slideshowGroup: '{postrow.U_PROFILE}'} )">
In Your style it could be different.
Standard Subsilver 2 uses pagecontent as ID. So You have to use this code instead:
If Your style uses a different ID in the profile page, I just need a link and demo login to find the right ID.Code: Alles auswählen
<a href="{postrow.U_POST_AUTHOR}#pagecontent" onclick="return hs.htmlExpand(this, { objectType: 'ajax', width: 700, slideshowGroup: '{postrow.U_PROFILE}'} )">
Code: Alles auswählen
<a href="{postrow.U_POST_AUTHOR}">