Étiquette : plugin

  • Near Future Posts plugin

    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).

    (suite…)

  • psnCPGAdmin in the Admin Panel

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

  • psnGallery2 1.4.0c late….

    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.

  • psnGallery 2

    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.

    Hobbies
      Grenouille-2.jpg

    • Animaux, poupées
    • 5 pictures, 279 hits, 11 votes

      Lustre.jpg

    • Abats-jours
    • 9 pictures, 174 hits, 8 votes

      Dscn4393.jpg

    • Accessoires Cuisine
    • 22 pictures, 502 hits, 3 votes

      Vide-Poche.jpg

    • Accessoires Salle de Bain
    • 2 pictures, 103 hits, 3 votes

      Dscn1050.jpg

    • Bijoux
    • 4 pictures, 111 hits, No vote

      Dscn4794.jpg

    • Cartes 3D
    • 4 pictures, 108 hits, 1 vote

      Dscn1361.jpg

    • Cartonnage
    • 7 pictures, 302 hits, 4 votes

      Dscn6201.jpg

    • Chambre de Shani
    • 6 pictures, 176 hits, 1 vote

      Dscn2822.jpg

    • Collage Serviettes
    • 19 pictures, 3820 hits, 20 votes

      Boule-Crantee.jpg

    • Fêtes
    • 18 pictures, 764 hits, 6 votes

      Dscn4767.jpg

    • Marché de Noël 2004
    • 30 pictures, 374 hits, 2 votes

      Dscn4737.jpg

    • Mosaïque
    • 10 pictures, 281 hits, 1 vote

      Senegal2004-0250.jpg

    • Peinture sur Soie
    • 15 pictures, 992 hits, 27 votes

      Revelation.jpg

    • Photos
    • 13 pictures, 22 hits, 1 vote

      Dscn2816.jpg

    • Sacs
    • 6 pictures, 152 hits, 4 votes

      22.jpg

    • Scrapbooking
    • 39 pictures, 1776 hits, 9 votes

     

  • “Most Popular Posts” based on StatTraq

    I have integrated some new functionnalities in the sidebar :

    The « Most popular Posts » based on StatTraq plugin and inspired by the work of jfoucher.info.

    Soon also a version of « Who’s Online & Where » plugin based also on StatTraq plugin.

    Those 2 new plugins will be available soon for download. Both are compatible with WP1.3Alpha4 and WP1.2.1.

  • idahocline.info new layout

    Totally new layout for http://blog.idahocline.info based on the famous « kubrick » and in addition upgrade to WordPress 1.3 Alpha 4 !

    I temporary desactivated my TFS plugin…Not because it doesn’t work but because I am writing a totally new « statistics » page.

    (suite…)

  • psnGallery todo list

    I want to gather your feedback and your requests for the plugin psnGallery2….

    I already know few of them :

    – Add a start and end date for all tags and functions
    – Fix the multimedia files support
    – Implement EXIF support
    – « one-click » installation script or transparent install (

  • StatTraq permalink support fix

    I installed the statTraq plugin on 23rd September but I found a small issue with permalink url…The post id was not saved because I am using nice url…

    Insert the following code just after $browser = statTraqGetBrowser(); (around line 37) in « wp-content/plugins/stattraq.php »….

    (suite…)

  • psnGallery2 fix for dash in the database name !

    Well, I was helping Peter to use psnGallery2…And I finally found the issue :

    His Coppermine database name was like « database-coppermine » ! So in the code, to be able to handle several databases (one for WordPress and another for Coppermine), the plugin is using this kind of syntax :

    select * from database-coppermine->cpg110_config this causes a mySQL Error ! Because the first dash seems to be considered as a special character !

    To fix this, I will deliver very soon the release 1.3.2 !

    In the meantime, if you have the issue, simply replace in psnGallery2.php (around line 164)

    $info['TBLPREFIX'] = $info['DBNAME'].'.'.$info['TBLPREFIX'];
    with
    $info['TBLPREFIX'] = '`'.$info['DBNAME'].'`.'.$info['TBLPREFIX'];

    This will fix the issue !

  • plugin psnGallery2 version 1.3.1 available for download

    The new version of the psnGallery2 has been released !

    As announced, the new functionnalities are :

    • Display the last uploaded pictures from a specific Coppermine album
    • Display the most viewed pictures from a specific Coppermine album
    • Display the best rated pictures from a specific Coppermine album

    They are available via tags in post and via php functions anywhere else.

    The automatic install script will be soon available…

    (suite…)