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

*Abstract* field visible with all content types

hello,

For some reason I can now see Abstract fields with every node types. This started happening in the last 2-3 weeks. At first I thought this was handy, but now it's getting annoying.

How can I get rid of this this abstract field for most of the content types?

get referer from user "A" to user "B"? - new profile visitors feature need!

hi guys,

hard to explain but i try

similar like on http://drupal.org/node/85862 but with one more function.

i want to show my user from where he click on his profile

for example user "A" watch a node from user "b" than he click on user "b".

later user "b" will see that user "a" comes from a node.

some examples

User clicked on your profile from a node
User clocked on your profile from a forum entry
user clicked on your profile from his buddylist

is this possible?

How to apply drupal patch with ResCompare on Mac OS 9.2.2

I had absolutely no idea how to apply drupal patch to .module file with ResCompare on Mac OS 9.2.2. Any suggestions?

Applying strings to #default_value in a form array

Hi

I am building a form array like so

$form['fbyname_form']['surname'] = array(
'#type' => 'textfield',
'#title' => t('Members surname'),
'#required' => TRUE,
'#default_value' => 'testvalue',
'#size' => 12,
'#weight' => -100
);

I find that #default_value will accept a string literal but not a variable $testvalue
Where $testvalue="testvalue"

Generate hierarchical paths with custom CCK field in pathauto?

Is it possible to use (or modify) pathauto to create hierarchical paths based on a custom CCK field?

I downloaded the pathauto module in order to have automatically-generated paths for each node on my client's website. The ability to use patterns like [bookpath] to create logical path hierarchies is intriguing, but [bookpath] uses the node's title to build its paths.

How can I recreate the deleted usernodes?

I've deleted all the usernodes and uninstalled Usernode module, thinking that it prevented authenticated users from editing their Bio. I still don't know what the problem is, cause users still cannot submit altered version of their bio.

But now that I installed Usernodes again, I have noticed that ithas not created the usernodes again. So my listing of users that I created with Views is permanently damaged.

How can I recreate those deleted usernodes?

Pages

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