Web Design Forums

Welcome! Please register or log in: Forgot your password? Why register?
You are here: Web Design Forums » Programming Help » PHP » PHP/WordPress help RSS

PHP/WordPress help

This thread was started by jyuill and has been viewed 746 times, and contains 7 replies, with the last reply made by Danny[MLWA].
Post Reply
1
76 points at 100%
jyuill, WDF Addict! Home page   Private message   E-mail
Posted April 16 '09 at 04:08 AM
      Posts: 145
Hi, everyone.
Ok, so I have am redesigning a site for a client. Right now he's got a contact form where people can upload information about local events. He wants people to be able to enter the info into the textarea, hit submit, and have it show up on the page. Obviously, he is going to have to moderate and approve the info, but he doesn't want to have to enter it into the page manually, which is what he has to do now.
Is there a plug-in for WordPress to do this with Pages, or should he just use the Comment feature?
Thanks!
Semantic, Valid, and Accessible Design!


Advertisement Register for free to hide these ads and participate in discussions!

2
1,251 points at 99% Moderator Repute
mlseim, WDF Moderator Private message  
Posted April 16 '09 at 09:33 AM
      Posts: 3,100
With WP, the comments feature is just that ...
they will appear as comments -- a "sub content" of a parent article.

I'm thinking there might be a WP plug-in for an "event" system.

Here are event management plug-ins from the client side ...
where people register for events:
http://www.google.com/search?hl=en&q...wordpress+even

But you want to control the events themselves ...
So maybe something more like this?
http://www.google.com/search?hl=en&s...=1239885209406
If it's zero degrees outside today, and it's supposed to be twice as cold tomorrow, how cold is it going to be?

3
76 points at 100%
jyuill, WDF Addict! Home page   Private message   E-mail
Posted April 16 '09 at 01:19 PM
      Posts: 145
Thanks, mlseim. I don't think those are exactly what I'm looking for. Those use third part sites and feeds to populate the events. My client wants people to upload the event directly. I know you can require users to register to be able to post comments, and I know you can set permissions for different users. What I don't know is how to combine the two, and allow registered users to post content directly to a page, via a form. I guess it could be comments, and I'll just style them to not show all the "commenty" stuff and not look so much like comments. Here's the page as it is now. http://www.lasvegasbiker.com/Events.html . Now, that's just an email form. Is there any other way to do this, maybe without using WordPress? This is kind of why I put this in the PHP section, I figured if WordPress can't do it internally, there is probably a PHP script that can.
Semantic, Valid, and Accessible Design!


4
1,251 points at 99% Moderator Repute
mlseim, WDF Moderator Private message  
Posted April 16 '09 at 01:33 PM
      Posts: 3,100
Well, seeing the page now, it could be done with PHP/MySQL and a special
admin page for the admin to authorize events to appear on page.

There will always be the spammer issue (even if you use captcha). Companies
hire people to enter spam into forms. The admin person would need to deal
with that. The only way around that would be to give each contributor their
own password ... but you want anyone to be able to enter events?

If you only want registered people to contribute, there would need to be a
database for members only. How complicated this gets depends on how much
the admin person needs to do, or doesn't need to do.

I'm booked solid now with jobs, so I couldn't program it, but you could find
someone on the "hire a programmer" section to do it for you. For a freelancer,
it's an easy job and you won't have to pay very much.
If it's zero degrees outside today, and it's supposed to be twice as cold tomorrow, how cold is it going to be?

5
76 points at 100%
jyuill, WDF Addict! Home page   Private message   E-mail
Posted April 16 '09 at 02:49 PM
      Posts: 145
Ok, thanks. I will run it by the client and see what he wants to do. His budget is small, which means I can't afford to outsource anything. WordPress was just an idea, and since I haven't actually started re-designing yet, we're still open to ideas.
Semantic, Valid, and Accessible Design!


6
1,251 points at 99% Moderator Repute
mlseim, WDF Moderator Private message  
Posted April 16 '09 at 03:18 PM
      Posts: 3,100
Do you have any PHP experience?
If it's zero degrees outside today, and it's supposed to be twice as cold tomorrow, how cold is it going to be?

7
76 points at 100%
jyuill, WDF Addict! Home page   Private message   E-mail
Posted April 16 '09 at 04:53 PM
      Posts: 145
Just a little, still learning, and no database experience, which is probably my biggest problem. The client has decided to leave it as is for now, and it is something I will work on in future updates for him. As he put it, when the site starts getting more traffic he will be willing to sink money into it. We'll see how that actually pans out.
Semantic, Valid, and Accessible Design!


8
32 points at 100%
Posted June 10 '09 at 05:13 AM
      Posts: 76
jyuill,

My company can do this for you, however explaining how to do this is pretty difficult, pretty much, you have to know how to design plugins for WordPress.

Post Reply