[solved] map not showing on registration

More
11 years 4 months ago #14118 by tonyls6

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

More
11 years 4 months ago #14120 by nordmograph
You have, in the plugins settings:
Registration Map latitude
and
Registration Map longitude
If these don't work modifiy the lines as stated in my previous post.

- 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.

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

More
11 years 4 months ago - 11 years 4 months ago #14148 by tonyls6
actually registration paramerter not work on registration


only default map parameter works.
but in default map parameter..there is no option for latitude and longitude.
and in registraton map paramet there is a option to set latitude and longitude.

so how can i edit core code at which line so that map show default location?

Default map parameter



Registration map parameter

Attachments:
Last edit: 11 years 4 months ago by tonyls6. Reason: wrong image file sent

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

More
11 years 4 months ago #14151 by nordmograph
Well If I understand right, you can try:

replacing
$lat = $params->get('reglat','0');
$lng = $params->get('reglng','0');
with
$lat = $params->get('lat','0');
$lng = $params->get('lng','0');

Hope it helps

- 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.

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

More
11 years 4 months ago #14152 by tonyls6
nothing happen..

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

More
11 years 4 months ago #14154 by nordmograph
I don't know what you did to that plugin code or settings but if you logout and visit
www.nordmograph.com/index.php?option=com...=registers&Itemid=91
you'll see that setting coordinates for the registration map from the backend works out of the box
I just set it to (50 , -100).

Make sure you disable Browser geocoding on registration map so that it shows your default coordiantes and not your exact location.

- 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.

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

Time to create page: 0.338 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.