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

Help with adding a page into categories (catergories are set up I am a bit confused)

Hi I have the newest version of drupal after fully upgrading from the older versions, I think the new version acts alot better. I am trying to set up a page in a catergory I have.

This is an image to help me explain the problem

http://www.mkpitstop.co.uk/1234.gif

on the image with the numbers is what I have done and trying to do:

1 = catergories > computers then hardware (this is where I want to place my page first)

2 = all my catergories under catergories.

How do I make the comments actually be flat?

I have a viewing option that I have enabled so comments appear to be flat, ordered by date of posting. This is the view I want, but, the comments are really still a tree. The fact that they are still a tree creates two problems

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 ?

Pages

Subscribe with RSS Subscribe to RSS - Post installation