What am I doing wrong?

I downloaded wysiwyg api to my pc, then installed the module to my site, enabled the module then went to configure where I was sent to a page with a few libraries on it for me to choose from, I chose ckeditor, went to their site, downloaded ckeditor 3.6 to my pc, uploaded and unzipped it to directory thedailyorbitcom/drupal-7.2/sites/all/libraries/ckeditor, went back to my site disabled then re-enabled wysiwyg, clicked configure was sent to the same page as before, only now I get this error:
Error
CKEditor (Download) Not installed.

Quotation for Video website

Hello,

I'm looking for quotations for a project with following features:

Using Drupal as a customer file portal / ftp replacement

I want to stop sending clients download links for their videos. I have used drupal in the past and thought it may be a good fit just thought I would get some feedback and recommendations on modules.

I want to create a portal that allows me to create users and upload files that only that user can see download/upload. I would like to show the meta data of the files... last update, file size, name, format. really this is just a FTP replacement.

use of wysiwyg (filtered_html) in custom field

Hey,

I am trying to build a custom field that have a few fields. one of thous field need to be a wysiwyg field.
I can make the wyiswyg to be shown in the form using the next code (in my hook_field_widget_form):
$element['my_body'] = array(
'#title' => t('Editor'),
'#type' => 'text_format',
'#tree' => true,
'#rows' => 10,
'#format' => 'filtered_html',
);

But after i save the node, i get error (because of the added fields of the wysiwyg (foramt and value):


PDOException: SQLSTATE[21S01]: Insert value list does not match column list: 1136 Column count doesn't match value count at row 1: INSERT INTO {field_data_field_mymodule} (entity_type, entity_id, revision_id, bundle, delta, language, field_mymodule_title, field_mymodule_body, field_mymodule_format) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7_value, :db_insert_placeholder_7_format, :db_insert_placeholder_8); Array
(
[:db_insert_placeholder_0] = node
[:db_insert_placeholder_1] = 16
[:db_insert_placeholder_2] = 16
[:db_insert_placeholder_3] = BarakTEST
[:db_insert_placeholder_4] = 0
[:db_insert_placeholder_5] = he

How can I allow access to private and secure downloads on a per-User Role basis?

I have set up a website with multiple users roles which define whether or not the user can view certain nodes which contain various downloadable files. Access is restricted to nodes via the nodeaccess module.

Contextual Filters And/Or

Hi,

I am have been searching for a while how to use " contextual filter" with a And/or operator, similar to the the "filters".

I have read some where that apparantly adding and Or / and to the filter would "inherit" to contextual filter, i have tried unsuccessfully.

To be more specific i want a taxonomy page to display all desired content that match a specific term but also a global one. For instance: Display all Blog post under Category 1 AND Category 2. Category 1 being fed from the url term while catergory is to manually defined.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x