Advanced Options

Permalink Browser Info Environment
Just A quick Note.

1. I can't get the address lookup to work, but the manual option is working.
2. Can I request a way to sort and order the Locations on the admin tab I have 2300?
3. Mass Import? Can i import from CSV etc.. a list of locations names, address and groups into the system?
4. Front end sorting, I have 2 groups set on my listings active and non-active. IS their a way like the "see all button" to Filter the active map to active and non-active?
5. I would also Like if possible to show a number for markers when zoomed out if they are to close? Also not to group different icons together, if possible.

Please Note I can Code, and will customize it my self if needed, but any information to help , or if any of these are planned in the next update.

With Thanks
Carl

Type: Ticket
Status: Archived
carl101lee
View Replies:
mesuva replied on at Permalink Reply
mesuva
Hi Carl,

>> 1. I can't get the address lookup to work, but the manual option is working.

I've not had any reports of this not working, so I'm wondering if it's just the way you've set up your API key. Google may have changed the way this is configured, but have you followed the steps via:https://www.concrete5.org/marketplace/addons/location-map/api-key/... ?
There are _two_ APIs to enable (or at least there were the last time I set this up)

>> 2. Can I request a way to sort and order the Locations on the admin tab I have 2300?

That number of locations is beyond what I envisaged for this add-on, so I'm really not sure how well it will handle it. I have used this for a few hundred locations, but not thousands.
My experience with google maps in general is that it does start to slow down browser rendering with a few hundred markers, plus it starts to increase the page size dramatically. That might be a problem with how you are grouping your markers, but I'd just caution that you may hit these kind of limits with my add-on.

I may have a chance to add in some sorting columns at some point, but it could be a week or more away.

>> 3. Mass Import? Can i import from CSV etc.. a list of locations names, address and groups into the system?

I haven't build for this, primarily because everyone has different expectations on how this would work. However, you could look to just import directly into the MsvLocationMapLocation database table, using whatever tools you like. It doesn't use anything complex like attributes, so you can work with that table directly.

>> 4. Front end sorting, I have 2 groups set on my listings active and non-active. IS their a way like the "see all button" to Filter the active map to active and non-active?

I'm not planning to add this kind of filter myself as it adds a lot to the complexity of the front end. If you tackle this yourself I'm happy to help suggest ways to do this.

>> 5. I would also Like if possible to show a number for markers when zoomed out if they are to close? Also not to group different icons together, if possible.

This sounds like 'Marker Clustering'. I've not used this myself, but from a glance at the doco it does look like it only requires an extra couple of lines to enable:
https://developers.google.com/maps/documentation/javascript/marker-c...
You may be able to just create a custom template for the map and add this in.

Cheers
-Ryan
carl101lee replied on at Permalink Reply
carl101lee
Good Afternoon,

Thanks for the advise, Ok I fixed the geoloaction thing from google you where correct.

2nd I uploaded a csv containing all 2400 no problem, and they appear on the listings.

How ever the geo-location is not updating on the imported data untill I open it and save then it locates the address... Is their a way to run this command manually on all of the listings? Or will I now have to re-save them all to locate them.

3rd , I am attempting the Marker Clusting using a custom template. Will let you know if it works.

Thanks in Advanced.
mesuva replied on at Permalink Reply
mesuva
Hi Carl,

there isn’t a bulk action for the geocoding of addresses, as it can be a slow-ish process, but also because I found it was better handled as a client side process than a server-side one.

If you dig around the code and the /src/MsvLocationMap/Location/Location.php file, at the bottom you’ll see a couple of commented out functions I’ve left in, they’re the original functions used to do the server side lookup.

One possibility could be to uncomment these two functions and write an automated job that fetches the Locations, loops over them and calls the updateLatLong function on the object.
I believe this would still work, but at the very least would be 90% of the way there.

What you’d want to be careful with here is the daily 2500 lookup limit that Google imposes, easy to accidentally hit when running batch processes.

-Ryan


> On 6 Jun 2018, at 12:10 am , concrete5 Community <discussions@concretecms.com> wrote:
carl101lee replied on at Permalink Reply
carl101lee
Good Afternoon

An Update for you and a quick question if possible.

Ok I have Imported 2400 locations - But I had to switch to Image files to stop rendering lag on the icons.

I have also enabled marker Cluster, with a little bit of playign and reading it turns out to be very simple to add.

Question:..

I would Like to filter the markers into 2 sets based on their Marker Icons.
markers.push(marker);


I have tried a few ways of sorting the array Markers but have failed? Can you assist?
switch(mID)
    {
    case '1':
        markers1.push(marker);
      break;
    case '2':
        markers2.push(marker);
      break;
    default:
        markers1.push(marker);
    };


What i need to work out is what object to filter on the array I belive?

Regards
Carl
mesuva replied on at Permalink Reply
mesuva
Hi Carl,

when you say filtering, are you still referring to front end filtering with javascript, or in this case are you meaning you just want to filter the list of locations for two different map blocks?

If it's the latter, that's what Location Groups are for, and maybe that could be handled via a couple of quicker SQL updates to put locations into the two groups.

If it's the former, I might need a bit more of the surrounding javascript to work out what you are doing. You're welcome to send through code to ryan@mesuva.com.au and I can take a look.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.
ConcreteCMS replied on at Permalink Reply
ConcreteCMS
Attention: Since there has been no activity on this issue for two weeks, this issue has been automatically archived.

To re-open this issue, reply to this message.

concrete5 Environment Information

# concrete5 Version
Core Version - 8.0.3
Version Installed - 8.0.3
Database Version - 20161216000000

# concrete5 Packages
Afixia: Login Redirect (0.9.2), Location Map (1.0.4)

# concrete5 Overrides
languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/nb_NO/LC_MESSAGES/messages.mo, languages/nb_NO/LC_MESSAGES, languages/nb_NO, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/cs_CZ/LC_MESSAGES/messages.mo, languages/cs_CZ/LC_MESSAGES, languages/cs_CZ, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/es_PE/LC_MESSAGES/messages.mo, languages/es_PE/LC_MESSAGES, languages/es_PE, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, languages/en_GB/LC_MESSAGES/messages.mo, languages/en_GB/LC_MESSAGES, languages/en_GB, single_pages/members/directory.php, single_pages/members/view.php, single_pages/members/profile.php, single_pages/members, single_pages/account/view.php, single_pages/account/messages.php, single_pages/account/avatar.php, single_pages/account/icon.png, single_pages/account/edit_profile.php, single_pages/account, themes/ams/css/build/buttons.less, themes/ams/css/build/reset.less, themes/ams/css/build/breadcrumb.less, themes/ams/css/build/add-ons/calendar.less, themes/ams/css/build/add-ons, themes/ams/css/build/captcha.less, themes/ams/css/build/search.less, themes/ams/css/build/mobile/navigation.less, themes/ams/css/build/mobile, themes/ams/css/build/blocks/page-list-option-buttons.less, themes/ams/css/build/blocks/page-title.less, themes/ams/css/build/blocks/page-list-template-thumbnail-grid.less, themes/ams/css/build/blocks/date-navigation.less, themes/ams/css/build/blocks/tags.less, themes/ams/css/build/blocks/topic-list.less, themes/ams/css/build/blocks/feature-template-hover-description.less, themes/ams/css/build/blocks/image-slider.less, themes/ams/css/build/blocks/page-list.less, themes/ams/css/build/blocks/feature.less, themes/ams/css/build/blocks/next-previous.less, themes/ams/css/build/blocks/page-attribute-display.less, themes/ams/css/build/blocks/faq.less, themes/ams/css/build/blocks/page-title-option-byline.less, themes/ams/css/build/blocks/testimonial.less, themes/ams/css/build/blocks/image.less, themes/ams/css/build/blocks, themes/ams/css/build/content.less, themes/ams/css/build/custom-design-classes/recent-blog-entry.less, themes/ams/css/build/custom-design-classes/area-content-accent.less, themes/ams/css/build/custom-design-classes/blog-entry-list.less, themes/ams/css/build/custom-design-classes/block-sidebar-padded.less, themes/ams/css/build/custom-design-classes/testimonial-bio.less, themes/ams/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/ams/css/build/custom-design-classes, themes/ams/css/build/miscellaneous-styles.less, themes/ams/css/build/body.less, themes/ams/css/build/footer.less, themes/ams/css/build/mixins.less, themes/ams/css/build/errors.less, themes/ams/css/build/bootstrap-3.2.0/buttons.less, themes/ams/css/build/bootstrap-3.2.0/scaffolding.less, themes/ams/css/build/bootstrap-3.2.0/badges.less, themes/ams/css/build/bootstrap-3.2.0/bootstrap.less, themes/ams/css/build/bootstrap-3.2.0/grid.less, themes/ams/css/build/bootstrap-3.2.0/button-groups.less, themes/ams/css/build/bootstrap-3.2.0/progress-bars.less, themes/ams/css/build/bootstrap-3.2.0/navbar.less, themes/ams/css/build/bootstrap-3.2.0/jumbotron.less, themes/ams/css/build/bootstrap-3.2.0/input-groups.less, themes/ams/css/build/bootstrap-3.2.0/wells.less, themes/ams/css/build/bootstrap-3.2.0/variables.less, themes/ams/css/build/bootstrap-3.2.0/carousel.less, themes/ams/css/build/bootstrap-3.2.0/normalize.less, themes/ams/css/build/bootstrap-3.2.0/dropdowns.less, themes/ams/css/build/bootstrap-3.2.0/glyphicons.less, themes/ams/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/ams/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/ams/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/ams/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/ams/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/ams/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/ams/css/build/bootstrap-3.2.0/mixins/grid.less, themes/ams/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/ams/css/build/bootstrap-3.2.0/mixins/size.less, themes/ams/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/ams/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/ams/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/ams/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/ams/css/build/bootstrap-3.2.0/mixins/forms.less, themes/ams/css/build/bootstrap-3.2.0/mixins/resize.less, themes/ams/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/ams/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/ams/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/ams/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/ams/css/build/bootstrap-3.2.0/mixins/panels.less, themes/ams/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/ams/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/ams/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/ams/css/build/bootstrap-3.2.0/mixins/labels.less, themes/ams/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/ams/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/ams/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/ams/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/ams/css/build/bootstrap-3.2.0/mixins/image.less, themes/ams/css/build/bootstrap-3.2.0/mixins, themes/ams/css/build/bootstrap-3.2.0/media.less, themes/ams/css/build/bootstrap-3.2.0/modals.less, themes/ams/css/build/bootstrap-3.2.0/navs.less, themes/ams/css/build/bootstrap-3.2.0/component-animations.less, themes/ams/css/build/bootstrap-3.2.0/list-group.less, themes/ams/css/build/bootstrap-3.2.0/forms.less, themes/ams/css/build/bootstrap-3.2.0/code.less, themes/ams/css/build/bootstrap-3.2.0/alerts.less, themes/ams/css/build/bootstrap-3.2.0/tables.less, themes/ams/css/build/bootstrap-3.2.0/mixins.less, themes/ams/css/build/bootstrap-3.2.0/thumbnails.less, themes/ams/css/build/bootstrap-3.2.0/print.less, themes/ams/css/build/bootstrap-3.2.0/responsive-embed.less, themes/ams/css/build/bootstrap-3.2.0/panels.less, themes/ams/css/build/bootstrap-3.2.0/tooltip.less, themes/ams/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/ams/css/build/bootstrap-3.2.0/pagination.less, themes/ams/css/build/bootstrap-3.2.0/labels.less, themes/ams/css/build/bootstrap-3.2.0/theme.less, themes/ams/css/build/bootstrap-3.2.0/close.less, themes/ams/css/build/bootstrap-3.2.0/type.less, themes/ams/css/build/bootstrap-3.2.0/pager.less, themes/ams/css/build/bootstrap-3.2.0/popovers.less, themes/ams/css/build/bootstrap-3.2.0/utilities.less, themes/ams/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/ams/css/build/bootstrap-3.2.0, themes/ams/css/build/header.less, themes/ams/css/build/pagination.less, themes/ams/css/build/fonts/night-road.less, themes/ams/css/build/fonts/defaults.less, themes/ams/css/build/fonts/blue-sky.less, themes/ams/css/build/fonts/royal.less, themes/ams/css/build/fonts, themes/ams/css/build, themes/ams/css/main.less, themes/ams/css/styles.xml, themes/ams/css/presets/night-road.less, themes/ams/css/presets/defaults.less, themes/ams/css/presets/blue-sky.less, themes/ams/css/presets/royal.less, themes/ams/css/presets, themes/ams/css/bootstrap-modified.css, themes/ams/css, themes/ams/view.php, themes/ams/page_forbidden.php, themes/ams/page_theme.php, themes/ams/images/background-slider-default.png, themes/ams/images/background-slider-night-road.png, themes/ams/images/background.png, themes/ams/images/background-slider-royal.png, themes/ams/images/background-slider-blue-sky.png, themes/ams/images, themes/ams/default.php, themes/ams/home-login.php, themes/ams/thumbnail.png, themes/ams/blank.php, themes/ams/page_not_found.php, themes/ams/elements/header.php, themes/ams/elements/footer.php, themes/ams/elements/header_top.php, themes/ams/elements/footer_bottom.php, themes/ams/elements, themes/ams/right_sidebar.php, themes/ams/left_sidebar.php, themes/ams/full.php, themes/ams, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/nb_NO/LC_MESSAGES/messages.mo, languages/nb_NO/LC_MESSAGES, languages/nb_NO, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/cs_CZ/LC_MESSAGES/messages.mo, languages/cs_CZ/LC_MESSAGES, languages/cs_CZ, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/es_PE/LC_MESSAGES/messages.mo, languages/es_PE/LC_MESSAGES, languages/es_PE, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, languages/en_GB/LC_MESSAGES/messages.mo, languages/en_GB/LC_MESSAGES, languages/en_GB, single_pages/members/directory.php, single_pages/members/view.php, single_pages/members/profile.php, single_pages/members, single_pages/account/view.php, single_pages/account/messages.php, single_pages/account/avatar.php, single_pages/account/icon.png, single_pages/account/edit_profile.php, single_pages/account, themes/ams/css/build/buttons.less, themes/ams/css/build/reset.less, themes/ams/css/build/breadcrumb.less, themes/ams/css/build/add-ons/calendar.less, themes/ams/css/build/add-ons, themes/ams/css/build/captcha.less, themes/ams/css/build/search.less, themes/ams/css/build/mobile/navigation.less, themes/ams/css/build/mobile, themes/ams/css/build/blocks/page-list-option-buttons.less, themes/ams/css/build/blocks/page-title.less, themes/ams/css/build/blocks/page-list-template-thumbnail-grid.less, themes/ams/css/build/blocks/date-navigation.less, themes/ams/css/build/blocks/tags.less, themes/ams/css/build/blocks/topic-list.less, themes/ams/css/build/blocks/feature-template-hover-description.less, themes/ams/css/build/blocks/image-slider.less, themes/ams/css/build/blocks/page-list.less, themes/ams/css/build/blocks/feature.less, themes/ams/css/build/blocks/next-previous.less, themes/ams/css/build/blocks/page-attribute-display.less, themes/ams/css/build/blocks/faq.less, themes/ams/css/build/blocks/page-title-option-byline.less, themes/ams/css/build/blocks/testimonial.less, themes/ams/css/build/blocks/image.less, themes/ams/css/build/blocks, themes/ams/css/build/content.less, themes/ams/css/build/custom-design-classes/recent-blog-entry.less, themes/ams/css/build/custom-design-classes/area-content-accent.less, themes/ams/css/build/custom-design-classes/blog-entry-list.less, themes/ams/css/build/custom-design-classes/block-sidebar-padded.less, themes/ams/css/build/custom-design-classes/testimonial-bio.less, themes/ams/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/ams/css/build/custom-design-classes, themes/ams/css/build/miscellaneous-styles.less, themes/ams/css/build/body.less, themes/ams/css/build/footer.less, themes/ams/css/build/mixins.less, themes/ams/css/build/errors.less, themes/ams/css/build/bootstrap-3.2.0/buttons.less, themes/ams/css/build/bootstrap-3.2.0/scaffolding.less, themes/ams/css/build/bootstrap-3.2.0/badges.less, themes/ams/css/build/bootstrap-3.2.0/bootstrap.less, themes/ams/css/build/bootstrap-3.2.0/grid.less, themes/ams/css/build/bootstrap-3.2.0/button-groups.less, themes/ams/css/build/bootstrap-3.2.0/progress-bars.less, themes/ams/css/build/bootstrap-3.2.0/navbar.less, themes/ams/css/build/bootstrap-3.2.0/jumbotron.less, themes/ams/css/build/bootstrap-3.2.0/input-groups.less, themes/ams/css/build/bootstrap-3.2.0/wells.less, themes/ams/css/build/bootstrap-3.2.0/variables.less, themes/ams/css/build/bootstrap-3.2.0/carousel.less, themes/ams/css/build/bootstrap-3.2.0/normalize.less, themes/ams/css/build/bootstrap-3.2.0/dropdowns.less, themes/ams/css/build/bootstrap-3.2.0/glyphicons.less, themes/ams/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/ams/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/ams/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/ams/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/ams/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/ams/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/ams/css/build/bootstrap-3.2.0/mixins/grid.less, themes/ams/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/ams/css/build/bootstrap-3.2.0/mixins/size.less, themes/ams/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/ams/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/ams/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/ams/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/ams/css/build/bootstrap-3.2.0/mixins/forms.less, themes/ams/css/build/bootstrap-3.2.0/mixins/resize.less, themes/ams/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/ams/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/ams/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/ams/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/ams/css/build/bootstrap-3.2.0/mixins/panels.less, themes/ams/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/ams/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/ams/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/ams/css/build/bootstrap-3.2.0/mixins/labels.less, themes/ams/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/ams/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/ams/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/ams/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/ams/css/build/bootstrap-3.2.0/mixins/image.less, themes/ams/css/build/bootstrap-3.2.0/mixins, themes/ams/css/build/bootstrap-3.2.0/media.less, themes/ams/css/build/bootstrap-3.2.0/modals.less, themes/ams/css/build/bootstrap-3.2.0/navs.less, themes/ams/css/build/bootstrap-3.2.0/component-animations.less, themes/ams/css/build/bootstrap-3.2.0/list-group.less, themes/ams/css/build/bootstrap-3.2.0/forms.less, themes/ams/css/build/bootstrap-3.2.0/code.less, themes/ams/css/build/bootstrap-3.2.0/alerts.less, themes/ams/css/build/bootstrap-3.2.0/tables.less, themes/ams/css/build/bootstrap-3.2.0/mixins.less, themes/ams/css/build/bootstrap-3.2.0/thumbnails.less, themes/ams/css/build/bootstrap-3.2.0/print.less, themes/ams/css/build/bootstrap-3.2.0/responsive-embed.less, themes/ams/css/build/bootstrap-3.2.0/panels.less, themes/ams/css/build/bootstrap-3.2.0/tooltip.less, themes/ams/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/ams/css/build/bootstrap-3.2.0/pagination.less, themes/ams/css/build/bootstrap-3.2.0/labels.less, themes/ams/css/build/bootstrap-3.2.0/theme.less, themes/ams/css/build/bootstrap-3.2.0/close.less, themes/ams/css/build/bootstrap-3.2.0/type.less, themes/ams/css/build/bootstrap-3.2.0/pager.less, themes/ams/css/build/bootstrap-3.2.0/popovers.less, themes/ams/css/build/bootstrap-3.2.0/utilities.less, themes/ams/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/ams/css/build/bootstrap-3.2.0, themes/ams/css/build/header.less, themes/ams/css/build/pagination.less, themes/ams/css/build/fonts/night-road.less, themes/ams/css/build/fonts/defaults.less, themes/ams/css/build/fonts/blue-sky.less, themes/ams/css/build/fonts/royal.less, themes/ams/css/build/fonts, themes/ams/css/build, themes/ams/css/main.less, themes/ams/css/styles.xml, themes/ams/css/presets/night-road.less, themes/ams/css/presets/defaults.less, themes/ams/css/presets/blue-sky.less, themes/ams/css/presets/royal.less, themes/ams/css/presets, themes/ams/css/bootstrap-modified.css, themes/ams/css, themes/ams/view.php, themes/ams/page_forbidden.php, themes/ams/page_theme.php, themes/ams/images/background-slider-default.png, themes/ams/images/background-slider-night-road.png, themes/ams/images/background.png, themes/ams/images/background-slider-royal.png, themes/ams/images/background-slider-blue-sky.png, themes/ams/images, themes/ams/default.php, themes/ams/home-login.php, themes/ams/thumbnail.png, themes/ams/blank.php, themes/ams/page_not_found.php, themes/ams/elements/header.php, themes/ams/elements/footer.php, themes/ams/elements/header_top.php, themes/ams/elements/footer_bottom.php, themes/ams/elements, themes/ams/right_sidebar.php, themes/ams/left_sidebar.php, themes/ams/full.php, themes/ams

# concrete5 Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache/2.4.7 (Ubuntu)

# Server API
apache2handler

# PHP Version
5.5.9-1ubuntu4.16

# PHP Extensions
apache2handler, bcmath, bz2, calendar, Core, ctype, curl, date, dba, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, openssl, pcre, PDO, pdo_mysql, Phar, posix, readline, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, ssh2, standard, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlwriter, Zend OPcache, zip, zlib

# PHP Settings
max_execution_time - 300
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 512M
post_max_size - 32M
sql.safe_mode - Off
upload_max_filesize - 32M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
opcache.max_accelerated_files - 2000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5

Browser User-Agent String

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.