oldmankit
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Digital Downloads - Related Downloads] Sorting orderOh, I just realised this isn’t EDM, but EDM – Related Downloads.
Forum: Plugins
In reply to: [Easy Digital Downloads - Related Downloads] Sorting orderYep, the option to sort would be really useful.
Thanks sumobi. That has fixed it!
I’m very happy with this plugin. I’ve spent a long time trawling through membership and ecommerce plugins to find that this does exactly what I want. Thank you!
Thank you Pippin.
I have done that, and now the slugs are all pointing to the correct places. The only problem is that when I visit the pages, I only get 404s.
I can see a way to fix this: by manually creating a page for each product and inserting the necessary shortcode. This is not too hard for me as I only have a few products. However, is there a more automatic solution?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] HTML emails not workingThanks for this answer. I didn’t think of just typing the html in directly.
Raam’s fix is working perfectly.
Forum: Fixing WordPress
In reply to: Change the way how one category appearsyou can work with the conditional tag in_category() to create different outputs;
http://codex.ww.wp.xz.cn/Function_Reference/in_category
what theme are you working with?
Thanks for the tip. I’m working with thematic. I’ve realised that the thematic forum is the right place for this question, so I’m closing this one and re-asking it over there.
Thank you!
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Clarifying the language on the formPaulo, thanks for pointing that out! I don’t know why I assumed it would be burried in php files.
I’ve tried to contact the the plugin authors, so they can consider changing the default text.
Forum: Fixing WordPress
In reply to: Change the way how one category appearsI’ve read that page, which is about category pages. I don’t want the changes I make to only affect category pages; I want them to affect, for example, my front page and main ‘blog’ page.
I would like my blog pages (which contain many categories) to have a different structure for posts in one category only. Specifically, I want to wrap the entire post in anchor tags.
Forum: Fixing WordPress
In reply to: Username has been changedHi Gene,
It’s amazing of you to go to such lengths to help me secure my site.
Turning off directory listing was as easy as you suggested.
Error reporting is a bit harder.
I added this to wp-config.php:
@ini_set('log_errors','On'); @ini_set('display_errors','Off'); @ini_set('error_reporting', 4339 ); //only log errors you will want to know about @ini_set('error_log','/home/myusername/logs/php_error.log'); define('WP_DEBUG', false); define('WP_DEBUG_LOG', false); define('WP_DEBUG_DISPLAY', false)I created the file /home/myusername/logs/php_error.log and gave it 600 permissions. How would I test that it is correctly logging to this file? It’s still zero bytes.
Kit
Forum: Fixing WordPress
In reply to: Username has been changedIt seems like vulnerabilities are just everywhere. Pretty hard for non-experts to navigate.
My theme is based on thematic, which seems very well-kept and probably secure. After the time I’ve invested in theming my site there is no way I will go back to the default theme.
I do keep plugins to a minimum, but the thought of no plugins at all – wow, that is really minimal.
I’m considering changing my hosting, but there is always a chance that I will just be carrying security holes from one host to another!
Forum: Fixing WordPress
In reply to: Username has been changedI really appreciated this seasoned advice.
I was so thorough in cleaning out the last time my site got hacked, and to find it cropping up again so soon, well my guess is that it might be a problem with my shared server. I’ll contact them, but am not hopeful that they’ll sort it out. Cheap hosting has its downsides.
Forum: Fixing WordPress
In reply to: Username has been changedThe only possibility is if there’s some rouge plugin or something in your theme that’s done that, but the chances of that are very remote. Those sort of changes are just about always the result of a hack attempt of some kind.
Thanks for that clarity. It is what I feared. I have done everything within my power to ensure that this wordpress installation was clean and kept clean. I don’t know what to do now : (
Forum: Fixing WordPress
In reply to: Username has been changeddelete that user and create a new one with new username and pass.
That doesn’t answer my question, which was this:
Is there any reason my username may have changed that does not relate to being hacked?
Forum: Fixing WordPress
In reply to: Advice rebuilding a new database after site got hackedI’ve gone the manual way – rebuilt all posts and pages via copy/paste, and decided to lose the comments.
Comments feel like a very ‘current’ thing, and I don’t think it’s too much to lose old ones.
From now on: better backups!