{"id":11,"date":"2012-02-27T08:00:12","date_gmt":"2012-02-27T08:00:12","guid":{"rendered":"http:\/\/en.latindevelopers.com\/ivancp\/?p=11"},"modified":"2012-02-25T05:02:19","modified_gmt":"2012-02-25T05:02:19","slug":"cms-based-on-phpbb-posts","status":"publish","type":"post","link":"http:\/\/en.latindevelopers.com\/ivancp\/2012\/cms-based-on-phpbb-posts\/","title":{"rendered":"CMS based on phpBB posts"},"content":{"rendered":"<div>\n<p><a href=\"http:\/\/www.phpbb.com\/\"><img loading=\"lazy\" class=\"alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"phpBB\" src=\"http:\/\/www.phpbb.com\/theme\/images\/logos\/blue\/160x52.png\" alt=\"phpBB\" width=\"160\" height=\"52\" \/><\/a>If you are using phpBB maybe you need to show a individual phpBB post on an external page (outside of our phpBB forum) but it can be frustrating because phpBB uses a key in each bbcode (bitfield), but when I explore the source code I found the solution to extract parsed HTML text from phpBB posts.<\/p>\n<p>Also I try to use a <a href=\"http:\/\/www.phpbb.com\/community\/viewtopic.php?f=71&amp;t=143865\" target=\"_blank\">phpBB CMS Mod<\/a> but I leave it because is still in development and now I\u2019m trying to make my own CMS from phpBB posts, I use some code from <a href=\"http:\/\/wiki.phpbb.com\/Practical.Displaying_posts_and_topics_on_external_pages\" target=\"_blank\">phpBB tutorials<\/a> and now I have a very basic CMS using phpBB Posts.<\/p>\n<p>This is an overview:<\/p>\n<ul>\n<li>I use apache mod_rewrite to make search engine friendly URL\u2019s. (like <a href=\"http:\/\/www.latindevelopers.com\/articulos\/sql-server\/diferencias-entre-mysql-y-sql-server.php\" target=\"_blank\">this post<\/a>)<\/li>\n<li>The phpBB posts are located in a hide moderated forum, it also can use as a section to allow phpBB user post articles.<\/li>\n<li>The media content (images, attachments, etc) is stored in phpBB files section.<\/li>\n<li>I make custom .tpl files to sections: frontpage, article listings, articles, etc.<\/li>\n<li>Also I defined custom bbcodes to show: head sections (h1,h2,h3\u2026), highlighted code, HTML\u00a0 tables, notes, comments, etc.<\/li>\n<\/ul>\n<p>But, is still in development I need to finish the resources section and multi-language content, from now all content will be based on phpBB.<\/p>\n<p>You can view the CMS running on <a href=\"http:\/\/www.latindevelopers.com\/\" target=\"_blank\">Latindevelopers.com<\/a> (spanish only) when I finish this custom phpBB CMS I will test the security, and maybe publish under GPL.<\/p>\n<\/div>\n<div class=\"sharedaddy sd-sharing-enabled\"><div class=\"robots-nocontent sd-block sd-social sd-social-official sd-sharing\"><h3 class=\"sd-title\">Share this:<\/h3><div class=\"sd-content\"><ul><li class=\"share-twitter\"><a href=\"https:\/\/twitter.com\/share\" class=\"twitter-share-button\" data-url=\"http:\/\/en.latindevelopers.com\/ivancp\/2012\/cms-based-on-phpbb-posts\/\" data-text=\"CMS based on phpBB posts\"  >Tweet<\/a><\/li><li class=\"share-facebook\"><div class=\"fb-share-button\" data-href=\"http:\/\/en.latindevelopers.com\/ivancp\/2012\/cms-based-on-phpbb-posts\/\" data-layout=\"button_count\"><\/div><\/li><li class=\"share-end\"><\/li><\/ul><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>If you are using phpBB maybe you need to show a individual phpBB post on an external page (outside of our phpBB forum) but it can be frustrating because phpBB uses a key in each bbcode (bitfield), but when I explore the source code I found the solution to extract parsed HTML text from phpBB [&hellip;]<\/p>\n<div class=\"sharedaddy sd-sharing-enabled\"><div class=\"robots-nocontent sd-block sd-social sd-social-official sd-sharing\"><h3 class=\"sd-title\">Share this:<\/h3><div class=\"sd-content\"><ul><li class=\"share-twitter\"><a href=\"https:\/\/twitter.com\/share\" class=\"twitter-share-button\" data-url=\"http:\/\/en.latindevelopers.com\/ivancp\/2012\/cms-based-on-phpbb-posts\/\" data-text=\"CMS based on phpBB posts\"  >Tweet<\/a><\/li><li class=\"share-facebook\"><div class=\"fb-share-button\" data-href=\"http:\/\/en.latindevelopers.com\/ivancp\/2012\/cms-based-on-phpbb-posts\/\" data-layout=\"button_count\"><\/div><\/li><li class=\"share-end\"><\/li><\/ul><\/div><\/div><\/div>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"categories":[3],"tags":[7],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p2f09V-b","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/en.latindevelopers.com\/ivancp\/wp-json\/wp\/v2\/posts\/11"}],"collection":[{"href":"http:\/\/en.latindevelopers.com\/ivancp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/en.latindevelopers.com\/ivancp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/en.latindevelopers.com\/ivancp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/en.latindevelopers.com\/ivancp\/wp-json\/wp\/v2\/comments?post=11"}],"version-history":[{"count":5,"href":"http:\/\/en.latindevelopers.com\/ivancp\/wp-json\/wp\/v2\/posts\/11\/revisions"}],"predecessor-version":[{"id":48,"href":"http:\/\/en.latindevelopers.com\/ivancp\/wp-json\/wp\/v2\/posts\/11\/revisions\/48"}],"wp:attachment":[{"href":"http:\/\/en.latindevelopers.com\/ivancp\/wp-json\/wp\/v2\/media?parent=11"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/en.latindevelopers.com\/ivancp\/wp-json\/wp\/v2\/categories?post=11"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/en.latindevelopers.com\/ivancp\/wp-json\/wp\/v2\/tags?post=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}