when I click "add content" (basic page), "new forum topic" loads instead

Hello, I was happily adding new basic pages to my (basic and static) site, and all at a sudden when I clicked on "add content", the page "add new forum topic" would load... No way I can add a new basic page, only forum topics.
Why is that? I swear I did not change any parameter whatsoever :(
How do I get the "add basic page" to load?
Thank you immensely for help.

Classified Ad module

I did a search but could not find any recent updates on the classified ad module. From what I understand the module has not been updated. Can anyone direct me to a working method to install this module? I run version 7.2

TIA

Importing content types with images

Hi All,

Is there a way to import bulk content with images into Drupal 7? I have quite a number of content with images and i need to import them into my drupal site. These are basically like articles with an image field. The images names' are all standardized and i have already imported it on the server. Any ideas?

Thank you.

-Mel.

When I loggin as user (with role=X) I cannot use any text editor

Hi there,

Almost finished a site in Drupal 7.

As an Admin I can do all I want in my site.

But I also need to give to some users the capability to create / edit content, of content type articles.

so..

wysiwyg + greek language

I installed the wysiwyg module with the ckeditor editor.
I would like to write texts in greek. Could you explain me or give the good way to follow ?

form validation when using #method & #action

I am writing a form in which I use the #action & #method attributes of the Form to direct the data and the user to a third party site for further processing.

function donation_form($form,&$form_state) {
$form = array(
'#validate' => 'donation_form_validate',
'#action => 'https://secure.blahblah.com/abc="defgh"',
'#method' => 'post',
);

}
function donation_form_validate($form,&$form_state) {
}

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x