![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
HyperActive Warrior
War Room Member
Join Date: Dec 2008
Posts: 198
Thanks: 42
Thanked 84 Times in 11 Posts
|
Warriors,
I'm looking for a Wordpress plugin or mod that lets registered users edit a page like so: There would be a form at the bottom of the page, and they fill it out. Then, their information is shown on the page, BUT, they can only submit something once. They could only edit or delete what they have submitted. It would be really awesome if it was tied into the user accounts, so if you deleted the user it would delete their "post" on that page. It would be even more awesome if this information could be searchable and sortable and have pages automatically (like page 1, 2, 3, etc.) Does anyone know anything even close to this? If not, is there any php scripts that can be embedded onto the page that does this sort of thing? Thanks very much! |
|
|
|
|
|
#2 |
|
Baby Boomer
War Room Member
Join Date: Dec 2008
Location: Canada
Posts: 593
Thanks: 79
Thanked 120 Times in 107 Posts
|
Are you talking about a Page (as opposed to post) in WP terms or just a general "webpage" or, eventually, a post?
That makes all the difference... |
|
THE PROBLEM: Babyboomers without retirement income (free report)
THE SOLUTION: Digital Pension for every Babyboomer |
|
|
|
|
|
|
#3 |
|
Active Warrior
Join Date: Jul 2009
Location: On the inernet, no I'm not kidding I spend enough time there to consider it my home.
Posts: 59
Thanks: 2
Thanked 3 Times in 3 Posts
|
Well I don't really understand what you're looking for. But the best place to start your search would have to be on wordpress. Try looking for user account plugins and things along that line. If their is a plugin it'll be under that keyword. I'm almost sure of it.
|
|
|
|
|
|
|
|
|
#4 |
|
Active Warrior
Join Date: Jul 2009
Posts: 34
Thanks: 5
Thanked 10 Times in 10 Posts
|
Hmm, let's see - so do you want users to be able to edit your wordpress pages? And these edits actually show up on the pages?
So is it a bit like commenting except every user gets to do it only once although they can update it later? Sorry if I'm way off on this, but it wasn't evident (to me) from the OP as to what exactly is needed... |
|
Does your wordpress blog stick out of the rest of your website? Wouldn't you like it to blend in?* *Send me a PM for details. |
|
|
|
|
|
|
#5 |
|
Senior Warrior Member
War Room Member
Join Date: Jun 2005
Location: , , USA.
Posts: 3,409
Blog Entries: 4
Thanks: 0
Thanked 49 Times in 26 Posts
|
Maybe there is a wiki/wordpress plug in out there that could be modded to do what you want.
|
|
|
|
|
|
|
|
|
#6 |
|
Baby Boomer
War Room Member
Join Date: Dec 2008
Location: Canada
Posts: 593
Thanks: 79
Thanked 120 Times in 107 Posts
|
|
|
THE PROBLEM: Babyboomers without retirement income (free report)
THE SOLUTION: Digital Pension for every Babyboomer |
|
|
|
|
|
|
#7 |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 780 Times in 160 Posts
|
There are plugins that allow guest authorship on the blog in a moderated fashion, and as I recall, there's even one that charges people to submit the post in the first place. I can't recall the name of it, but I know for sure it exists because I've come across it multiple times when looking for something else.
Don't know if that helps much, but if that's what you're looking for, at least now you know that it's not a unicorn, right? I'll see if I can rustle it up when I have a chance to dig in my wordpress bookmarks. EDIT: That took way less time to track down than I thought: http://wordpress.org/extend/plugins/tdo-mini-forms/ |
|
|
|
|
|
|
| The Following User Says Thank You to Keith Kogane For This Useful Post: |
|
|
#8 |
|
HyperActive Warrior
War Room Member
Join Date: Dec 2008
Posts: 198
Thanks: 42
Thanked 84 Times in 11 Posts
|
Hah, sorry guys.
Yes, basically I just need a comment system on a Wordpress Page that the users can only post to once. Then after they post the comment, they would only be able to update or delete the comment. The other parts I was talking about is having the comments be connected to a search box, and have only 50 or so comments show per page. It's sort of like making a wiki database. If you know what Disqus is, that is pretty close to what I'm talking about. I'm also looking into SimplePress. I will just have to do some coding. |
|
|
|
|
|
#9 | |
|
HyperActive Warrior
War Room Member
Join Date: Dec 2008
Posts: 198
Thanks: 42
Thanked 84 Times in 11 Posts
|
Quote:
| |
|
|
|
|
|
#10 |
|
Active Warrior
Join Date: Jul 2009
Posts: 34
Thanks: 5
Thanked 10 Times in 10 Posts
|
A comment system that users can post to only once - if my memory serves me right, I haven't quite seen a plugin that let's you do this exactly. You can try tweaking the comments system that's already in place that prevents a single WP user from posting more than one comment per post.
|
|
Does your wordpress blog stick out of the rest of your website? Wouldn't you like it to blend in?* *Send me a PM for details. |
|
|
|
|
|
|
#11 |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 780 Times in 160 Posts
|
Try doing what I was recommending above and using a theme something like Prologue - it's made to look kind of like a twitter discussion as it displays, and that may actually be close to what you're looking for with just a little theme modding.
P2: The NewPrologue Blog WordPress.com That way you don't need some kind of mechanism inside an actual post because each entry IS a post. They are searchable and displayable and with the plugin I already mentioned, update-able and editable by the posters. I use Prologue on several of my blogs and I like it a lot. I never thought of doing something like what you're attempting with it, but it could be pretty cool. I may set something like that up as a kind of UGC system with my autoblogging - get people to submit a post in one place and then I have it in a feed and can push it out to all my other blogs... Maybe charge people to do that... Hmm. Possibilities! But I digress - that might still not suit your needs, but I think it comes close, so I hope it helps! |
|
|
|
|
|
|
| The Following User Says Thank You to Keith Kogane For This Useful Post: |
|
|
#12 | |
|
HyperActive Warrior
War Room Member
Join Date: Dec 2008
Posts: 198
Thanks: 42
Thanked 84 Times in 11 Posts
|
Quote:
Thank you very much. With the tools you posted, I should be able to do exactly what I need.
| |
|
|
|
![]() |
|
| Tags |
| functionality, mod, specific, wordpress |
| Thread Tools | |
|
|
![]() |