Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Yahoo sub-cats in Links SQL 2

Quote Reply
Yahoo sub-cats in Links SQL 2
I have got the plugin yahoo subcats to work on links sql 2. Only problem is I can't find subcat_length anywhere so I could set the width on characters.
Another question is, would it be possible run some kind of mysql query on the database that it would change all the descriptions on categories to be "SUB1".

thanks

Quote Reply
Re: Yahoo sub-cats in Links SQL 2 In reply to
Go the the Plugin Manager, Click Edit for Yahoo subcats.

Thats where subcat_length is.

Robert Blackstone
Webmaster of Scato Search
http://www.scato.com
Quote Reply
Re: Yahoo sub-cats in Links SQL 2 In reply to
thanks Robert_B, got subcat_length issue resolved.
Can someone still help with a mysql query to turn all the category descriptions to SUB1?


Quote Reply
Re: Yahoo sub-cats in Links SQL 2 In reply to
UPDATE category SET Description='SUB1'

that should do it.

http://www.ASciFi.com/ - The Science Fiction Portal
Quote Reply
Re: Yahoo sub-cats in Links SQL 2 In reply to
oops my mistake

UPDATE Category SET Description='SUB1'

it is case sensitive.

and it works, i just did it :)

http://www.ASciFi.com/ - The Science Fiction Portal
Quote Reply
Re: Yahoo sub-cats in Links SQL 2 In reply to
Remeber, if you are using a table prefix, any queries you make in the SQL monitor, you need to prefix them.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Yahoo sub-cats in Links SQL 2 In reply to
wow

someone actually made yahoo subcats in Links SQL 2.0?

interesting.. quite interesting.. i still don't understand why that mod got so far in Links 2.0.. I thought it was almost pointless but it seemed to be the most popular of mine

i'll be installing my copy of Links SQL 2.0.1 in a few days and i'll make mylinks.. then i'll stop..

ok.. so.. where do i find this 'Plugin development guide'

Jerry Su
widgetz sucks
Quote Reply
Re: Yahoo sub-cats in Links SQL 2 In reply to
nevermind.. i found the guide..

the plugin wizard, manager, download is very nicely done..

Jerry Su
widgetz sucks
Quote Reply
Re: Yahoo sub-cats in Links SQL 2 In reply to
hey jerry, good to see you here...

here's me hoping you get addicted to plugins ;)

http://www.ASciFi.com/ - The Science Fiction Portal