This forum is for less technical discussions about the Drupal project, not for support questions.

Organic Groups- How to appoint a user as group admin?

Hello, enjoying the Organic Groups module, but for the life of me I cannot figure out how to appoint a user to be a manager of a particular group. Here is what the documentation says:

All subscriber management happens on the 'user list' page which is linked from the group Block (while viewing a group page). This includes approving subscription requests (for selective groups), unsubscribing users and promoting users into group admins.

Thanks for enlightening me!
-dado

Does search indexing include story nodes?

Does nayone know the deafult types of content that get indexed for search? One of two things is happening:

1. Search is not indexing "story" nodes
or
2. Search is not indexing new content

(the reason I don't know which is because lately the only thing that has been published are story nodes)

Paid time based permissions - just an idea...

I'm not a programmer but,

Now we have node permission by role, subscriptions, media files, paypal framework and e-commerce.
What about a subscription module around permissions to access content - for a time. Paid subscriptions to periodicals, to nodes, to roles (roles would make Drupal a membership management system).

Can it be done?

Best
Gunnar

HTML syntax - problem with tag

I have problem with tag

. When i want creat new page (with "full html") with tables. I write something like that:
<table>
<tr>
<td>something</td>
<td>something</td>
</tr>
<tr>
<td>something</td>
<td>something</td>
</tr>
</table>

Now i write it to story, result is:

empty tables showing up...

I have modified my tracker module to not allow submissions from the 'page' node to show up by slightly changing some code, this...

$rows[] = array(
node_invoke($node->type, 'node_name'),
l($node->title, "node/$node->nid") .' '. (node_is_new($node->nid, $node->changed) ? theme('mark') : ''),
format_name($node)
);
}

and change it to:

Why some things show up in search and some don't?

Does anyone have an answer to why some things turn up in search and other things don't. My search module says that 90% of my site is indexed (which I believe actually translates to all it, content-wise), but still I can't get certain posts to come up when I search for words that are in them. This includes some newer content and some older content. It all seems very arbitrary. Any suggestions, etc? Does it matter if it is a "blog" node or "story" node in terms of indexing/search?

Pages

Subscribe with RSS Subscribe to RSS - General discussion