Geocheckin success alert

More
8 years 11 months ago #28076 by raph
Hi Nordmograph Team,

In my geocheckin version, when a user successfully validates his checkin, he receives an red alert using the css class: .alert, .alert h4 {
color: #C09853}.

Where to modify the php in order for him to get a message with the css class :
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #468847;
}
.alert-success h4 {
color: #468847;
}

Merci!

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #28078 by nordmograph
Hi,
This is modstly in your template CSS.
But you can try editing
controller.php online 206
replacing
Code:
$app->enqueueMessage( '<i class="gckn-icon-ok"></i> '.JText::_('COM_GEOCHECKIN_SOCIAL_CHECKINVALIDATED') );

with
Code:
$app->enqueueMessage( '<i class="gckn-icon-ok"></i> '.JText::_('COM_GEOCHECKIN_SOCIAL_CHECKINVALIDATED') , 'success' );

Let me know

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.
The following user(s) said Thank You: raph

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #28080 by raph
Replied by raph on topic Geocheckin success alert
I modified also the $pointsys

and all working

thanks!

Please Log in or Create an account to join the conversation.

Time to create page: 0.322 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.