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.
Thanks for a very nice plug in…using stats. I want to give my feedback. First I wrote: http://www.hipocratico.net/blog/wp-stats.php/.
I received “no input file specified”
You have to write: http://www.hipocratico.net/blog/wp-stats.php
No slash see!!!
Very newbie mistake!!
Hope this can help us newbies
BOK: thanks for the feedback.
boggie: LOL
hipocratico: wp-stats is a file thus u need to point it directly with no trailing slashes behind. Normally trailing slashes are used for folders only
GaMerZ,
There are several functions that are used on other pages that I am working on that for some reason don’t work when I apply them to the function. For example, $user_identity is used on my comments page to say “you are logged in as ” . $user_identity. This was written into the theme that I am using (Classic) So i am not sure what other variables have to be declared, etc. to get it up and running, but perhaps that’s worth a shot. Also in the stats plugin I am getting the foreach() error as well. I believe it is probably due to empty variables again. Like I said, I *think* you can fix this by running a simple check before you start the foreach loop, like
if ($thevariable)
but perhaps I am way off base.
Just trying to help, I think all of your plugins are pretty incredible and very helpful! THANKS!!!!!
Also,
On the print plugin you show how many comments there are. I’ve added on my site a plugin that separates comments from trackbacks. Thus, the number that is displayed may be misleading (as it would be higher than I want if I have any trackbacks), but since the print plugin is pretty minimalist, it appears that the plugin is not being “included” Do you have any suggestions? What I am thinking is probably just to call that plugin individually as opposed to calling all plugins. Is the best way to do this just include(theplugin.php); ??
– ddman
OK, the print problem does not appear to be because of the include. It’s possible it’s because it’s not in “the loop”.
Update: FIXED the print problem… I was making a silly mistake… Sorry to flood the comments
– ddman
I get the following error with the useronline plugin:
Fatal error: [] operator not supported for strings in /home/lawtai/domains/taibros.net/public_html/wp-admin/useronline-install.php on line 14
I have it activated and have the line added in wp-settings.php. I tried copying your code into phpmyadmin to create the table but it gave me an error there as well, so no table is created.
The wp-stats.php doesn’t link to posts correctly if the user doesn’t use permalinks (i.e. links to their posts are /index.php?p=100 instead of /2005/03/18/gatlinburg/), at least this seems to be the problem with my site. When I enabled permalinks it linked to the posts ok, but when I disabled them (as I have it normally), the links did not work.
Instead of linking to http://mysite.com/index.php?p=100 it links to http://mysite.com/index.php?p= with no post id following the equal sign.
This is under the sections 10 Recent Posts, 10 Recent comments, etc.
hey les, ya got ya acceptance from ntu?
I am working on installing and configuring the poll plugin that you created (nice stuff, by the way! Thanks.).
On the readme instructions, should this line:
vote_poll();
Really be this line?
< ?vote_poll(); ?>
In tells me to insert the “vote_poll();” code on the first line of headers.php. However, the first line on my theme is the DOCTYPE notation, meta information, and site title. When this line is entered without the PHP brackets, it just shows up as HTML text on the page. With the PHP brackets, it disappears; however, when trying to use the poll to vote, I get the following error:
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.
I get the distinct impression I messed something up here… can you help?
Ooops… the syntax I wrote under “Really be this line?” disappeared. What I had written was ” < ? vote_poll(); ? > ” (without all the spaces)
Your site keeps removing my PHP code.
Anyway I think you know what I am getting at.
Thanks for updating these -they’re great. Is it possible to put the title of the page in wp-stats anduseronline? At the moment the title bar just says the name of my site and I’d like it to say which page I’m on.
The search engine plugin sounds fabulous too.
Thanks!
Hi,
I had to change the image source for the pollbar in wp-polls.php. It says “../images/pollbar.gif” so it lacks “wp-” in front of “images”. Other than that it seems to work just fine.
Thank you very much.
ddman: hi, the reason for not using the if(variable) because if there is an error, it will not display any last comments and that will nto really help in debugging because by right it should display the stats. For your print problems is it solve?
Lawrence: maybe you can email me the code that u use to insert into phpmyadmin?
syed: Yap, Computer Engineering
sneebish: hmm when you put < ? php vote_poll(); ? > at the top of the you got an error? if that is the case, mind sending me your header.php?
Z, Jess, Dennis: Okie Point noted, will get it done tomorrow too.
Hi GaMerZ!
Thanks for your hard work!
I am getting some errors trying to install the poll thing though. I get this error message:
Warning: Invalid argument supplied for foreach() in C:\Program Files\Apache Group\Apache2\htdocs\wp-content\plugins\polls.php on line 62
Any idea?
I thought my url was going to be visable, maybe it is. I cant see it, so my site is there you can se the error message in action
I also have the error message sneebish have:
Warning: Cannot modify header information – headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\wp-content\themes\zulans-weblog-blogg\header.php:3) in C:\Program Files\Apache Group\Apache2\htdocs\wp-content\plugins\polls.php on line 80
I am sending my header.php to you as soon as I find your e-mail adress as you requested of sneebish.
Alot of stuff here, sorry to dump this on you, but I found out another thing that might shed some more light, it seems that the header is giving me problems, beacuse if I deactivate the plugin from within wordpress plugin manager I get this errror message when trying to access the site:
Fatal error: Call to undefined function: vote_poll() in C:\Program Files\Apache Group\Apache2\htdocs\wp-content\themes\zulans-weblog-blogg\header.php on line 3
The code I tried to insert was the same code you had written into the useronline-install file. I just copied and pasted and got an error.
Comments are closed automatically after 30 days.
Users: 14 Guests, 4 Bots