dozer
Forum Replies Created
-
Forum: Plugins
In reply to: cforms 8.6 hangs at “one moment please”I was having this same problem due to something I mucked up. You have to be careful if you’ve moved around your blog at all, if so the form will hang. I posted the solution to my own self created problem over at Oliver’s blog:
which is just changing two files, the cforms.js and the abspath.php to correct the location…..
Forum: Themes and Templates
In reply to: Kubrick Tabs Tabs ‘stacking up’I have concluded that this style doesn’t work well, especially with more recent versions of firefox. No response here or from direct communication from the author.
I reverted back to a customized version of the default theme without this tabs modification. I well leave the status a un-resolved in case someone does eventually shed some light on this…..
Forum: Themes and Templates
In reply to: Kubrick Tabs Tabs ‘stacking up’corrected link: blog with Kubrick tabs problem
Forum: Fixing WordPress
In reply to: Finding Widget Code adding code to dyanamic sidebarSure, you could locate their code and edit them, but the point is to not have to do that.
How would I do this?
I have found the need to tweak the code in many plug-ins.
I like using the widgets but it would be nice if they could be used in addition to being able to modify the sidebar.php directly.
Forum: Fixing WordPress
In reply to: hashcash and firefox/blank wp-comments-post.php pageAny idea how I can fix the problem?
Forum: Fixing WordPress
In reply to: Trackback issueI use notetab pro also. One thing you need to make sure to do is under ‘document’ menu item at the top of the screen pull down and turn ‘word wrap’ off. If word wrap is on the line numbers won’t match up.
Forum: Plugins
In reply to: New Plugin: Explicit Category SortThanks….. didn’t see the BACKUP designator. Again a very handy plugin.
Forum: Plugins
In reply to: New Plugin: Explicit Category SortI do love this plugin. Works as advertised. However there is one case which it would be nice if it handled — which is more than two levels of categories, ie A1,B1,C1,B2,C2. Since after C1 I want to go back up one level but not yet TOP, I don’t think I can do this……
Forum: Fixing WordPress
In reply to: combat new trackback spamJust speaking for myself, since I’m having the trackball spam problem and don’t know what to do about it (screaming doesn’t seem to help), so today I searched on ‘trackball spam’. Since the title of this is ‘combat new trackback spam’ it was exactly what I was looking for. Had it been titled ‘renaming the wp-trackback file’ I don’t think I would have found or looked at it. The discussion about the effectiveness of renaming the file has been very productive for me. I will be trying it and post back if it stops this sort of spam.
Forum: Fixing WordPress
In reply to: spam and trackback attackCan someone tell me for certain whether Spam Karma handles the trackback spam or not? I’ve read the Spam Karma stuff and can’t see if it does or not. Getting killed with trackback spam like everyone else. urgh.
Forum: Fixing WordPress
In reply to: PHP Markdown 1.0 extra <p> tag in ullast post misformatted.
I’m using the latest version of markdown php 1.0 which I pulled from https://www.michelf.com/projects/php-markdown/ .
I hope it is OK I’m sending this to michel and also posting it on the wordpress board in case anyone has input there.
I believe this is a bug (or feature I don’t understand?)……
Input:
!@---
* potable water liters/day per 8 month year (dry/cold)
* 2 adults use 5 liters/day or 1,205 per year
* 2 children use 2 liters/day or 482 per year
* cooking use 2 liters/day or 482 per year
* toilet flush use 8 liters/day or 1,927 per year
* shower use 10 liters/day or 2,409 per year
* laundry use 50 liters/week or 1,716 per year
* total = 8,220 liters per year
* 2000 liter jars times 6 = 12,000 liters
expected output:
!@---
- potable water liters/day per 8 month year (dry/cold)
- 2 adults use 5 liters/day or 1,205 per year
- 2 children use 2 liters/day or 482 per year
- cooking use 2 liters/day or 482 per year
- toilet flush use 8 liters/day or 1,927 per year
- shower use 10 liters/day or 2,409 per year
- laundry use 50 liters/week or 1,716 per year
- total = 8,220 liters per year
- 2000 liter jars times 6 = 12,000 liters
actual output:
!@---
- potable water liters/day per 8 month year (dry/cold)
- 2 adults use 5 liters/day or 1,205 per year
- 2 children use 2 liters/day or 482 per year
- cooking use 2 liters/day or 482 per year
- toilet flush use 8 liters/day or 1,927 per year
- shower use 10 liters/day or 2,409 per year
- laundry use 50 liters/week or 1,716 per year
- total = 8,220 liters per year
- 2000 liter jars times 6 = 12,000 liters
Forum: Fixing WordPress
In reply to: reset help!:login id blank when resetting passwordI ended up upgrading to 1.2.1 and this problem went away. I’m not sure what caused it.
Forum: Fixing WordPress
In reply to: Urgent 1.2.1 Password Emailed in Base64diane requested a code snapshot.. here it is.
function wp_mail($to, $subject, $message, $headers = '', $more = '') {
mb_language('English');
if ( function_exists('mb_send_mail') )
return mb_send_mail($to, $subject, $message, $headers, $more);
else
return mail($to, $subject, $message, $headers, $more);
}
The added line is the mb_language…..Forum: Fixing WordPress
In reply to: Markdown wierdness?OK, the thing that was throwing me off is I was using spaces after the characters. ‘***^^<cr>’ where ^ is a space will not produce a rule. I left a bug report just now as 2fargon suggested. thanks.
Forum: Fixing WordPress
In reply to: SPAM after Register User Hack Installedall my problems with Spam stopped here–> https://www.ads-software.com/support/3/16384