angsuman
Forum Replies Created
-
Forum: Installing WordPress
In reply to: i really need helpYou have a space in one of your plugins, either at the beginning or at the end.
Forum: Plugins
In reply to: Plugin/API (add_action(‘publish_post’)Is it the same still? has the code been fixed?
Forum: Requests and Feedback
In reply to: WordPress Architecture Document@lorelle and others.
What I have seen so far (from the links above and otherwise) is not what we are looking for. The text flow covers a miniscule portion of the architecture. Actually I am planning to write up a brief architecture document, unless there are someone else volunteering for the job. Anyone?
A new version of the automatic machine translator plugin is now available.
Specifically the new features are:
1. Option to generate slimmer list of icons (maximum 5 icons in a row). Now you can use <?php create_translator_bar(true); ?> to create a slimmer version as can be seen in this site. Comes with a shorter version of linkback.
The default is to create a wider version with all nine icons in a single row by using <?php create_translator_bar(); ?>
Please refer to Configuration and Usage section for further details.
2. Warning message was being generated, when php is running in safe mode, in earlier version. This has been rectified.
3. Ability to revert to the original language (English) has been provided by adding an extra icon for English. It simply redirects to the original non-translated version of the blog.
Users can download one of two available versions (British or American).
Forum: Fixing WordPress
In reply to: [1.5] Incoming Links in Dashboard no Longer DisplaysSometimes I see, sometimes I don’t.
And then the links don’t get refreshed. Looks like the implementation is doing some heavy duty caching, again without my permission. As far as I am concerned I don’t mind seeing the freshest links all the time from technorati 😉So do you think I should modify the DashBoard hack to override the default implementation 🙂
Forum: Everything else WordPress
In reply to: Ad from AdBrite on this forumActually it is a very good place as per Google. So is Matt not making enough with AdSense?
I just hope he doesn’t revert to using the default ads that comes with AdBrite. They are bad, really bad 🙂
Forum: Fixing WordPress
In reply to: A case of bad Adsensities…Thanks all. I figured a totally different solution to the problem. Take the category out of my blog and make it into another blog 🙂
Forum: Fixing WordPress
In reply to: rss for every categoryActually I use a custom plugin to get that functionality; unfortunately I haven’t released it yet due to lack of time.
However you can easily hack it with little bit of php coding or at the least just hardcode the list. People don’t often modify categories.
Hardcoding will actually make it super fast 🙂Forum: Installing WordPress
In reply to: Automatic Table of Contents?I saw a plugin somewhere to create TOC based on headers in post. Have you looked in the two plugin databases?
Forum: Everything else WordPress
In reply to: “Goodbye and good luck to all”Looks like a sad post. What are the problem you faced? I would love to hear about them.
Personally I have some architectural concerns.
Otherwise I just hacked around a bit in php to get what I wanted, wordpress or no wordpress 🙂
I do sometimes get some late night urge to replace WordPress with Java based platform, maybe someday I will.
In fact my next blog software is Java based with offline architecture like MT.
Hey you are still studying in IIT? year/dept? Where?
I am from IIT KGP.ciao.
Forum: Plugins
In reply to: invitation 2 develop a reBlog plugin for WordPress@moshu
Thanks.Forum: Fixing WordPress
In reply to: Google SitemapHow about creating a plugin 🙂
Forum: Fixing WordPress
In reply to: Long, dark night of “the loop”…@darkcanuck
I am aware darkcanuck, have long rdbms experience 🙂I was just suggesting him a simple route. Indexes cost space too and many web hosting providers have limited space which includes database too.
Personally I prefer not to use date based ordering as ID (auto generated) based ordering works just as well and technically more accurate. Primary keys are anyway indexed.
Forum: Plugins
In reply to: invitation 2 develop a reBlog plugin for WordPress@podz
The url you gave isn’t working.@zeraw07
Thanks for addressing Elegant John’s concern.> Only one problem for me : write in english… I have some difficulties… lol
You can always use the spanish translation of the post 🙂
BTW: I am just making a wild guess about your native language. Am I close?@elegant John
Mexican Flag indeed has a bird in the middle, as zeraw07 pointed out.
Italian Flag is without the bird in the middle.@servant
You can always customize it to have say four icons per row.
I have provided instructions for it.In your case you can just modify the create_translator_bar() function to change the layout.
However I think the core problem you are facing (different CSS layout in IE) is because you are most likely not using Tantek Celic’s hack for IE. That should solve your issue without having to change anything in the plugin. Also it will make it easier for you to make future modifications to your sidebar.
Please communicate future support issues and feedback on my blog post as I monitor it more frequently.
Thanks.