Fluid is a an XML-based templating system for TYPO3. With Fluid, all the code for the view logic moves to the template - e.g. loops, if/else switches and similar.

learn more… | top users | synonyms

0
votes
1answer
13 views

Extend/Change extensions in TYPO3

I wanted to ask, how to change files in a TYPO3-Extension, that they wont be overwritten after an update of the specific extensions. I know that there are 'hooks', but they only give me some ...
0
votes
0answers
10 views

How to get a list of filePaths from Typo3 to a webapp

I have a Tx_Extbase_Persistance_QueryResult with a list of files. And I would like to use the filePath to get some images to a webapp. But, I haven't succeed on doing it. Here is an example of my ...
-3
votes
0answers
17 views

fluid layout not working locally [closed]

I'm creating a site with fluid layout using Dreamweaver CS6. And I don't know why the fluid layout is not working on localhost but when I uploaded it it works perfectly fine. My local site is running ...
0
votes
4answers
44 views

CSS Wrapping text around images

for this website I've been building I need to display the content a certain way, I have a thumbnail, two screenshots and a block of text about 500 words. I need to have the text wrapping around my ...
0
votes
1answer
26 views

getSize to calculate and set width of input field

I have a div containing an input field and a submit button. The design needs to be completely fluid: the height of the submit button is set to height 100% (the parent div is also build in ...
0
votes
0answers
11 views

get values of multiple checkboxes in extbse/fluid typo3

How to get values of multiple checkboxes checked in frontend template with fluid and use these values in action extbase?
0
votes
1answer
11 views

Website template Fluid or Responsive?

Okay I am a bit confused here, I have recently started making templates for sale, and now usually responsive templates. So I was making a new design that had a basic css of the following design: * { ...
0
votes
1answer
14 views

Two divs, static div on the left side and fluid div on the right side

Here's my situation: .left { float: left; width: 150px; height: 300px; margin-right: 20px } .right { float: right; max-width: 450px; ...
0
votes
1answer
28 views

get scaling div to stay in same position

I am working with a scalable background image using CSS. I am using a div tag container with a nested AP div that contains an animated flash logo that I want to be scaled down together with the ...
1
vote
1answer
26 views

TYPO3 extensions/plugins creating <p> tags in HTML pages

I created an extension and plugin using extension builder which generates some HTML code to a file fileadmin/templates/List.html.This content goes into my web page's template.html as <f:section ...
1
vote
2answers
28 views

TYPO3 FLUID conditions while looping array

I have an array which contains a list of names. In the front end, this has to be listed in a listed way. Using the <ul> and <li> tags. Half of the list should be displayed under one ...
0
votes
1answer
27 views

Make input field element fluid and take up remaining available space with two fixed sized elements on one row

How can i make the input field be fluid and take up the remaining space in the middle? I have two fixed sized elements, one on the left and one on the right. I want the remaining space to be taken ...
-1
votes
2answers
40 views

BootStrap Grid System Issues

I am having some issues with the bootstrap grid system. I usually use fluid layout for my projects and have no issues. I am using the NON-FLUID layout, and somehow, my project only spans for about ...
0
votes
2answers
32 views

TYPO3: use fluid's date view helper inline as argument for translate view helper

I am currently developing some extensions to use within TYPO3 6. In one view I have database records with date fields. I can output the date values with the following: <f:format.date ...
0
votes
1answer
46 views

Create custom extensions or plugins in Typo3 6.0.4

I am a new TYPO3 user. How to create an extension or plugin in Typo3 V 6.0, which will take an UID as an input and return the titles of the root page and its child pages if any. I am also using ...
0
votes
1answer
46 views

Typoscript Arrays and using them in FLUID

Assuming I have a project with the following web pages (Please see the screen shot) The uids of Red, Blue, Post and Blog Page are 1,2,3 and 4 respectively. Now, I would want to define an array or ...
0
votes
2answers
73 views

Twitter bootstrap divide row-fluid by available space

I have the following usecase. I need to draw 6 blocks of html divs and break it down to by the available space. The image bellow will demonstrate how is it suppose to be. Can you please have a look at ...
0
votes
1answer
67 views

Typoscript object variables and accessing in Fluid templates

I have a project which has it's all templates, css, layouts and images in the folder fileadmin/templates . In my layouts I have multiple links to the images present in the fileadmin/images folder and ...
0
votes
0answers
14 views

“Law of the Wall"

I am new to this site and this happens to be my first question. So i am writing to find out how i can model up the “Law of the Wall” Method to Matlab. ...
0
votes
1answer
26 views

Fluid sliding panel : make it work on load and after resize with computed values?

I'm trying to put together a fluid sliding panel which should take into account the inner width of the window on load, as well as on resizes : depending on the actual window size, the panel should be ...
2
votes
2answers
52 views

Variable width won't change after browser resize

I have two li's which, by using javascript, is the same width of a certain li. The li is fluid css so it changes according to the browser width. The li becomes the same width as the other li when I ...
1
vote
0answers
42 views

How can I fix this overflow issue in IE7 with the absolutely positioned container?

I have created a layout which works well in IE8+ but not in IE7. The problem is, the absolutely positioned #container (which has a top to push it below the header and a bottom of zero to fill the ...
1
vote
1answer
35 views

What repulsion direction do we use for Smoothed Particle Hydrodynamics when radius is 0?

When doing SPH, the paper by Kelagar recommends using a particular kernel for pressure induced forces between particles. The kernel it recommends is the following when the radius is within the kernel ...
0
votes
1answer
20 views

f:form.select does not show me the data

I have an object adherent that contains an object grade(Class: Grade, membres: $uid,$abelGrade). I want to display all grades in database table 'grade'. so I assign a grades (an array of grades) to my ...
0
votes
1answer
69 views

TYPO3 Fluid Form Viewhelper: How to keep all properties of an object when setting only one

I have a object 'Demand' with a lot of properties, e.g. string 'fulltext' and integer 'ordering'. Now there is a form where I want to change just one of it's properties (others of them have been set ...
0
votes
1answer
25 views

Textfield only with numbers

I have a Fluid Problem. This code: <f:form.textfield class="wettersuchinput" maxlength="4" type="email" name="zip" value="{zip}" placeholder="PLZ für Lokalwetter eingeben"/> I want to fill ...
0
votes
0answers
91 views

Responsive Web Design vs Adaptive Web Design - Pros and Conds [closed]

Can someone please explain the difference between adaptive web design, responsive web design, and fluid layouts, and the pros and cons of each in relation to each other and fixed width layouts? ...
0
votes
0answers
50 views

Integrated fixed and fluid width navigation bar [closed]

I'm creating a navbar using a list and then styling it with css. I'm trying to get the whole navbar to be 100% width but with certain elements (grey) having fixed widths. If you have a look at the ...
-3
votes
1answer
37 views

Design Fluid Body Sections Layout?

Does anyone know what code/method should I use to achieve this kind of layouts? How to layout the body as different sections How to wrap each body section and make it fluid Somewhat like each ...
4
votes
2answers
80 views

Disable encoding warning for templates in Netbeans 7.2

I am frequently working with template files in Netbeans 7.2: In TYPO3, with HTML-based and Fluid templates; in OXID eSales, with Smarty templates. If a template file contains a charset variable ...
1
vote
1answer
98 views

Evenly spaced image grid

I've been all over this site, but haven't found decent solution yet. I'm making a photography site that has a fixed menubar div on the left and the content div flowing on the right. In the photo ...
0
votes
3answers
80 views

Resize img to window size keeping aspect ratio / no overflow on height or width

I realise this question has been asked multiple times in differently worded titles and options, but i have yet to find something that works for me. Im trying to have an img fill most of the screen ...
1
vote
2answers
27 views

Fluid compare date

Hi I want to compare two dates. I want to make a condition witch checks if the date in my Database is older as the date in to days. Here are my two variables: {<f:format.date ...
1
vote
1answer
52 views

TYPO3 TCA select, NULL value in items array

I have made an extension in Typo3 4.5 with extbase and fluid. Now to insert some data i use the backend module 'list' that makes some forms with the TCA of the tables. To make a select box optional, I ...
0
votes
3answers
82 views

Fluid Width Slider

I am making a website here: argit.bounde.co.uk I have followed a tutorial on making a slider and it works on the principle of having a ul of a big width and then the li's floated. This is then all ...
1
vote
2answers
38 views

Css box fluidity issue

I have been trying to make fluid boxes that will squeeze when you resize the window. but this is whats happening: When I resize the window the 4th box moves to the bottom and then the width of the ...
0
votes
2answers
61 views

Display list of elements grouped by year and by month in TYPO3 Fluid

I have a model where one field is a date. I want to display elements from that model, grouped by year and by month, like this: == 2013 == === April === * Element 1 * Element 2 === March === * Element ...
2
votes
0answers
50 views

Searching for a script to assist with fluid lines connecting multiple divs

I am in search of a script that would assist with making a fluid bezier line... if that is the correct way to word it. In the examples below, the colorful lines would become shorter (and adjust) as ...
1
vote
0answers
16 views

issue with fluid images compatibility across chrome and firefox

I've adapted a script i found online to auto resize my image centered in the screen, based on browser height. My image appears nicely centered in the screen in chrome. and the size adjusts when i ...
0
votes
0answers
25 views

How to make a fluid layout with 2 inline divs when window is escalated

I want to make a fluid layout and have at the top 2 divs like this: 1 is left floated, and the 2nd is right floated(both inline). I want the 2nd div to stay fixed to the right side of the window and ...
1
vote
1answer
85 views

Typo3 Extbase/Fluid Viewhelper Issue: “tags not properly nested”

I wrote a viewhelper with renderChildren()... I get this error, which makes no sense to me: Templating tags not properly nested. Expected: Tx_Hplusinfo_ViewHelpers_RehaKatViewHelper; Actual: ...
0
votes
0answers
12 views

mixed fluid and solid columns

I'm really stuck trying to figure out this problem and I'm hoping you can shed some light. I'm doing this in Dreamweaver CS6 and html5. I've added a link to a diagram to clear things up, but what I ...
1
vote
1answer
450 views

Bootstrap - Fill fluid container between header and footer

This may be a very simple question, but I've been out of the CSS scene for awhile and I can't seem to figure it out. I am using the Bootstrap framework and I have a fixed header and footer. The ...
1
vote
1answer
149 views

Creating ViewHelpers inside Typo3 fluid template

I want to build a Typo3 template from scratch using Fluid. I'm new to this CMS, but have knowledge in Zend Framework which uses a similar MVC approach. What I don't know is where to put the ...
1
vote
2answers
280 views

Fluid Grid - How do I use them in Responsive Web Design?

Please forgive me, but can somebody please explain to me the purpose of the Fluid Grid, as featured on cssgrid, for example. By grid, I refer to those columns, some are 9, others 12, others 24 ...
0
votes
1answer
62 views

Fluid, flexible and scalable tiles to fill entire width of viewport

I am trying to create fluid and flexible "tiles" for a website, that span across 100% of the viewport of the browser. However, I would like them to scale a bit if needed to eliminate all white space ...
1
vote
1answer
47 views

Compare DateTime in Fluid

I want to compare a dateTime Object with the today date. This is my date Object <f:format.date format="d.m.Y - H:i:s">{article.validFrom}</f:format.date> I want to make a condition, if ...
0
votes
1answer
76 views

Scala fluid syntax with Casbah toolkit for MongoDB

I am new to Scala and trying to use Casbah toolkit for MongoDb. Casbah tutorial says: "...This should allow a more fluid Syntax to working with Mongo. The DB object also provides an apply() for ...
0
votes
1answer
48 views

Referential Integrity in List View

I have made an extension in TYPO3 v4.5 with the Extension Builder. Now I have some Tables, that don't have a create/update function, because they don't change very often (only once in some month). To ...
0
votes
0answers
169 views

“Menu of subpages” doesn't work in a Typo3 Fluid template while fetching a record from a page

I'm trying to add a "user controlled" footer in the main layout of a Typo3 Fluid based template. This means that I've added a backend layout with four columns in a special back-end page called "footer ...

1 2 3 4 5 6