Quote:
Originally Posted by hala_hlol
Hi,
the costom style that i create it and i choose it on the options classifieds work only with the administrator user
but all the users the default style of the forum it shown to them
thank you
|
Have you setup for user to not be able to change Theme? In anycase, try a trick. Open classifieds.php and change 46:
From:
Code:
$vbulletin->userinfo['styleid'] = $styleid;
To:
Code:
$vbulletin->userinfo['styleid'] = $vbulletin->options["classifieds_styleid"];
PS- I tried to reply to your PM, but you've choosen to not receive PMs from members here, so it was impossible to reply.
Mary