HTT
Forum Replies Created
-
Forum: Plugins
In reply to: Is there such a plugin?OK here is a front end demo example I’ve created: http://www.newcastle-online.com/pluginexample.htm
This plugin needs to allow the website owner to paste code into pages and indeed posts so thatm it shows all the forms as shown in the link above.
When the user press post they will be taken to a message that the website owner can edit such as “Thanks for your article submission, we’ll review it in 24 hours and decide whether to add it. If we do and you clicked the notification button you will recieve an e-mail to the address supplied confirming publiscation”
Or something like that.
In admin the website owner should be able to edit every facet of it, be able to spell check it and also be able to post it to any category if he/she so desires. I’m thinking the interface for this should be much like the “write” feature?
Other ideas, when the reader presses post a prompt asking them whether they’d like to be notified just incase they forget, another prompt for e-mail and any other required fields that weren’t filled in.
If the users earn trust, i.e. they’ve written lots and are valued contributors the website owner can in admin, make their posts appear live on the site as soon as they’ve been sent or written.
This will maybe require a dropdown menu allowing the contributor to select which category to post in.
Thoughts? Can this be done?
I think it would add a whole new dimension to WordPress.
You have the commenting system for users, for those who just want to reply to posts, and you have the ability to allow writers to write articles. By allowing people to send in letters, articles and e-mails that can be published independently of articles and comments this just adds to the whole community aspect and for sites like my own which is like a newspaper, radio station and magazine all rolled into one at times it would be great.
Any plugin guru could pull this off I’m sure the WordPress community would use it.
Forum: Fixing WordPress
In reply to: Perma links leading to 404Hi Solo, thanks for your reply. Just fired this thread off to the server guys. My spellchecker, anti-spam comments images and my imagemanager aren’t working either, could this be down to mod_rewrite do you think, too, like with the permalinks?
Forum: Plugins
In reply to: Is there such a plugin?Hi Moshu, I’m really looking for something that doesn’t force people to register or login to an admin interface, my users log on my site at work or university and before I installed WordPress, there would be an e-mail form at the end of articles or pasted into a “have your say” page, and people would on the fly just write in like that. Easy and simple for them. If I forced people to register and login that would put people off.
I’ll create a demo of what I mean and link it in here, maybe a plugin guru could make such a thing work, it would be a great addition to WordPress if so especially for owners of sites like mine which aren’t just blogs, but communities and in my case, a platform for fans of our local football club to have their say, like an online fanzine. Basically a letters page from readers.
Forum: Fixing WordPress
In reply to: Perma links leading to 404Still no nearer to solving this, does anyone have any ideas? We have modrewrite turned on. The thing is, it was working on the old server, only when we moved has it started doing this yet the paths are all correct, everything.
Forum: Fixing WordPress
In reply to: Perma links leading to 404I’ve just created both y and x.html files uploaded them and when I type them into my browser I get those files and not switched around, does that mean I don’t have mod-rewrite enabled on my server?
Forum: Fixing WordPress
In reply to: Perma links leading to 404I don’t know what you mean, sorry.
Forum: Fixing WordPress
In reply to: Perma links leading to 404My htaccess file reads:
RewriteEngine On
RewriteRule x.html y.html# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Does that mean its enabled and on?
Forum: Fixing WordPress
In reply to: Weird text characters appearing in postsOh that, yeah someone else pointed that out to me earlier on. One for the weekend that 🙂
Any idea what could be causing the character quirks?
Cheers
Forum: Fixing WordPress
In reply to: Weird text characters appearing in postsYeah I uploaded a plugin to replace and find, that doesn’t solve the problem though.
What other errors are you seeing?
Forum: Fixing WordPress
In reply to: Sidebar showing below posts in IEFixed it, it was the translation buttons forcing the sidebar to move below posts in IE. Thanks for your help though, much appreciated. Now to fix the validation… 😉
Forum: Fixing WordPress
In reply to: Sidebar showing below posts in IEOh, that’s bad. Is that why I’m having problems in Internet Explorer?
Forum: Fixing WordPress
In reply to: Sidebar showing below posts in IEI’ve looked in there and can’t see where the problem is. It works fine in other browsers so I don’t understand.
Forum: Plugins
In reply to: Visitor PostingMe too…
Forum: Requests and Feedback
In reply to: WP Needs Better Support SystemEvery post I’ve made asking for support has been replied to and knowing full well that this is a free service, I think that’s pretty damn impressive. I think far too many people want others to fix their problems for them and that’s a culture that needs changed where open source/free web tools are concerned. I’d far rather be pointed in the right direction to lean what I need to do myself that way I get a greater understanding of what I’m working with, meaning my life will be easier in the long run and when I’m knowledgeable myself about WordPress I’ll be able to give something back and point others in the right direction.
Forum: Requests and Feedback
In reply to: Author profile pageYeah I think you’re right. I’m a bit of a newbie though and don’t really understand PHP that well but I must say, WordPress is a fantastic tool and more than easy enough for even simpletons like myself 😉
I guess it’s a case of getting stuck into the codex and reading word for word, trial and error etc.
Anyway thanks for your help, much appreciated. The support on here is as good as WordPress itself.