PDA

View Full Version : How to import the style without and hack modification ?


ARP
10-09-2009, 06:15 PM
Hello everyone,

I have designed web2 style with CSS and XHTML and the style 100% Valid with W3C but when I upload it to my forum with my hacks the hacks sure have some templates have errors and it's break my style

So I need to import the style without any changes from the hacks I didn't need and hack to work with this style. any way to get this idea work ?

Thanks
-Steve

P.S : I have searched here for automatically template threads and I found only how to make the hack auto template not how to make the hack didn't auto template for this style

So is there any ideas ?

kall
10-09-2009, 07:39 PM
A conditional around the offending 'hacks' plugin code should take care of it.

Pseudo:if $styleid != '22'{
...
}