if (NOT StructKeyExists(Request.Params,"doDelete")) Request.Params.doDelete = 0; application.PTBlog2.scripts.loadJQuery(noConflict=1); #application.ptBlog2.ui.lightboxHeader(lbCheckLogin=true)#
#Server.CommonSpot.UDF.tag.input(type="hidden", name="CSRF_Token", value=TRIM(application.ADF.csSecurity.getCSRF_Token()))#
Are you sure you wish to delete this record?

#application.ADF.ui.lightboxFooter()#
application.ptBlog2.scripts.loadJQuery(noConflict=1); application.ptBlog2.scripts.loadADFLightbox(); #application.ptBlog2.ui.lightboxHeader(lbCheckLogin=true)#

Error:User session could not be validated! Record could not be deleted.

// Delete the CE record and post page if ( (Request.Params.FormID NEQ 0) AND (Request.Params.PageID NEQ 0) ){ // Delete the post page, comments, and Posts2 CE record status = application.ptBlog2.postDAO.deletePostByBlogID(blogid=request.params.blogID); // Delete the feature pages, if created status = application.ptBlog2.blogService.handleFeatureDelete(blogid=request.params.blogID); // Delete the blog CE record status = application.ptBlog2.cedata.deleteCE(datapageidList=Request.Params.PageID); }
Blog Deleted
application.PTBlog2.forms.closeLBAndRefresh();
Access denied to delete records through this module.

Please contact the site administrator.
#application.ptBlog2.ui.lightboxFooter()#