I've been working on a few modules for work that we would like to access on a PDA. The biggest issue is that PostNuke doesn't quite fit well on the small screen size, especially once the left side blocks are loaded. I could just move all of the blocks to the right, but I like having them on the left the rest of the time. I'm looking for ideas on how to make things work better. I've thought of the following:
Hack index.php to not display any blocks when using a module:
The gist of this idea is that if there is a module being loaded none of the other side blocks would get loaded, thereby reducing the amount of scrolling left and right that would be necessary.
Having a second PostNuke installation that is identical to main install, except for the blocks table:
The idea here is that a menu could be created that would link people to the other site and once there, viola, no blocks. I'm not sure how easily this would be accomplished though.
I'm very interested in knowing what others have to say.
Thanks.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mdee responded to »Short URL questions« 12:02 AM
- mesteele101 responded to »Problem in Database Connection« 21. May
- mesteele101 created topic »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 20. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
- mesteele101 responded to »How to install Zikula for MSSQL ??? - Part II« 19. May
- mesteele101 created topic »File packaging« 16. 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
Making PostNuke PDA Friendly
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: May 22, 2003
- Posts: 44
Here a suggestion if you're open to another theme system. Autolite can address this issue with Nuclei blocks or AutoTheme can address the issue with Autoblocks. They have a good example for what you are talking about and this would be the most ideal solution I've seen so far with PostNuke. They have theme named AT-Corp which illustrates a good organization of the blocks. With some modification you can tighten it up even more if needed. :D -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
Perhaps a very lightweight theme would be approapriate here. A theme will only show the blocks with calls to blocks(<blocklocation>) so if you have take a theme and remove all of the calls to the blocks then this maybe a start.
Then remove all of the graphical output, addin some simple navigation and a login link and hey presto a pda friendly website.
I'm playing with something similar as a generic solution to printable pages in PN. Take a look at http://pnlab.markwest.me.uk/ and look for the printer icon on the news stories.
You'll also need to add some browser checking capabilities to ensure that the pda automatically get's the right theme.
-Mark</blocklocation>
- Moderated by:
- Support
