Bruny Island Seafarms

Latest news and updates
logo icon

Bruny Blog

Latest news updates & articles
<\/p>","state":1,"catid":9,"created":"2026-07-24 14:59:40","created_by":42,"created_by_alias":"","modified":"2026-07-25 10:52:24","modified_by":42,"checked_out":null,"checked_out_time":null,"publish_up":"2026-07-24 14:59:40","publish_down":null,"images":"{\"image_intro\":\"images\\\/20260717_122018.jpg#joomlaImage:\\\/\\\/local-images\\\/20260717_122018.jpg?width=2170&height=1628\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\\/20260713_190817resized.jpg#joomlaImage:\\\/\\\/local-images\\\/20260713_190817resized.jpg?width=1200&height=900\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}","urls":"{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}","attribs":"{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}","version":22,"ordering":0,"metakey":"","metadesc":"","access":1,"hits":803,"metadata":"{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}","featured":0,"language":"*","note":"","category_title":"News and Updates"}]; //console.log(results); var options = { dataSource: results2, pageSize: 6, callback: function (response, pagination) { //window.console && console.log(response, pagination); var dataHtml = '
'; jQuery.each(response, function (index, item) { var imageItem = JSON.parse(item.images); if(item.state == 1 || item.state == 2){ dataHtml += '
'; dataHtml += '
'; dataHtml += 'Intro Image'; dataHtml += '
'; dataHtml += '
'; dataHtml += ''; dataHtml += '

'; dataHtml += '' + item.title + ''; dataHtml += '

'; dataHtml += '
' + item.introtext + '
'; dataHtml += '
'; dataHtml += '
'; } }); dataHtml += '
'; container.prev().html(dataHtml); } }; //$.pagination(container, options); container.addHook('beforeInit', function () { //window.console && console.log('beforeInit...'); }); container.pagination(options); container.addHook('beforePageOnClick', function () { //window.console && console.log('beforePageOnClick...'); // Get the target element ID from the clicked pagination link //var target = '#' + jQuery(this).attr('data-page'); var target = jQuery('#data-container'); // Smooth scroll to the target element jQuery('html, body').animate({ scrollTop: jQuery(target).offset().top }, 1200); // Prevent default anchor link behavior //return false; }); })