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

autocomplete not working

I am trying to implement '#autocomplete_path' on a text field in my module.

$form['foo'] = array(
'#type' => 'textfield',
'#title' => t('First Name'),
'#size' => 12,
'#autocomplete_path' => 'hello/auto',
);

I posted this in the wrong forum before:

I then have a modified function from user/autocomplete in the user module.

function hello_world_autocomplete($string) {
$matches = array();

2 new flash video chat modules for Drupal (AVChat and AVConference)

About the 2 flash video chat applications:
AVChat 2.0 is a flash video chat software to be used by web sites with lots of users. It comes packed with lots of features including private messages, audio video support, rooms support an admin section with kick and ban, etc... .

AVConference is a flash video chat software to be used in conference scenarios and the like. It has many features ( audio video support, users list, rich text chat, file sharing, a moderator section, etc...) and it also provides support for the free Flash Media Encoder for better quality video.

Both apps run in the browser like any other flash app, and they use Flash Media Server to stream audio and video from one user to another. Both apps are commercial. Recently we have wrapped them into Drupal modules (Drupal 4.7.x and 5.x for now, the other versions can be supported at request).

About the 2 Drupal modules:

logintoboggan to add some info into *node_content_user_profile* when registering new user

I have a situation where I have a content type defined for a custom node user profile.
Using the installed LoginToBoggan module, I need to insert into that custom user profile, something like First Name and Second Name when the user hits Register.

Documentation on the content types API is not that great... I'll keep trying to manage this, but please point me in the right direction if you can. I`m a Drupal n00b developer.
Can anyone help?

Help with a multiple choice form performing a text search of the site

Hi,

I'm trying to put together a search page with a list of 50 or so suggested words that the user can tick/untick and then click Submit to bring back a search result for the words that they selected.

I was going to do this manually as a html form but I have very limited knowledge of PHP. I am stuck on getting the phrases to combine in a search. At the moment if I tick more than one term in the form the search only comes back with the last term in the list that was ticked.

Form code is:


print drupal_get_token('search_theme_form'); " type="hidden">



User


Doctor


Army


Alcohol


Cant implement AJAX in my module!! Plz Help

hello guys,

I'm new to drupal and have been trying ti implement Ajax in my module.. but cant seem to make it work..

I need my module to create a block that displays 15 records from a database table. Bottom will show "More Links" and when a user clicks it should display next 15 records in the same block without Page Refresh.

Can u help me achieve that.

i need a fully functional code that can update records in the block

i have created the module that adds the block n can write SQL to change whereever needed but Ajax calls not yet...

Outlook Modul

I am seeking for a modul for a telephone or contact person list in a company. in best case the module can import and export the contacts.

Who can help me or know a modul

Pages

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