Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

MyLinks SQL

(Page 4 of 8)
> > > >
Quote Reply
Re: [Fortune] MyLinks SQL In reply to
Weird - I can't get user deletion to work even without the plugin installed =(
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Works fine for me? Do you have Community installed?

Klaus

http://www.ameinfo.com
Quote Reply
Re: [Fortune] MyLinks SQL In reply to
I've fixed the bugs you've found - it was related to a foreign key issue.

It also fixed the error I was getting..heh!
Quote Reply
Re: [Paul] MyLinks SQL In reply to
MyLinks2 can now be found in the download area of your admin panel.

Let me know if you have any questions Cool
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Since you asked... Wink

How does MyLinks2 handle saving links that are in multilpule categories? Most of my links are placed in several categories so I need to make sure this is supported before I buy the upgrade.

Thanks
Quote Reply
Re: [Jonze] MyLinks SQL In reply to
How would you like it to be supported? ...how should it behave?
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Hi Paul,

I installed the last file you sent me, but the problem was still there. Then I went over some of the core files and found there was a typo that turned to be a bug in Install.pm line#214:

get_file('mylinks2_folders.schema.fk'). I changed it to:

get_file('mylinks2_custom.schema.fk'),

and changed mylinks2_folders.schema.fk and mylinks2_custom.schema.fk back to the first ones (..fk => 'Username').

Now it seems working fine.
Quote Reply
Re: [Fortune] MyLinks SQL In reply to
Ahh you found it =)

Thanks!

Last edited by:

Paul: Apr 3, 2003, 12:26 AM
Quote Reply
Re: [Fortune] MyLinks SQL In reply to
I've added the latest plugin to the download area in the admin panel.

Fortune: If you can send me your Links SQL admin email I can add you as an allowed downloader.
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Took some time to find it.

Do you think the following change is better,

changed mylinks2_folders.schema.fk and mylinks2_custom.schema.fk back to the first ones (..fk => 'Username').

or my_folder_user_username_fk => 'my_user_username_fk' is?
Quote Reply
Re: [Fortune] MyLinks SQL In reply to
I've returned it to point to Username as that was how it was originally. It was just that darn typo throwing me off Unsure
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Hi Paul,

Before I completely make a mess of the new tables, please can you just give some hints for moving all the information in the old MyLinks to the new one?

I assume I can do this with an Update SQL command - I'm just not too sure what the command is when more than one table is involved. I hope it is possible?

Thanks,

Laura.
The UK High Street
Quote Reply
Re: [afinlr] MyLinks SQL In reply to
I'll write a little script to do this so others can use it too. I'll post it later today hopefully.
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Even better! Thanks.
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Small bug: On the my_users page the span seems to build enough pages for all the users instead of users with saved links.
Quote Reply
Re: [afinlr] MyLinks SQL In reply to
My bad. On line 72 in MyLinks2.pm you'll see:

Code:
my $span = $html->toolbar($page, $high, $total, $IN->url);

To fix the bug just move it down to line 88, just above:

Code:
print $IN->header();

That should fix it. I'll update the plugin asap.

Last edited by:

Paul: Apr 3, 2003, 3:31 PM
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Hi Paul,

I've been away so I'm a little late on the reply....

Well, I guess with links located in multiple categories the plug should save the single link and not the multiple listings. The previous MyLinks DB saved just one link but showed problems with totals and display totals. I spent a lot of time customizing the templates and ended up uninstalling the whole thing because of these problems. Basically I'd just like to see the plug handle links in multiple categories and have mylinks save only one listing while displaying correct saved totals and display totals ( User chooses display 10 and they see 10 saved links displayed ). I'm using globals to allow users to submit/modify to multiple categories, so I can really buy the upgrade with knowing this is supported. I'd really love to use you plug so I hope you can come up with something if MyLinks2 is not already capable of doing this. Maybe others can provide some ideas about how this should work as well. That's about all I can offer without using the new version. If you would like me to test it out for mult categories just let me know. I'd be glad to help.

Thanks Paul
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Where do you set the defult description of the Default folder?

Klaus

http://www.ameinfo.com
Quote Reply
Re: [klauslovgreen] MyLinks SQL In reply to
In the plugin settings page - click "Edit" next to the installed plugin.
Quote Reply
Re: [Jonze] MyLinks SQL In reply to
Hi,

I'll test it out today.
Quote Reply
Re: [Paul] MyLinks SQL In reply to
The name of the folder yes - not the description?

Klaus

http://www.ameinfo.com
Quote Reply
Re: [klauslovgreen] MyLinks SQL In reply to
Oops, mis-read your post =)

I've updated the plugin in the download area. You can just uninstall the current version leaving the templates and then install the new one without overwriting the templates.

Sorry about that.
Quote Reply
Re: [Paul] MyLinks SQL In reply to
Cheers Paul - now it works :-)

Klaus

http://www.ameinfo.com
Quote Reply
Re: [Paul] MyLinks SQL In reply to
If the MyLinksSQL2 works for links listed in multiple categories, I think I will order it.

Regards,
Manu

Shopping Portal Shop-Netz.de® | Partnerprogramme | Flugreisen & Billigflüge | KESTERMEDIA e.K. | European Affiliate Marketing Forum.
Quote Reply
Re: [ManuGermany] MyLinks SQL In reply to
I'm checking on that now (and working on the upgrader).
> > > >