{"id":551,"date":"2004-04-30T00:47:52","date_gmt":"2004-04-30T05:47:52","guid":{"rendered":"http:\/\/blogs.terrorware.com\/geoff\/2004\/04\/30\/108330403587945889\/"},"modified":"2004-04-30T00:47:52","modified_gmt":"2004-04-30T05:47:52","slug":"108330403587945889","status":"publish","type":"post","link":"http:\/\/blogs.terrorware.com\/geoff\/2004\/04\/30\/108330403587945889\/","title":{"rendered":"108330403587945889"},"content":{"rendered":"<p><b>multiple instances of postcalendar on a postnuke site<\/b><\/p>\n<p>http:\/\/forums.postnuke.com\/index.php?name=PNphpBB2&#038;file=viewtopic&#038;t=5838&#038;highlight=duplicate+modules<\/p>\n<p>Here&#8217;s some info I learned in trying to do this myself:<\/p>\n<p><i><br \/>\nFiles that contain the string &#8216;postcalendar_&#8217;:<\/p>\n<p>common.api.php<br \/>\nplugins\/function.pc_week_range.php<br \/>\nplugins\/function.pc_date_select.php<br \/>\nplugins\/function.pc_filter.php<br \/>\nplugins\/function.pc_form_nav_close.php<br \/>\nplugins\/function.pc_url.php<br \/>\nplugins\/function.pc_view_select.php<br \/>\npnadmin.php<br \/>\npnadminapi.php<br \/>\npnblocks\/calendar.php<br \/>\npninit.php<br \/>\npntables.php<br \/>\npnuser.php<br \/>\npnuserapi.php<br \/>\nprint.php<\/p>\n<p>Files that contain the string &#8216;POSTCALENDAR&#8217;:<\/p>\n<p>common.api.php<br \/>\npcSmarty.class.php<br \/>\nplugins\/function.pc_date_select.php<br \/>\nplugins\/function.pc_filter.php<br \/>\nplugins\/function.pc_form_nav_open.php<br \/>\nplugins\/function.pc_url.php<br \/>\nplugins\/function.pc_view_select.php<br \/>\npnadmin.php<br \/>\npnadminapi.php<br \/>\npnblocks\/calendar.php<br \/>\npninit.php<br \/>\npnuser.php<br \/>\npnuserapi.php<br \/>\npnlang\/eng\/popup.php<br \/>\npnlang\/eng\/admin.php<br \/>\npnlang\/eng\/global.php<br \/>\npnlang\/eng\/user.php<\/p>\n<p>Files that contain the string &#8216;PostCalendar&#8217;:<\/p>\n<p>common.api.php<br \/>\npnadmin.php<br \/>\npnblocks\/calendar.php<br \/>\npnuser.php<br \/>\npnuserapi.php<br \/>\npnversion.php<br \/>\npnlang\/eng\/popup.php<br \/>\npnlang\/eng\/admin.php<br \/>\npnlang\/eng\/global.php<br \/>\npnlang\/eng\/user.php<\/p>\n<p>Other things that need to be changed:<\/p>\n<p>&#8216;opencal&#8217;-&gt;&#8217;opencalAA&#8217; in common.api.php<br \/>\n&#8216;pcDebugVar&#8217;-&gt;&#8217;pcAADebugVar&#8217; in common.api.php<br \/>\n&#8216;pcVarPrepForDisplay&#8217; -&gt; &#8216;pcAAVarPrepForDisplay&#8217; in common.api.php, pnuserapi.php<br \/>\n&#8216;pcVarPrepHTMLDisplay&#8217; -&gt; &#8216;pcAAVarPrepHTMLDisplay&#8217; in common.api.php, pnuserapi.php<br \/>\n&#8216;pcGetTopicName&#8217; -&gt; &#8216;pcAAGetTopicName&#8217; in common.api.php, pnuserapi.php<br \/>\n&#8216;pc_notify&#8217; -&gt; &#8216;pcAA_notify&#8217; in common.api.php<br \/>\n&#8216;sort_byCategoryA&#8217; -&gt; &#8216;sortAA_byCategoryA&#8217; in common.api.php, plugins\/function.pc_sort_events.php, plugins\/function.pc_sort_day.php<br \/>\n&#8216;sort_byCategoryD&#8217; -&gt; &#8216;sortAA_byCategoryD&#8217; in common.api.php, plugins\/function.pc_sort_events.php, plugins\/function.pc_sort_day.php<br \/>\n&#8216;sort_byTitleA&#8217; -&gt; &#8216;sortAA_byTitleA&#8217; in common.api.php, plugins\/function.pc_sort_events.php, plugins\/function.pc_sort_day.php<br \/>\n&#8216;sort_byTitleD&#8217; -&gt; &#8216;sortAA_byTitleD&#8217; in common.api.php, plugins\/function.pc_sort_events.php, plugins\/function.pc_sort_day.php<br \/>\n&#8216;sort_byTimeA&#8217; -&gt; &#8216;sortAA_byTimeA&#8217; in common.api.php, plugins\/function.pc_sort_events.php, plugins\/function.pc_sort_day.php<br \/>\n&#8216;sort_byTimeD&#8217; -&gt; &#8216;sortAA_byTimeD&#8217; in common.api.php, plugins\/function.pc_sort_events.php, plugins\/function.pc_sort_day.php<br \/>\n&#8216;pc_clean&#8217; -&gt; &#8216;pcAA_clean&#8217; in common.api.php, plugins\/function.pc_popup.php<\/p>\n<p>Moved plugins\/function.pc_*.php to plugins\/function.pcAA_*.php<br \/>\nChaned &#8216;pc_*&#8217; to &#8216;pcAA_*&#8217; in all pntemplates\/default\/*.html<br \/>\n<\/i><\/p>\n","protected":false},"excerpt":{"rendered":"<p>multiple instances of postcalendar on a postnuke site http:\/\/forums.postnuke.com\/index.php?name=PNphpBB2&#038;file=viewtopic&#038;t=5838&#038;highlight=duplicate+modules Here&#8217;s some info I learned in trying to do this myself: Files that contain the string &#8216;postcalendar_&#8217;: common.api.php plugins\/function.pc_week_range.php plugins\/function.pc_date_select.php plugins\/function.pc_filter.php plugins\/function.pc_form_nav_close.php plugins\/function.pc_url.php plugins\/function.pc_view_select.php pnadmin.php pnadminapi.php pnblocks\/calendar.php pninit.php pntables.php pnuser.php pnuserapi.php print.php Files that contain the string &#8216;POSTCALENDAR&#8217;: common.api.php pcSmarty.class.php plugins\/function.pc_date_select.php plugins\/function.pc_filter.php plugins\/function.pc_form_nav_open.php plugins\/function.pc_url.php plugins\/function.pc_view_select.php pnadmin.php&hellip; <a class=\"more-link\" href=\"http:\/\/blogs.terrorware.com\/geoff\/2004\/04\/30\/108330403587945889\/\">Continue reading <span class=\"screen-reader-text\">108330403587945889<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[1],"tags":[],"class_list":["post-551","post","type-post","status-publish","format-standard","hentry","category-uncategorized","entry"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4wnIz-8T","_links":{"self":[{"href":"http:\/\/blogs.terrorware.com\/geoff\/wp-json\/wp\/v2\/posts\/551","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/blogs.terrorware.com\/geoff\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blogs.terrorware.com\/geoff\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blogs.terrorware.com\/geoff\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/blogs.terrorware.com\/geoff\/wp-json\/wp\/v2\/comments?post=551"}],"version-history":[{"count":0,"href":"http:\/\/blogs.terrorware.com\/geoff\/wp-json\/wp\/v2\/posts\/551\/revisions"}],"wp:attachment":[{"href":"http:\/\/blogs.terrorware.com\/geoff\/wp-json\/wp\/v2\/media?parent=551"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blogs.terrorware.com\/geoff\/wp-json\/wp\/v2\/categories?post=551"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blogs.terrorware.com\/geoff\/wp-json\/wp\/v2\/tags?post=551"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}