Questions tagged [viewhelper]
71 questions
1
vote
1 answer
Show access restricted pages within Viewhelper "v:page.menu" (Fluid Powered TYPO3)
In my TYPO3 project, I create a page menu with the vhs extension viewhelper v:page.menu.
Problem is, access restricted pages are hidden in this menu - but I need them to be shown.
I know that there is a way to do this in a typoscript menu:…

kris
- 46
- 8
1
vote
2 answers
Fluid TYPO3 : Error after Update : Could not analyse class:FluidTYPO3\Flux\ViewHelpers\Flexform\SheetViewHelper maybe not loaded or no autoloader?
Aargh! My TYPO3 6.2.11 worked fine! Then I was updated all of my FLUIDTYPO3-Extensions and now I'll get an error:
Could not analyse class:FluidTYPO3\Flux\ViewHelpers\Flexform\SheetViewHelper maybe not loaded or no autoloader?
Here's the changelog,…

user2310852
- 1,654
- 1
- 25
- 52
1
vote
2 answers
Typo3 Fluid - How do I check if two or more colPos have content and then print HTML
I want to print the following HTML only if one or more of the colPos has content in it. If none have content elements in it, then I don't want to print this block (the whole "row") of HTML.

mvetter
- 133
- 2
- 16
1
vote
1 answer
Zend Framework 2 - call View Helper to re-render in a terminal response
I hope the ZF2 gurus can help me out here a little bit. I just started converting a project of mine from ZF1 to ZF2 and I've stumbled upon a segment of my code that I don't really know how to re-write them in ZF2. Here's the problem.
I have a page…

Roy
- 13
- 2
1
vote
1 answer
nineoldandroid library make the view not stable
private void createnewpattern(final String res) {
final int width, height;
BitmapDrawable image = null;
if (res.equals("")) {
width = bitmap.getWidth();
height = bitmap.getHeight();
} else {
image =…

Alan Lai
- 1,094
- 7
- 18
- 41
0
votes
1 answer
Unfound image in View_Helper cause multiple db query in another View_Helper
Very nasty problem, I made a very long investigation to find out what was the origin of the bug. I made an original post for this, but I deleted it to create a new fresh post. So let's start by the start. Thank you in advance for reading this until…

Supertino7
- 3
- 2
0
votes
1 answer
Typo3 Fluid ViewHelper for random page
I am making my first site with typo3 and I need to place a boxes with random pages on my first page.
I made an frontend extension and I have a ViewHelper in it wich displays a box with HelloWorld text in it.
My question is how to get the information…

Lachezar Todorov
- 903
- 9
- 21
0
votes
1 answer
How to disable view renderer from a controller action helper ?
In a controller, I can call viewRenderer helper like this :
$this->_helper->viewRenderer->setNoRender(true);
How can I call viewRenderer in a controller action helper?
Assume that I have a Controller action helper :
class…

Nấm Lùn
- 1,277
- 6
- 28
- 48
0
votes
2 answers
How to remove strings at left of "-" in filename in TYPO3 Fluid?
Using TYPO3 8 LTS, we got many standardized filenames like:
ABC_105-Report.pdf
DEFGH_110-Brochure.ppt
We need to remove whatever is at left of "-" so it becomes a list like this in TYPO3 Frontend:
Report.pdf
Brochure.ppt
We are already using…

Patrick Gaumond
- 118
- 4
0
votes
2 answers
TYPO3 Fluid: f:uri.action encodes & with &
I'm currently updating a TYPO3 6.2 website to TYPO3 8.7 and have a problem with html encoded ampersands.
This is the code:

Peter Kraume
- 3,577
- 2
- 21
- 39
0
votes
1 answer
typo3 custom widget viewhelper
I created a custom widget viewhelper for an extension which works fine in an empty typo3 8.7 installation. But when I use it on needed project with same code it causes an error:
#1289422564: initiateSubRequest() can not be called if there is no…

ayhan
- 27
- 7
0
votes
1 answer
Plugin not found with custom view helper
I need some help with a custom view helper.
My folder structure is like this:
application
- modules
- - smjestaj
- views
- - helpers
- - - LoadSkin.php
And if I go to localhost/smjestaj I get this error:
Message: Plugin by name 'LoadSkin' was…

davs
- 144
- 1
- 2
- 10
0
votes
1 answer
Typo3 get parameters from link-wizard
I have a link-wizard in my fluid template to let the user select a page or an external link in the T3-tree.
This ends up in a DB-entry that looks like…

Swissdude
- 3,486
- 3
- 35
- 68
0
votes
2 answers
TYPO3 nest viewhelper or use the processed image somehow for lazyload
I'm trying to imply lazyload with a specific slider, it requests the src of the image to be entered twice, once as src and second as data-lazy like this:
with I can use…


webman
- 1,117
- 15
- 41
0
votes
1 answer
TYPO3 Backend Error VHS ResourceViewHelper
I updated a TYPO3 Installation from 6.2. to 7.6 and now I have the problem, that I always get an error after clicking on the Page Settings. I always get:
Could not analyse class: "Tx_Vhs_ViewHelpers_Extension_Path_ResourcesViewHelper" maybe not
…

Bernhard Schusser
- 143
- 1
- 2
- 8