A Note to all Drupaler very important

Hi Guys,
this note is about how its important, to make a screencast of how to use your module.
first I want to apologize to drupal because in the past i thought it was crap. Now I know better. DRUPAL RULES PERIOD.
I think sometime people do not put drupal where it blong-on the top because I not easy for them to understand. Yesterday i found this site http://www.drupaltherapy.com/screencasts
And boy it change a lot of thing for me. I now know that imagecahe serve something..lol

what I am recommending to drupaler is to do more video screencast on how to use specific modules. screecast are simple to do you pretty much just use the module and we get to see the video.
videos are easier to understand than writing. Most people in the world are more visual oriented.
here are some link of free screencast software:
http://camstudio.org/
http://www.jingproject.com/

why do more videos than just writing?

*easier to remember because human mostly remember what they see
*not everybody understand the language example : argument, filter node etc...
*not everybody speaks english or french etc...having a screencast videos make it easier to understand the process
*we can share the video on youtube and other place thus increase the exposure of drupal
*it easy, you pretty much just use the module and we can see it

Virtual Module module idea

I had an idea (a long time ago) before about developing a module that allowed you to create "virtual modules".

How this Virtual Module module would work is after installing/enabling it, you would use it to create a "virtual module" object to be stored in a table in the database. This table might contain virtual module id, the name of the virtual module, whether or not it is enabled, and possibly some other information. Then you would add code for any drupal hooks supported by the Virtual Module module, which would then be stored in another database table, associated with the "virtual module" you created. That table might contain a hook id, virtual module id, hook name, hook code, and whatever else might be deemed useful or necessary. Then when a hook in the Virtual Module module is called, it will check the database for any "virtual modules" that were created and enabled, and then run any associated hooks from the hook table using the eval() function.

Now this would be limited, since not all hooks could be supported in this way. It would also have some performance penalties by increasing database usage and running more code through eval().

How to install drupal 7?

I have problem with "Database configuration". Drupal don't install on my host.

Need some quick advice about converting

Hi!

Since I decided to develop my website to an "higher lever" - better security, stability etc.. I thought it would be a good decision to build my site upon a reliable CMS-core as Drupal.

Over to my problem; I have built my site on my own CMS based on Smarty template engine. The site is quite unique in it's structure (why I decided to make my own CMS a couple years ago). It's a product testing site, you could compare it with an e-commerce without any buying function.

How to have no author listed on a page

Hello forum -

Couple of basic questions -

I want to create a page for my site that does not list an author -

I go to create content>page>author information (left blank) and it still shows the page as by anonymous - I would rather have nothing there -

THX for your input -

CSS questions

First: I´m a beginner at this.
Trying to design my own CSS for a drupal-site (http://www.heyhaw.com/drupal) using the CSS from the Chameloen-theme.
I can´t understand why the body text becomes bigger then all the other text on the site. Probably easy, but I can´t find where to change this. Please help?

And also... how can I get rid of the menu in the header?

Thanks in advance!

http://www.heyhaw.com/drupal

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x