|
| |||||||
| Support (Version 2) Here is where we provide limited support for version 2. If you are seeking support for version 3 please post in the phpLD 3.0 Support Forum. |
![]() |
| | topic widgets |
| | #1 |
| Join Date: Sep 2005 Posts: 90 | Hi, First off, thanks for the great script. I'm wondering how hard it would be to add a contact page, a basic form so site visitors may contact the webmaster. I've seen a few of the sites have a contact link with a mailto: link to their email address, but I think a form would be better. The form would only need 3 fields - Name, Email, and Comment/Question. I'm thinking it would be similar to the submit.php and submit.tpl, but I'm not really sure. Would this be easy to do, or not? Thanks |
| |
| | #2 |
| Join Date: Jun 2005 Location: The world Posts: 813 | Hello ing, This shouldn't be to difficult. I sent you a PM. Kind Regards -Casey __________________ Casey Wilson / Ap0s7le Freelance Programmer Need help with PHPLD? PM me |
| |
| | #3 |
| Join Date: Jun 2005 Posts: 101 | Hi, I have the same request. How can I add a contact forum to my directory? Thanks. |
| |
| | #4 |
| Join Date: Jun 2005 Location: The world Posts: 813 | Hi Ginger, I sent you a PM. If anyone else is interested, feel free to PM me directly. Thank you for your time. -Casey __________________ Casey Wilson / Ap0s7le Freelance Programmer Need help with PHPLD? PM me |
| |
| | #5 |
| Supporter Join Date: Sep 2005 Posts: 124 | Code: Content visible to registered users only. |
| |
| | #6 |
| Join Date: Sep 2005 Location: Russia Posts: 55 | And me, please. |
| |
| | #7 |
| Supporter Join Date: Aug 2005 Location: Sweden Posts: 218 | Why don't you just reveal it all in the public area? :lol: |
| |
| | #8 |
| Join Date: Aug 2005 Posts: 37 | I've done this on my directory. Maybe this info should be added to the wiki? Last edited by David; 03-06-2008 at 06:37 PM. |
| |
| | #9 |
| Join Date: Aug 2005 Posts: 260 | Sounds like a good idea, webdesignpoint. Be good if you handled that, since you're the one with an operative form.... Thanks. Great site, too! |
| |
| | #10 |
| Join Date: Aug 2005 Posts: 37 | I'll need to register on the wiki first. If the admin is ok with it, I'll put it up tomorrow or the next day. |
| |
| | #11 |
| Administrator phpLD Administrator Supporter Join Date: Jan 2005 Posts: 12,325 | Sure, go for it! |
| |
| | #12 |
| Join Date: Aug 2005 Posts: 37 | It's a nightmare trying to add this to the wiki, so I'm going to post it here instead. Create a file called 'contact.php' with the code below and place it in the root PLD folder. contact.php Code: Content visible to registered users only. contact.tpl Code: Content visible to registered users only. Note: You need to change this line in contact.php: Code: Content visible to registered users only. I'll post some other details about what other changes can be made shortly. |
| |
| | #13 |
| Administrator phpLD Administrator Supporter Join Date: Jan 2005 Posts: 12,325 | Yes, the wiki is not what I had hoped it would be, mainly because we still have not figured out how to add code and images. As time allows I'll try to work toward an alternative solution. Thanks for posting the code. |
| |
| | #14 |
| Join Date: Sep 2005 Location: Australia Posts: 16 | Just added this contact form, and thought that I would share the changes I made to header.tpl It is pretty simple, and it puts the contact link to the R/H side just above the Search button Just go into the standard header.tpl file and change the Last line only to : Original line Code: Content visible to registered users only. Code: Content visible to registered users only. |
| |
| | #15 |
| Join Date: Nov 2005 Posts: 159 | This doesn't seem to work for me.. Here is my contact.php Code: Content visible to registered users only. Code: Content visible to registered users only. |
| |
| | #16 |
| Join Date: Feb 2006 Posts: 133 | Installed the contact files on an v2.0 and it was working fine. On a v3.2 installation the contact page is showing up but no emails are send... |
| |
| | #17 |
| Join Date: Jan 2006 Location: Global Posts: 564 | Code: Content visible to registered users only. No disrespect to others but I have already said to people that for a small donation to this forum and you can have a copy of mine. :wink: Last edited by David; 03-06-2008 at 06:37 PM. |
| |
| | #18 |
| Supporter Join Date: Dec 2005 Posts: 484 | @clubracer If it helps you troubleshoot, I have 'contact us' working in v3.02 have not touched the files since v2, seems to work fine. For now... - |
| |
| | #19 |
| Join Date: Feb 2006 Posts: 133 | Code: Content visible to registered users only. Thnx in forward. |
| |
| | #20 |
| Supporter Join Date: Dec 2005 Posts: 484 | Here is the child of elusive temperment, hope it works for ya: contact.php Code: Content visible to registered users only. contact.tpl Code: Content visible to registered users only. - |
| |