help with permalink on contactform??

Creating and modifying plugins.
Post Reply
Raven
Posts: 4
Joined: Sun Jan 28, 2007 1:33 pm

help with permalink on contactform??

Post by Raven »

ok, I added plugin_contactform.tpl to my templates folder, and the link I used to the contactform in index.tpl is index.php?/pages/contactform.html

what exactly do I put in this:
Permalink
Defines permalink for the URL. Needs the absolute HTTP path and needs to end with .htm or .html!
to make my link go to the contactform???

I thought the path would be:
templates/competition/contactform.html

but when I click on the contact link, it just reloads the frontpage.. :?:
lordcoffee
Regular
Posts: 308
Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:

Post by lordcoffee »

Hi!

the link has to be somthing like:

http://yourdomain.com/yourblog/index.ph ... tform.html

As you can see on my blog is in

http://www.taeglichanders.de/blog/

and my contactform is on

http://www.taeglichanders.de/blog/index ... tform.html

Greetings, Lordcoffee!
Raven
Posts: 4
Joined: Sun Jan 28, 2007 1:33 pm

Post by Raven »

Thanks, but that really doesn't help me. I already have that as my link to the contactform.
what I need is what exactly to put in the contactform permalink settings so that my link goes to the contactform...

EDIT:
Ok, got it figured out. working very well now, great Plugin :)
Post Reply