ivovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages viewed odditywell, your stats software should be able to tell you who’s doing the most hitting.
to be fair, over twenty-eight thousands hits on it seems a bit excessive for your own use, unless you sometimes leave your desk while your posting page is open.
having said that, I wouldn’t consider it a problem at all. a large number of hits on a file, particularly if you can determine that they come from you, is a complete non-issue, and certainly not something worth disabling autosave over.
Forum: Fixing WordPress
In reply to: Allowing site visitors to see PDF document?I took an educated guess… http://goatdoodle.com/CPTProfile.pdf
try that link.On unix-flavoured servers, case *does* matter. It’s therefore advisable to use lowercase when convenient.
Forum: Developing with WordPress
In reply to: Redirect permalink only with mod rewrite.heiseheise, you’d be better served doing a search/replace on your database, to change those links in your old posts.
or you could plug some words into the search thingy, if you wanted options.
Forum: Fixing WordPress
In reply to: How can I edit this page?I’m sure I could google that for you, but instead I’m gonna ask you why not move up a level in your hosting?
Forum: Fixing WordPress
In reply to: Register Plus : Problem after enabling pluginI’m using register plus with no issues. It might be a good idea for you to try disabling all other plugins you have (one by one), to see which one of them is conflicting with register plus.
then drop a line to both authors to let them know, so either one of them can fix the problem in an upcoming version.
Forum: Fixing WordPress
In reply to: Pages viewed odditythey are fixed… but that doesn’t stop bots from trying it anyway, just in case you’re on an old version.
you need to be mindful of the difference between a hit on a file, and a successful attack using that file. Pretty enormous difference if you ask me.
you guys should consider this: http://wordpress.org/extend/plugins/askapache-password-protect/
also, everyone wishing to be proactive in their wordpress security should spend some time reading this:
http://codex.wordpress.org/Hardening_WordPress
(and then of course, act upon it)Forum: Requests and Feedback
In reply to: Possible Broken Post Name Check?if it were broken, it would break when posting normally too right?
maybe you just need to find out what the act of posting normally sends to this function, and feed it the same thing. If it needs to be escaped or encoded in some way, just do what wp’s doing.
I’m just talking out of my arse here, but that seems logical, right?
yes, it is possible… but it requires editing your header and your sidebar in your theme.
find the wp_list_pages function in both your header and your sidebar, and then follow the instructions on this page http://codex.wordpress.org/Template_Tags/wp_list_pages to exclude certain page IDs from either spot.
if this sounds too hard, try a plugin: http://wordpress.org/extend/plugins/exclude-pages/
Forum: Fixing WordPress
In reply to: Next and pevious articlesmate, what I posted there just outputs links exactly as you had them before, only it doesn’t output one if there’s no next post.
if there’s a problem, it’s with your css.
Forum: Fixing WordPress
In reply to: Add “nofollow” to thumbmail images?please try to avoid being an arsehole, and overdosing on SEO nonsense.
if I misunderstood your question, that was absolutely no reason to call me stupid. The confusion came from you expressing yourself poorly. You asked for no-follow on thumbnails, and I thought to myself, why the hell would you care about thumbnail images.
What you really want is no-follow on links to gallery pages, whether they’re a bloody thumbnail or not. If you’d asked for that, I wouldn’t have had to risk being mistaken.
here’s a tip: when you come asking for help, leave the shitty attitude at home.
Forum: Fixing WordPress
In reply to: Add “nofollow” to thumbmail images?can someone please show me a jpeg with a pagerank?
Forum: Fixing WordPress
In reply to: Lost Admin passwordhttp://wordpress.org/search/lost+admin+password?forums=1
did you think maybe you were the first?
Forum: Fixing WordPress
In reply to: Allowing site visitors to see PDF document?no, it’s not really very important where it goes, but you should exercise some judgement as to whether you would like it to live alongside your other uploaded files, or whether it deserves a folder of its own, etc.
file organisation is up to you, ultimately, but I’d probably put it in wp-content/uploads
You could use the wordpress upload system to add it, then provide a link on your post. That it’s a PDF doesn’t really merit any special consideration over any other kind of file you upload for your users.
Forum: Fixing WordPress
In reply to: Is there a way to say “if published” vs. “if draft”?I can’t (easily) find a reference for get_pages, but have you tried putting &post_status=publish in the parameters?