Topic-icon LOGIN_SUCCESSFUL

Active Subscriptions:

None
14 years 3 weeks ago #22551 by miklaw
LOGIN_SUCCESSFUL was created by miklaw
Alex, is this message happened as a result of a setting in this extension? When I log into a site I put this on, it says LOGIN_SUCCESSFUL in an nice, ugly way that pushes the top article down to do so, and it of course stays on the page until you go to another link or click home again. I'm racking my brain trying to sort it.
The topic has been locked.
Active Subscriptions:

None
14 years 3 weeks ago #22554 by miklaw
Replied by miklaw on topic LOGIN_SUCCESSFUL
It had nothing to do with your app, sorry. It just happened to do this as a result of login. It was ultimately the template I made in artisteer, which had this code in index.php, which I removed, and it went away:

if ($view->hasMessages())
echo artxPost('<jdoc:include type="message" />');
The topic has been locked.
Support Specialist
14 years 3 weeks ago #22565 by alzander
Replied by alzander on topic LOGIN_SUCCESSFUL
Mike,
The way you removed the message is by removing the ability for Joomla to display any system messages.. Those messages can be good a lot of the time, to tell the user their Password is invalid, account wasn't found, they subscribed to a forum post, etc.. Any of those blue/red bar messages are system messages.

I'm not sure where that LOGIN_SUCCESSFUL message is coming from (It's not part of JFBConnect or Joomla, that I can tell). However, you may want to try to figure out what extension is adding that and remove the message from it directly. That way, your system messages will still show.. but those should be for more rare events.

Hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 3 weeks ago #22583 by miklaw
Replied by miklaw on topic LOGIN_SUCCESSFUL
I'll give that a look, thanks. Meanwhile I got it stopped, for better or for worse. :)

Got another question coming at ya, which I'll post in another thread.
The topic has been locked.
Support Specialist
14 years 3 weeks ago #22598 by alzander
Replied by alzander on topic LOGIN_SUCCESSFUL
Sounds good, and glad you're going, in whatever way you want :)

Alex
The topic has been locked.