Quote:
Originally Posted by entertain
An unclean method would be this:
Create a plug-in style_fetch with the following content:
PHP Code:
if ((THIS_SCRIPT == 'itrader') OR (THIS_SCRIPT == 'itrader_detail') OR (THIS_SCRIPT == 'itrader_feedback') OR (THIS_SCRIPT == 'itrader_main') OR (THIS_SCRIPT == 'itrader_report'))
{
$styleid = X;
}
Please change the X into the style id.
|
This doesn't seem to work, the Feedback number is still displayed in every post next to the username. And if I try to access any iTrader related page it just simply switches to the Style that I have replaced X with.