This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Table view, links open in a new window

Having a heck of a time to open the links generated for a specific table view to open in a new window. This solution, is a bit of a hack, would like to find out a more elegant solution than below?

Created a new function 'views_handler_field_nodelinknew' very similar to 'views_handler_field_nodelink' except for the 'target="blank"' part in modules/views/modules/views_node.inc

Index and search my own content

I need to index records in a table.

My table does not have a node type (it is not a node).

For the following content:

record 1: The quick brown fox jumps over the lazy dog
record 2: The quick brown fox jumps over the lazy cat

After indexed, when user search "jump dog ", he gets record 1 back.
After indexed, when user search "jump", he gets record 1 and 2 back.

The search must be case insensitive.

Is there a module ready for doing this?

Thanks for any help.

JC

Question about actions.module

Hi all,

How do I specify to some module to execute my action that I made with actions.module ? I want to send email to a user that is the author of a node when somebody posts a comment to his node.

Is it doable?

Thanks,

k.

Can anybody advise a good module development site.

Im looking for a decent module development community/site who will develope several modules for me (For a price ofcourse), I was wondering if anybody can point me in a good direction, I know there are loads but not sure which one would suite me best, The modules are for use on a gaming clan website, They are somewhat technical modules so if anybody knows of a good site who could give me a quote, please post your links in this thread.

thanks.

Can anybody advise a good module development site.

Im looking for a decent module development community/site who will develope several modules for me (For a price ofcourse), I was wondering if anybody can point me in a good direction, I know there are loads but not sure which one would suite me best, The modules are for use on a gaming clan website, They are somewhat technical modules so if anybody knows of a good site who could give me a quote, please post your links in this thread.

thanks.

Problem in sql parsing

I'm using the function db_query() in this code:

[pre]
db_query('INSERT INTO {node_log} (nid, date_log, time_log) VALUES (%d, %s, %s)', arg(1), date("Y-m-d"), date("H:i:s"));
[/pre]

But is not parsing correctly, when i print the code, i have this:

INSERT INTO node_log (nid, date_log, time_log) VALUES (1062, 2007-05-28, 0)

The strings are not parsed!

Anyone knows the motiv?

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions