Postings by Nilesh Govindarajan

Hi,

Is there any good trackback module for drupal which supports spam and
postgresql ? I check with <a href="http://drupal.org/project/trackback" title="http://drupal.org/project/trackback">http://drupal.org/project/trackback</a> and
pingback, either don't do well on pgsql. trackback sucks in spam
integration.

Hi,

I have some Draft and Review workflow, but, when viewing them as a
guest, on the access denied page, SimilarByTerms module pulls up the
nodes which are in Draft/Review and shows them.

I want that, nodes that have the Published workflow only are displayed
by SimilarTerms.

Do you know any relevant module which does this, or I have to alter the
code ?

Hi,

I've been using Drupal for quite a long time, since D5 was on.
I have used WordPress also, but in general I have observed that,
WordPress made sites become popular very easily, but inspite of having a
lot of content in Drupal, the site doesn't get much hits.

I don't think its because of theme or some UI related issue.

Let's discuss this !

Hi,

I'm using Antispam with Defensio on D 6.16/AP 2/PHP 5.2.13/PgSQL 8.4

The settings for comments is proper in the configuration, yet spammy
comments are not identified automatically as is desired (?)

Also cron runs every 1/2 hour.

API keys are proper.

Hi,

I've added a forum to my drupal site.
I'm using Advanced forum, and some others I found in the docs.

One big problem I'm facing is I'm unable to move my forum to a subdomain.

How to do that ?

Also please list all the modules that you think would be useful for a forum.

Hi,

I have two Input Formats for everyone on my site.
The Input Format selection doesn't work on the comment form whereas it
works on the add node form.

Any ideas ?

List of Enabled Modules (Generated using drush, sed, awk)-

account_reminder
actions_permissions
adsense
adsense_cse
adsense_managed
advanced_help
advuser
autoassignrole
bbcode
better_formats
block
blog
captcha
checkout
cmf
color
comment
comment_moderation
comment_notify
commentrss
contact
contactlink
content
content_permissions
css_gzip
dblog
delete_orphaned_terms
edit_term
elements
email_confirm
feedburner
filefield
filefield

Hi,
I'm working on a WikiFormat module for Drupal 6+
This module will enable users to input content in Wiki-Like markup language.
I'm following the WikICreole syntax.
I don't think there's a complete solution for this problem (Wiki
markup) for D6. And yes, I know about flexifilter and customfilter.

Quite a part of the module is over.

Actually everything in it is not just for drupal. I'm writing a class
which can be used at other places too.

Hi,

I'm trying to implement Google Code WikiSyntax using customfilter.

I'm stuck at tables.

Even if I specify a CSS class to <table> or <td>, it gets escaped and
visible as code instead of getting rendered.

How to do I put in a style or css class to work with this ?

Hi,
Well I need a module to moderate comments by a group of people
"moderators" (role).

After a lot of research on Google, I didn't get any appreciable results.

Do you guys know some module which adds 'Publish Comment' action to the
Actions module ?

This can be used to mass moderate comments using VBO.

If not, I'm thinking of writing one. Give me some ideas. The guide on
drupal.org didn't suit me much.

How to enable moderation of comments by a role ?
Is granting administer comments safe for that purpose ? (I don't think so).

Hi there.

An issue was created about supporting [indent] tags in the bbcode
module. Since I was also requiring it, I've created patches for it.

All those needing this may patch their bbcode installation or wait till
it is ported to the next release.

See at - <a href="http://drupal.org/node/461004" title="http://drupal.org/node/461004">http://drupal.org/node/461004</a>

I have a runcron.sh like this -

#!/bin/bash

docroot=/srv/htdocs/main

cronfile='supercron.php'

cd $docroot

export REMOTE_ADDR=127.0.0.1 REQUEST_METHOD=GET
export SERVER_SOFTWARE=ShellScript

/usr/local/bin/php $cronfile

How do I accomplish for multi-site cron using this ?

I have the Image, Image_Attach and img_assit modules for my site. The
basic use for these is to enable users to upload images to the server
and put them in their blog entires.

The images get published to RSS and ultimately end up on Twitter and
Facebook.

So how to disable the publishing of Image Nodes in RSS ?

Hi

I created a Panel Page which shows the posts by a user provided as argument.

The path is /user/%user/posts

I want to show its link on /user/%user but its not appearing even after
selecting Menu Tab option.

Does drupal Last-Modified header based on content last found ?

I am thinking of enabling Apache caching as it is file based and much
more faster. The site can be served from cache if it has not updated.

My rule set takes content as a parameter. It has to delete content
depending on a CCK field value.

Any ideas how to execute this rule set ?

Also, how to execute rule sets programmatically ? I searched a lot but
didn't find any thing