Drupal is up and running but how do I ...?

HTML Scrollbar colors

I know in HTML the following code makes scrollbars change color.... i was wodnering how can i incorporate that into the index.php page to make it look like the scroll bars on http://www.smooth-effects.com/Forms/Registration.htm any help would be greatly appreciated thank you everyone for all help i have gotten with other issues.

*:lt*STYLE TYPE="text/css"*:gt*

Quotation marks

Can someone explain to me why quotation marks are saved in mysql in the form of ’ or something like it? I am using Drupal 4.2. Output to a browser is fine but I did a trial upgrade to cvs and they came out as �(tm) (and variations on that theme). Is this something to do with magic_quotes?

How to view moderations/ratings

Hi. When using drupal-4.3, 4.2 or cvs I cannot see the moderations of comments. I want users to be able to moderate (works) and the current mod-level for each comment is displayed in the forum along with the comment author, date and subject. I can do a 'select score from comments' within mysql to see that scores on comments are working. Doing a 'select score, votes from nodes' gives all zeroes as a response.

Another thing...To get the ratings module working I had to revert back to 4.2. Again, I cannot see within the portal how users can 'rate' other peoples forum postings.

Creating a form in a php node with node link tags enabled.

Hi,

I'm trying to create a form within a static page, using type=php. Now I found out that this is no problem at all, when the Node link tags are disabled, but when enabling them, the form output is rendered in a wrong way:

$form = form_textfield( t("Name"), "name", "$name", 50, 64 );

is rendered as:

<input type="text" maxlength="64" class="form-text" name="edit<a href="/?=name" >name</a>" size="50" value="" />

I am using Drupal 4.3.2, don't know if this is fixed in the cvs version. Hope someone can help me out ...

How to deny anonomous users to view user detail?

Hi. I opened the option to fill in MSN, ICQ no. etc. in the user profile. This raises the issue that (unless I did soemthing wrong), ano. users (and spambots) get access to the e-mails address, (MSN id.) of my users (through the 'new users' block, and potentially other entries). How do I get around this? There is no way to handle 'new users' block in the admin section, right? I considered to disallow 'access content' and then allow the content, I want ano. users to see, but not all content can be allowed individually?

howto redirect to drupal's index.php below document root.

I have an installation where Drupal is in a directory below the document root (apache 1.3?- freebsd) How do I get past the standard index.html of apache to "redirect" to /drupal/index.php? All the while being able to link to and use other subdirectories on this site from within drupal.[I tried simply changing the apache document root but it had problems going to other ap directories.] Also need robots to follow.

Thanks,
Joe

Pages

Subscribe with RSS Subscribe to RSS - Post installation