TCBarrett
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Single Page Permalink ProblemDoes the slug clash with anything else?
Forum: Hacks
In reply to: Are plugins inside of the loop?As loic.etibe pointed out, you need hook into WordPress core at the right point.
Here is the list of core hooks the happen during a page load:
http://codex.wordpress.org/Plugin_API/Action_Reference
For simplicity, all your plugin code is run by step 2 ‘plugins_loaded’.What you need to do is define some actions or filters inside The Loop using these:
http://codex.wordpress.org/Function_Reference/add_action
http://codex.wordpress.org/Function_Reference/add_filterThen when WordPress core comes to that point in the code (in your case, inside the loop), then you functions will be triggered.
You starting point for learning this from the codex is probably:
http://codex.wordpress.org/Plugin_APIForum: Hacks
In reply to: New users does not get new capabilitiesDid you edit the code, or paste it exactly as it is? What happens if you delete the ‘ifp_role_set’ option so that the code re-runs?
Forum: Hacks
In reply to: Some help with PHP codeHave you tried contacting the plugin author?
Don’t forget FB are phasing out FMBLForum: Hacks
In reply to: Changing proposal for .htaccess generation/manipulationMy recommendation is to scrap .htaccess (and apache) all together 🙂
Forum: Fixing WordPress
In reply to: Cannot change size of the post boxI’ve just tested it in FF6 and Chrome. Set the size to 50 and it worked fine.
If it doesn’t work for you in any browser, you could try disabling your plugins.
Forum: Fixing WordPress
In reply to: how do i make clickable newsWrap it in an
<a href="">..</a>?Forum: Fixing WordPress
In reply to: Users still being changed to admins randomlyMy thoughts would be:
1. Compromised server
2. Someone playing silly beggars
3. Dodgy themes and pluginsForum: Plugins
In reply to: *A Simple Archive Plugin*Have you tried the Archives widget?
Forum: Everything else WordPress
In reply to: UK School WebsitesAt WordCamp UK in Portsmouth this year, there were some folks that had experience with WordPress in education. I have no personal experience, but perhaps this is a useful link with some contact details?
http://wiki.wordcampuk.org/2011_content_ideas#WordPress_in_Education_-_A_Case_Study_Example
Forum: Installing WordPress
In reply to: Where should I host it?From http://codex.wordpress.org/Forum_Welcome
.. longer be furthered. This includes, but is not restricted to, posts on the following topics: Hosting recomendations (for or against), off topic co..
WordPress is a bunch of PHP, css and js files (mostly). One puts them on a server that meets requirements (http://wordpress.org/about/requirements/), runs the famous ‘5 minute install’ (http://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install). This step might be done for you by a hosting provider via set of scripts.
At this point you should be back on familiar ish ground 🙂
You can pick themes and plugins and ‘build’ your blog…
Forum: Fixing WordPress
In reply to: Transferred HostingHave you read through http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_to_a_New_Server ?
Forum: Installing WordPress
In reply to: Transferring site from one hosting to anotherHave you read through http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_to_a_New_Server
Forum: Fixing WordPress
In reply to: Fatal error: Out of memory (on install, and php is set to a 256M!)Forum: Installing WordPress
In reply to: Outdated Servers… Still possible to install WP ?I would have concerns with running any public service (like a website) on a server like that. Being so far behind on versions is often a security risk.
Regardless of WordPress or not, I would encourage the host to update, or to consider other hosting options.
A quick search revealed this: http://forums.westhost.com/archive/index.php/t-7732.html