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

Please help test the lm paypal paid membership module

This is the module that promotes you to a role after payment via paypal. (conflicts with ecommerce.)

this is the one a lot of us have wanted.

Please help test it!

I can't get the mysql table to import (returning a syntax error that we can't debug)
but my knowledge of mysql is very limited.

http://drupal.org/node/73727#comment-139725

favorite pic module, file not uploading

I am unable to get the file(pic) to upload to the specified directory. The module will on the other hand create the directory, the form is showing up for the user, using hook_user, to choose the image and can be enabled correctly just the follow through for the actual image being upload is not working. Yes already checked the folder permissions.

Any help/idea,

TinyMCE stretches past my page's border.

I need to use a rich text editor, so I chose TinyMCE. Problem is, it stretches past my theme's borders, like shown in this pic: http://i9.photobucket.com/albums/a81/freehunter/tinymce.jpg

Is there a way to make it not do this? I took off a few extra buttons, but it still stretches horribly.

Personal themes for user posts and profile

As many of us, I'm using Drupal to set up a community of bloggers. One of the most common requests from users is to be able to choose among different themes for their spaces (profile, blog and blog posts).

There is a "blog theme" module that does this, but it has not been updated to 4.7.
I am posting the code below as a possible update to blog theme at http://drupal.org/project/issues/blogtheme

There is a problem, however with my code. When I enable it, I get the following error when displaying the main node page (which is the default frontpage too):

    * warning: Invalid argument supplied for foreach() in /home/ciudades/public_html/modules/node.module on line 359.
    * warning: implode(): Bad arguments. in /home/ciudades/public_html/modules/node.module on line 363.
    * user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 query: SELECT n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.moderate, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE in /home/ciudades/public_html/includes/database.mysql.inc on line 120.

nodeapi problem

I now have 3 custom modules, and each one a nodeapi function, each one has a different name

in fashion.module I have fashion_nodeapi(&$node, $op, $teaser, $page)
in feature.module I have feature_nodeapi(&$node, $op, $teaser, $page)
in slideshow.module I have slideshow_nodeapi(&$node, $op, $teaser, $page)

and each one contains switch ($op) with case 'insert'; and case 'update';

the problem is when I create a new node with one module, it exectues the code from the 'insert' case in ALL 3 MODULES!!!!!!

SQL select where event end greater than now

I am trying to display all of the events with end dates greater than or equal to today, but I don't think that this is working correctly because I still get a July 10 event on my calendar.

I have this in a block.

event.event_end >= dayofyear(now())

and I've tried

event.event_end >= now()

Any help to point out my error would be appreciated.

Pages

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