Hi,

Please help me with 2 problems I am having.

1. The text formatting images do not seem to be appearing. The links are there but the images aren't. I haven't changed the default path and I haven't edited the functions.inc.php file. I really have no idea what the problem could be.

2. I would like to restrict posting in a certain forum to a role called "Judge". Can anyone tell me exactly how to do this? I have tried but it seems I just don't understand how to.

Many thanks!

Comments

daniel.hunt’s picture

Assigned: Unassigned » daniel.hunt

1: The problem is probably being caused by the fact that you have put uieforum in /drupal/modules, instead of in /drupal/sites/all/modules, where it should be :)

2:

  1. Add Role for users in drupal's user access control system
  2. Add security group in uieforum
  3. Apply security group to the forum in question
  4. Add the new security group to the role that you created
  5. Add users to this role

Thats pretty much it1

daniel.hunt’s picture

Status: Active » Fixed

Get back to me if you have any more questions

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.