Monday, 4th April 2005Monday, 4th April 2005 Home » Blog » Updated My WordPress Plugins
Updated My WordPress Plugins
Posted by Lester Chan at 18:13 in WordPress Plugins
  • 118 Responses
  • 7,448 views

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 Statsdownloaddemo
Display your WordPress statistics.

» WordPress 1.5 WAPdownload – demo
Browse your WordPress weblog entries on a WAP enabled mobile phone.

» WordPress 1.5 Polldownloaddemo
Adds an integrated poll system to your WordPress.

» WordPress 1.5 Page Navigationdownloaddemo
Adds a page navigation with paging elements to your WordPress.

» WordPress 1.5 Printdownloaddemo
Displays a printable version of your WordPress weblog post.

» WordPress 1.5 E-Maildownloaddemo
Enable you to send your webblog entry to a friend.

» WordPress 1.5 User Onlinedownloaddemo
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.


107 Comments107 Comments
silph's Avatar
silph
Comment #41
  • 23:56
  • Wednesday, 6th April 2005

Hey!

Your wp-poll works almost perfectly. There’s one thing though, that’s not working.

I’ve done everything you said in the readme file, but still I get this warning when I vote:

Warning: Cannot modify header information – headers already sent by (output started at wp-content/themes/default/header.php:5) in wp-content/plugins/polls.php on line 71

I’ve read the readme file a few times, but still doesn’t know what I’ve could of done wrong.

And you don’t mention, in your readme, what I’m supposed to do with the wp-polls.php-file. :D

Help me, please? :)

Midori's Avatar
Midori
Comment #42
  • 05:03
  • Thursday, 7th April 2005

Thumbs up for your plugins… :-) All my readers wanted me to set the Poll on again ;-)

GaMerZ's Avatar
GaMerZ
Comment #43
  • 09:46
  • Thursday, 7th April 2005

Lawrence: I will email you the sql code.

silph, Zulan: it is a file that display your polls archive? It is optional. I will take a look at the header problems since 3 of yoou all are getting it.

Midori: Thanks =)

GaMerZ's Avatar
GaMerZ
Comment #44
  • 09:52
  • Thursday, 7th April 2005

I think if you are having problem, drop me a mail instead. =D

nathaniel's Avatar
nathaniel
Comment #45
  • 21:41
  • Thursday, 7th April 2005

thanks! these are great! wp-email has to be one of my fave plugins, and we appreciate your updating it before you’ve even updated your own site! Note to english, as opposed to code, geeks: recommended not recommanded (spelling error in the text ;)

Chris's Avatar
Chris
Comment #46
  • 01:51
  • Friday, 8th April 2005

I’m trying to setup your wp-email plugin, but in your readme.txt it gives instructions for editing the .htaccess file if you are using friendly permalinks.

I AM using friendly permalinks, but I do not have the ReWrite rule you are mentioning. When I add it manually, I get a 500 Internal Server error.

Any suggestions? Thanks!

Chris's Avatar
Chris
Comment #47
  • 01:07
  • Saturday, 9th April 2005

I got the .htaccess fixed. Basically, there is a line in the file that matches that of your readme.txt WITHOUT the ^archives/.

Now, does anyone have any clue how to assign CSS to the redirected page? The form works functionally, but there is no structure to the redirected page (no CSS at all).

Thanks all.

GaMerZ's Avatar
GaMerZ
Comment #48
  • 11:11
  • Saturday, 9th April 2005

Chris: CSS? what do u mena redirect page?

Chris's Avatar
Chris
Comment #49
  • 12:25
  • Saturday, 9th April 2005

No, like, goto my site and click on the “email” link. The page it brings up does not load any other content. It messes the page all up. It’s not importing the CSS file I think, or something.

silph's Avatar
silph
Comment #50
  • 00:49
  • Sunday, 10th April 2005

Hm. Will you reply my email with the solution with the header problem or have you forgotten to check your inbox? :)

GaMerZ's Avatar
GaMerZ
Comment #51
  • 09:33
  • Monday, 11th April 2005

Chris: Your site does have css imported, I think u need to modify the email template a little bit

silph: I was away for the past few days, will get back to u shortly.

Chris's Avatar
Chris
Comment #52
  • 10:09
  • Monday, 11th April 2005

Modify the email template in what way? Shouldn’t it populate the story around the form? I’m confused…

Thanks for your help, btw. :)

Govind's Avatar
Govind
Comment #53
  • 20:27
  • Monday, 11th April 2005

Thanks for the plugin. For me, its working fine in firefox. But I am getting 404 page not found errors in internet explorer. Dont know why?.

Here is my blog link.

http://www.govue.org/blog/

And wp-stats.php is here

http://www.govue.org/blog/wp-stats.php

Can any one tell me, why am I getting such error??. Thanks.

Ryan's Avatar
Ryan
Comment #54
  • 05:28
  • Tuesday, 12th April 2005

Great work! The plugins are awesome!

GaMerZ's Avatar
GaMerZ
Comment #55
  • 09:33
  • Tuesday, 12th April 2005

I am using IE to view your site, it works fine for me.

Thanks Ryan =)

Chris's Avatar
Chris
Comment #56
  • 01:45
  • Wednesday, 13th April 2005

GaMerZ,

What did you mean by me having to modify the php file to get it work work on my site? I’m not real sure what you meant…

sneebish's Avatar
sneebish
Comment #57
  • 07:59
  • Wednesday, 13th April 2005

I have a fix for the Poll that I wanted to share with everyone. Here is the error message:

Warning: Cannot modify header information – headers already sent by (output started at /[my web site]/wordpress/wp-content/themes/pool-v106/header.php:1) in /[my web site]/wordpress/wp-content/plugins/polls.php on line 80.

The readme file indicates, as one of the last steps, to copy and paste the code “vote_poll();” into the header.php file for the theme you are using. Two notes are missing from the readme file:

1) This code will require the PHP code brackets surrounding the function (otherwise the text “vote_poll();” will actually show as HTML on the web site). This may be obvious to l33t programmers who use your poll, but I need things spelled out. :)

2) The code for vote_poll(); with brackets must be placed on the FIRST line of the header.php file, and ALL THE WAY to the left side. No tabs or indents or spacing is allowed. Otherwise, it tries to load whatever is to the left of this function first, which results in the error message I pasted above.

Hope this helps, and keep up the cool plug-ins, GaMerZ!!

Poonam's Avatar
Poonam
Comment #58
  • 08:58
  • Wednesday, 13th April 2005

I am using the stats.php. Its great and I love it. I have an issue though that my sidebar is not showing up properly….

Do u know how that can be fixed?

http://www.neerajpoonam.com/wp/wp-stats.php

researcher's Avatar
researcher
Comment #59
  • 14:30
  • Wednesday, 13th April 2005

hi GaMerZ,
love all those good jobs you are doing :)
have a small question about Polls.
why does the question appears twice in the results?
see my testsite

Peter A. Shevtsov's Avatar
Peter A. Shevtsov
Comment #60
  • 18:33
  • Wednesday, 13th April 2005

Hello GaMerZ!
I’m trying to add wp-wap to my site.
Im Firefox + WMLBrowser extension everything works good, but on my phone and in other wap emulators i get Error 404 Not Found. And in apache logs it’s the same – 404! How can this be fixed?

Thanks!

Page 3 of 6«12345»...Last »
Comments ClosedComments Closed

Comments are closed automatically after 30 days.

11 Trackbacks/Pingbacks11 Trackbacks/Pingbacks