Linking to Open Tab?

Permalink Browser Info Environment
Good Afternoon

i really like your tabs.. toke a little messing to get workign how i wanted and css hacks but looks and works great now on page.

How ever now i need to link to the page and open a set Tab.. i tryed just adding and anchor point to the link but no go. Is their an easy way to achieve this?

With Thanks
Carl

Type: Pre-Sale
Status: In Progress
carl101lee
View Replies:
shahroq replied on at Permalink Reply
shahroq
Hi,
You want to change the default tab? if so there is an option (default tab).
carl101lee replied on at Permalink Reply
carl101lee
Hi

Thanks for quick response.

Na I want to link to the page. /services#tab3 etc.. from page links and open up the relevant tab on page load.

I was just trying to geta javascript to firer to load the hash and run a click function but i cant get it to work.
Using below on end or link URL
#sky-tab2-72
#sky-tab3-72
#sky-tab4-72
#sky-tab5-72
// Javascript to enable link to tab
var url = document.location.toString();
if (url.match('#')) {
    $('.sky-tab1-72 a[href="#' + url.split('#')[1] + '"]').tab('show');
} 
// Change hash for page-reload
$('.sky-tab1-72 a').on('shown.bs.tab', function (e) {
    window.location.hash = e.target.hash;
})

Thanks
Carl
shahroq replied on at Permalink Reply
shahroq
Hi,
For selecting the right tab based on a variable(should fill based on anchor), use something like this:
$(document).ready(function() {
    tabToSelect = 2; //third tab 
    tab = $('.sky-tabs input');
    tab.prop('checked', false);
    tab.eq(tabToSelect).prop('checked', true);
});
carl101lee replied on at Permalink Reply
carl101lee
Afternoon

Thanks for quick Reponse, i go it working thanks. Seems to be fine. Will leave 5 star review.
But I would maybe add this to your JS script then it will be included as a feature.

Working code in page header using #0-5 on end of URL
<script type="text/javascript">
var hash = window.location.hash.substring(1);
$(document).ready(function() {
    tabToSelect = hash; //third tab 
    tab = $('.sky-tabs input');
    tab.prop('checked', false);
    tab.eq(tabToSelect).prop('checked', true);
});
</script>


Many Thanks
Carl

concrete5 Environment Information

# concrete5 Version
Core Version - 5.7.5.6
Version Installed - 5.7.5.6
Database Version - 20151221000000

# concrete5 Packages
Easy Image Gallery (1.3.1), Vivid Carousel (1.0.1), Whale Sky Tabs (1.1.4).

# concrete5 Overrides
blocks/autonav/templates/Footer.php, blocks/autonav/templates, blocks/autonav, blocks/image/templates/Caption-image/view.php, blocks/image/templates/Caption-image/js/hover.js, blocks/image/templates/Caption-image/js, blocks/image/templates/Caption-image/tools/composer_save.php, blocks/image/templates/Caption-image/tools/crop_image.php, blocks/image/templates/Caption-image/tools, blocks/image/templates/Caption-image, blocks/image/templates, blocks/image, 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/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, 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/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, themes/flo/css/build/buttons.less, themes/flo/css/build/reset.less, themes/flo/css/build/breadcrumb.less, themes/flo/css/build/add-ons/calendar.less, themes/flo/css/build/add-ons, themes/flo/css/build/captcha.less, themes/flo/css/build/search.less, themes/flo/css/build/mobile/navigation.less, themes/flo/css/build/mobile, themes/flo/css/build/blocks/page-list-option-buttons.less, themes/flo/css/build/blocks/page-title.less, themes/flo/css/build/blocks/page-list-template-thumbnail-grid.less, themes/flo/css/build/blocks/date-navigation.less, themes/flo/css/build/blocks/tags.less, themes/flo/css/build/blocks/topic-list.less, themes/flo/css/build/blocks/feature-template-hover-description.less, themes/flo/css/build/blocks/image-slider.less, themes/flo/css/build/blocks/page-list.less, themes/flo/css/build/blocks/feature.less, themes/flo/css/build/blocks/next-previous.less, themes/flo/css/build/blocks/page-attribute-display.less, themes/flo/css/build/blocks/faq.less, themes/flo/css/build/blocks/page-title-option-byline.less, themes/flo/css/build/blocks/testimonial.less, themes/flo/css/build/blocks/image.less, themes/flo/css/build/blocks, themes/flo/css/build/content.less, themes/flo/css/build/custom-design-classes/recent-blog-entry.less, themes/flo/css/build/custom-design-classes/area-content-accent.less, themes/flo/css/build/custom-design-classes/blog-entry-list.less, themes/flo/css/build/custom-design-classes/block-sidebar-padded.less, themes/flo/css/build/custom-design-classes/testimonial-bio.less, themes/flo/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/flo/css/build/custom-design-classes, themes/flo/css/build/miscellaneous-styles.less, themes/flo/css/build/body.less, themes/flo/css/build/footer.less, themes/flo/css/build/mixins.less, themes/flo/css/build/errors.less, themes/flo/css/build/bootstrap-3.2.0/buttons.less, themes/flo/css/build/bootstrap-3.2.0/scaffolding.less, themes/flo/css/build/bootstrap-3.2.0/badges.less, themes/flo/css/build/bootstrap-3.2.0/bootstrap.less, themes/flo/css/build/bootstrap-3.2.0/grid.less, themes/flo/css/build/bootstrap-3.2.0/button-groups.less, themes/flo/css/build/bootstrap-3.2.0/progress-bars.less, themes/flo/css/build/bootstrap-3.2.0/navbar.less, themes/flo/css/build/bootstrap-3.2.0/jumbotron.less, themes/flo/css/build/bootstrap-3.2.0/input-groups.less, themes/flo/css/build/bootstrap-3.2.0/wells.less, themes/flo/css/build/bootstrap-3.2.0/variables.less, themes/flo/css/build/bootstrap-3.2.0/carousel.less, themes/flo/css/build/bootstrap-3.2.0/normalize.less, themes/flo/css/build/bootstrap-3.2.0/dropdowns.less, themes/flo/css/build/bootstrap-3.2.0/glyphicons.less, themes/flo/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/flo/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/flo/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/flo/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/flo/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/flo/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/flo/css/build/bootstrap-3.2.0/mixins/grid.less, themes/flo/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/flo/css/build/bootstrap-3.2.0/mixins/size.less, themes/flo/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/flo/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/flo/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/flo/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/flo/css/build/bootstrap-3.2.0/mixins/forms.less, themes/flo/css/build/bootstrap-3.2.0/mixins/resize.less, themes/flo/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/flo/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/flo/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/flo/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/flo/css/build/bootstrap-3.2.0/mixins/panels.less, themes/flo/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/flo/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/flo/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/flo/css/build/bootstrap-3.2.0/mixins/labels.less, themes/flo/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/flo/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/flo/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/flo/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/flo/css/build/bootstrap-3.2.0/mixins/image.less, themes/flo/css/build/bootstrap-3.2.0/mixins, themes/flo/css/build/bootstrap-3.2.0/media.less, themes/flo/css/build/bootstrap-3.2.0/modals.less, themes/flo/css/build/bootstrap-3.2.0/navs.less, themes/flo/css/build/bootstrap-3.2.0/component-animations.less, themes/flo/css/build/bootstrap-3.2.0/list-group.less, themes/flo/css/build/bootstrap-3.2.0/forms.less, themes/flo/css/build/bootstrap-3.2.0/code.less, themes/flo/css/build/bootstrap-3.2.0/alerts.less, themes/flo/css/build/bootstrap-3.2.0/tables.less, themes/flo/css/build/bootstrap-3.2.0/mixins.less, themes/flo/css/build/bootstrap-3.2.0/thumbnails.less, themes/flo/css/build/bootstrap-3.2.0/print.less, themes/flo/css/build/bootstrap-3.2.0/responsive-embed.less, themes/flo/css/build/bootstrap-3.2.0/panels.less, themes/flo/css/build/bootstrap-3.2.0/tooltip.less, themes/flo/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/flo/css/build/bootstrap-3.2.0/pagination.less, themes/flo/css/build/bootstrap-3.2.0/labels.less, themes/flo/css/build/bootstrap-3.2.0/theme.less, themes/flo/css/build/bootstrap-3.2.0/close.less, themes/flo/css/build/bootstrap-3.2.0/type.less, themes/flo/css/build/bootstrap-3.2.0/pager.less, themes/flo/css/build/bootstrap-3.2.0/popovers.less, themes/flo/css/build/bootstrap-3.2.0/utilities.less, themes/flo/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/flo/css/build/bootstrap-3.2.0, themes/flo/css/build/header.less, themes/flo/css/build/pagination.less, themes/flo/css/build/fonts/night-road.less, themes/flo/css/build/fonts/defaults.less, themes/flo/css/build/fonts/blue-sky.less, themes/flo/css/build/fonts/royal.less, themes/flo/css/build/fonts, themes/flo/css/build, themes/flo/css/bootstrap-modified.css.oringal, themes/flo/css/main.less, themes/flo/css/styles.xml, themes/flo/css/presets/night-road.less, themes/flo/css/presets/defaults.less, themes/flo/css/presets/blue-sky.less, themes/flo/css/presets/royal.less, themes/flo/css/presets/minitrix.less, themes/flo/css/presets, themes/flo/css/bootstrap-modified.css, themes/flo/css, themes/flo/view.php, themes/flo/page_forbidden.php, themes/flo/page_theme.php, themes/flo/images/background-slider-default.png, themes/flo/images/background-slider-night-road.png, themes/flo/images/header-image.png, themes/flo/images/title-img.png, themes/flo/images/background.png, themes/flo/images/background-slider-royal.png, themes/flo/images/footer-image.png, themes/flo/images/background-slider-blue-sky.png, themes/flo/images/header-nav.png, themes/flo/images, themes/flo/default.php, themes/flo/home.php, themes/flo/thumbnail.png, themes/flo/blank.php, themes/flo/page_not_found.php, themes/flo/elements/header.php, themes/flo/elements/footer.php, themes/flo/elements/header_top.php, themes/flo/elements/footer_bottom.php, themes/flo/elements, themes/flo/right_sidebar.php, themes/flo/left_sidebar.php, themes/flo/full.php, themes/flo, blocks/autonav/templates/Footer.php, blocks/autonav/templates, blocks/autonav, blocks/image/templates/Caption-image/view.php, blocks/image/templates/Caption-image/js/hover.js, blocks/image/templates/Caption-image/js, blocks/image/templates/Caption-image/tools/composer_save.php, blocks/image/templates/Caption-image/tools/crop_image.php, blocks/image/templates/Caption-image/tools, blocks/image/templates/Caption-image, blocks/image/templates, blocks/image, 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/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, 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/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, themes/flo/css/build/buttons.less, themes/flo/css/build/reset.less, themes/flo/css/build/breadcrumb.less, themes/flo/css/build/add-ons/calendar.less, themes/flo/css/build/add-ons, themes/flo/css/build/captcha.less, themes/flo/css/build/search.less, themes/flo/css/build/mobile/navigation.less, themes/flo/css/build/mobile, themes/flo/css/build/blocks/page-list-option-buttons.less, themes/flo/css/build/blocks/page-title.less, themes/flo/css/build/blocks/page-list-template-thumbnail-grid.less, themes/flo/css/build/blocks/date-navigation.less, themes/flo/css/build/blocks/tags.less, themes/flo/css/build/blocks/topic-list.less, themes/flo/css/build/blocks/feature-template-hover-description.less, themes/flo/css/build/blocks/image-slider.less, themes/flo/css/build/blocks/page-list.less, themes/flo/css/build/blocks/feature.less, themes/flo/css/build/blocks/next-previous.less, themes/flo/css/build/blocks/page-attribute-display.less, themes/flo/css/build/blocks/faq.less, themes/flo/css/build/blocks/page-title-option-byline.less, themes/flo/css/build/blocks/testimonial.less, themes/flo/css/build/blocks/image.less, themes/flo/css/build/blocks, themes/flo/css/build/content.less, themes/flo/css/build/custom-design-classes/recent-blog-entry.less, themes/flo/css/build/custom-design-classes/area-content-accent.less, themes/flo/css/build/custom-design-classes/blog-entry-list.less, themes/flo/css/build/custom-design-classes/block-sidebar-padded.less, themes/flo/css/build/custom-design-classes/testimonial-bio.less, themes/flo/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/flo/css/build/custom-design-classes, themes/flo/css/build/miscellaneous-styles.less, themes/flo/css/build/body.less, themes/flo/css/build/footer.less, themes/flo/css/build/mixins.less, themes/flo/css/build/errors.less, themes/flo/css/build/bootstrap-3.2.0/buttons.less, themes/flo/css/build/bootstrap-3.2.0/scaffolding.less, themes/flo/css/build/bootstrap-3.2.0/badges.less, themes/flo/css/build/bootstrap-3.2.0/bootstrap.less, themes/flo/css/build/bootstrap-3.2.0/grid.less, themes/flo/css/build/bootstrap-3.2.0/button-groups.less, themes/flo/css/build/bootstrap-3.2.0/progress-bars.less, themes/flo/css/build/bootstrap-3.2.0/navbar.less, themes/flo/css/build/bootstrap-3.2.0/jumbotron.less, themes/flo/css/build/bootstrap-3.2.0/input-groups.less, themes/flo/css/build/bootstrap-3.2.0/wells.less, themes/flo/css/build/bootstrap-3.2.0/variables.less, themes/flo/css/build/bootstrap-3.2.0/carousel.less, themes/flo/css/build/bootstrap-3.2.0/normalize.less, themes/flo/css/build/bootstrap-3.2.0/dropdowns.less, themes/flo/css/build/bootstrap-3.2.0/glyphicons.less, themes/flo/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/flo/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/flo/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/flo/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/flo/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/flo/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/flo/css/build/bootstrap-3.2.0/mixins/grid.less, themes/flo/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/flo/css/build/bootstrap-3.2.0/mixins/size.less, themes/flo/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/flo/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/flo/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/flo/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/flo/css/build/bootstrap-3.2.0/mixins/forms.less, themes/flo/css/build/bootstrap-3.2.0/mixins/resize.less, themes/flo/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/flo/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/flo/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/flo/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/flo/css/build/bootstrap-3.2.0/mixins/panels.less, themes/flo/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/flo/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/flo/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/flo/css/build/bootstrap-3.2.0/mixins/labels.less, themes/flo/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/flo/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/flo/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/flo/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/flo/css/build/bootstrap-3.2.0/mixins/image.less, themes/flo/css/build/bootstrap-3.2.0/mixins, themes/flo/css/build/bootstrap-3.2.0/media.less, themes/flo/css/build/bootstrap-3.2.0/modals.less, themes/flo/css/build/bootstrap-3.2.0/navs.less, themes/flo/css/build/bootstrap-3.2.0/component-animations.less, themes/flo/css/build/bootstrap-3.2.0/list-group.less, themes/flo/css/build/bootstrap-3.2.0/forms.less, themes/flo/css/build/bootstrap-3.2.0/code.less, themes/flo/css/build/bootstrap-3.2.0/alerts.less, themes/flo/css/build/bootstrap-3.2.0/tables.less, themes/flo/css/build/bootstrap-3.2.0/mixins.less, themes/flo/css/build/bootstrap-3.2.0/thumbnails.less, themes/flo/css/build/bootstrap-3.2.0/print.less, themes/flo/css/build/bootstrap-3.2.0/responsive-embed.less, themes/flo/css/build/bootstrap-3.2.0/panels.less, themes/flo/css/build/bootstrap-3.2.0/tooltip.less, themes/flo/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/flo/css/build/bootstrap-3.2.0/pagination.less, themes/flo/css/build/bootstrap-3.2.0/labels.less, themes/flo/css/build/bootstrap-3.2.0/theme.less, themes/flo/css/build/bootstrap-3.2.0/close.less, themes/flo/css/build/bootstrap-3.2.0/type.less, themes/flo/css/build/bootstrap-3.2.0/pager.less, themes/flo/css/build/bootstrap-3.2.0/popovers.less, themes/flo/css/build/bootstrap-3.2.0/utilities.less, themes/flo/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/flo/css/build/bootstrap-3.2.0, themes/flo/css/build/header.less, themes/flo/css/build/pagination.less, themes/flo/css/build/fonts/night-road.less, themes/flo/css/build/fonts/defaults.less, themes/flo/css/build/fonts/blue-sky.less, themes/flo/css/build/fonts/royal.less, themes/flo/css/build/fonts, themes/flo/css/build, themes/flo/css/bootstrap-modified.css.oringal, themes/flo/css/main.less, themes/flo/css/styles.xml, themes/flo/css/presets/night-road.less, themes/flo/css/presets/defaults.less, themes/flo/css/presets/blue-sky.less, themes/flo/css/presets/royal.less, themes/flo/css/presets/minitrix.less, themes/flo/css/presets, themes/flo/css/bootstrap-modified.css, themes/flo/css, themes/flo/view.php, themes/flo/page_forbidden.php, themes/flo/page_theme.php, themes/flo/images/background-slider-default.png, themes/flo/images/background-slider-night-road.png, themes/flo/images/header-image.png, themes/flo/images/title-img.png, themes/flo/images/background.png, themes/flo/images/background-slider-royal.png, themes/flo/images/footer-image.png, themes/flo/images/background-slider-blue-sky.png, themes/flo/images/header-nav.png, themes/flo/images, themes/flo/default.php, themes/flo/home.php, themes/flo/thumbnail.png, themes/flo/blank.php, themes/flo/page_not_found.php, themes/flo/elements/header.php, themes/flo/elements/footer.php, themes/flo/elements/header_top.php, themes/flo/elements/footer_bottom.php, themes/flo/elements, themes/flo/right_sidebar.php, themes/flo/left_sidebar.php, themes/flo/full.php, themes/flo

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

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

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 8M
sql.safe_mode - Off
upload_max_filesize - 2M
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 - 1440
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; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 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.