Removing Views Slideshow image from the slideshow but retaining node content

Hi All,

I have a frontpage slideshow of images/news stories displaying built using the views slideshow module. It works fine, with about 7 rotating stories, each linking to a node where the full story is displayed. The node is its own special content type.

But, what I want to be able to do is remove individual image/stories from the slideshow on the frontpage, but leave the node content in place so it is still searchable. How do I do this?

Minimum word count

Hi

I've been searching for a solution to my problem in the forums and on google and i can't seen to find and answer.

Is there a way to set a minimum word count for content types? For example every content type has to have a minimum word count of 400 words or else it can't be submitted.

I'm not familar with coding and i was wondering if there was another way to do this.

Thanks in advance.

Simon

multilingual url aliases

Hello,

does anybody know, if it is possible to create url aliases in this way for multilingual pages:

mysite.com/en/home - homepage in english language
mysite.com/de/home - german translation of homepage
mysite.com/sk/home - slovak translation of homepage
etc...

Urls in form "site/language/alias" works fine, but not with the same alias for every language mutation of the same page.

Thank you.

Dynamic select list parent/child with views or...?

Hi to all,
I need to Create a content type where have 2 fields:
1. select list field parent.
2. select list field child (dynamic).

these 2 content type fields are Required.
Also,:
I want to add these fields to a view, where you can search a specific product according to these fields.

For example:
I create "product" content type:
I want to add "TV" product.
I add "product" Content type:
Title: TV model bla bla ..
select list field: "electric".
Field a (dynamic) - select list field: "TV".

Drupal cannot copy colors.css when changing theme colors.

Hi. I am running a drupal installation on a shared host with php safe mode enabled.

I have encountered various problems with uploading files. Now, almost everything works properly. However, when I try to change the theme colors, I get the following error:

The specified file temporary://fileUSMnYL could not be copied to public://color/bartik-f43345ef/colors.css

I tried removing the color folder. Drupal will then recreate the folder when I try to save the theme (so write permission doesn't seem to be the problem) but fails to create the colors.css file. This results is all background colors going to white.

Here are some of the problems I encountered before, as they might be involved in the problem.

At first I could not upload files with IMCE. This was resolved by applying this patch: http://drupal.org/node/1226786

which replaced:
if (!move_uploaded_file($_FILES['files']['tmp_name'][$source], $file->uri)) {

with:
if (!move_uploaded_file($_FILES['files']['tmp_name'][$source], drupal_realpath($file->uri))) {

mod for adding/showing content

Hi, I'm pretty novice when it comes to this drupal stuff but I continue to persevere. That said, I hope my question makes sense. I'm working with drupal 7. and have a problem with the a mod.

I'm making a website with several artists profiles. and would like to create a path that links from the artists page to the content from the main menu. So...

artist/selected artist/artist content

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x