psybertron
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Block registration of .ru email addressesAnyone got an Akismet fix that simple detects Rusian / Cyrillic spam (rather than simply block all .ru comments ?) Bit of a sledgehammer ?
Forum: Fixing WordPress
In reply to: CPU exceeded – MySQL errorAlso looking for performance help. I posted on this thread.
http://wordpress.org/support/topic/196295?replies=15My host (dreamhost) suggested slow MySQL queries behind the slow rendering of the php pages – but I don’t know how to index / optimise. So far I’ve removed all recent plug-ins … but still unacceptably slow.
Forum: Fixing WordPress
In reply to: 2.6 Causing Slow Loading?I’m using 2.6.2 on http://www.psybertron.org (hosted by dreamhost). I am having severe performance problems. Dreamhost assure me nothing is unusual at their end.
I have deactivated (and deleted) all plug-ins (except Akismet). Apart from upgrading to 2.6.2 a month or so ago, the only change was to inlcude a collapsing archives plug-in .. which I’ve since disabled.
I used to be OK with 4 or 5 seconds for the main blog page to load, but now it’s never less than 10 and often 15/20 or even timing out. I’m on a fast connection where simple pages even with large (non-active) content seem to load very fast.
Any suggestions ?
Forum: Fixing WordPress
In reply to: Pingback Link Text ExtractThat is the point Ivovic.
I notice it when I create internal ping-backs between posts within my own blog, but that slug of unitelligible text turns up in the remote blogs I link to it too.
Any clues WP-Guy ?
Forum: Fixing WordPress
In reply to: Are you serious, editing PHP in order to blogThanks Michael, that’s more like it. The Category:Functions page is a good start and it links to the Category:Template_Tags page as a sub-category.
One supplementary question … something I was also trying to figure out. My question was about which bits of PHP were in the wp-includes folder and which were in the wp-content, themes and plug-ins folders ?
I’m guessing after reading the two links provided, that despite the original intent, it doesn’t much matter which folder they’re in, they will be found so long as my (customized) copy of WordPress PHP’s is on my server in one of those folders, whether it originated in the template or a theme or whatever ?
As I said, just enough to be dangerous 😉
Forum: Fixing WordPress
In reply to: Can You Limit The Search Function to Just The Title?I have much the same issue …
I need searches that search
(a) title
(b) contents
(c) pages
(d) comments
(e) categories (maybe)
selected distinctly or in combination, defaulting to all.(This is about the search selection itself, not about how the result is served up.)
Forum: Fixing WordPress
In reply to: Are you serious, editing PHP in order to blogMichael, could I address this to you as moderator.
I’m kinda with the original question … that WP does provide an amazing mix of quick & easy with powerful & sophisticated … but I wouldn’t want it any other way. I know enough PHP to be dangerous … to customise a few specifics, or fix a problem between two plug-in / widgets, which I find I do need to do occasionally, despite the fact I’ve been blogging succesfully for 7 years, that last 2 or 3 with WP.
SIMPLE QUESTION – is there a WP PHP Reference guide that includes “definitions” of the functions and variables ?
PHPXREF is comprehensive, but has no definitions. Is my only alternative reverese-engineering / trial-and-error ?
Forum: Fixing WordPress
In reply to: PHP Functions – Dumb QuestionI found this autogenerated summary ….
http://phpxref.com/xref/wordpress/nav.html?index.html
…. but there are no definitions of any kind, and many unhelpful comments like “some” of these are deprecated, with no elaboration !
Back to reverse-engineering / trial-and-error again ?Help ?
Forum: Fixing WordPress
In reply to: Filtering “incoming links”?VeraBass, where do I invoke “No Self Ping”, and what does it do ?
Like, I want the self-pings in my blog database, they are evolving internal links, added value. What I don’t want is to have them reported in the Dashboard as “incoming” links.
Forum: Fixing WordPress
In reply to: Filtering “incoming links”?I’ve looked at the “gazeuk” link, and that simply removes the feeds from the Dashboard – I want incoming feeds, I just want self-referential links filtered out.
This is not resolved.
Forum: Fixing WordPress
In reply to: Filtering “incoming links”?I’ve just upgraded to 2.3.1 and I notice the incoming links section of the dashboard page now includes links (internal cross-refernces) from myself to myself within the same domain / URL.
That’s illogical captain. Please fix it so they are “incoming” links only.
Forum: Installing WordPress
In reply to: Beginners Guide to RSSSimilar beginners question …
I have the found all the php files of this type, and tried them. All return a blank page.
http://example.com/wp-rss.php
http://example.com/wp-rss2.php
http://example.com/wp-rdf.php
http://example.com/wp-atom.phpOr you can access them like this:
http://example.com/?feed=rss
http://example.com/?feed=rss2
http://example.com/?feed=rdf
http://example.com/?feed=atomIn my case
http://www.psybertron.org/wp-rss2.php
http://www.psybertron.org/?feed=rss2Return a blank page – what am I missing.
I have my DreamHost hosted WP blog configured for “last 10 posts” in the feed – by I can’t find the output at the URL expected.Forum: Installing WordPress
In reply to: feed of comments and recent entriesI have the same problem.
My RSS feed link doesn’t work – but for a similar reason – the standard set of links in my site’s theme has the wrong syntax for the link.
Been mystified about that for ages. Should be able to fix now.
Forum: Installing WordPress
In reply to: Aaaaaghhh !!! Fatal ErrorRight – got it. the index.php files in the different directories are meant to be different. Doh!
I’ve re-instated the one in the root with the original WordPress default (for the root) and now it’s OK.
So let me get this right – when I select a theme, WordPress uses the actual files in that theme folder – not copies based on them, in the root folder. Useful to know.
Forum: Installing WordPress
In reply to: Aaaaaghhh !!! Fatal ErrorThat’s corrcet Westi.
Just confirm – when you say restore the index.php – which one – in the root or the theme ?