Knight
Forum Replies Created
-
Forum: Installing WordPress
In reply to: unable to upload an image in WP 2.0create a uploads directory in wp-content manually
and i belive you might need to chmod 777 for this upload directoryForum: Fixing WordPress
In reply to: Trackback to my WP2.0 doesn’t worki wonder did you upgrade from 1.5.2 ? or is a clean 2.0 wp installed ?
if you are upgrade from 1.5.2 , how about setup a clean 2.0 to test the trackback
Forum: Fixing WordPress
In reply to: Unable to trackback for wordpress 2.0first of all are we on the same issue ?
unable to trackback, after click posting the trackback url remain at the trackback field
do you see this happen ? if yes then we might on the same issue, for my case after i clean up the to_ping field, i can start trackback without any problem , so it does solve in my view
Forum: Alpha/Beta/RC
In reply to: trackback broken in rc3 ?for my case, after i clean up the to_ping field, everything work for me ..
Forum: Alpha/Beta/RC
In reply to: trackback broken in rc3 ?solved and i posted solution
Forum: Alpha/Beta/RC
In reply to: trackback broken in rc3 ?none of those help..
more investigate goes on..
now i believe its because of the wp_posts this table
with a new wp_posts table i can ping properly
with my converted over wp_posts table i m unable ping ..sigh no one have the same problem ?
Forum: Fixing WordPress
In reply to: any one upgrade from 1.5.2 to 2 ?i believe that might because of ur htaccess ? try to rename the old one and build a new one ??
for my case incoming not problem but outgoing trackback got problem
Forum: Alpha/Beta/RC
In reply to: trackback broken in rc3 ?more info added,
one of the problen it seem when the post status is published, you add new url to trackback , click edit and save, it wont ping the site, you must change the status to draft then publish again to make it work, but this does not help me situation
when i host up another new wordpress2, it can be ping, but if i use my wp1.5.2 converted db , it wont ping .. any suggestion what else can i test ?
Forum: Alpha/Beta/RC
In reply to: trackback broken in rc3 ?1. what do mean by make sure trackbacks is avtivate ?
2. i can receive trackback from other, but i can send a trackback ping
3. the url in the trackback field, will just stay remain there after i edit my post again
using the latest 2.0 and upgrade from 1.5.2
Forum: Alpha/Beta/RC
In reply to: Original image cannot be addedthx .. now i realiase the different , but its wierd when insert original but without use the original size …
Forum: Plugins
In reply to: Submark – a new plugini just did some update and split the submark plugin into 2 plugin ak-subscribe for handle subscribe and ak-bookmark for handle bookmark issue
more detail about update at here
Forum: Plugins
In reply to: Submark – a new pluginJust finish submark 1.3 , these are the changelog
* added Google Reader support
* added Solosub support
* added MultiRSS support
* fixed default bookmark listing in meta
* remove the list style on each feed imageForum: Plugins
In reply to: Submark – a new pluginsubmark 1.2
whats new ? the submark_mark function been change,
now you choose what delimeter to split btw the bookmarksForum: Plugins
In reply to: Submark – a new pluginHilo ,
just release the submark 1.1
Whats New in Submark 1.1 ?* Fix Bug for Bookmark Link never show in single post with sidebar
* remove all the Bookmark icon ( i feel those icon which i make really looks sux )
* change the icon for RSS feed
* added pluck rss reader service
* added simpy bookmark service
* added new feature RSS for Email, the visitor click on it, will subscribe the feed with their email
* added Rmail for rss4email service
* added Rssfwd for rss4email service
you can see the demo and the project page or download itForum: Plugins
In reply to: Submark – a new pluginthere is a small bug when display the bookmark for single post with sidebar , i should release a patch this weekend,
but here are a quick fix, edit the submark.php on line 211
you should seeif ( $submarkmark_done )
return;
delete this 2 line and the plugin should work