BigDog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog looks tiny on one of my computer displaysAre you by chance viewing this in IE 7 maybe in the little thumbnails view they have?
I think they call it quick tabs….
Forum: Themes and Templates
In reply to: Go Naked !I tried the contact form at the site but it would not work so here is my official notice,
I’m in (if I don’t crash something along the way).
BDForum: Themes and Templates
In reply to: Trackback HelpYou can also put it in the loop (in index.php of your theme) and have it appear at the bottom of each post. It all depends on where you want it.
Forum: Plugins
In reply to: subscribe2 2.2 — now for WordPress 2.0That is why there are many options available to people. If one thing does not fit your needs you can try another.
Forum: Plugins
In reply to: unwanted space after democracy poll pluginMaybe it is in the Democracy CSS. You have about 42 px of space at the bottom of the others. It looks like this has 57 or so. So there might be something in the css of Democracy adding to what you already have.
That would just be my best guess since I am a rookie at this stuff.
Forum: Themes and Templates
In reply to: Trackback HelpI am no guru at this but I think you put that where you want the TB url to show. On my site I have this:
“>Trackback URL
on my main page.You can also have it show on the comment page. Where ever you want a trackback url to show.
I know if this is wrong one of the gurus will straighten it out but I am pretty sure it is accurate.
Forum: Everything else WordPress
In reply to: Ha ha WordPatternThis was a great prank and took a lot of thought and effort.
I have to admit, the screen shots looked really nice. Great touch….
Forum: Plugins
In reply to: WP 2.0 Spam ProtectionI use Bad Behavior and Spam Karma and I have had very good success.
Forum: Everything else WordPress
In reply to: newbie: can users be notified of posts?There are a number of plug ins that allow people to subscribe to your blog. If your intent is to only notify the people in your family then you should probably set one of the plug ins up and not put the subscribe link on the page. Then you can manually enter the emails of the people you want notified. If you want others to also subscribe then you should follow all the instructions.
Two that you might want to try:
http://watershedstudio.com/portfolio/software/wp-email-notification.htmlhttp://www.skippy.net/blog/2006/02/15/subscribe2-222/
Hope this helps.
Forum: Plugins
In reply to: Spell CheckerSpell Checker works for me woth WP 2.x
Forum: Plugins
In reply to: Subscribe2 daily digest option doesn’t workThis is from Skippy’s site:
Better still, subscribe2 2.2.1 offers support for daily digests of all new posts from the previous day. Again, this feature requires WP-Cron. To enable this feature, simply edit line 46 in subscribe2.php and change the FALSE to TRUE. At the start of each new day, your subscribers will receive a summary of new posts from the previous day, in the following format:As you can see, to use the daily digest you must have WP_Cron installed. It is on the plugin page on his site.
Forum: Plugins
In reply to: Subscribe2 daily digest option doesn’t workRichard,
Have you installed the WP-Cron plugin from the author? I know that item is required to do the daily posts. I also believe you only need to change the first False to True.I am having trouble getting S2 to send out the emails at all (it was working fine until 2 weeks ago) but when it did work the daily feature worked great.
You can get WP-Cron at Skippy’s site.
Hope this was helpful
Forum: Plugins
In reply to: New Plugin: Expand Comments (w/ AJAX)I am not sure this is it because my rss feeds build as my base url.
I am wondering though, I use the feedburner redirect. Do you think this has something to do with the problem?
Forum: Plugins
In reply to: New Plugin: Expand Comments (w/ AJAX)My site is
http://onebigdog.netI know I will need to redirect to that but will wait until I get it working
The error I get in the js console is:
Error: [Exception… “‘Permission denied to call method XMLHttpRequest.open’ when calling method: [nsIDOMEventListener::handleEvent]” nsresult: “0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)” location: “<unknown>” data: no]
Forum: Plugins
In reply to: New Plugin: Expand Comments (w/ AJAX)I am having the same problem with the RSS feed page opening up instead of the js doing its magic.
Has anyone figured out the problem? Viper, you have it working on your test blog, what did you do to fix it?