I'm using News System with TYPO3 v9. and I can't enable select and upload on the Media tabs.
I added the following to Page TSConfig, but nothing changed :
TCEFORM.tx_news_domain_model_news.config.appearance.fileUploadAllowed = 1
I found the cause : user_upload has been locked.
File uploads are only possible when the user has access to the folder user_upload. If you restrict the access for the user one can't see the Select & upload files any more.
Related
Hi I'm trying to create a website, store and store view in Magento 2. I've been watching youtube video on how to do it. But I'm just curious why is it my admin panel has this kind of prefix
As you can see below my website name I have (Code: aliexpress) may I know what this mean? In the video I'm watching they don't have this. Any idea regarding this?
Every website, store and store view has one unique identifier that is called code. in your case your website Name is Aliexpress according to that name code is aliexpress.
Website code is helpful when we want to run specific website in Multi-Website environment. you can open your index.php file in your Magento installation directory and find the below code.
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE] = '<your website code>';
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_TYPE] = 'website';
Using above code you can run specific website.
I am using CQ5 for one of my projects. I recently had an interesting problem. We had following page in our siteadmin -
MY-PORTAL-NAME/en/example.html
The the corrosponding URL was
MY-PORTAL-NAME/en/example.html
In my siteadmin I changed the name of page example to mydata and following URL is working fine
MY-PORTAL-NAME/en/mydata.html
But the problem is the old URL MY-PORTAL-NAME/en/example.html still exists. How can we solve this ?
The page was moved only in the author instance . The page is intact in publish instance , usually when you move an activated page the application prompts for moving the page in publish too. To fix this you can log into publish and delete the page or move the page back to old URL , deactivate it and then move it back to the new URL.
Can i get preview/direct links to the files in my drop box account after i have uploaded them through saver API of drop box . I am trying is that if user uploads files to drop box account using saver API then the direct links to the recently added files appear on the app with the drop box icon alongside . So the user can download it through my app without having to accessing it from drop box .
No, the Saver doesn't return links to the new files in Dropbox. But if you used the Saver, then you already have URLs for the saved files, so why not just show those? Maybe I'm misunderstanding the scenario.
I have a question about the TYPO3 Extension News System 2.3.0.
If you add related files to a news, is it possible to show a download counter
or a counter that count how many users that have clicked the "Related File" !
This is not possible with the current version of the TYPO3 News extension.
You could try to create an own extension which extend the TYPO3 News extension by the functionality needed.
Your extension could include the following
Add a new property (e.g. downloads) to the Domain Model Tx_News_Domain_Model_File
An action (e.g. downloadFileAction($fileUid)), that increases the download counter and redirects the user to the file download
A ViewHelper, which renders the link to the new action for the file download
Also you should make some security considerations like "user can only download files she/he has access to".
I have a TYPO 4.7 site.
I have created an account for redactor to change content of the page, and I've created a filemount so that he can upload files, but when I click on "Select files", nothing happens.
I fear I might have screwed somehting of the permissions, but I cant imagine which one is it that is bad configured
Perhaps that is an flash issue? The user can deactivate using flash upload in his settings. In that case he will get the old upload modul. So, if that works, but the flash uploader does not, it is an flash issue.