About HyperNews
Creating Forums
This forum is about HOW to create forums. (Note that this forum is not
for actually creating of forums, or even suggesting forums, so please
don't attempt doing that by adding a message to this forum.) Forums are
also called "base articles" elsewhere. The two terms mean the
same thing.
Several forums may be created under one HyperNews installation.
Each installation has the same set of configuration settings for all the
forums under it.
After you download
the HyperNews source
and install it,
you need to create some forums.
Open the URL:
http://<your.www server>/HyperNews/edit-article.pl
(replace "<your.www.server>/HyperNews" with whatever is
appropriate. E.g., if you restrict forum creation, use
"HyperNews/SECURED" instead of just "HyperNews").
In the form it provides you, enter the Title and owner, if it is not
you. With 1.9B4, you can enter the text for the body or enter a URL
of another document to use as the body. If you enter a URL, it may be
a full http URL including the server name, or an absolute path
starting with "/" (for 1.9B4.1), or a relative path. An absolute path
is first looked for relative to the $hndocs directory, and if that
fails, it is assumed to be relative to the server root and is fetched
via http. A relative path must not climb outside of the $hndocs
directory (using ".."), but it will be fetched directly via the file
system, if it is found. The document is assumed to be HTML, but you
need not include <HEAD> and <BODY> tags. The document
must be publically readable, or at least readable by the domain of the
server.
The "Directory" (was called "virtual path" or "response directory") is
the name of the directory for messages and other info associated with
the forum; it is relative to your $hndocs directory.
For example, the directory for the HyperNews source document is
/hypernews/source.
Creating a forum creates a file named
<directory>.html,urc such as the following one for
the /hypernews/source.html document.
Title: HyperNews Source
URL: http://www.hypernews.org/HyperNews/get/hypernews/source.html
Body: http://www.hypernews.org/~liberte/hypernews/source.html
UpURL:
UpRel:
BaseURL: http://www.hypernews.org/HyperNews/get/hypernews/source.html
Responses: /hypernews/source
From: liberte@hypernews.org
Name: Daniel LaLiberte
UserURL: http://www.hypernews.org/~liberte/
Date: Tue, 31 Jan 1995 19:19:48 GMT
Note that the Body field is the URL you provided for the
body of the forum, or one generated by HyperNews if you entered the
text for the body. The URL you use to refer to this forum is the
same as the one in the URL field. Or within the same server,
you can leave off the http://server.name, e.g.
"/HyperNews/get/hypernews/source.html". (In a future version
of HyperNews, these full URLs will be made relative.)
If you create another forum with the same directory name, the
info for the previous forum will be replaced with the new info. So
if you make a mistake the first time, you can correct it. Any
existing messages will be preserved. Creating a forum never
deletes anything; it only updates the old
<directory>-body.html (if there is one) and the
<directory>.html,urc file.
HyperNews substitutes full
URLs for any relative URLs in the bodies of messages
It needs do this in case the body document is
supposed to be available independently of HyperNews.
Furthermore, it makes use of any BASE tag in the document
to change what it thinks the base of the relative URLs is.
Editing Forums
You can edit the previously saved information for a forum. You
should only be able to edit the forum if the configuration options and
ownership of the forum allow you to. Do this by using the same URL as
for edit-article.pl given above, but append the path of the
forum at the end. For example, to edit the HyperNews source page, I
would use the URL:
http://www.hypernews.org/HyperNews/SECURED/edit-article.pl/hypernews/source.html
With version 1.11, when viewing the Admin version of a page, there is
also a link to edit the forum.
There is no way to delete forums yet. You can always go into the
$hndocs directory and manually delete a forum with 'rm -rf forum-name'.
What's Next
After creating a forum, you can add messages to it and perform other
operations described in the general user instructions.
You get to set up your own presentation of the available forums. There
are many ways that could be done, and we haven't incorporated an
automatic way yet, at least not by default. But you can experiment with
the following options available in the hnrc file. Set to 1 to enable,
as usual.
# Whether subforums, sibling forums, and parent forums should be listed.
$displayParents = 0;
$displaySiblings = 0;
$displayChildren = 0;
# Whether sibling and child forum lists should be regenerated as needed.
$autoGenerateSiblingForumList = 0;
$autoGenerateChildForumList = 0;
The parent forums list is automatically generated every time - it's
fairly inexpensive. The the others, the files .sibling-forums
and .child-forums maintain a list of related forums that can be
regenerated whenever you create or update a forum in the same directory
or a subdirectory.
Please do not add test messages to this page.
Daniel LaLiberte
(liberte@hypernews.org)
Last modified: Mon Jan 17 23:30:44 EST 2000
- 3
Problems Creating Base Article.
by Jeff Heinen, 1996, Feb 02
-
- 1
Perl Scoping bug
by liberte@hypernews.org, 1996, Feb 02
-
Not thing to lose
by dome@ds90.intanon.nectec.or.th, 1998, Jul 20
- 4
User xxx not authenticated error when adding base article
by Bob Finch, 1996, Feb 19
-
- 1
Not clear
by liberte@hypernews.org, 1996, Feb 19
-
- 1
More detail...
by bob@nas.com, 1996, Feb 19
- ...
2 Message(s)
- 2
Me Too
by fwalter@hawaii.edu, 1998, Jul 08
- 5
User "UnknownUser" is not permitted to add article
by Vinod Sirimalle, 1996, Feb 20
-
- 1
Same thing here...
by cynical@blarg.net, 1996, Mar 27
-
- 1
Authentication problems - probably server related
by liberte@hypernews.org, 1996, Mar 27
- ...
- 2
User unknown: Problem with access.conf (solution)
, 1996, Sep 27
-
- 3
Check symlinks enabled
by gcg@learn-group.com, 1997, Apr 25
-
- 1
Make sure Authentication enabled on HyperNews/SECURED
by gcg@test-flight.com, 1997, Apr 25
- 6
Can't See Base Article
by Lorne Dmitruk, 1996, Feb 22
-
- 1
Sounds like a couple problems
by liberte@hypernews.org, 1996, Feb 22
-
- 7
Converting existing html documents
by Liz Hammond-Kaarremaa, 1996, Feb 24
-
- 1
HyperNewsifying should be easy
by Daniel LaLiberte, 1996, Feb 24
-
- 1
HyperNewsifying should be direct tv easy "
by Mona D., 2004, Jun 02
- 2
AAACK! This is very confusing
by Peter, 1997, Feb 12
-
- 8
wierd problem creating base article. help!!!
by joshua Paul, 1996, Apr 03
-
- 1
What it looks like to me..
by Jeff Heinen, 1996, Apr 03
-
- 9
Cannot create Base articles
by Shital Shah, 1996, Apr 12
-
- 1
same problem
by mvcs@idea.uml.edu, 1996, Jul 17
-
- 10
Trouble with Linux/CERN install
by Chuck Musser, 1996, Apr 15
-
- 11
Error using HyperNews 1.9B5.6
by Steven Jai Vasaune, 1996, Apr 22
-
- 1
Fixed!
by steven@mtgplace.com, 1996, Apr 22
-
- 12
"About using URL format to creat a base articl"
by coral@marlowe.umd.edu, 1996, May 08
-
- 1
about using URL format to create Headers & Footers
by pike@v2.nl, 1996, May 10
-
- 1
about using URL format to create Headers & Footers
by Rick Giacomo, 1997, May 19
- ...
4 Message(s)
- 2
background color
, 1997, Oct 27
- 13
Problems retrieving base articles
by rfrancis@dti.net, 1996, May 09
-
- 1
Compatibility problem
by liberte@hypernews.org, 1996, May 16
-
- 14
Add article problem after upgrade
by pschroed@unix1.sba.com, 1996, May 14
-
- 15
fancy features headerURL & footerURL...don't work
by pike@v2.nl, 1996, May 24
-
- 1
Works with 1.9B5.7
by liberte@hypernews.org, 1996, May 24
-
- 1
I allready fixed it
by pike@v2.nl, 1996, May 24
- ...
- 2
Test URL staff
by coral@umd5.umd.edu, 1996, Jun 07
[Moved]
- ...
- 16
Still have problem to use URL staff
by coral@marlowe.umd.edu, 1996, Jun 07
-
- 17
Cannot create a base article
by liz@ogi.com, 1996, Jun 11
-
- 1
Symbolic linking directories may not work
by Daniel LaLiberte, 1996, Jun 11
-
- 1
Symbolic linking directories plus net work"
, 2003, Aug 01
- 2
Symbolic linking directories plus net work"
, 2003, Aug 01
- 2
Cannot Create Base articles
by Mohammed Ali, 1996, Oct 29
-
- 1
Access restriction problem
by liberte@hypernews.org, 1996, Oct 29
- ...
- 18
Submitting a URL gives "Document contains no data"
by patton@eece.maine.edu, 1996, Jun 25
-
- 1
Sounds like a Socket problem
by liberte@hypernews.org, 1996, Jul 02
-
- 1
The problem was perl.
by patton@eece.maine.edu, 1996, Aug 29
- ...
- 2
me too
by cls@greens.org, 1996, Nov 23
-
- 1
Same problem with perl-5.003
by cls@greens.org, 1996, Nov 30
- ...
- 19
Installation OK, but get error creating first base article
by tong@sones.uokhsc.edu, 1996, Jun 27
-
- 1
Additional info
by tong@sones.uokhsc.edu, 1996, Jul 01
-
Sounds like ScriptAlias problem
by liberte@hypernews.org, 1996, Jul 09
-
- 20
secure READ messages (how to make?)
by Carlos A. F. Brefe, 1996, Jul 22
[Moved]
-
- 21
This is n`my very first HyperNews article submission
by Mark Galgano, 1996, Aug 06
[Moved]
-
- 22
Convert mailbox to base articles?
by Joseph M. Orost, 1996, Aug 09
[Moved]
-
- 23
Can't run edit-article.pl
by Cameron Spitzer, 1996, Aug 10
-
- 1
Examine how authentication is done.
by liberte@hypernews.org, 1996, Aug 12
-
- 1
but it's not really responding right...
by ira@scso.com, 1996, Aug 12
- ...
- 2
Documentation is incomplete
by tnetter@lnb.cnrs-mrs.fr, 1996, Nov 15
-
- 3
Untitled
by herp@planet.co.at, 1997, Jan 18
-
- 1
Fixing Admin Password
by liberte@hypernews.org, 1997, Jan 21
- ...
- 4
Untitled
, 1998, Jan 10
- 25
Broken URL after creating base page
by Steve Cole, 1996, Aug 23
-
- 1
Server configuration problem
by liberte@hypernews.org, 1996, Aug 23
-
- 26
Linking to other Hypernews articles
by patton@eece.maine.edu, 1996, Aug 29
-
- 1
Abbreviated URLs and relative URLs are the problem
by liberte@hypernews.org, 1996, Aug 30
-
- 27
Multiple "get" in links
by Steve Yohanan, 1996, Aug 30
-
- 1
SCRIPT_NAME problem?
by Daniel LaLiberte, 1996, Aug 30
-
SCRIPT_NAME value
by yohanan@novomedia.com, 1996, Aug 30
-
Yep, it's wrong
by liberte@hypernews.org, 1996, Aug 30
-
fixed.
by yohanan@novomedia.com, 1996, Aug 30
-
- 28
What if I don't want "http://blah...blah.." to start links?
by Curt Siffert, 1996, Sep 26
-
- 1
Only relative links should have been used.
by liberte@sdgmail.ncsa.uiuc.edu, 1996, Sep 26
-
- 29
Password Errors
by Josh Knauer, 1996, Sep 26
-
- 1
Question: Password Errors
by liberte@sdgmail.ncsa.uiuc.edu, 1996, Sep 26
-
- 32
Linking to Email?
by Ira Abramov, 1996, Oct 23
-
- 1
Not quite Majordomo
by liberte@hypernews.org, 1996, Oct 23
-
Re: Not quite Majordomo
by ira@scso.com, 1996, Oct 23
-
- 33
POST to /cgibin/HyperNews/SECURED/add-article.pl not supported.
by Manabu Onoue, 1996, Nov 03
-
- 1
Server limitation?
by liberte@hypernews.org, 1996, Nov 04
-
- 34
Script to create a base article?
by steven, 1996, Dec 02
-
- 1
Not too hard
by liberte@hypernews.org, 1996, Dec 03
-
- 35
New install: get server error creating first article
by Chris Kolar, 1996, Dec 18
-
- 1
Server configuration problem
by liberte@hypernews.org, 1996, Dec 19
-
- 36
Forbidden and Permission denied.
by Satoshi Higuchi, 1997, Jan 15
-
- 1
Forbidden is closer
by liberte@hypernews.org, 1997, Jan 15
-
- 37
I have problems creating base article. (in edit-article.pl)
by T.Akimoto, 1997, Feb 11
-
- 1
Is prefix correct?
by liberte@hypernews.org, 1997, Feb 13
-
- 38
Problem with creating base article ... another one ! :)
by Didier CROS, 1997, Feb 18
-
- 1
Resolved ... but not totaly ... :-)
by dcr@lsol.tm.fr, 1997, Feb 18
-
Is any authentication being done?
by liberte@hypernews.org, 1997, Feb 19
-
UR rite !! I guess my server is not well configured ..
by dcr@lsol.tm.fr, 1997, Feb 19
-
- 39
Authentification fails for base-articles
by Frank, 1997, Feb 27
-
- 1
HyperNews might be incompatible with CERN server
by liberte@hypernews.org, 1997, Mar 06
-
- 40
Error Creating First Article
by Walter Buss, 1997, Mar 01
-
- 1
HyperNews is tainted
by liberte@hypernews.org, 1997, Mar 06
-
HyperNews is now Untainted
by liberte@hypernews.org, 1998, Jan 28
- 41
Header/Footer TimeOut!
by Mohammed Abu Sharikh, 1997, Mar 08
-
- 1
Server limitation?
by liberte@hypernews.org, 1997, Mar 10
-
- 42
strange header when using url as base articel
by Frank, 1997, Mar 13
-
- 44
multiple groups?
by Zhiliang Hu, 1997, Mar 15
-
- 1
Multiple Installations required
by liberte@hypernews.org, 1997, Mar 17
-
- 1
Re: multiple install...
by hu, 1997, Mar 17
- ...
3 Message(s)
- 2
multiple installations
by garond@mtq.gouv.qc.ca, 1997, Mar 21
- ...
- 45
How to change the Header of a base article
by erik.melssen@topic.nl, 1997, Mar 23
-
- 46
HELP - CAN'T ADD FORUM GROUPS
by SCOTT BOSSI, 1997, Mar 26
-
- 1
URL problem?
by liberte@hypernews.org, 1997, Mar 27
-
- 47
URL type message didn't read in a .txt file correctly
by Bernard D. Tremblay, 1997, Apr 27
- 48
Adding Base Article Problem
by Jay Schaefer, 1997, Apr 29
- 49
Need more flexibility for custom headers.
by Geoff Shapiro, 1997, Apr 29
-
- 1
Custom headers request
by acambre@mail.smu.edu, 1998, Sep 17
-
Flexible page construction
by liberte@emancholl.pair.com, 1998, Sep 18
- 50
Problems with creating a first base article!
by Sander Janssen, 1997, May 13
-
- 1
Need more data
by liberte@hypernews.org, 1997, May 13
- 51
Add_Article zombies out...
by Phillip Hartfield, 1997, May 20
- 52
Add article gives CGI-error
by PJH Verhoef, 1997, May 22
-
- 1
Email problem
by liberte@hypernews.org, 1997, May 22
- 53
Search link does not 'GET'
by PJH Verhoef, 1997, May 22
-
- 1
Shouldnt be 'get'ing search link
by liberte@hypernews.org, 1997, May 22
- 54
Icons missing
by Jan Schumacher, 1997, May 30
- 55
Unsubscribe as default
by SteveKe@awl.com, 1997, Jun 02
-
- 1
Unsubscribe can be default
by liberte@hypernews.org, 1997, Jun 05
- 56
I can not create a base article
by David Ruwoldt, 1997, Jun 04
-
- 1
I cannot help much
by liberte@hypernews.org, 1997, Jun 05
-
- 1
It occurs when the add-article tries to execute
by druwoldt@thingy.dialup.box.net.au, 1997, Jun 06
- ...
1 Message(s)
- 2
How's this !!!
by smh@condor.de, 1997, Jun 16
- 57
Can not create base file
by xyan@hotmail.com, 1997, Jun 23
- 58
Why stuck on post !
, 1997, Jun 24
- 59
How can I config my web server for HyperNews!
, 1997, Jun 24
-
- 1
Configure HyperNews to use Proxy
by liberte@hypernews.org, 1997, Jun 24
- 60
Why stuck and time out?
, 1997, Jun 24
-
- 1
ture the debug option on
, 1997, Jun 25
-
- 1
Struck and time out problem
, 1997, Jul 15
- 2
Solution: timeout when adding base article!
by rjt@sgi.com, 1997, Jul 21
- 62
Can't log onto edit-article.pl
by Jamie Zellerbach, 1997, Jun 26
- 63
cannot create base articles
by bob celestino, 1997, Jul 02
-
- 1
Or cannot get newly created base articles
by liberte@hypernews.org, 1997, Jul 02
-
more info, more questions
by rcelesti@harris.com, 1997, Jul 02
-
Timeout problem Explained!
by rjt@sgi.com, 1997, Jul 22
-
News: Timeout problem Explained!
by liberte@hypernews.org, 1997, Aug 12
- 64
Can't create base-article
by Shawn Lindow, 1997, Jul 10
- 65
New Base Article: Redirection needs absolute URL
by Jonathan, 1997, Jul 27
- 66
Bad words received when creating base-article
by Robson Mattos Guimaraes, 1997, Aug 13
- 67
posting for the first time, and the .responseNum file
by andy@beamtech.com, 1997, Aug 14
- 68
add-article won't work from browser
by asm@typhoon.co.jp, 1997, Aug 18
- 69
Problems with creating my base article
by pascal.fragniere@eif.ch, 1997, Aug 21
- 70
Weird Submission Result ???!!!
by Wu, Jie, 1997, Sep 19
-
- 1
Really strange, it finds its way by itself.
by wujie@internetaddress.com, 1997, Sep 26
- 71
I am not able to create base article...
by Aravindan, 1997, Sep 22
- 72
First Base-Article is not created
by Jeroen Wierda, 1997, Oct 28
-
- 1
Checked log and:
by pufori@horizon.nl, 1997, Oct 29
- 73
Error creating base article: HyperNews does not know who the user is...
by Jeroen Pulles, 1998, Jan 19
-
- 1
Sun Webserver is not very good
by liberte@hypernews.org, 1998, Jan 20
- 2
I got SWS to work
by pulles@dds.nl, 1998, Jan 20
-
- 1
User ID for server and HyperNews should be the same
by liberte@hypernews.org, 1998, Jan 20
- 74
cant locate Admin/hnrc in @INC at .../edit-article.pl
by vladimir liba, 1998, Jan 28
-
- 1
I had the same problem - here's how to fix it
by alweiner@earth.presstar.com, 1998, Feb 06
-
- 1
Something is really confused here
by liberte@hypernews.org, 1998, Feb 09
- 2
Also having the same problem, looking for help ...
by olm@technologist.com, 1998, Dec 16
- 75
Problem:I can't create any base-articles on CERN httpd
by Dodo, 1998, Jan 30
-
- 1
Probably the .htaccess file is wrong.
by liberte@hypernews.org, 1998, Jan 30
- 76
How do I edit the page?
by Paul Lefrak, 1996, Mar 22
- 77
Forums
by Rachel Mac Kenzie, 1997, Jun 11
- 78
Ack! I've been trying to get this to work for 4 days...
by alweiner@clark.net, 1998, Feb 05
- 79
Can't add base-article: add-lib.pl bombed at line 104 - odd # elements in hash list (??)
by Alan Weiner, 1998, Feb 05
-
- 1
urc.pl problem
by liberte@hypernews.org, 1998, Feb 05
-
Code worked - but it bombed right after with a new error
by alweiner@earth.presstar.com, 1998, Feb 06
-
I get same error with Linux
by jeroen@pufori.org, 1998, Mar 24
- 80
Creating base articles and authentication
by Janine, 1998, Feb 09
- 81
Hey, this is a good format for Domino !
by Dave, 1998, Mar 05
- 82
Error evaluating: &get()
by Jeroen Wierda, 1998, Mar 24
-
- 1
I'm getting this, too
by jamesb@lsg.net, 1998, Apr 08
-
Simple workaround for Socket tainting problem
by liberte@emancholl.pair.com, 1998, Apr 08
-
If you want to be hacked ?
by g.hanton@herts.ac.uk, 1998, Apr 24
-
Then what's the SOLUTION for it
by ankh@ankhnet.com, 1998, May 24
-
Turn off taint checks for now
by liberte@emancholl.pair.com, 1998, May 24
- 83
Insecure dependency in eval while running with -T switch at /usr/local/lib/perl5/Socket.pm
by Glyn Hanton, 1998, Apr 17
-
- 1
Is there a solution?
by tricia, 1998, Dec 10
- 85
Moderated foruns?
by David, 1998, May 27
- 86
Background in HyperNews Forum
by Rogleio Sevilla, 1998, Jul 02
-
- 1
BODY tag per forum
by liberte@emancholl.pair.com, 1998, Jul 02
- 87
How do I DELELTE a base article?
, 1998, Jul 21
-
- 1
Only manual deletion is supported
by liberte@emancholl.pair.com, 1998, Jul 21
- 88
How to set the forum to put tagged text in Reply box?
by bd@dragontree.com, 1998, Aug 19
-
- 1
Could be done but, How to get people to prune the quoted text?
by liberte@hypernews.org, 1998, Aug 19
-
If I could talk you into it, how long would it take? :-)
by bd@dragontree.com, 1998, Aug 20
-
Can we patch features from wwwboard into hn?
by bd@dragontree.com, 1998, Aug 20
- 89
Quote function, original message in Reply box?
by bd@dragontree.com, 1998, Aug 19
- 90
How to view at all the forums that I have created
by Padmanab, 1998, Oct 05
- 91
Different headers for entire forum and for individual messages?
by Aren Cambre, 1998, Oct 07
-
- 1
No - same headers, different forum message
by liberte@emancholl.pair.com, 1998, Oct 08
- 92
Who is currently accessing
by Padmanab, 1998, Oct 08
-
- 1
Authentication bugs
by liberte@emancholl.pair.com, 1998, Oct 09
- 93
subforums: how to create?
by Rob Lingelbach, 1998, Oct 12
-
- 1
Just extend the directory.
by liberte@emancholl.pair.com, 1998, Oct 13
- 94
Possible? - Last post at the top of the page?
by ml@pnm.net, 1998, Nov 06
- 95
Creating Forums - Member Authentication
by Jasmina Mulaosmanovic, 1998, Nov 11
-
- 1
Probably an authentication bug
by liberte@emancholl.pair.com, 1998, Nov 11
-
- 1
Command line?
by ezri@my-dejanews.com, 1998, Nov 17
- ...
1 Message(s)
- 2
Solution to this problem
by ezri@my-dejanews.com, 1998, Dec 03
- 96
Download Hypernews Installation Files
by Wagner Lipnharski, 1998, Nov 13
-
- 1
distribution forum moved to source forum
by liberte@emancholl.pair.com, 1998, Nov 16
- 98
Change owner of forum?
, 1998, Nov 18
-
- 1
Admin can change just about anything, but...
by liberte@emancholl.pair.com, 1998, Nov 18
-
ok...how/where?
, 1998, Nov 19
-
Just edit the forum/base-article
by liberte@emancholl.pair.com, 1998, Nov 19
- 99
including a base article on an existing page (SSI)
by Daniel Barnett, 1998, Nov 25
- 100
Premature end of script headers: /home/mmusic/www/Forum/Admin/edit-article.p
by Olivier, 1998, Dec 08
- 101
Limiting number of messages displayed
by Aren Cambre, 1999, Jan 13
-
- 1
HyperNews: Archive or News Reader?
by liberte@hypernews.org, 1999, Jan 25
- 102
Untitled
by david , 1999, Jan 18
-
- 1
Error: Can't assign requested address
by liberte@hypernews.org, 1999, Jan 18
- 103
How to Delete a base article?
by Pam, 1999, Jan 30
-
- 1
Deletion via filesystem is easiest
by liberte@emancholl.pair.com, 1999, Jan 31
- 104
forum-owner ist not an admin?
by Oliver 'olo' Gerschewski, 1999, Feb 16
-
- 1
registering users: Only anyone or toplevel admins may do it
by gersch, 1999, Feb 16
-
Forums don't have members, installations do.
by liberte@emancholl.pair.com, 1999, Feb 22
- 105
How to use "All-Member" notification feature?
by Mark MacGregor, 1999, Feb 28
-
- 1
New feature: "All-Member" forums
by Daniel LaLiberte, 1999, Mar 01
-
- 1
Notification to ALL MEMBERS of a forum - how to do it ?
by pfuchs@web-strategies.com, 1999, May 31
- ...
3 Message(s)
- 2
How to use download notification feature for .com, .net?
, 2003, Sep 04
- 108
problem & solution hack creating forum with suexec
by Scott Draves, 1999, May 21
-
- 1
more info
by spot@draves.org, 1999, May 21
-
- 1
Try setup.pl --cgi
by liberte@emancholl.pair.com, 1999, May 22
- 2
suexec may have different requirements on your system
by liberte@hypernews.org, 1999, May 25
- 109
Why I can not create you forum , I am admin
by juniar, 1999, Jun 04
- 110
What the variable '$useFullHTTPURL' is for?
by Edgar Mendoza, 1999, Jun 09
-
- 1
'$useFullHTTPURL' is unrelated to deletion problem
by liberte@hypernews.org, 1999, Jun 10
- 112
get can't find base article :(
by Dylan, 1999, Aug 08
-
- 1
Info I forgot
by fenrir14@earthlink.net, 1999, Aug 08
- 2
Server is not configured to know HyperNews is a script dir.
by liberte@hypernews.org, 1999, Aug 08
- 113
Symbolic Error
by arun, 1999, Aug 24
-
- 1
Configuration problem: symbolic links not allowed
by liberte@hypernews.org, 1999, Aug 24
- 114
.htaccess and hypernews
by Javier Alexandro Del Pino Coronel, 1999, Oct 12
-
- 1
.htaccess protects scripts only
by liberte@hypernews.org, 1999, Oct 12
- 116
blank icons
by Limbourg, 1999, Dec 07
-
- 1
Missing icons due to header problem
by liberte@hypernews.org, 1999, Dec 08
- 117
Error when deleting articles
by Jimmy Braden, 2000, Jan 10
- 119
Target in url for base article
by Andy Heath, 2000, Feb 01
-
- 1
Named anchors are only used by browsers
by liberte@hypernews.org, 2000, Feb 19
- 120
batch adding of messages
by indy, 2000, Apr 05
-
- 1
in answer to my own qs
by sdsd, 2000, Apr 06
-
help!!!
by ichatt4957@aol.com, 2000, Apr 06
-
Batch Add Message shouldn't be too hard
by liberte@hypernews.org, 2000, Apr 06
- 121
Wrong URL hitting the Register and Update" button
by Daniel, 2000, Aug 10
-
- 1
Configuration problem with $http
by liberte@holonexus.org, 2000, Aug 10
- 122
HyperNews/get/<dir>.html
by Cyril, 2000, Sep 18
- 123
avoid message reply posting
by Alejandro Ortiz, 2001, Aug 30
-
- 1
Try $allowThreads = 0
by Daniel LaLiberte, 2001, Aug 31
- 2
I'm running HN 1.10
by Alejandro Ortiz, 2001, Sep 03
-
- 1
Make multiple installations
by liberte@emancholl.pair.com, 2001, Sep 04
- 124
i cant install this script with ftp
by earnest, 2001, Nov 28
-
- 1
forbidden
by earnest, 2001, Nov 28
- 125
Using D3E generated 'message' files
by Simeon Yates, 2003, May 12
-
- 1
Re: Question: Using D3E generated 'message' files
by liberte@emancholl.pair.com, 2003, May 12
- 2
Re: Question: Using D3E generated 'message' files
by liberte@emancholl.pair.com, 2003, May 12
|
Add |
to: "HyperNews Base Articles"
|
Installation Topics:
Creating Base Articles, also called Forums.
Security Issues regarding HyperNews
Bidirectional E-mail gateway