Hi,
I've just finished a mylinks style mod for Links SQL. (I've called it "Favorites")
It is built around the Links SQL system and uses the same template system and functions. Everything is template based including a second link.html that you can customize to show different options on the "Favorites" homepage, for example instead of having "Rate It" you can have "Delete It" so users can delete the favorite from their list. The reason for the second link.html is that you wouldn't want "Delete It" to show next to every link in your directory.
You can add, delete, delete all etc...
Admin can set the maximum number of favorites allowed per user as well as number of favorites per page - spanning is supported using the LSQL toolbar routine...eg....
[<<] 1 2 [>>]
Generic error messages are set in language.txt meaning you can have different error message for different template sets if you want.
It did require a change to Build.pm but instead of asking people to modify it causing problems with upgrades I shifted the code into the main "Favorites" module so no need to worry about upgrades screwing up the script.
Anyway here is a demo:
http://213.106.6.135/...anagement/index.html
If you browse the directory you can click "Save It" next to the links and just play about.
There is quite a bit of error checking to stop people saving/deleting non-existant links etc...and there is a warning when deleting all. All in all I'm really pleased with it.
If you only want to allow members to save links you can use the following in link.html........
<%if USER%>
...save it link
<%endif%>
I will release the code for free however it did take me a while to make so if anyone would be kind enough to "donate" $20 for my efforts then I'd be very appreciative.
https://www.paypal.com/...00&no_shipping=1
Let me know what you think!
I'll have the zipped code ready soon.
I've just finished a mylinks style mod for Links SQL. (I've called it "Favorites")
It is built around the Links SQL system and uses the same template system and functions. Everything is template based including a second link.html that you can customize to show different options on the "Favorites" homepage, for example instead of having "Rate It" you can have "Delete It" so users can delete the favorite from their list. The reason for the second link.html is that you wouldn't want "Delete It" to show next to every link in your directory.
You can add, delete, delete all etc...
Admin can set the maximum number of favorites allowed per user as well as number of favorites per page - spanning is supported using the LSQL toolbar routine...eg....
[<<] 1 2 [>>]
Generic error messages are set in language.txt meaning you can have different error message for different template sets if you want.
It did require a change to Build.pm but instead of asking people to modify it causing problems with upgrades I shifted the code into the main "Favorites" module so no need to worry about upgrades screwing up the script.
Anyway here is a demo:
http://213.106.6.135/...anagement/index.html
If you browse the directory you can click "Save It" next to the links and just play about.
There is quite a bit of error checking to stop people saving/deleting non-existant links etc...and there is a warning when deleting all. All in all I'm really pleased with it.

If you only want to allow members to save links you can use the following in link.html........
<%if USER%>
...save it link
<%endif%>
I will release the code for free however it did take me a while to make so if anyone would be kind enough to "donate" $20 for my efforts then I'd be very appreciative.
https://www.paypal.com/...00&no_shipping=1
Let me know what you think!
I'll have the zipped code ready soon.