raminia
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin: Pixelpost’s Latest Thumbnail in WPVersion 1.1 released!
– Funny! It worked for everybody else but not me?
Sorry! it was my fault:
+ It worked for people who didn’t changed the default date format of Pixelpost. ’cause in my code instead of using a fixed date format it was refering the the configured date format. It was trying to compare 01 to Jan and it doesn’t underestand! Actually it only underestands something like 01 < 02 not 01 < Feb!Latest Bug Report:
# Version 1.0: more descriptive reports on errors. a bit clean up.
# Version 1.0: more UTF-8 compatible!
# Version 1.1: A big bug with date format that was making the plugin to not function is fixed. If you tried this plugin and it didn’t work for you before you may try it again and it should work!Dload Link:
https://weblog.raminia.com/wp-hacksbtw,
It’s compatible with WP 1.5, 2.0,
It’s compatible with Pixelpost 1.4.x , 1.5Forum: Plugins
In reply to: Plugin: Pixelpost’s Latest Thumbnail in WPsorry I didn’t get the point before. I downloaded the file now and copied it into the plugin folder of my local wordpress 1.5 and nothing was wrong.
make sure you use a proper editor for editing the plugin file. ANSI not Unicode plus check if there is any redundant code before and after <?php ?> tags. I have no other clue about what’s happening.
If you want to know that the problem is with you editor or not, copy the orginal plugin file from the *.zip file into the plugin folder and check the admin panel for the plugin. if it is there, then the problem is with your edited version of the plugin.Forum: Plugins
In reply to: Plugin: Pixelpost’s Latest Thumbnail in WPadd the function call to one of the default template in the sidebar and use that default template. if it shows the latest thumb there is something wrong with your template design. if it does not show there must be a mistake in path definition.
Forum: Plugins
In reply to: Plugin: Pixelpost’s Latest Thumbnail in WPdid you add the function to call latest thumb in the sidebar.php or index.php?
Forum: Plugins
In reply to: Plugin: Pixelpost’s Latest Thumbnail in WPdo you use plugin for v1.3?
did you activated it in wordpress 1.5?Forum: Plugins
In reply to: Plugin: Pixelpost’s Latest Thumbnail in WPSome strange manipulation of the Spell Checker pluging with path revealed some bugs with my plugin. I change the plugin version to 0.2 after correcting these bugs. Now on, the plugin should not prompt error if the path is not ok and it will simply be sielent!
you can dload it from the same location at https://weblog.raminia.com/wp-hacks
Forum: Plugins
In reply to: Plugin: Pixelpost’s Latest Thumbnail in WPOK it seems the problem is solved:)
No change for today! All changes was for the last night. I’d changed the db connection procedure. It opens a new DB conection and closes all connections and then reconnect to wp. This strange connection method is used to keep compatiblity with PHP versions lower than 4.2. I could do it better but as it works for now I’m stop develping for a while.Forum: Plugins
In reply to: Plugin: Pixelpost’s Latest Thumbnail in WPI’m confused! is there anybody else who have tested this?
HelllO?Forum: Plugins
In reply to: Plugin: Pixelpost’s Latest Thumbnail in WPOK I fixed it.
Try it please and tell me if it has problem.Forum: Plugins
In reply to: Plugin: Pixelpost’s Latest Thumbnail in WPI know it was a problem with not closing the db connection but I wondering about the rest of the code and not mine. Shouldn’t every query checks for the right DB connection before executing?….
I’m the bug is fixed in the plugin. (hope so;) )Forum: Installing WordPress
In reply to: stuck @ step3I’ve the same problem.
I used Version 1.0.1
PHP 4.3.3
MySQL 4.0.15 – Standardand I added PHP4 extention in the control pannel of my site.