I'm wondering about creating a somewhat tricky node acces permissions setup:
Specifically, I have (for the sake of simplicity) 2 roles of user, x and y. I want users in x to post content that only that user and all members of y can view, that is, without any other user from x able to access the node. I'd also like to configure it such that users in group x cannot view any content posted by members from y unless that y user explicitly wants their content accessible.
A few weeks earlier a posted a topic about my non-working drupal theme. I've managed to trach down the problem. First of all, my themes work just fine with konqueror and IE.
However when I use my favourite browser, firefox, the themes don 't get loaded. So clearly this is a firefox problem. I've looked in the console of my firefox browser, and there it stated the cause:
I'm trying to make a dynamic form. Currently, my form has only two elements: a checkbox and a textfield. What I want is if the checkbox is checked by the client, the textfield should be disabled, and vice versa.
I know how to make a element disabled, but is it possible to make it dynamic with the checkbox in Drupal?
i need to change the text shown on the user registration page that instructs new users to subscribe to organic groups.
seems like it would be easy to just change the "subscribe to" text on line 1459 of version 1.110.2.103 2006/07/18 03:43:46, but no go. i've looked all around but can't see why my changes aren't showing up. any ideas?
also, is there a way to see and manage all of a user's group subscriptions, rather than going to each group and subscribing the user through the og/users/ page? (user-centric rather than group-centric)
I've got the buddylist displaying on my user profile pages, but I'd like to sort the listing by user points...
The line I figured I need to change is
$sql = "SELECT buddy FROM {buddylist} b INNER JOIN {users} u ON b.buddy = u.uid WHERE b.uid = ". db_escape_string($userid) ." ORDER BY u.changed DESC";
When I create a user to test his behavior posting content, I can see that miss "Publish Options" (or in Italian "Opzioni di pubblicazione") that can choose (for example) if the content has to be visible in home page or not.