Hello,
short question, can PostNuke include external Pages?
That means that PostNuke shown the extaernal Page as Content, not as PopUp.
Thank You
_cv
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 07:01 AM
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 06:41 AM
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 06:27 AM
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 01:29 AM
- mdee created topic »How to implement returnpage ?« 01:00 AM
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Can PostNuke include external Pages?
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 19
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 -
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 676
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.
- Moderated by:
- Support
