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.

After the upgrade to the latest Jomsocial Version the view looks odd

8 years 2 weeks ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

I think I can login to your backend, but when access it I get something like this

Attachments:
8 years 2 weeks ago
Licenses:
JomSocial Active

I don´t have that problem. Once you have logged in make sure you still have the admin login link.
www.functionbay.org/administrator/?bayreuther

8 years 2 weeks ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Still not working, ok to fix your issue please you open 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://www.functionbay.org/administrator/components/com_community/assets/css/bootstrap.min.css');
                $document->addStyleSheet('http://www.functionbay.org/administrator/components/com_community/assets/css/font-awesome.min.css');
                $document->addStyleSheet('http://www.functionbay.org/administrator/components/com_community/assets/css/ace-fonts.css');
                $document->addStyleSheet('http://www.functionbay.org/administrator/components/com_community/assets/css/ace.min.css');
                $document->addStyleSheet('http://www.functionbay.org/administrator/components/com_community/assets/css/fullcalendar.css');
                $document->addStyleSheet('http://www.functionbay.org/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