WordPress 2.0 Plugin: WP-Stats 2.00 - download
Display your WordPress statistics.
I have released wp-stats to be compatible with WP 2.0.
If there are any bugs/errors, please let me know, gamerz84 AT hotmail DOT com
Thanks so much for the support guys!
spencerp
Member
Posted 6 years ago #
Awesome!! Downloading now... hehe. Thanks for updating it GamerZ! =)
spencerp
Can anyone help me here?
I'm editing the wp-stats.php for some to appear in tables just like the old version of wp-stats.php. I use the same code but it's not working in the new versioon of wp-stats.php
for the recent comments.. i change it to this
echo "<tr><td>$comment_date</td><td>$comment_author</td><td>$post_title</td></tr>";
but when it outputs, the </tr> is missing for all of them. any idea why? or is my code wrong?
Thanks :)
wierd, i think it is you edited wrongly because it will output </tr>
maybe after you finished editing, attach me the file, I will take a look for u.
right.. thanks. erm.. attached to?
OH ya.. I wanted to ask something. I have a wordpress page and I use this code
<tr><td>1</td><td>2</td></tr>
<tr><td>1</td><td>2</td></tr>
<tr><td>1</td><td>2</td></tr>
the output on the page is still not in a table format, it's in a straight row although the </tr> is there. Any idea why?
correction: I've fixed it, a mistake on my part. Sorry about that. Got it running great now. Thanks
LOL, no problem dude, glad it is fixed =)
Is there a way to run this "plugin" (not really a plugin, is it?) with RunPHP inside a page with other stuff?
Also, what would it take to turn this into an actual plugin that can be turned on/off in the plugins panel or configured from there as well?