The update hook for the aggregator2 module runs perfectly but during the cron run user set taxonomy tags are not set but are set during the update hook.
I have tried to insert
$temp is a field that holds all nid for feeds and runs them in order
$feed = node_load($temp['nid']);
aggregator2_feed_update($feed); during the cron run in hopes to mimic the same effects but it hasn't worked
I'm ALMOST there with my front_page module settings, but either I'm pushing the module too far or I'm doing something wrong.
What I'd like to do is simply redirect (via drupal_goto()) to different pages based on the user's role. Currently, I have the following code under "Front Page settings for Authenticated Users":
Hi!
How can I display a block that contains links to all the content uploaded by a particular user?
In particular, I want to show this block only on the profile pages (And this is easy!), and this block will list all the content displayed by the user of the profile.
okay, I've tried everything and can't figure this out - frustrating!
i'm using Drupal 4.7 with video module CVS 5/22/06. I've installed as documented. I go add a video, hit submit and get:
* Please disable multi-file downloads if you are not going to use the feature.
* Download directory does not exist. Make sure it has a trailing forward slash "/".
I've been struggling with this forever now it seems, and I can not make it out. The related links description field will not stay populated. What gives? I enter text, and sometimes it seems that it has "took" and the related link will be displayed behind it but then it disappears and the related link is simply the URL!
If build a documentation book on my page, which only admins and editors shall reach. I secured it with node_privacy_byrole but I also want to show it in a block or the user navigation but only visible for the people who are allowed to see it.
I defined it first in the block itself saying users accessing admin* pages are allowed to see the block, but the problem is that the editor of course is no admin, so he has no access to the admin page nor the block with the documentation.