Configure wysiwug to keep only bold, italic, link etc on paste, strip the rest

Hello,

this is the first time I gave drupal a try, I installed a fresh drupal 7 with wysiwyg API, the wysiwyg-bridge and TinyMCE and CKeditor. In general I do like it so far. There is one question, a problem I also had with other CMS and i never solved it, it is the following:

Some users are pasting stuff from MS Word including formatting. An everyday-problem like most here will know, I think. I deactivated it with ckedtitor like shown here, so it will be pasted as plain text: http://groups.drupal.org/node/107294

But now i have a static site with loads of content and rich usage from links / italics / bold etc. which I am converting to drupal. When I paste from original as plain text i have to search for this pieces in the text and apply this again, extremely annoying and maybe unnecessary if there would be a way to:

Configure the paste that it keeps what i want (italic, bold, link, underline, h1, h2...) but drops everything else like font face, size, line-height, margins, etc. Something in between copy with all attributes and copy plain text. I dont care if it is TinyMCE or CKeditor or maybe something else.

Very light commerce solution required - advice?

Hi there folks

I've got a D7 site which has a mix of article-like content and directory listings. So I have a bunch of businesses listing their various services alongside my more informative content.

I have a premium listing option for businesses that makes their listings stand out more.
This is managed by roles - they have a limit on how many enhanced listings they can have based on their roles.

Currently I don't have much of a system in place for handling this - its all done manually. I send an invoice, they pay and I give them the role for however many months they paid for. This is alright now as the site is small, but it will become a problem.

I want to implement a simple payment system that'll allow these users to purchase the different options available (preferably with an option for recurring billing but not necessarily). This really only has to be quite lightweight as it is irrelevant to the vast majority of users of the site (whom are not these business users).

It should make it relatively simple to choose the option desired (i.e. number of premium listings and length of time) as well as handling invoicing and payment (via PayPal, preferably).

Capability of content type is not powerful, not perfect!!!

A lot of people have the same problem like I do.

When I create a new content type, I'd like to set:
1、where to show it, which page, which block,
2、how long to show it, a day or two or week

With Drupal 7, I can't do that. I have to use View module or Taxonomy.
That's not convenient.

CaN'T create new book_install_type_create

I have file "content.install".

function _book_install_type_create()
{
// Create an additional node type.
$book_node_type = array(
'type' => 'book',
'name' => t('Book page'),
'base' => 'node_content',
'description' => t('Books have a built-in hierarchical navigation. Use for handbooks or tutorials.'),
'custom' => 1,
'modified' => 1,
'locked' => 0,
);
}

One book-page as child of multiple book-page entries

Wondering if this is possible?

I have a scenario wherein I need to show same data from various perspectives.

For example... I have sales data per-month per-department per-geography.

I need to show in the following structures:

Import csvfile fields and link to image

Hello,

When i import a csv file in Drupal everything works fine. But in the file there is a field with links to images.
Now I want that the field to the image shows the image but how can I do that?

Making a cck field IMAGE OR FILE is not working. What is the alternative?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x