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

Advanced permision for creating nodes

Hi.
Please, how can I write module for extended permision for creating nodes?
I just need allow writing new nodes for all authenticated users, BUT with moderate flag set to "1".
Only some super-user can check this new nodes and (dis)allow publish them. These super-user can write nodes directly, as usual.

Something like this:

how to make new module and show at front

Actually i want to know that i want according to mywebsite at left side some big text link that are muliple and on some other tab i want othre page link.

actually i'm facing a problem to show new module at front side not to administrator.

thanks
Lalit

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.

Pages

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