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

Anyone have remindme working?

I have yet to get remindme working. I was on 4.2.0 and could not get it to work and thought maybe when I got to 4.3.2 it would work.

Cron is working because my feeds get updated.

Email is working since new users get emails on signup.

I have the remindme module set to send reminders every fifteen minutes. The cron runs every fifteen minutes. I enter an event, go to the event and choose remindme and have chosen various times. No reminders.

Anyone have this working?

Anyone have hints on how I can troubleshoot it?

Searching RSS items in 4.4?

I'd like to let users search against items brought in by the aggregator. I tried putting an _update_index function in aggregator.module to go against the item table, but with no luck (then again, I'm no coder, so it's possible I got the call wrong). Has anybody tried this, or have suggestions?

Thanks!

Node administrative rights allow users to edit others content ?!!?!

Granting node administration rights allow users to edit others content, but it isn't what I am looking for. Users can revise their own blog entries, but I would like them to be able to revise and publish their stories when they are ready and edit the stories later if they want to.

I have a feeling this has been brought up before and probably fixed. Can anyone point me in the right direction?

Search is not working

Whenever I try to search for at article, nothing comes up.
Is there a fault with the search, or do is there something else I must configure to get the search to return results?

Static PHP pages

Hi, I would like to keep some pages outside of drupal, the main reason is that these pages shall not be considered as "content", and also because i want to keep some pages on disk instead of DB (may sound weird.. but i prefer this way..).

Another reason is that i don't want the "Submitted by... " line on static pages.

I've written this test php script that seems to work fine:

<pre>
&lt;?php
include_once "includes/bootstrap.inc";
include_once "includes/common.inc";
menu_build("system");

$out = &lt;&lt;&lt;&lt;EOT

&lt;h1&gt; Title &lt;/h1&gt;

&lt;p&gt; This is the body of the page...
&lt;/p&gt;

EOT;

print theme('page', $out );
?&gt;
</pre>

There's a better way to do this? Should I create a module for every page?

Is there a flaw with revisioning and publishing?

I want users to be able to able to edit and revise( ie saving the work, closing the browser, coming to continue later) articles to their satisfactoin before publishing them. But it seems this is not possible. Articles seem to get posted as soon as they finish them.

When I grant the right to administer nodes, they are able to access any node, whereas I want them to edit theirs only.

Is there a fix for these issues?

Pages

Subscribe with RSS Subscribe to RSS - Post installation