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

questions about a Wrapper (or.. how to HTML pages in the content area)

Hi all...
I'm building a site based on Drupal and I'd like to know if anyone knows of a way to show plain HTML pages in the main content area.

I looked around and found the GrayBox module, which opens a new window in a layer above the webpage, but that's unnecessary for me.

When I played around with Joomla a while back, they had a component (called Wrapper) which lets you do that,
I was wondering if there's anything like that for Drupal...

Thanks!
-soundwave-

Ecommerce -> paid forum access & downloadables

Hello Drupalians,

I am brand new to Drupal but have developed ecommerce sites in OSCommerce and XCart (custom PHP programming). I am evaluating Drupal and its ecommerce module for my next site.

One of the reasons for using Drupal has to do with having an online forum that people pay to access. What I would like to do is have a user log into the store and if they purchase a specific “Kit” with forum access included in it, then their same (store) login info would allow them to access the forum. Is this doable and how difficult would that be?

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


Pages

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