ivovic
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgraded to 2.5.1 and my blog is gone…well, the first thing I would do is get to the point where you *are* clear on your database restoration.
That’s not really a point you can just kind of ignore and hope for the best. Get crystal clear on that, then you can move forward.
Forum: Everything else WordPress
In reply to: I want someone to finish my site. FOR FREEno posts here from Joni means Jake’s working overtime 😛
Forum: Everything else WordPress
In reply to: I want someone to finish my site. FOR FREEThanks for that…
I now have a picture of Jake, sweat glistening on his muscular back as he mows Joni’s lawn with his shirt tied around his waist. Joni, wearing a light coloured low-cut summer dress, leans over a cedar table on the patio to pour the iced tea just as a light summer breeze catches her dress for a split-second and reveals the tiniest sliver of lace trim on her modest yet deeply provocative underwear.
As she catches Jakes intense stare shredding the wispy dress from her heaving bosom, she realises that SOON he WILL be getting paid.
(yes, paid, I said *P*aid) 😛
Forum: Everything else WordPress
In reply to: I want someone to finish my site. FOR FREEyou can lead a horse to linkbacks, but you can’t make it follow them, or something.
Anyway, I figure an index.html with my name on it is a bloody good start.
Forum: Everything else WordPress
In reply to: Disappearing code…I’m guessing you’re using the visual editor… click over to HTML view and it will probably stop bothering you so much.
Forum: Everything else WordPress
In reply to: I want someone to finish my site. FOR FREEgiven it’s currently an empty directory, I’ll *start* it for a linkback 😛
Forum: Developing with WordPress
In reply to: defining theme for multiple domains in wp-config.phpI’m no rewriting guru… but here’s what I’m using myself to make this happen.
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} !^(www\.)?yoursite\.com$ [NC] RewriteRule ^robots.txt$ /robots_blocked.txt [NC,L] </IfModule>I put this above the wordpress section of the .htaccess, otherwise I suppose it would be clobbered.
What it does is quite simple. Any request for robots.txt from your main site (yoursite.com, with a www or without) are passed to a regular old robots.txt file which may or may not be there.
If any other domain (or subdomain) is used, the rule should trigger, thereby returning the contents of a file called robots_blocked.txt, under the guise of robots.txt
you can test this pretty easily by making two text files (robots.txt and robots_blocked.txt) in your web root, and toying with it in your browser.
Forum: Everything else WordPress
In reply to: I want someone to finish my site. FOR FREEreally? what a shock 😛
Forum: Developing with WordPress
In reply to: wp_count_posts – specific categoryWhat you want is the ‘count’ field in wp_term_taxonomy, which is the number of times a particular term (aka category) has been used.
See this thread: http://wordpress.org/support/topic/136905
Perhaps it won’t bother you too much that your drafts are also counted, as they shouldn’t be drafts forever.
Forum: Everything else WordPress
In reply to: I want someone to finish my site. FOR FREEunless his site is google.com it aint gonna be worth the linkback 😉
Forum: Fixing WordPress
In reply to: Tags are coming out in a random caseif you’re using tags that are also categories, it’ll pull the category name instead of making a brand new tag for it.
also, it depends on how you entered it originally… the first time you tagged a post with tAG, it was created… since then, when you add a tag, all it does is refer to the original… so, tag becomes tAG because presumably, that’s what you really wanted from the start, right?
It’s actually a good system, because it means you only need to be careful the first time you use a tag – the rest of the time it will be case-corrected.
Forum: Fixing WordPress
In reply to: Pretty Permalink on IISseriously, everyone with “professional” windows hosting should lobby their host to install ISAPI Rewrite.
There just doesn’t seem a shitload of point in providing windows hosting with PHP and MySQL support, but leaving out rewriting, which is a much-requested core feature of the ‘LAMP’ platform.
Tell your host they’re being stupid. Either run windows for the .NET without php and mysql (using MSSQL instead), or run it *properly* with the extremely minor addition of an ISAPI rewriting module.
Forum: Developing with WordPress
In reply to: defining theme for multiple domains in wp-config.phpSorry for the delay in reply Mike, this thread fell off the first page in my profile, so I’m surprised I noticed it at all. If there’s something pressing regarding this I can help with, I can be reached via the contact page of my blog.
What you want involves a tiny bit of creativity.
what you would do is use rewriting rules (using mod_rewrite) in your .htaccess to present a different robots.txt depending on the domain used to access your site.
In reality you’d have robots_allowed.txt and robots_blocked.txt, with rewrite rules to pull the appropriate file depending on whether you’re accessing via one domain or another.
The rewrite engine allows you to specify a host as a variable, luckily, otherwise this would be a touch more difficult.
I hope this helps… if it’s not sufficient, do let me know, and I’ll post an example once I’m back at my desk.
Forum: Fixing WordPress
In reply to: TDO Mini-Forms – submit field to DBuse custom fields for this.
Forum: Fixing WordPress
In reply to: digital fingerprint??Digital fingerprinting is a tautology. Since fingers are digits, their prints are therefore always digital, or fingeral, as the case may be.