I have updated all my WordPress Plugins to be compatible with WordPress 1.5. However, this site is still running on WordPress 1.2. I will upgrade it as soon as I modified the templates. Apparently modifying codes is much more interesting than modify codes. LOL.
My Plugins For WordPress
» WordPress 1.5 Stats – download – demo
Display your WordPress statistics.
» WordPress 1.5 WAP – download – demo
Browse your WordPress weblog entries on a WAP enabled mobile phone.
» WordPress 1.5 Poll – download – demo
Adds an integrated poll system to your WordPress.
» WordPress 1.5 Page Navigation – download – demo
Adds a page navigation with paging elements to your WordPress.
» WordPress 1.5 Print – download – demo
Displays a printable version of your WordPress weblog post.
» WordPress 1.5 E-Mail – download – demo
Enable you to send your webblog entry to a friend.
» WordPress 1.5 User Online – download – demo
Enable you to display how many users are online on your Wordpress with detailed statistics of where they are and who there are(Members/Guests/Search Bots).
I may have another 2 more plugins to be released. Relative dates and advanced search engine for WordPress.
*Update* Comments are auto closed after 30 days, if you still need help technical support, please email me or post it in the forum.
Uffe: I view your source code of the print page and found of that ypur style= float: right is missing. I am using the default wordpress call on the content < ?php the_content(); ?>. Does the LZIL have a different call on that?
GaMerZ: I’ve implemented both wp-print and wp-email and am having the same problem as Samuel — how to get it to work on Pages. I’m a php newbie so, where do I add this:
if(!empty($_POST[’p'])) {
$p = intval($_POST[’p']);
} elseif(!empty($_POST[’post_id’])) {
$p = intval($_POST[’post_id’]);
}
Thanks
hi sky, maybe replace $p = intval($_POST[’p']); (line 23) of wp-email.php ? Are you using the permlink to print it?
Yes, using permalinks. And tried replacing, but the pages just failed. May have messed up syntax. Tried various replacements on wp-print also.
hmm, wierd, If i am not wrong, when using pages, it is also use $p. is there a site I can see?
sure, here’s the main pare, where the plugins work perfect:
and this is a Page where, as you’ll see, you get the same result:
http://www.religiouswrong.us/2005/05/02/does-one-party-speak-for-god-2/#more-10
thanks for helping
hi sky, I think you need to put print/”>Print This Article within the wordpress loop and not out of it.
Comments are closed automatically after 30 days.
Users: 26 Guests, 8 Bots