Fork me on GitHub

Can PostNuke include external Pages?  Bottom

  • Hello,

    short question, can PostNuke include external Pages?

    That means that PostNuke shown the extaernal Page as Content, not as PopUp.

    Thank You

    _cv
  • yes, just search for nukewrapper in the forums and you will get some information on how to do this
  • i can give u the files via email if u want its simple just where your index.php admin.php etc is located you put another .php file and make a new folder called wbpg and then for blocks just for links put yoursite.com/wpbp.php?wbpg=page.html and the page will be included into your postnuke layout with all links and etc etc
  • NukeWrapper is available here
    Put the wrap.php script in PostNuke root, and link to it with
    www.site.com/wrap.php?URL=www.whateversite.com

    Or look for PostWrap from Spidean
  • Thnk you very much.

    You are the people who make beleave me that Postnuke is the right CMS for me.

    THX

    _cv
  • Great information here. What is the main difference, if any, between NukeWrapper and PostWrapper from Spidean?

    I'm trying to figure out which to use.
  • Main differences, PostWrap uses an iFrame to link external and internal pages and can only resize the iframe to the size of the tallest column, hence you tend to get scrollbars on the frame, and being an iframe, the content doesn't take on the theme of the site (ie the stylesheets have no effect on it). It may not be indexed by search engines. PostWrap is a full module though.
    NukeWrapper is a standalone script for the moment that sits in the PostNuke root (which also allows very short URLs) and can incorporate both internal and external content. With external web pages, it also uses an iframe, but in a way as to be able to resize it to the height of the content, and even be able to defeat some forms of anti-framing Javascript code. For local content, it includes the file so that it adopts the site theme (stylesheets), and becomes fully integrated. As there is no frame and the content is just another part of the page, the content can be indexed by search engines.
    However you have to edit the script variables to set up the permitted directories for local pages, as there is no admin panel as of yet. It's generally not a big deal though, and you have to set up similar permissions in PostWrap.

    Which suit you better is a personal choice, they're both free, so try them and see.
    When I get time to do it, I'll finish the Search function and admin panels and release NW as a Xanthia module.
  • Hi,


    I got nukewrapper to work but only with the default PN theme.

    Is there anyway to make this work using Autothemes ?

This list is based on users active over the last 60 minutes.