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.

A Log in box randomly pops up on the site. I've attached example.

10 years 8 months ago
  • Mr.'s Avatar
    Topic Author
  • Mr.
  • Offline
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
Licenses:
JomSocial Expired

How can I disable the Jomsocial modal login popup? I want to use a third-party popup login form instead.
I searched through the configuration settings and the module and plugin settings and I could not find a switch to turn it off.

Attachments:
10 years 8 months ago
Licenses:

Hi Mr.

for jomsocial login popup if you can changing it the only way only bly using template override for:
/components/com_community/templates/default/ajax.login.php

here the doc for template override:
documentation.jomsocial.com/wiki/Customizing_Template

Regards,
Albert

10 years 8 months ago
  • Mr.'s Avatar
    Topic Author
  • Mr.
  • Offline
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
Licenses:
JomSocial Expired

Hi ,

i have override file /components/com_community/templates/default/ajax.login.php as you said.
but i want to disable that pop up now after commenting code from file i am getting empty login pop up.

Attachments:
10 years 8 months ago
Licenses:

Hi Mr.

if you want totally disable that popup. it can't too much effort for that. the override only can changing the popup content.
may i know what kind of override do you did?

Regards,
Albert

10 years 8 months ago
  • Mr.'s Avatar
    Topic Author
  • Mr.
  • Offline
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
Licenses:
JomSocial Expired

How can i totally disable that popup???
We are using third-party extension for login.

10 years 8 months ago
Licenses:

Hi Mr.

please follow this steps:
1. edit /components/com_community/controllers/controller.php at function ajaxBlockUnregister (line 57)
find this code

$objResponse->addScriptCall('if(!joms.jQuery("#cWindow").length){cWindowShow("","",450, 100);}');
$objResponse->addScriptCall('cWindowAddContent', $html);
2. replace with:
$objResponse->addScriptCall('joms.jQuery("#cWindow").hide();');
$objResponse->addScriptCall('window.location = "[your redirect URL]";');
3. replace [your redirect URL] base on your purpose.

Regards,
Albert

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