PDA

View Full Version : details Page Problem


NetMarketer
06-01-2006, 06:59 PM
Hi All,

I'm using version 3.0.5

I've installed the PHP Link Directory script in a subfolder of my domain called: resources.

When I visit: resources/detail/link-1.html

The display is accurate, all looks great except there is a link issue:

Where it shows the category

Category: Kids and Teens: Your Family

When I click on it - it goes to:

mydomain.com/Kids-and-Teens/Your-Family/

Which does not exist because it's missing the folder called: resources, should be:

mydomain.com/resources/Kids-and-Teens/Your-Family/

I changed this in my directory settings, which works well, but then on reciprocal link, it looks for the link back to:

mydomain.com/resources/ instead of mydomain.com which is what Ideally I would prefer.

Any help would be appreciated :-)

Thank you kindly

Boby
06-01-2006, 07:03 PM
Please add the full URL to your directory in admin panel:
System >> Edit Settings >> Site >> URL:

Also in admin panel, re-build the category cache:
Directory >> Categories >> Rebuild Category Cache

It would be good if you can show us the page with this error.

Boby

NetMarketer
06-01-2006, 07:14 PM
Content visible to registered users only.

I have done this, the only problem is that when it checks for reciprocal links, it checks for that whole URL and I want the recriprocal link to be only the main domain.

Content visible to registered users only.

I did this as well, with the above changed, to see if it would help, and does, but again - on reciprocal link check it checks for http://www.achievetotalhealth.com/resources/
as appose to
http://www.achievetotalhealth.com/

Content visible to registered users only.

http://www.achievetotalhealth.com/resources/detail/link-1.html

Content visible to registered users only.


Thanks for your quick response..

Boby
06-01-2006, 07:37 PM
You can check detail.php

The category URL is build with this code:
Content visible to registered users only.

So if you want to add as your full URL in admin panel just the main domain, you have to hardcode the second part (resources/) somehow.
Try to replace:
Content visible to registered users only.
With this:
Content visible to registered users only.

Let me know if it's working. I hope I understand well what you are looking for.

Boby

NetMarketer
06-01-2006, 07:59 PM
Thanks Boby,

That is EXACTLY what I was looking for.

Thank you so very much :-D

Boby
06-01-2006, 08:05 PM
Content visible to registered users only.
You're welcome! ;)