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.
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.
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.
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!).
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]
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