Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Get instance of Plugin from other custom Plugin
· 11 years ago
I'm not sure what your trying to do with these three plugins and how they need to interact, but if you have simple classes and have loaded these classes when the plugin initializes, you should be able
-
Get instance of Plugin from other custom Plugin
· 11 years ago
Hi, I have two custom plugin's who use generic functionality which resides in a third custom plugin. How can I get the instance of this third plugin from my first two custom plugin's? I know that righ
-
Single page in multiple columns
· 11 years ago
Wow you learn something new every day! I didn't know about the cycle twig function. Thanks!
-
Single page in multiple columns
· 11 years ago
Hi, thank you very much. This approach is very flexible. For each part of content in a delimiter I can/ have to define a layout. Otherwise content/layout is cycled/repeated. But I see, I have to study
-
Single page in multiple columns
· 11 years ago
This is doable and there exists several approaches. The easiest and probably most convenient approach is to alternate the column layouts using the cycle function independent of your delimiter: <sec
-
Single page in multiple columns
· 11 years ago
Hi Sommerregen, thank you. Your Code works, no doubled content anymore. Only thing: I want to use different column layouts for each delimiter. For the first delimiter (---)a col-md-4, for the second d
-
Single page in multiple columns
· 11 years ago
@flaviocopes AFAIK, creating columns via CSS is really handy, unfortunately not well supported, especially when wants to support older browsers, though... @arank Yes, this is what you see with the ab
-
Single page in multiple columns
· 11 years ago
The thing is, you're telling it to divide the whole page first in pieces divided by <hr />, then another time the same page is divided in pieces by /**. It cannot simply know where to end the f
-
Single page in multiple columns
· 11 years ago
Hi, thanks for the tip. Error message is gone. The only problem is: The content separated from the first delimiter is displayed again in the second col-lg-12 text-left and the content from the second
-
Single page in multiple columns
· 11 years ago
Hi @arank, the special Twig command block defines something like a "scope" for a part of your twig file. Usually it is used to make it overridable by a child template (see http://twig.sensiolabs.org/d