Pagination, Table Sorting a tableselect form built from an Array of data (not a db query).

Drupal has all these modules and internal APIS and functions. A majority of these module functions return data commonly in either an array or an object. Yet Drupals Pagination and Tablesort APIs will only work with database queries. You can't format data from a drupal function using pagination or table sort. Is this right?

I have gotten sorting to work by doing this:

hook_field_validate not receiving the values in custom field?

I am having lots of trouble with hook_field_validate in a custom field I declared in a module. The hook receives all of the correct keys in for each $item in the $items array, but none of the values are populated.

I have posted all my code for the field on stackoverflow and would really appreciate it if someone familiar with the field api would take a look and tell me if I have made a mistake:

Help with Accordion Style Menu System

Greetings

I'm working with a client that really like the accordion style menu system seen here: http://checksix.us.

I did some searching and haven't really found a module that will accomplish this. Plus, the client I'm working with said they really like the large pictures, the information that appears, and the ability to have a hyperlink, but they don't want to copy that exactly.

Referencing an image file from module code

Likely a stupid question...

I have lost all admin rights to my site when I upgraded to 7.7... help!

I have lost all admin rights to my site when I upgraded to 7.7... help! I am currently restoring it back before I upgraded. I don't know what I did wrong and need some assistance.

I still can edit pages but I can not see the Admin Tool Bar at the top... it's gone. Please help.

Is there a module where I can specify placeholders within the node body?

Is there a module where I can specify placeholders within the node body and these placeholders will be replaced by a certain value specified by the user? I'm not sure if tokens is appropriate for this.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x