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

thought for today: don't change role name for "anonymous user"

So... last week I was irritated with just how big the access control table had gotten at admin/access, and I decided it would help to take the word "user" out of the role names for "anonymous user" and "authenticated user" (to save a little space so I didn't have to left-right scroll it). The roles page said "locked" at me but I wasn't about to be turned away that easily. So, I just changed the names in the roles table in the database. I tested the site after so doing and nothing seemed to be broken, so I left it.

Now, I have path_access installed and in heavy use. The reason I originally installed it was to prevent users from seeing teaser lists of otherwise restriced content--at node for example. Today, after adding a path to restrict for anonymous users, I discovered that it didn't work anymore. In fact, none of it worked anymore. Bits of sensitive information from all over my site were publicly viewable in teasers.

Sports Management System

I would like to see if somebody could create a module to manage Hockey League websites. It would function like Leaguestat.com,Pointstreak.com, and adjuvo.com. However it would allow for customization and use in other sports.

WSDL server by Drupal

I can't fount module for WSDL server. I need setup WSDL server on my side by drupal. Can I setup it by XML-RPC service? But I seen that it is different syntax between WSDL and XML-RPC.
Thanks.

Idea for a module... but need some help!

Hi people,

This is my first message here, as I have recently decided to start using Drupal for a new site I am setting up. Basically I decided to install version 5 as it seemed more difficult to maintain a older version - of course the only issue is that most of the themes and modules don't work (this is not a dig!).

how to prefix each option for radios?

hi,

i need to create a form that contains radios and i need to prefix each of the radios options with an image. i know i can use forms api to prefix whole radios group but i need to prefix each of the radios in group. for each radio i need something like this:
[radios start here]
[0] [my image prefix] [option text]
[1] [my image prefix] [option text]
[radios end]

but normally when using froms api i can get only this:
[radios start here]
[0] [option text]
[1] [option text]
[radios end]

any ideas how to solve this?

Customize search model

Hi all
I'm new to drupal and I was wondering how can I customize search model to search according to categories.
I've added (using a snippet from this forum) a drop down list that contains all categories in the search module (modified search_box function) and I would that my search will search only on a selected category (or all categories in none was selected)
Any help would be greatly appreciated
Thanks
Oreng

Pages

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