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

OG problem: Users cannot post to content which are excluded from Audience Targeting System

Hi,

I've posted this as an issue in OG as well http://drupal.org/node/88384, just wanted to see if the larger Drupal community had encountered similar problems..

I have two groups set up and members are part of groups. The page and blog node type are excluded from the Audience Targetting System. However, when a member (who is a member of a group) tries to create a blog entry, he is informed that 'you must join a group before you can post to this website', even though he is already part of a group. ALL users encounter this problem, even site admins. Only user 1 does not encounter this problem.

This is really counter-intuitive and my previous version of OG did not do this (I upgraded recently). I checked the code and this seems to be under function og_nodeapi

// Ensure that a group is selected if groups are required. needed when author has no groups. In other cases, fapi does the validation
if (variable_get('og_audience_required', FALSE) && !user_access('admnister organic groups')) {
if (!isset($node->og_groups)) {
form_set_error('title', t('You must %join before posting on this web site.', array('%join' => l(t('join a group'), 'og'))));
}

It seems that if a user does not have 'administer organic groups' permission he cannot post blog/page entries? That seems really weird to me.

Wonder if anyone has the same problem/any suggestions?

Thanks!

how can path aliases replace system urls? (node/xx)

It seems to me, that that url aliases only work if you change something like node/5 to 'mypage', and then point to /baseurl/mypage directly, but it doesn't change the dynamic url of node/5 across the site into the alias.

This seems to defeat the purpose, which leads me to believe i've done something wrong! I have mod-rewrite enabled, can someone tell me what i'm missing here?

I just installed flatforum theme, now what?

Silly question, but nothing happened? My forum still looks the same?

Even when I create a new container/forum is still as before?

As far as I’m concerned I’ve done everything correctly, however I have doubt over one subject, it said in the READ ME file:

2) Copy template.php to your current theme folder. If such a file already exists, you need to merge the two files.

Now I already have a template.php, so all I did was copy and paste the content of template.php of the flatforum file into the current template.php, is this right?

Thanks.

TinyMCE does not respect when I press "ENTER"

Hello guys,

Usually in TinyMCE when you press ENTER after every paragraph, you should see something like this:

1st paragraph
2nd paragraph
3rd paragraph

but when I do this, and make the preview of the page I just get

1st paragraph 2nd paragraph 3rd paragraph

meaning that TinyMCE is not respecting the things I set there..

What can be wrong?

Thanks

David.

Block slideshow - php code for "block body"

Hello,

What is available for placing a slideshow within a "block"? I wish to clarify I am looking for a "block" slideshow and not a main content slideshow that becomes the focus of the screen.

The goal is a way to display one or more simple slideshows in ordinary "sidebar" locations. Is there php code that i can place in the "block body"?

Thank you.

trouble loading custom profile variable (profile_load_profile question)

I'm sure I'm just missing something obvious here, but I can't track it down.

I'm trying to load a field from a profile for user 5 (for example) called profile_full_name

I have a variable that holds the users id ($variable = 5)

How would I use that variable with profile_load_profile in order to load the field profile_full_name?

Pages

Subscribe with RSS Subscribe to RSS - Post installation