
05-24-2013, 05:03 AM
|
|
|
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by CharlieDelta
Chris there is a bug that is causing some styling issues. This bug is very inconsistent and I first thought it was with another mod on the forum home page but have since discovered it occurring in the general settings page (profile.php?do=editoptions). Attachment 145162
Here is more information on the issue occurring. http://www.dragonbyte-tech.com/f46/s...476/#post63904
|
Edit:
1.- reviews_usercp.php
2.- reviews_modcp.php
Find:
Code:
$includecss['container'] = 'reviews.css';
Replace with:
Code:
$includecss['reviews'] = 'reviews.css';
|