Want to align title and textbox control in the same row?

Setting the default value problem has been solved.
Next Problem
=========
While drawing the select box we are facing the following problem:-
In first line the title of the select box comes.
There after in the second line the display of select box comes.
Now what we want that the title & the display of the select box should come on the same line.
Thanks.

you know what? i hate drupal's forum so much because

it can't upload/attache images in a post.

Flatforum for Drupal 4.7 Core?

Will Flatforum be in the Drupal 4.7 Core?
Read it on http://www.drupalcenter.de/node/643 (german)
I think that would be a great feature if it runs without bugs in all themes ;-)

best wishes from germany, holger

www.stnetwork.de | www.ebec.net

Newbie needs info on mechanics of the forum module..

Hello all :0)

Pls excuse the newbieness but we all have to start somewhere! (pls be gentle =)

I am about to embark on porting a nasty proprietary .NET/asp based site to a nice free open source technology and Drupal is top of my list to do this so far. However, before I go too far down this route I could do with finding out a bit more about the workings of the forum module, specifically the the language it is written in (php?) database used to run it (mysql??) and the format of the records in it.

Please can somebody point me to the forum modules developers site/code, or indeed any site/document that will explain the underlying tech so I can guage how much work it will be? Cheers! :-)

For anyone further concerned with the context..

The site is a communty/charity site, quite well suited to Drupal in most ways, however.. The core of the site is it's forum which has been running/growing for over 5 years! It is really old fashioned and ugly but despite my discouragement the site owners REALLY want to keep the format as it is (fully expanded threads, no topic containers, virtually no graphics) so I'm going to need to downgrade the forum module and port over thousands of (searchable) posts from yesteryear!..

I am working with a good coder who's confident he can port the posts as long as the forum is based on a SQL database.. Hacking the forum interface we're more sketchy about! Has anyone here tried anything similar.. how much of a nightmare was it/do you think that will be?

HDI select nodes by cross referencing different categories?

I have two taxonomy vocabularies: types (of article) and channels (sections). Each has a number of terms in them. I would like to 'cross-reference' these terms, and select only those nodes which fall into several different categories at once.

For example, all of type 'review' (taxonomy term 9) in channel 'film' (taxonomy term 4).

Can anyone advise the proper mySQL syntax to achieve this?:

[code]$sql = "SELECT n.nid FROM node n INNER JOIN term_node t ON n.nid = t.nid WHERE (t.tid = 4 AND ALSO t.tid = 9) DESC LIMIT 5";[/code]

Thanks!

James

show menu to certain users only

How do I create a menu that will only show for certain users. For instance when a user logs in then the menu appears but not before.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x