c0c0c0
Forum Replies Created
-
Forum: Plugins
In reply to: Spam Karma 2.0Because the site states it works with WP 1.5.1 + I am still using WP 1.5.0.
Forum: Plugins
In reply to: LivePress & 1.5?I see you added tag support. Does this use a manual tag entry or does this go by the categories selection?
If it is a manual addition within the plugin, how dificult would it be to have it parsed from the categories instead – or use that as an option?
Forum: Requests and Feedback
In reply to: Request: LiveJournal’s Tag Support in WordPressbump!
Forum: Requests and Feedback
In reply to: Request: LiveJournal’s Tag Support in WordPressYes, tags/catagories. It would be neat if Catigories would populate lj tags.
Forum: Plugins
In reply to: Gamerz wp-email and 1.5That did it! Thanks emt036!
Forum: Plugins
In reply to: Gamerz wp-email and 1.5Everything works great except when I try to send mail, in the mail where it shows the permalink it shows:
URL to article: https://whogivesacrap.net/?p=Your code:
<p>URL to article: ".get_permalink()."</p>";
Thanks for getting it to work emt036!
I am going to go with that code and try to make a plaintext version as well (I use plaintext email primarilly)
Forum: Plugins
In reply to: LivePress & 1.5?Your screenshot qthrul!
Forum: Plugins
In reply to: LivePress & 1.5?When you upload everything back, put the livepress folder in the plugins, and also go into the plugin and tell it to point back to the new (original) location.
Forum: Plugins
In reply to: LivePress & 1.5?maesterkinoc:
This is what I did to get it to work. Completely remove everything including the class-IXR.php
Then upload just the plugin file, activate it then upload the livepress folder and class-IXR.php. See if that works.
I was getting the same errors as you with the arrays, and it ended up being that class-IXR.php needed to be either updated or re uploaded.
Forum: Plugins
In reply to: Cron job and wp-mail question – file created on rootI figured it out…
change line 20 in wp-mail.php to:
if (0 == $count) die;
Forum: Plugins
In reply to: Cron job and wp-mail question – file created on rootcool_blade?
Anyone??
Forum: Plugins
In reply to: Cron job and wp-mail question – file created on rootbump
Forum: Plugins
In reply to: e-mail this postAll you need to do is upload the file to your root then create a link in the loop (In index.php) to point to the file.
Here is how I have mine set up (I also have his print this drop in which works great in 1.5)
<?php endif; ?><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<div class="meta"><?php _e("Filed under:"); ?> <?php the_category() ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?> - <a href="<?php bloginfo('url');?>/wp-print.php?p=<?=the_ID()?>"> Print This</a> - <a href="wp-email.php?p=<?=the_ID()?>">E-Mail This</a> </div>Forum: Plugins
In reply to: e-mail this postGamerz has an e-mail drop in here: https://www.lesterchan.net/portfolio/programming.php
It is incompatible with 1.5 currently.
If anyone has his e-mail drop in, and has made it work with 1.5 please share.
Forum: Plugins
In reply to: Cron job and wp-mail question – file created on rootI tried that and it is still printing out. Anyway I can comment out the die functions or use something different so it doesn’t print anything out?