But, before I try to install it, I would like to ask you this:
Is there a way to categorize links with your script and to have directory-like situation?
Is it possible to set the maximum number of links per page?
Thanks much

n3rvo
HOW or WHERE do I tell the addlinks.php to point to a different page such as resources.php (instead of links.php)? It sure seems simple enough but given my limited understanding of this language, I just can't seem to make it point there.Klemen Stirn wrote:Your probably have your "add links" form still pointing to original add_links.php file? You should change it to the one in the folder you want links to be written to.
Regards
There just in NO reference to "links.php" in the document "addlink.php" I find a "<form method=post action="addlink.php?<?php echo strip_tags(SID); ?>" method="POST" name="form">" at about line 195. What am I missing here?Klemen Stirn wrote:Emmm, open addlinks.php in a text editor, inside find links.php and change it to xxxxx.php?
HOW or WHERE do I tell the addlinks.php to point to a different page such as resources.php (instead of links.php)?
Sorry to be so bothersome here but it's really kicking my butt and it should be SO SIMPLE to fix. My "Linkman" is working perfect EXCEPT I want links to show up on a page I have already created called "resources.php" instead of "links.php". Which page & code am I looking for to change 'links' to 'resources' to make this happen? Thanks again for your help.Klemen Stirn wrote:Hmm, ok, my mistake, didn't even check that before posting he he![]()
Anyway, then I'm not really sure what you want to do withHOW or WHERE do I tell the addlinks.php to point to a different page such as resources.php (instead of links.php)?