Building Page Types in version 5.6.0.2

Permalink
So I'm trying to make some blog and press page types in 5.6.0.2. I need a side navigation stack to be pulled into the page types automatically which I have already made. I'm using the page types with chadstrats problog and pronews add-ons.

All info on page types that I've searched for is for previous versions on concrete and seem to not apply. When I go into the page type defaults, all I get is a blank page.

Code of how the full page should be setup:
http://staginga.certain.com/index.php/blog/take-aways-eibtm-2009/...

And what it currently is - everything without the side navigation:
http://staginga.certain.com/index.php/blog/event-branding-trifecta-...

I've also attached a picture of the mockup of what the site is suppose to emulate. Thank you everyone in advance.

1 Attachment

 
mroberte replied on at Permalink Reply
Okay I found the error...

Fatal error: Class 'blogify' not found in /var/www/html/concrete5.6.0.2/packages/problog/elements/disqus.php on line 2

<?php 
$blog_settings = blogify::getBlogSettings();
extract($blog_settings);
?>
              <div id="disqus_thread"></div>
            <script type="text/javascript">
                /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
                var disqus_developer = 1; // developer mode is on
                var disqus_shortname = '<?php echo $disqus?>'; // required: replace example with your forum shortname
                /* * * DON'T EDIT BELOW THIS LINE * * */
                (function() {
                    var dsq = document.createElement('script'); 
                    dsq.type = 'text/javascript'; 
                    dsq.async = true; 
                    dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';


So basically this can't find blogify.php which is located at: /packages/problog/models

How do I get it to link to the file in the models folder in the discus.php file?
mroberte replied on at Permalink Reply
And that error didn't solve anything from above. Still clueless on how to make these page types. I just keep getting a blank screen with the edit bar at top, however I press the edit button and it just send me back to blank screen with nothing to edit.