Home » Archive

Articles in the PHP Category

PHP, plugins, sql »

[4 juil 2005 | 10 Comments | ]

For an external development I needed to be able to display future posts but not all future posts. I started with the future posts plugin of Michael Moncur but it doesn’t fit to what I really needed.
The posts to be displayed should have been maximum 20 days in the future…
So the plugin is now able to display the future posts of ‘x’ days (defined via an simple administration screen).

PHP, plugins, sql »

[7 avr 2005 | No Comment | ]

Well, here is the preview of how to add the psnGallery2 Admin in the WP Administration Panel….

PHP, plugins, sql »

[6 avr 2005 | 3 Comments | ]

Well, I have to admit that I have no more time (for the moment) to support effectively this plugin….
I will try to provide a new package with the latest updates soon.

PHP, plugins, sql »

[6 fév 2005 | No Comment | ]

Quickfix to try.
Try to replace the famous line 97 :
if (!$wpdb->query(» SHOW TABLES FROM « .DB_NAME.»  LIKE ‘$psnGalleryTable’» ))
I wrote try because I can’t reproduce on my side the issue…..
Give me your feedback !
Sorry to be so absent but I have a lot of work…..

PHP, plugins, sql »

[14 jan 2005 | No Comment | ]

The beta version of psnGallery2 will be out soon (normally this week-end)…It includes few new functionnalities :
 

Headline, PHP, Wordpress, plugins, sql »

[13 jan 2005 | No Comment | ]

This plugin allows you to have access to your Coppermine Gallery directly in
WordPress (Version 1.2 or higher).
With this version, all the configuration parameters are stored in a new table.
In fact to make the plugin working, you must create it and insert few records.
Pre Requirement :
- Coppermine Gallery minimum 1.1D must be installed and versio 1.3 to be able to use the « multimedia»  files
- WordPress 1.2 minimum
The album list below has been generated by using the following tag :
<cpg_galcatview>12|1</cpg_galcatview>
where the 12 is the category and 1 for thumbnail size.
12|1

PHP, plugins, sql »

[19 déc 2004 | No Comment | ]

As promised, merry Christmas !
Enjoy ! Don’t forget this is an ALPHA version ! So don’t use it on your production server ! If you do so, don’t blame me !
I did my best to provide an easy-to-run install/upgrade but I only checked few configurations !
Let me know if you have issues !
I am still working on EXIF and multimedia stuffs….
Here is the gift :

PHP, plugins, sql »

[19 déc 2004 | No Comment | ]

As you know I had some hard time those last weeks : too much work no enough time ! Well, I assume it is end-of-year related as it is like that every year !
Oops ! I said that it is « end-of-year»  period…. Oh ! No ! No gift ?!?!!!
Well, in fact there is a gift : my famous psnGallery2 new version (1.4.0) will be soon available…probably current of the coming week.
The major innovations are :

Install / Upgrade script (as simple as the one from WordPress !)
psnCPGAdmin.php has been reviewed to …

PHP, site »

[2 déc 2004 | No Comment | ]

A lot of people are asking me where I found my calendar pictures…. As I wrote on the WP forum in the topic :
For the images themselves, well, as I don’t remember from where I downloaded them and as I am not the creator, I prefer to not package them. But if you look for « icon calendar»  or something like that I am rather sure you will find some equivalent images…..
Finally I found back the link….

PHP »

[3 nov 2004 | No Comment | ]

Inspired by the post « little calendar hack for wordpress»  from Introducing the all new Gavin Laking, I decided to implement an old idea : display a picture based on the date….To do so :
Within the main « post»  loop (index.php) :