mikofox
Forum Replies Created
-
Forum: Plugins
In reply to: wp-mail with Image Thumbnail support moreRight, JB is gone. There was some helpful stuff in the comments section.
I’ll give your mod a try. I’m using Apple’s Mail application.
Let you know how it goes.Forum: Plugins
In reply to: error message from wp-mail.php hack (John Blade)cluelessone, have you been able to fix your error?
John Blade’s site is down at the moment. Not sure what’s happening.
There was a typo in the code regarding this line:
//Check poster to see if a valid person
$poster = checkposter($from);podz, it’s not a plugin, just replaces the wp-mail.php file.
If someone needs the modified file let me know and I’ll mail it to you.
It works great here! Another fellow Rick was working on the code regarding image resizing, but I have lost the URL to his updated wp-mail.php.kohlermike @ direcway.com
Forum: Plugins
In reply to: Anyone try Photon with 1.5 yet?Got it to work and retrieve my categories!
As said above every photo gets it’s own post entry. Ideally one would want to show the thumbnails in the post, clickable to open the full size image. Needs some work, to make more sense than just using the mail feature in iPhoto together with John Blade’s wp-mail.php hack.Forum: Plugins
In reply to: Anyone try Photon with 1.5 yet?I’m trying to make this work, but get the error: Photon could not fetch the category listing for “Mikofox’s Cabin Fever Blogâ€?. The server replied “Bad login/pass combination.â€?.
Username and Password, should this be the WordPress Plog login or the login to my server admin?
Forum: Fixing WordPress
In reply to: Need help with sidebar Links categoryFound the problem!
I had renamed my ‘Default Link’ category in wp-admin and created a second one with the name ‘Links’. There were no links yet under the first category.
Cofused me a whole day! 🙁Forum: Fixing WordPress
In reply to: Need help with sidebar Links categoryThe code I was working at is this:
<i–
<!– start links –>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php $link_cats = $wpdb->get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”); foreach ($link_cats as $link_cat) { ?>
<h3>Links</h3>- <?php wp_get_links($link_cat->cat_id); ?>
<?php } ?>
<!– end links –> –>Don’t know if this helps.
Forum: Fixing WordPress
In reply to: Emailing in PostsMust have been something else in your case, or it’s different from system to system. I use only the first part before the @ for my login.
Forum: Fixing WordPress
In reply to: Emailing in PostsWow, this is great! I followed the instructions to the point and it works.
I was wondering about the advantage of doing so and must say I like that I can use my favorite mail programm with the spell checker. 😉
And I get a neat way to archive posts either within my mail program or in some other folder.Forum: Themes and Templates
In reply to: Update of Rubric templateTo get back to your initial question Tom. I definitively would appreciate a perfected Rubric version for WP 1.5. I think it’s a great theme.
Thanks a lot for working on it!
I was able to install it and after you changed some code it displays almost like my previous Rubric blog.
There is one thing I’d appreciate to be fixed (and I’m not sure if it is a problem with other people’s installs) and that is how the wp-admin/themes.php page is showing the Rubric template plugin. I had a whole page of code there, instead just the installed themes listed. Looked very messy.
I removed all code above the ‘/* Whole page’ on the style.css page and now the code is gone, but of course the theme shows as not linked, with no author/description input. I can activate/deactivate however. So it’s probably a minor code error as where the page links to. Not a bid deal, but maybe it’s fixable. 😉Additionally I would like to change the size or boldness of the Blogroll and Categories line to the same size as the the Search/Archive etc. lines.
And maybe add ‘Most Recent Posts’ in the sidebar.
I might find out how to do this myself, just need to study the subject a bit more. 🙂Forum: Fixing WordPress
In reply to: newbie odyssey theme and stylesheetsThanks for the link. There is a 1.5 Rubrik version. Installed it and it shows, but together with a whole bunch of text. The template shows with an error:
Fatal error: Call to undefined function: wp_theme_switcher() in //wordpress/wp-content/themes/rubric/index.php on line 78
I’ll see what the author thinks.
Might be a small problem.Forum: Fixing WordPress
In reply to: newbie odyssey theme and stylesheetsI’m having the same problem. Moved my blog from blogsome to own server.
Want to install the Rubric theme. Author’s website does not work.
I downloaded Rubric from David King’s site and from b2evolution.
Both folders have different content. The latter one has more files.
Not sure how to make this work.
Can I use the php files which are in the Default or Classic Theme?
Where do the folks here go to get their themes?