duckster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Call to undefined function wp_register_sidebar_widget (WP 2.5)For me, it was the Now Reading plugin. I had to go to phpMyAdmin and find the activated plugins and delete the Now Reading plugin from there. After doing so, all is back to normal.
Forum: Fixing WordPress
In reply to: Visual Editor in 2.5Azaozz’s solution about refreshing the frame worked for me…
Most likely the browser is trying to use cached files from 2.3. Trying to right-click in the popup and selecting Refresh or This Frame->Reload while holding down Ctrl/Shift usually fixes it straight away.
Forum: Themes and Templates
In reply to: Show first post on home page full, rest as excerpts?I’m trying to do the same thing… first post shown in entirety, the rest excerpted (what my theme currently does). Was this solved?
Forum: Fixing WordPress
In reply to: Image uploading WP 2.0I click on “Send to Editor” and nothing happens… What gives?
Forum: Fixing WordPress
In reply to: Rewrite the .htaccess file?Hey. I think adding a .htaccess file fixed my problem of my wp-admin not showing up.
Forum: Plugins
In reply to: Assign categories to Pages?BTW, I found a genius at getafreelancer.com that was able to implement what I wanted in my k2 themed blog!
Forum: Installing WordPress
In reply to: TransferIt’s a WP blog. I’ve doublechecked all info there already.
Forum: Installing WordPress
In reply to: TransferGot the same problem. But where do I find the table b2_options? I don’t see it in my table… I see wp_options and have already changed the web address in the Home and siteurl tables there.
Forum: Plugins
In reply to: Wooglecal Plugin for GCalMe too!
Forum: Fixing WordPress
In reply to: MySQL Error #1064Alllllright! Way to go! I was having the same issues!!!! Wonderbubble!
Mine was as small a discrepancy as trying to export from 4.026 to 4.027, but it wasn’t working until I told it to export as 4.0.
Forum: Fixing WordPress
In reply to: switched host – mysql error #1064 – nearly figured outHere’s my error message when exporting from 4.026 to 4.027…
#1064 – You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘collate utf8_unicode_ci NOT NULL default ”,
`category_nicknaAny ideas?
Forum: Fixing WordPress
In reply to: Loop for posts in pagesOK… that’s easier said than done for me, I think. My theme has a loop.php, and in the index.template, it says,
<?php get_header(); ?><div class=”content”>
<div id=”primary”>
<?php include (TEMPLATEPATH . ‘/theloop.php’); ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
What am I supposed to do here?
Forum: Fixing WordPress
In reply to: Loop for posts in pagesOooo. Oooo. I think this may actually be what I’m trying to do… I’m using a theme (modified K2) which creates cool tabs across top of the home page, with the name of each Page I’ve created using Create Page.
When you click on the tab, it goes to the page with the static content of that page. Obviously. However, I want some of these Pages to have posts that correspond to the posts in a Category of the same name as the post.
(Clicking on the “News” tab – Page – would show some static content AND underneath the static content show the posts in the “News” Category.)
Any help would sure be appreciated!
I need it to work this way because of the theme and some of the other plug-ins I’m using, such as Sidebar Modules.)
Forum: Plugins
In reply to: Assign categories to Pages?I’m pretty sure this thread is where I want to weave. I’m using a modified version of K2. I’ve created some Pages via Create Page. I’d like to be able to “Blog” on each page – to have posts with comments, etc. I thought I might be able to do this with some sort of php command on the Page, but have not stumpled across one just yet…
For instance on my “News” page, have <php get “news”>. (I know that’s not right code, but you get the picture?
This would allow me some static comment on top of the page, and then the posts would appear under them…
Forum: Fixing WordPress
In reply to: “Who’s Online” plugin not workingHaving same problem, and yes, I added the code into the sidebar…