Page 1 of 1
Some questions
Posted: Thu Apr 07, 2005 10:38 pm
by n3rvo
Hi there, this is a great script, thanks for sharing it!
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
Posted: Thu Apr 07, 2005 11:26 pm
by Klemen
Hi,
nope, not possible to categorize listings.
and
yes, you can (and should) set maximum number of links, default is 50.
Regards
some more...
Posted: Fri Apr 15, 2005 6:37 pm
by n3rvo
Thanks man!
I got another one - Is it possible to have listings broken into several pages?
You see, I'd like to have more than 50 links, but also to be able to split those listings into separate pages.
Can it be done with your script?
Thx again

Posted: Fri Apr 15, 2005 8:45 pm
by Klemen
Unfortunately not yet. Because of many requests I will probbaly write a MySQL script in the future that will be able to categorize links and display multiple pages.
For now you can try installing LinkMan into separate folders, for example:
http://www.domain.com/links1/
http://www.domain.com/links2/
http://www.domain.com/links3/
etc...
Regards
Posted: Tue May 31, 2005 4:28 pm
by Guest
I tried to install in seperate folders, but the links still write to the original links.php file....how is it doing this?
Posted: Wed Jun 01, 2005 7:46 am
by Klemen
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
hey
Posted: Sun Jun 25, 2006 8:21 pm
by ravetildon1
We will all wait fo rthat MySQL script! I can't wait, Esp if it's as good as this one.

Posted: Tue Jun 27, 2006 5:26 pm
by Klemen
Well all I can say is when I do get to write the MySQL version it will be WAY better than this one as MySQL gives more possibilities and better performance. I have no idea when I will start writing it though...
Posted: Wed Jul 19, 2006 3:47 am
by buster2
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
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.
Posted: Wed Jul 19, 2006 9:57 am
by Klemen
Emmm, open addlinks.php in a text editor, inside find links.php and change it to xxxxx.php?
Posted: Wed Jul 19, 2006 7:16 pm
by buster2
Klemen Stirn wrote:Emmm, open addlinks.php in a text editor, inside find links.php and change it to xxxxx.php?
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?
Posted: Thu Jul 20, 2006 8:23 am
by Klemen
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 with
HOW or WHERE do I tell the addlinks.php to point to a different page such as resources.php (instead of links.php)?
Posted: Thu Jul 20, 2006 11:28 pm
by buster2
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 with
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.
Posted: Thu Jul 20, 2006 11:49 pm
by Klemen
You can simply rename links.php to whatever.php or use the code from links.php on any page you want (open in a text editor then copy/paste).
Note that the "Powered by" link must still remain visible.