Gossamer Forum
Home : Products : Links 2.0 : Customization :

Yahoo! mod problem...

Quote Reply
Yahoo! mod problem...
I have searched the Forum, but I couldn't find anything that helped me, so here's my problem:

After I installed the Yahoo mod, all the Categories and Subcategories with no Description or no SUB* appear nested on my pages. You can see a example on http://www.xarumanx.net/...s/pages/Websprachen/. I think there could be something messed up in my site_html.pl which can be found by you here:
http://www.xarumanx.net/site_html.pl.txt

I tried to solve this temporary with adding descriptions to all (Sub)categories, but this also won't work with all of them.

So, what do you think is wrong?



-----------------------
Michael Trojacher
XarumanX.net Admin

Quote Reply
Re: Yahoo! mod problem... In reply to
Did you add the $subcat_length variable in the links.cfg??

If you are using v.2.1, did you put ALL(1) in the SubCatStyle field in the category.def?

My suggestion is to run through the Mod instructions again and verify that you have followed all the steps and inserted the appropriate codes.

Regards,

Eliot Lee
Quote Reply
Re: Yahoo! mod problem... In reply to
Got it!

Nope, I addad all the information described on Widgetz Pages, but now it seems to me that I deleted one line, which should have stayed there.
I simply mixed together Widgetz Code and the original, and now everything works

Thankx anyway

Michael Trojacher
XarumanX.net Admin

Quote Reply
Re: Yahoo! mod problem... In reply to
Good for you...

Regards,

Eliot Lee
Quote Reply
Re: Yahoo! mod problem... In reply to
I do put in but it's still show nothing at all ____(0) ........please help me, sir ..

Quote Reply
Re: Yahoo! mod problem... In reply to
Again...did you add the $subcat_length variable in the links.cfg file???

Set this variable to something like 50...

Code:

$subcat_length = 50;


Good luck!

Regards,

Eliot Lee