phpBB3 Question.

conorod

Reputable
Joined
Jul 4, 2008
Messages
151
Reaction score
0
FP$
337
Is there an easy way to tell if a phpBB style is prosilver or subsilver based? I need to know this when installing some mods.
 
Also prosilver has it's css spit over several files while subsilver css files are all in 1 css file.
 
View the source

Prosilver based styles are tableless

subSilver2 based styles use tables
 
Look at the style and if it looks more like proilver in terms of layout it is prosilver based or if it looks more like subsilver then it is subsilver based.

If you know what both of the default template look like it should be quite easy to tell from the appearance. If you can tell then you can do one of the other methods posted above but this is what i do and i can work it out normally before the page even loads.
 
Back
Top Bottom