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

A feature enrichment idea : style.css editor module

I dont have PHP skills to do this, so I thought someoene else might be interested in the community

TextPattern has an .css editor module -screenshot is here
http://textpattern.com/screenshots/?s=css

would it be possible this feature in Drupal?

Will page caching affect banner ad view counts?

Because we have a large network of sites that share ads, I've placed all our advertising in one database, and all our LAMP-based sites call that database for banner ad information, sort of like my own version of DoubleClick.

I've put those calls into a very simple Drupal module. Each time the drupal module loads, it gets ad information from the database, but also logs a +1 to a traffic table to mark the count of the times that each banner ad had been loaded into the site.

Need help creating a table with lookup table and add, delete, update.

Hello.

Does anybody know a way i can create å table with a lookup tables. I need also links for add, delete and update in a drupal page. I have createt a mysql table for It,
but ned the code for the table.

Ps! I have tested the table module, from the download section, but it lacks the possibility for a lookup table.

I am new, and any help would be highly appriciated.

Normann.

Sorry for bad English !!!

Automatically posting future nodes?

Is there a module that automatically posts future dated nodes? I tried putting my nodes 7 days ahead of the current date but it still gets published. I want it to be kept in the database until that date to appear published.

Any ideas?

Auto Keyword???

I noticed that auto path is a nice feature for SEO since it generates automaticaly clean urls for our website. So I'm wondering if theres a "Auto Keyword" module that generates the Keyword Meta automaticaly based on keyword density on a given node. Lets say the 8 most popular words will be added to the meta.

Disabling email/username change

Hey guys,

I am trying to make a module that will prevent users from changing their passwords/email address/user names.

I used an unset on these feilds with a hook_form_alter.

because of this, you will get an the error :

* You must enter a username.
* You must enter an e-mail address.

if you try and adjust anything on the same page (sig, contact, user roll).

I tried using a hook_user function like so:

Pages

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