read 2 posts below, test new app form small.html
*/edit*
wowhead tooltip on name looks oke, can make that in a future build.
but fully up for it, since it will break up some things in my code for the 'nice and smooth' handeling of the post

Code: Select all
<!-- IF S_DISPLAY_APPLICATIONFORM -->
<!-- INCLUDE portal/block/applicationform.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/applicationform_dis.html -->
<!-- ENDIF -->
Code: Select all
<!-- IF S_DISPLAY_APPLICATIONFORM -->
<!-- INCLUDE portal/block/applicationform_small.html -->
<!-- ELSE -->
<!-- INCLUDE portal/block/applicationform_dis.html -->
<!-- ENDIF -->
I have the same problem on my site... I like to offer both light and dark background styles, so I'm using ElementRed and AeroRed. If forced to one style the application appears fine, but when open switching is on I also have the problem of the application reverting to prosilver. Any possible fix to this would be appreciated.Unrak wrote:yes, this was my first thought also. Had i been a numpyty and forgotten to copy the styles folder into the alternate styles?
I checked and double checked today and no, the files are all in place, so there is something else i am missing. the annoying thing is that i can 'almost' see where it is going wrong, but i just can't put my finger on it
EDIT: by forcing the style (setting style to overide users choice) i can get this to work in my other styles. It is only when allowing open switching of styles that this is a problem.