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

profile module problem

Okay, I've installed the Profile module to allow for custom fields. The fields show up fine when I register a new user. When I try to edit a profile, however, the fields don't show up. Any suggestions?

paypal timing issue

paypal's timestamp might be different from the one on your server. this can cause problems when you are processing a payment. for example, this breaks paypal subscription (using paypal framework) for quite a few people.
http://drupal.org/node/44295#comment-87718
I haven't tried ecomm. i haven't heard of it being a problem in ecomm.

here I am going to try to log how to deal with this problem.

Personal Messages (PM)

Does drupal have anything like personal messages (PM)?
I think this is a very need to have module in drupal, or maybe there is and I dont know?

can somebody help me?

Adding an image to the mission statement in bluemarine

I tried doing this by enabling this text area for use with img_assist and then uploading the image, but I was only getting the img_assist code printed out.

Then I looked at Civicspace and realised that its mission statement image is in its themes folder (themes/civicspace/images) and that its page.tpl.php references this to print it out nicely.

Can anyone say if adding the following code from the civicspace theme to bluemarine's page.tpl.php will print out the image for the mission statement or whether I need to change the code?

Current Page

Hi,

I want to identify the current page, the user is viewing... here is my code:

foreach($primary_links as $link) {
          if(strpos($link, $_GET['q'])) {
                 echo '<li class="current">'. $link .'</li>';
          }
           else {
                   echo '<li>'. $link .'</li>';
          }
}

the problem is that this doesn't work with the url-aliase function... is there a possibility to get this working?

thx

CERTAIN forums hidden?

Hello everyone!

How do I set CERTAIN forums/forum containers hidden; i.e. accessible by CERTAIN users only? (Like phpBB)

Thanks in advance

Pages

Subscribe with RSS Subscribe to RSS - Post installation