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

og_forum

It would appear that I have just screwed up my forum facility by installing og_forum and then 'updating old groups' in 'administer/settings/og_forum'. This is supposed to create forums for any groups that do not already have them. In my case it certainly did create forums for each group but I no longer can access my original containers and forums when I select 'forums' from the navigation menu. All I can see now is the new set of groups forums. The original containers and forums do however still exist.

Paypal donations module ?

Ok this is information gathering. What i'm wondering is if there is a Paypal donations module for non profit social networking sites.

Basically, using paypals IPN, the member donates what he or she feels is helpful for a non profit site and then this is displayed to ALL members as a list of donatee's and how much they have donated etc. Also having a running total would be handy and a way to show members what some of the money was spent on.

Anyone know of anything close to this exisiting in drupal ?

Menus disappeared - Primary and Secondary - Both were there before

Hello,
I installed a fresh version of 4.7 on a site we converted over to Drupal a few weeks back. I created the menu items for primary/secondary menus by doing what I've always done - by going to Settings --> Menus and then simply adding/editing them there.

I just went to the site yesterday to do some updates and noticed that the menus were gone. This was weird in itself as I am the only one with user privaleges to change any admin setting like menus, etc.

So, I thought, oh well, I'll just add them back, right? Wrong...

Right now, under settings, the "Menus" link is not there. So, I don't know how to change or add any menu back to the site. I searched several other places on Drupal and Google for similar problems with no luck.

Any idea why that link to menus would've just disappeared within the "Settings" main dropdown menu?

Here is my menu code in page.tpl:


if (is_array($primary_links)) : $i = 0;

foreach ($primary_links as $link):
if ($i!= sizeof($primary_links)-1) {
print $link
} else {
print $link
 } 
		  	$i++;

endforeach;

endif;

if (is_array($secondary_links)) :
 $i = 0;
			foreach ($secondary_links as $link) : 
			if ($i==0) {
			} else {

How making a calendar ?

Hello,
I would like to add a calendar on my drupal site. I must be very simple, just to indicate who is present, the meetings...
I tried the Event module, but I don't really understand how does it work. Also, I couldn't make the jscalendar work with it.
Can somebody help me please ?

Use ldapgroups with M$ Windows 2003 Active Directory

I have successfully configured the LDAPAuth module (I must use authentication) to integrate AD users into Drupal.

The question is now, how to integrate the users securitygroups located in AD's "Member of:" field for each user.
How do I do this?
Which of the 3 settings do I use?
("Group is specified in user's DN", "Groups are specified by LDAP attributes", "Groups exist as LDAP entries where a multivalued attribute contains the members' CNs")

Example(s) would be fine.

/MartOn

Errors Getting UID

I am trying to grab the uid of the currently logged on user. AFAIK, I should be able to use $user->uid which should return the uid. Calling that returns nothing. Or Null, I'm not sure, but I know its not returning the uid of the current user. Trying to do a print_r($user) also returns nothing, so it seems like the $user global is empty. If I explicitly declare Global $user; in the php, I then get the user login block which is normally not there. (I'm using NTLM auth via the webserver_auth module) It also then spits out errors in the log as Anon instead of my user.

Pages

Subscribe with RSS Subscribe to RSS - Post installation