This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

What am I doing wrong with the Category module?

If I go to a container page then it shows the content or excerpt of certain nodes beneath it. However, those nodes are not related to the container or in any categories in that container.

I got round this by disabling 'Show node listings' in the Container Display Settings. However, if I do that then no nodes are listed on the category page.

I'm presuming this is a fairly newbie mistake?

{cache}.data shows odd looking characters and if you refresh the page you get a white screen

Hello

I am currently fixing a bug that seems to have come out of nowhere to put the frightners on me and i am starting to get shifty with my collar again . It seems now that once a page has been cached the {cache}.data shows
odd looking characters and if you refresh the page you get a white screen and you only get the page back once you clear the cache.

If you can offer any insights as to what has gone bad here, i would very much appreciate it.

Thanks.

Investigating
Paul

specific theming for the taxonomy_menu module

Hi, I'm developing a web site for a commercial activity.
I'm using the ecommerce module and the taxonomy_menu module to access all products via their categories.
So, I've created a vocabulary named 'Product categories' and assigned the taxonomy_menu to this vocabulary
getting links such as 'sports equipment', 'casual clothes', etc,etc.
My problem is that I cannot theme as I want the actual menu. Probably because there is no defined CSS for the
taxonomy_menu which can be customized.

Better way to get user->name for a view

I have a view defined for a table which stores the uid in an "owner" field. I can display the owner using this:

      'owner' => array(
        'notafield' => TRUE,
        'name' => 'job: Owner',
        'sortable' => TRUE,
        'label' => 'Owner',
        'handler' => 'views_handler_field_job_owner_name')),

And a handler

Paypal on Drupal

Guys,

I developed a large open-source project and I designed the site using Drupal (a solution that I really love). I planned to add a "donation" page to it for accepting donations from users.
I found two modules on the Drupal CVS that could be suitable: paypal_framework and paypal_tipjar. What I found, unfortunately, is that both the projects have been discontinued and they can be run only from Drupal 4.6 (I tried running them under 4.7, but I got many errors).

Porting admin modules to the user site

Drupal Community,

I am interested in creating a site where certain users can manage articles, files, and user profiles. But I don't want these users to have access to the entire portal admin, just content admin. I'd like to have the article management module act as any other module, where I can specify which users can see and use it.

First, can this be done without any modifications to the current modules?

If not, what would be required to do this?

Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions