If you did a multilingual install, go to Admin Panel -> Customizations -> Language and search for "on the page you specify here". If you did an english-only install, go to Admin Panel -> Templates -> Manage Templates -> "Submit Link" and find it there.
In theory, it should be easy to use javascript to simulate pressing the preview button when the category changes, so that it refreshes. In practice, it just keeps submitting the link and hours of attempts to change that behavior have been useless.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on reciprocal url to categorie (subdomain)
Beginner
Usergroup: Customer
Joined: May 20, 2009
Total Topics: 1
Total Comments: 2
Hi All.
I am trying to get the reciprocal links to point to category subdomains. sub.domain.nl
The links now point to the top domain : http://domain.nl.
in suggest.php the reciprol looks like this:
Place <a href="domain.nl">directory name</a> on the page you specify here.
i would like it to be :
Place <a href="sub.domain.nl">sub directory name</a> on the page you specify here.
Is this possible?
tnx, jeroen
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If you did a multilingual install, go to Admin Panel -> Customizations -> Language and search for "on the page you specify here". If you did an english-only install, go to Admin Panel -> Templates -> Manage Templates -> "Submit Link" and find it there.
Beginner
Usergroup: Customer
Joined: May 20, 2009
Total Topics: 1
Total Comments: 2
Tnx Paul, thats exactly what i wanted to change. i changed it to {caturl}.
There is still one problem now, thats when people go to the submit link page and change the category, the {caturl} stays the same.
Is there a way to change that also?
tnx again
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
In theory, it should be easy to use javascript to simulate pressing the preview button when the category changes, so that it refreshes. In practice, it just keeps submitting the link and hours of attempts to change that behavior have been useless.