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) :
(suite…)
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) :
(suite…)
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.
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 (
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 »….
Here is the fast track for the « dash » in database name issue !
The release is only fixing this specific issue.
click psnGallery2 version 1.3.2 to get it.
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 !
The new version of the psnGallery2 has been released !
As announced, the new functionnalities are :
They are available via tags in post and via php functions anywhere else.
The automatic install script will be soon available…
If I have time, the psnGallery2 version 1.3.1 will be available for download tonight (GMT+2).
It includes few fixes and the 3 new tags described in the previous post.
I have also scheduled for a near future to improve the install/upgrade procedure, it will be based on the WordPress install/upgrade script.
The install functionnalities will be :
I give no date for this but it could be soon (depending on the free time I will have in the coming days, weeks)
I will keep you posted on the evolution of that script.