Is there a module that would let me "partion" off part of a website? I'm looking for something that'll let me give my admins a "section" of the website that they can use as they please, but within the bounds of PostNuke. I'd like for them to have their own news/blog area, at the very least, as well as their own blocks that they can configure for their section. If possibly, it'd be nice to have their own "instances" of modules on the site (like their own gallery, for instance), but this isn't really necessary (they can just link to a folder inside the gallery module).
This may be a lot to ask, but I just want to know if something remotely similar exists.
(if nothing like that really exists, do you guys know a way to use Xanthia to wrap different pages in a module with different sets of blocks? Like, for instance, using htmlpages, but each page might use a different block. I think that'll be all I need to do what I want).
edit: What about a hack that'll let me to safely install the same module multiple times?
edit: Would it be possible to have postnuke installed in two different folders and have them share the same database (to preserve registered users and stuff), all while having each part of the site running independantly? Anything would help, really...
edited by: Xagest, Jun 27, 2006 - 04:12 AM
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 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
Partitioning website
-
**unknown user**
- Rank: Senior
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 2330
Xagest
Is there a module that would let me "partion" off part of a website? I'm looking for something that'll let me give my admins a "section" of the website that they can use as they please, but within the bounds of PostNuke. I'd like for them to have their own news/blog area, at the very least, as well as their own blocks that they can configure for their section.
I've seen nothing of this nature in a PostNuke environment, save for using Groups and Permissions...which work quite well, I might add. Easiest would be to use the User Permissions, but as those are phasing out, I wouldn't rely on it.
Quote
(if nothing like that really exists, do you guys know a way to use Xanthia to wrap different pages in a module with different sets of blocks? Like, for instance, using htmlpages, but each page might use a different block. I think that'll be all I need to do what I want).
AutoTheme excels in this area of displaying certain blocks with certain pages.
This is not recommended (at least by me!) To do this, you'd need to copy the module, change the directory name, change all references to the old name within the code, change template filenames, plugin filenames, scrutinize every line to ensure no crossed wires in say, module variables, table names, etc... and those are just the things I can think of in 20 seconds.Quote
What about a hack that'll let me to safely install the same module multiple times?
If they're using the same database, they're essentially the same site.Quote
Would it be possible to have postnuke installed in two different folders and have them share the same database (to preserve registered users and stuff), all while having each part of the site running independantly?
-
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 752
Quote
QuoteWould it be possible to have postnuke installed in two different folders and have them share the same database (to preserve registered users and stuff), all while having each part of the site running independantly?
If they're using the same database, they're essentially the same site.
Yes you can do at least the last one simply by editing the pntables.php file if that is what it is still called ;)
I have that working on my site.
http://www.pbxinfo.com
http://www.pbxjobs.com
http://nortel.pbxinfo.com
All share the same user table but have different content. Its a royal pain when its time to upgrade, but it has worked fine for me for a while. Good Luck
edited by: rixride, Jun 27, 2006 - 04:42 PM
- Moderated by:
- Support
