I am using Drupal 4.6 and I want authenticated users to be able to see the forum, but NOT anonymous users.
I have enabled the forum and comment modules, and I have configured my content types so that only forum topics have comments enabled. Finally I have given authenticated users - but NOT anonymous users - permission to access and post comments, and create and edit forum topics. I even tried clearing the cache. But anonymous users can still view the forum.
Is there, in Drupal 4.6, a maximum forum post/thread lenght? My users can't seem to be able to go above 20 lines. The content itself is saved in the database but only the first 20 lines are displayed. Anyone have any idea?
BACKGROUND:
==========
I intend to create a multilingual (English and Hindi) website using Drupal. Some users may not have proper Unicode Hindi fonts installed on their machines, and would see junk characters (or just boxes) when they come to the site for the first time.
Most sites solves this by providing a link to a page for Font downloads, and perhaps another for any help in Font installations.
I have just installed Drupal 4.7.0 beta 6 on a WAMP made by Apache 2.0.55, Php 5.1.2 and MySql 5.0.
With this version of Drupal i have interface problems no more! But my original problem, who there was in drupal 4.6 too, is still alive! I'm going to explain..
Now i have the main drupal page with its Gui, and the field "create new account". Well, i proceed to create the first account, but the browser returns me to the page where I uploaded drupal, and shows me the list of files in this folder! And this happens also if i try to click on all the others links in the page!
All the pages have a title that's easy to change. My image gallery is set up the way I want it except for the fact the title is "image gallery". I'd like to change that name.......
On the "My Account" page, there is a part that displays the groups that I belong to. I would like to display this on another page. It looks like I call the og_user() function, but it doesn't seem to display anything. I tried og_user('view','','uid'). I'm not really sure exactly what to put in the function though, or how to print it.
Can anyone tell me exactly how I would call and print the groups?