CSS based views outputs catalogue?
Hi everyone,
I was wondering if there was a section available where drupal theme developers could share pluggable, class based css styles for the views module?
I know plugins exist in module form but they seem a bit heavy handed when you want total control over your output and the css.
An example would be:
.view.inline .views-row {
float: left;
margin-right: 20px;
}
.view.inline .views-row-last {
margin-right: 0;
}All you would have to do is paste this css into your stylesheet and add the class 'inline' to the view in the UI.
Another example:
Read moreProblems with custom preprocessing function and template file from the views module
hi,
I know the title doesn't say clearly what this discussion is all about but it's not easy to explain what I'm trying now for more than 5 hours (!!!) without any useful result :-(
Ok, let me explain:
I'm building a community-page. On each user-profile people will see - among other things - a view called "list_groups" (created with the views module) which lists all groups a user has joined. It's a normal HTML list which contains the node titles as links.
Read moreViews translation problem
I have the following situation: a site that has a second language added. Everything gets traslated. Now, I see this. There is a view with a page display. As path it gets "new-programmes/%". There is a possibility to add terms as argument. I found a solution to translate the terms. But when I open the french site I ge t this http://mysite.com/fr/new-programmes/term. I want to have the "new-programmes" translated to "nouveaux-programmes". This will result in http://mysite.com/fr/nouveaux-programmes/translated-term
Read moreViews across Multisite?
From what I find on drupal.org, Views does not work with external databases. I have a multisite setup but do not want to share the content tables, although I do want a View on the top domain across the subdomains' content.
(I have a workaround by manually copying and pasting links to selected subdomains' content in a new content type on the top domain when I want to display a block on the top domain, but I will have to constantly maintain and update it.)
Read moreViews: Hur man grupperar rader i grupper
Undrar om de är någon som känner igen problemet:
Att gruppera rader mot ett fält, samtidigt som de är grupperade för ett annat fält.
Alltså en typ av under-gruppering.
Tänk dig om man först grupperar på vecka, och sedan på dag t.ex:
vecka 1
- dag 1
- - node 1
- - node 2
- dag 2
- - node 3
vecka 2
- dag 3
- - node 4
- - node 5
Går det att lösa utan att koda för mycket?
Med vänliga hälsningar
// Tim Brandin
Problem med panels och views
Hej
Precis börjat kika på panels som vi ska ha till ett projekt vilket jag tycker verkar väldigt läckert och användbart. Har dock fått ett litet problem när jag ska använda det i samband med views.
Read moreExecuting a View with a Rule
In short: I need to execute a view, or series of views, with a rule or rule set (or trigger).
Read moreFlagged username från panels/content profile?
Jag använder Panels 3 och content profile för att ändra användarprofilerna (använder den user profile template som följer med panels). Till detta har jag sedan även Flag Abuse som stoppar en Flag-länk på varje profil (jag visar den länken genom ett views-fält som är tillagt som content i panels). När en användare flaggar profilen genom att trycka på länken så ska ett meddelande skickas iväg till admin via private message modulen. Meddelandet är redan skrivet och använder token [account:user] för att visa vilken profil som har blivit flaggad som stötande.
Read moreFlagged username från panels/content profile?
Jag använder Panels 3 och content profile för att ändra användarprofilerna (använder den user profile template som följer med panels). Till detta har jag sedan även Flag Abuse som stoppar en Flag-länk på varje profil (jag visar den länken genom ett views-fält som är tillagt som content i panels). När en användare flaggar profilen genom att trycka på länken så ska ett meddelande skickas iväg till admin via private message modulen. Meddelandet är redan skrivet och använder token [account:user] för att visa vilken profil som har blivit flaggad som stötande.
Read moreViews slideshow with ContentFlow javascript library
Hi at all,
this is my first post in a group. This is my first module developed and I haven't a clear vision on how publish a release into CVS (or Git). So, if someone can help me to publish the first stable release, contact me. Thanks! :D
This modules use [[http://www.jacksasylum.eu/ContentFlow/|ContentFlow] similar to ImageFlow (but with a MIT license) and extend views_slideshow module to present a slideshow.
This library don't use jQuery but, I have tested with jQuery Lighbox2, seems that should not be in conflict. So, I hope to publish soon a first release.




