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

Make a node title print to url of blog, weblink, etc

I found this post and I would like to do this to my site, but in marvin.theme I don't see the code listed in that post.

I'm using marvin as a theme and drupal 4.2.0

I just want to make the node titles links and get rid of the "read more" and "visit" links.

Thanks in advance.

CVS trouble

Hi all,

I just got CVS access, and I am having troubles adding my contributions to the contributed modules repository. I'm not sure exacly what I am doing wrong, as I have followed the instructions to a "t". Does anyone have a step-by-step? Maybe I just missed some goofy little thing... the command that I am using at the moment is:

Making every module or feature pass through permissions

I see a lot of people, including myself, are constantly asking for permissions for this and permissions for that. What do you say to a module level permissions standard?

A news module with photos?

I need a news module that;
- will show the thumbnail of agraphic and the news' summary in the homepage of my drupal site,
- will have a fixed number of category support (i.e. news, announcements etc.),
- will show the full size graphic and the full text of the news when clicked on the "Read more..." link.
Is there a module that fits my needs written for drupal.
Thank you all.
Lashae-

userhome.module: "clean" user paths/homepages

I'm working on userhome, a module that would allow /~username or /username paths to show a per-user homepage. The module needs to be set as the "default front page", so that it doesn't have to maintain a separate alias table.

If this has already been implemented elsewhere, please let me know so I don't reinvent things.

As planned (and mostly working now), userhome.module would relay such paths to an admin-defined node (or render a custom page, as things may yet turn out) as the user's homepage. Currently I've set the default node to blog. It will also work for things like /~username/guestbook, /username/image and so on.

I was wondering: is there a common hook/function for modules that returns their user-specific content? So far, I've seen some modules with *_page_user, but this doesn't seem to be a global convention.

If not, I'd like to suggest a future hook such as *_user_block that simply returns the main HTML code for that module's user-specific content, with no headers or footers.

The first parameter to this hook would be the uid, and the rest would be passed as-is from the remainder of the path. Modules would need to make sure there are default values for any extra parameters -- for instance, guestbook.module doesn't seem to set its default $limit set (at least in the latest version I saw).

What do you think? I'll clean up/finish the code and link to it here, and/or upload to CVS once my account is approved. ;)

GeoURL support?

GeoURL is a way of adding location information to pages/blogs/etc.

I'm thinking of building a module that allows you to tag any node with relevant GeoURL information (this gets added as meta-tags) as well as the "what's close to this item?" link, which leads to a GeoURL requesting items that are close to the physical location of that post.

Pages

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