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

HTMLAREA Module Give Some Error

I have enabled it in the administrator->modules and when i go to setting->htmlarea tab i got this error

"Call to undefined function: form_checkbox()";

Please help me it's very urgent for me.

thanks
Lalit

Taxonomy_Access: What modules require it?

I've been struggling for a week to try and get OG working. I had focused on trying to get rid of a cac_lite error I consistently get on any site I create, but just can't seem to get over that hump.

Finally, I disabled Taxonomy_Access. Didn't resolve cac_lite error, but now OG doesn't display posts to anyonymous users (whoopee!!!).

However, I'm not sure of what to do in my live site because I don't know what modules require Taxonomy_Access.

Anyone have any idea on how to figure out the modules that require taxonomy_access?

Thanks!

-ron

Is there a way to autodraft recurring billing payments when using the ecommerce recurring billing product?

I'm setting up a paid business directory using ecommerce + directory module + custom node types and its going well by the way.

Pulling my hair out trying to work out Drupal filters

Help!

I've been playing around with the filter hooks trying to get one of my modules to work with them and I've hit a wall which I just can't seem to get around? Currently users have to enter this to display content:

<?php print tablemanager_display(1, 35); ?>

Now this works fine, if a table needs to be paginated then it is (at 35 lines as per the example above) and the pager links do as they should and display each page just fine. If a column is set to be sortable then yes, it can be sorted in either direction by clicking on the appropriate column header - this all works fine...

...but... as I've said, I'm trying to implement the call as a filter as it's not ideal having to give php input filter rights to users who you want to be able to post tables. So, currently I've made it so that:

[tablemanager:1, 35]

Works nicely as well... It displays table 1 and paginates to 35 lines as before, it shows the pager links and the headers marked as sortable jussssst fine... but... None of the links do anything? If you click 'next page' the page reloads with the same view, likewise the header reloads with the same view - nothing works and I just can't fathom out why not? I'm wondering whether it's a Drupal restriction on how filters work or something? Maybe they're run in a sandbox kind of way and so $_GET['q'] kind of things won't work with them? I honestly haven't a clue and it's very frustrating.

Drupal Interaction with MySpace.com

Hi,

I was wondering, if someone could make (or have made) a MySpace-module for Drupal, which posts topics from a drupal-installation to MySpace. This could either be term-related or a flexinode thing.

This way your MySpace account is always "syndicated" with your Drupal installation, and by that you reach out to a broader audience. Very handy if you have a frequently updated drupal-installation and wish to have your MySpace account up-to-date.

Just a quick thought.

Thanks
JonasB

Suggestion for manage data

Hi All,
I need to manage a database, register event/record, modify ecc..
It seems convenient to me to create, by a new module, a new node type for every item for having all advantages coming with node.
More over if I have a node for every record I can use alias to browse the db with the key (es /products/12345 ) and that is the advantage I like more.
But disadvantage of such way is that form api in newnode type doesn't respect much formatting (es length for fields and so on).

Pages

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