Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

JomSocial backend layout scrumbled

9 years 1 month ago
  • Gene's Avatar
    Topic Author
  • Gene
  • Offline
  • Fresh Boarder
  • Thank you received: 0
Licenses:
JomSocial Active

ISSUE SUMMARY:
Upgraded the jomsocial and the backend layout is scrumbled.

STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

Attachments:
9 years 1 month ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,
for fixing this please edit this file /administrator/components/com_community/controllers/controllers.php, find this code :

$document->addStyleSheet(CPath::getInstance()->toUrl(CFactory::getPath('assets://css/bootstrap.min.css')));
                $document->addStyleSheet(CPath::getInstance()->toUrl(CFactory::getPath('assets://css/font-awesome.min.css')));
                $document->addStyleSheet(CPath::getInstance()->toUrl(CFactory::getPath('assets://css/ace-fonts.css')));
                $document->addStyleSheet(CPath::getInstance()->toUrl(CFactory::getPath('assets://css/ace.min.css')));
                $document->addStyleSheet(CPath::getInstance()->toUrl(CFactory::getPath('assets://css/fullcalendar.css')));
                $document->addStyleSheet(CPath::getInstance()->toUrl(CFactory::getPath('assets://css/jomsocial.css')));
replace to :
$document->addStyleSheet('http://my2cents.sg/administrator/components/com_community/assets/css/bootstrap.min.css');
                $document->addStyleSheet('http://my2cents.sg/administrator/components/com_community/assets/css/font-awesome.min.css');
                $document->addStyleSheet('http://my2cents.sg/administrator/components/com_community/assets/css/ace-fonts.css');
                $document->addStyleSheet('http://my2cents.sg/administrator/components/com_community/assets/css/ace.min.css');
                $document->addStyleSheet('http://my2cents.sg/administrator/components/com_community/assets/css/fullcalendar.css');
                $document->addStyleSheet('http://my2cents.sg/administrator/components/com_community/assets/css/jomsocial.css');

thank you!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW