Hi everybody,
I try to do a slideshow front for my web site. I follow the steps from this tutorials: http://mustardseedmedia.com/podcast/episode42 and the result is excellent. Because a new funcionality requiriments, I need adding new fields in source content, specifically text and widget text. I did this (add new fields), updating the view and the results is no satisfactory. I updated with the last version of views for drupal 6 (previusly I was using 6.14).
My website architecture contains:
Drupal 6 core.
Views 2.16
Views Slideshow 6.x-2.3
CCK 6.x-2.9
You can see the view's configuration in the picture 1 attached.
I use the follow pattern for rewrite the output:
<div id="lema">
<h2>[field_lema_value]</h2>
</div>
<div id="sublema">
<h2>[field_sub_lema_value]</h2>
</div>
<div id="lema_content">
[field_lema_content_value]
</div>
<div id="link_node">
[view_node] -> Link to the content
</div>Where transparency div's is used for reposition the rest of divs. I dont apply nothing styles css (for the moment), and the fields dont apper (you can see the generated divs in the picture 2). Why is empty?. Is curious because when I access as admin, all fields appear, but in frontend don't appear. I disabled developer module, clean all caches (include cache's views), with unsatisfactory results.
Is it possible this technique?. I have seen elsewhere that it is possible, what is wrong?
I'm desesperate and sad, somebody can help me?.
Thank you in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| Picture 2.png | 5.45 KB | errante_drupalero | |
| Picture 1.png | 51.01 KB | errante_drupalero |
Comments
Comment #1
errante_drupalero commentedNobody knows about this issue or problem?.
I would appreciate some help. Thank in advance.
Comment #2
errante_drupalero commentedNobody knows about this issue or problem?.
I search this issue using google in other forums, but it seems that nobody have done this functionallity in your applications.
Thank you in advance.
Comment #3
PESTO3567 commentedYou didnt say on which field you do use the overwrite pattern....? I has to be the last one.
Comment #4
errante_drupalero commentedHello dotmagic,
thank you for answer, yes the field which with the overwrite pattern is the last one (Teaser). This technique works fine if you follow the steps in the video (the author uses the teaser to display text), but I need to show more text and this text can be models. I thought to include in the text divs (all this in the teaser), but these divs disappear, and I can not layout using CSS (the view recovers the teaser's text but ignores the divs).
Thank you in advance.
Comment #4.0
errante_drupalero commentedUpdate
Comment #5
mustanggb commented