Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mdee created topic »How to implement returnpage ?« 01:00 AM
- mazdev responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 24. May
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. 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
Is there a module that can do this?
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Feb 08, 2006
- Posts: 39
I'm working on this support website, and I need to create a Help/Support Docs page. Here is what I have so far: http://itsupport.sjsu.edu/wrap.php?file=help_support/helpsupport.htm (don't mind the design, I know it's ugly, but it's temporary). Basically I'm just creating those as htm pages and using nukewrap to intergrate them into the postnuke site. Now there is one slight problem, the postnuke search feature doesn't search anything other than Comments, Downloads, FAQs, Weblinks, reviews, sections, stories and topics. Is there a way I can make it so that it will search the htms that I put up also? Or is there a module that I can install that will do what I'm doing right now with full search capabilities? Thanks! -
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 676
I don't know that there is a module that searches HTML pages. They all search the database. It's a good idea for when I get back to making the module version of NukeWrapper.
If your pages are simple enough, you could use the existing Sections module. I'm not sure if it allows tables, though. There are other replacement modules for Sections (like the Subjects module). Like the htmlpages module, all the content is kept in the database, so regular SQL queries are used. -
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1193
Actually, there is a 3rd party module (well - search plug-in) that searches HTML pages. It grew out of this topic:
http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&t=18929&highlight=
The whole topic is good reading but you'll see the module announcement at the bottom... -
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1193
peiqinglong
ColdRolledSteel, I noticed that you mentioned if I run this on a windows box I would problems with the grep. I am using Windows...is there any way around this?
Either load the cygwin package of unix utilities ported to windows (which I have done before) or try using the "find" command line utilitity (which I have used but not in this context.)
If you want to use the find command, first verify that it's included in your version of windows by opening a command window and typing "find /?". If that gives you the command syntax, then you can hack the line of code that uses grep to use find... -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Feb 08, 2006
- Posts: 39
ColdRolledSteel
peiqinglong
ColdRolledSteel, I noticed that you mentioned if I run this on a windows box I would problems with the grep. I am using Windows...is there any way around this?
Either load the cygwin package of unix utilities ported to windows (which I have done before) or try using the "find" command line utilitity (which I have used but not in this context.)
If you want to use the find command, first verify that it's included in your version of windows by opening a command window and typing "find /?". If that gives you the command syntax, then you can hack the line of code that uses grep to use find...
How do I load the cygwin? -
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1193
peiqinglong
How do I load the cygwin?
Go to the Cygwin home page at http://www.cygwin.com and download it. There's also plenty of documentation, FAQ's and other stuff to help you do whatever you want. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Feb 08, 2006
- Posts: 39
ColdRolledSteel
peiqinglong
How do I load the cygwin?
Go to the Cygwin home page at http://www.cygwin.com and download it. There's also plenty of documentation, FAQ's and other stuff to help you do whatever you want.
Cool thanks!
- Moderated by:
- Support
