daisyhead
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: For those who need a “sticky” sort of messageI can’t seem to find a version of Adhesive that actually works with WP 2.0.5 and I’ve searched through the forums extensively. I know the first version of the plugin I used was 2.1 and that didn’t work with WP 2.0.5 and the version I am using now is 3.2 and it doesn’t work. I’m wondering if there’s a version in between the two that works??
Forum: Everything else WordPress
In reply to: For those who need a “sticky” sort of messageReally? Hm. I just upgraded Adhesive to V3.2 and that doesn’t work with WP 2.0.5 and I didn’t see anything when I was searching through the forums this morning. I guess I’ll take another look. Thanks!
Forum: Everything else WordPress
In reply to: For those who need a “sticky” sort of messageSo you’d have to update that file (sticky.php) instead of creating an entry? That unfortunately isn’t going to work with my blog. I used Adhesive to make an entry “stick” at the top of my entries. If I did what you suggested, I would have to manually create the entry within that file just to get it to show and then it wouldn’t reside in WP, which kind of defeats the purpose.
I don’t understand why Adhesive doesn’t work with 2.0.5 but appears to work with 2.0.6. I don’t want to upgrade to the latest version until I know it’s a bit more stable. I’ve read that a lot of people are having plugin issues and more. I guess I’ll just have to wait until someone updates the plugin or creates a new one.
It would be really nice if this was a built-in feature eventually.
Forum: Plugins
In reply to: Is there a sticky post plugin that works with WP 2.0.5?Peiqinglong, Adhesive worked just fine with my installation until I upgraded to V2.0.5 and now when I activate it, every entry I’ve ever written shows up on my index page and I get no option to make a post sticky. So it has worked in the past. Just so you know. π
Vkaryl, I forgot I replied in another thread. I’ll go check that one out.
Forum: Plugins
In reply to: Adhesive: A new sticky WP pluginIt doesn’t work with WP 2.05 though. =(
Forum: Plugins
In reply to: does anyone have the Adhesive plugin?I too have been unable to get the Adhesive plugin to work with the latest version of WP. I really hope they put this feature into the next release of WP. I use EE on my business website and sticky posts is a built-in feature.
Does anyone have any work-arounds or know of any other plugins that work with WP 2.05?
Forum: Fixing WordPress
In reply to: HTML not appearing in posts on front pageI am having this same issue with one of my blogs. The HTML formatting shows up on the individual entry page, but not in the entries on the index page.
Any ideas??
Forum: Plugins
In reply to: WP OnlineCounter not counting total number of visitorsI’ve tried contacting the creator of the plugin but he has no idea why the total number of visitors isn’t working. Has anyone else had any problems with this not working??
Forum: Plugins
In reply to: WP OnlineCounter not counting total number of visitorsAnyone have any ideas on this?
Forum: Plugins
In reply to: Adding the Online Counter Hacked failedI hate it when no one answers my plea for help so I thought I’d give this a try as I just had the same issue on my blog.
Did you create the table manually (within PHPMyAdmin?) or did the plugin create it? Activating the plugin is supposed to create a table in your WP database but it didn’t work for me. I had to go in an manually create it with PHPMyAdmin.
After creating the table “onlinecounter” I was getting errors similiar to yours. It turns out that the table was supposed to be named wp_onlinecounter. So once I got rid of the table “onlinecounter” table and created the “wp_onlinecounter” table, the plugin worked.
Of course, I can’t get it to show the total number of visitors to my blog but everything else appears to be working.
Hopefully this will help you and I hope it’s not too late!
Forum: Plugins
In reply to: Setting limit number for MiniPosts pluginThat did it! I swear I tried that before and it didn’t work. Thank you so much Logista!
Forum: Plugins
In reply to: Setting limit number for MiniPosts pluginActually, if I use a single tick, I just get the same thing. If I take them out all together, I get a parse error.
Forum: Plugins
In reply to: Setting limit number for MiniPosts pluginIt throws an error.
Forum: Plugins
In reply to: Setting limit number for MiniPosts pluginWhen I try modifying the code like that, all it does is put the options as text.
Here’s what I have: <?php get_mini_posts(“,,,,, 3”); ?>
But all I see after the actual content is /////3.
This is the strangest plugin I’ve worked with so far. None of the usual modfications seem to work with it. Any other ideas?
Forum: Plugins
In reply to: Setting limit number for MiniPosts pluginOkay, the developer has now turned comments off for this plugin on his blog. My question went into moderation and didn’t even get to be displayed on his blog.
Can anyone take a look at this plugin and tell me what code I need to put to only display 2 posts? I should mention that I want to keep all the defaults for this plugin and just be able to limit the number of posts displayed.