Seite 2 von 2

Verfasst: 22.11.2008 01:25
von Metzle
Hallo,

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

Verfasst: 22.11.2008 01:33
von Odiii
In dem Thread habe ich eben folgendes gefunden:
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.

Code: Alles auswählen

    <a href="{postrow.U_POST_AUTHOR}#viewprofile" onclick="return hs.htmlExpand(this, { objectType: 'ajax', width: 700, slideshowGroup: '{postrow.U_PROFILE}'} )">
In prosilver the ID is this: viewprofile
In Your style it could be different.
Standard Subsilver 2 uses pagecontent as ID. So You have to use this code instead:

Code: Alles auswählen

    <a href="{postrow.U_POST_AUTHOR}#pagecontent" onclick="return hs.htmlExpand(this, { objectType: 'ajax', width: 700, slideshowGroup: '{postrow.U_PROFILE}'} )">
If Your style uses a different ID in the profile page, I just need a link and demo login to find the right ID.
Weiß damit aber nicht wirklich etwas anzufangen....

/EDIT
Bin da jetzt durchgestiegen, allerdings ist in meiner viewtopic_body nicht die zu ersetzende Zeile...

Code: Alles auswählen

<a href="{postrow.U_POST_AUTHOR}">

Verfasst: 22.11.2008 01:47
von redbull254
Da ist noch mehr zu ändern. Mit dieser einen Änderung sieht es bescheiden aus. :-?

Muss ich mir mal näher ansehen, so wird einfach zu viel an Informationen eingeblendet.