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

Gibberish lettering...

http://messcasts.com/user

View that page. Then tell me how the heck I can get rid of all that gibberish crap.

Thanks.

help with db_query_temporary pls

Goal : say I have a term (term-a) i am trying to create a list of all terms used in nodes that use term-a

First I try to create a temporary table listing the nid's of nodes that have term-a (tid = 4)

$sql = "SELECT nid FROM {term_node} tn WHERE tid = '4'";
$result = db_query_temporary($sql, 'tmptable');

so far so good I think..

How to ensure your patches can be accepted/helpful? (a Question)

Following the delayed branch of the DBA module as discussed here I'd like to pose a question to Module/CVS maintainers...

Do you really expect contributors to submit functionality changes without any code style repairs, or vice-versa, bother with code style repairs if they are not doing any bugfix or additional functionality?

<X-POST>...
I sympathise with both sides of the story here. :-/

I find it really hard to split my head in three when trying to help fix up a module. In the course of porting, it's hard to resist repairing code style issues where I see them, and usually the only reason I'd be opening up the code in the first place is to actually bugfix or add a feature. This inevitably leads to a three-in-one patch :(
However, even if I did get enough encouragement to go back and try to branch those bits into 3 separate patches ... how does one go about that?

Should random style/text/comment fixes come first? (effectively repairing a release you are not even intending to, or even able to, run - which may be critically broken in the first place - boring)

NodeReference - Only nodes you own?

I would like to have NodeRefernce only show nodes that the user owns when creating new content. Anyone have any thoughts on how to do this? As it already available and I am missing something?

Thanks.

currency script

Hi i am in need of currency script .I dont need currency conversion script.I just need to display status of various currency...like
1 dollar- 40 indian rupees.
like this ..is there anything available...

Getting ncck to work

Hi,

From the lack of topics about this module, I might just be missing something simple, but I can't seem to get this to work. I'm trying to make a digg like website. I installed the module, but when I post a youtube link as the url of a storylink or even a weblink, it doesn't change the link into an embedded video. I also tried to post the link into the body, but that didn't work either. Can someone please guide me through the process of getting this module to work? Thanks for your help.

Pages

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