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
  • 13,333 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.


SocialSocial
107 Comments107 Comments
BigheaD's Avatar
BigheaD
Comment #81
  • 06:07
  • Thursday, 21st April 2005

GaMerZ: Thanks for ur answer. But what modifications I must do for it?

Peter A. Shevtsov's Avatar
Peter A. Shevtsov
Comment #82
  • 16:34
  • Thursday, 21st April 2005

GaMerZ: Yes, both plugins don’t work for me :( All plugins are in my wordpress directory

GaMerZ's Avatar
GaMerZ
Comment #83
  • 09:16
  • Saturday, 23rd April 2005

BigheaD: the modifications is quite complicated, maybe for a start on the header you can check whether the page is wp-useronline, if it is then u display it else u display the normal ones

Peter: Is there a site?

Ralph's Avatar
Ralph
Comment #84
  • 08:01
  • Sunday, 24th April 2005

I installed your wap-plugin (thanks for which, btw) and have the following problem:
1. In my phone, the first page will display the message titles (not the excerpts, though) fine.

2. However, when I click on the title, I’m getting a “communication error – try again or contact your ISP” message.

3. I tried accessing your wap demo site with my phone. Here, I can view the titles fine, too. When I click on them, in most cases I’ll get to see the full postings, too. It does not work, however, with messages “Updated my WordPress Plugin” and “I Turned 21 Today” (Happy Birthday, btw, even though it’s a bit late … :-) -
here, I’m getting the same error message.

4. I have not touched your code so far and have kept to your path convention.

5. This is Wap page URL:
http://fantomaster.com/fantomNews/wp-wap.php

6. Finally, if you can help me get this worked out – how do I change that URL to
http://wap.fantomaster.com/fantomNews/ ?

Thanks in advance for your help.

(Your print plugin works just fine, btw.)

GaMerZ's Avatar
GaMerZ
Comment #85
  • 13:46
  • Sunday, 24th April 2005

hi there, the error you are getting is due to some illegal characters which is not supported in WAP 1.0, if you are using WAP 2.0 enabled PDAs/Phones, you should not get that error.

I used WINWAP and tested your wap site, and it works fine.

Regarding your wap subdomain, you need to create a subdomain called wap and a folder call fantomnews? then you need to rename wp-wap.php to index.php and you need to modify both wap files (renaming all wp-wap.php to index.php).

Ralph's Avatar
Ralph
Comment #86
  • 20:07
  • Sunday, 24th April 2005

Thanks for your response.
Hm, I’m using a Sonyericsson K700i which is WAP 2.0 enabled. This is weird – will have to check it out with SE support then, I guess.

As for the subdomain, I’ll have a look into using mod_rewrite instead as else it could generate all sorts of path and maintenance problems. But thank you for outlining the procedure.

GaMerZ's Avatar
GaMerZ
Comment #87
  • 22:07
  • Sunday, 24th April 2005

NP, I use my Nokia 7610 and can view your site too =)

Ralph's Avatar
Ralph
Comment #88
  • 09:13
  • Tuesday, 26th April 2005

Hm, kinda weird being the only one that can’t view my WAP site properly :-(
(Works ok under Winwap with me, too.)

Perhaps some tips, if it’s not too inconvenient?

1. Is there a way to determine whether a site’s working under WAP 1 or WAP 2?

2. Which illegall characters precisely are not supported under WAP 1.0 (any list anywhere?)

It’s a bit funny that I can read some of your site’s messages but not the others but none at all on mine. Also, while I’m not a heavy mobile surfer, to date I haven’t ever struck any problems with other WAP sites. (That’s why I would like to check whether they’re possibly under WAP 1.0, though in the case of Sonyericsson itself this seems rather unlikely.)

BTW, the mod_rewrite redirection’s in place now:
http://wap.fantomaster.com/fantomNews/

Uffe's Avatar
Uffe
Comment #89
  • 18:12
  • Tuesday, 26th April 2005

#77 – Using the LZIL plugin, I don’t have real image tags, but uses the LZIL syntax for right aligning pictures. However, taking a look at this article should clearly show a right-aligned thunmbnail picture, which pops up to a larger picture when clicked. The thumbnail is however left aligned in printing, using the wp-print plugin.

GaMerZ's Avatar
GaMerZ
Comment #90
  • 09:32
  • Wednesday, 27th April 2005

Talph: Yap, I am also trying to find out the list of illegal characters. If i am not wrong $ is one of them.

Uffe: hi is there anyway to genegrate a align=”right code in the img html tag?

Peter A. Shevtsov's Avatar
Peter A. Shevtsov
Comment #91
  • 11:36
  • Wednesday, 27th April 2005

GaMerZ's Avatar
GaMerZ
Comment #92
  • 15:43
  • Wednesday, 27th April 2005

Hi Peter, can you download the latest copy of wp-print and wp-wap?

Uffe's Avatar
Uffe
Comment #93
  • 14:46
  • Thursday, 28th April 2005

#90 – LZIL inserts the picture with tags, so it doesn’t use the align code.

Uffe's Avatar
Uffe
Comment #94
  • 14:48
  • Thursday, 28th April 2005

#90 – Sorry the tag disappeared – I try again. Thi sis the tags that LZIL uses:
<img style=”float:right” ….>
- no align code, but a style instead.

GaMerZ's Avatar
GaMerZ
Comment #95
  • 17:17
  • Thursday, 28th April 2005

it should work fine too. Any problems?

jsrdrnr's Avatar
jsrdrnr
Comment #96
  • 06:16
  • Friday, 29th April 2005

I am getting the following error(s)..can you please fill me in. I know nothing about php or sql really…I know how to add a sql database if you give me the info I need and can type php – again if I have all the necessary info…not an idiot but just dont know it yet.

Warning: Invalid argument supplied for foreach() in /home/jsrdrnr/public_html/wordpress/wp-useronline.php on line 37

WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '@ Janna's Corner', url = '/wordpress/wp-useronline.php' WHERE u]
UPDATE wp_useronline SET timestamp = ’1114725853′, ip = ’68.47.63.37′, location = ‘Bloggin’ @ Janna’s Corner’, url = ‘/wordpress/wp-useronline.php’ WHERE username=’jsrdrnr’

WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '@ Janna's Corner', '/wordpress/wp-useronline.php')' at line 1]
INSERT INTO wp_useronline VALUES (’1114725853′, ‘jsrdrnr’, ’68.47.63.37′, ‘Bloggin’ @ Janna’s Corner’, ‘/wordpress/wp-useronline.php’)

0 User Online

Thanks for the help.

GaMerZ's Avatar
GaMerZ
Comment #97
  • 17:32
  • Friday, 29th April 2005

Hi there, you have found the bug, I have fixed it, perhaps you can dl the latest version? I have just uploaded it.

Sorry for that.

Uffe's Avatar
Uffe
Comment #98
  • 20:32
  • Friday, 29th April 2005

#95 – My problem is, that my right floating images are printed left aligned, when using the wp-print plugin.

Samuel's Avatar
Samuel
Comment #99
  • 12:14
  • Sunday, 1st May 2005

Hello GaMerZ – I’ve implemented several of your scripts on my site which is blog/CMS implementation of WP 1.5. The scripts work good for the most part although I found that it has typically been neccessary to make changes to code or add code to get the plug-in nicely integrated. After adding a lot of code from my theme I was able to get the email plugin to exist nicely with my theme wrapped around it.

A problem that I have now is that I want the print and email options to work properly on WP created Pages. I’m trying to hack my theme to get it where I can blog to any WP page, and email/print any page or post on a page – all in addition to the main WP index page.

How I can I get the print/email plugins to work on pages? My thinking is that the problem lies in the fact that on pages, the POST variable is “page_id” rather than “p”. Thanks for any suggestions and/or code…

GaMerZ's Avatar
GaMerZ
Comment #100
  • 12:41
  • Sunday, 1st May 2005

Samuel: Yap, because I think i made it based on the default templates.

Maybe you can do this:
if(!empty($_POST['p'])) {
$p = intval($_POST['p']);
} elseif(!empty($_POST['post_id'])) {
$p = intval($_POST['post_id']);
}
and replace the lines with $p = intval($_POST['p']); on line 23 of wp-emai.php.

Page 5 of 6« First...«23456»
Comments ClosedComments Closed

Comments are closed automatically after 90 days.

11 Trackbacks/Pingbacks11 Trackbacks/Pingbacks