I'm new to typo3 and I wound to setup tt_news. I followed the next plan:
Install the plugin
Made a folder "News Items"
With the News Admin plugin made two categories and added a news item in both categories
Made a new normal content page
Added a contend field as plugin
Selected at "other settings" the folder
Selected at general settings the list view
At "categorie selection" under "general settings" the categories I made in the folder are not selectable under "Available Items:"? Therefore probably the website show now all news item from all categories on my content page.
Related
Need to link this
Site
http://www.vecocraft-ebikes.de/
Magento 2 sidebar on checkout. issue is Right side bar show number of product added thumbnails and name i want thumbnails and name of the product to be linked to actual product.
Thanks
I would turn on "Template Path Hints" to locate the template file where the image is loaded.
Then check if you can access the cart item and the products URL so that you can then insert a link right there on the image.
I'm using Liferay for the first time at work and I'm facing the following issue: I have an Asset Publisher which lists some web contents (abstracts). I want to see full content in another page when clicking one of the content items in the asset publisher. I believe this is a very common functionality but still havenĀ“t been able to find a solution (hopefully it is quite simple). I'm using Liferay CE 6.2 GA5.
From the "Asset Link Behavior" drop down in the Asset Publisher configuration settings (get there by clicking the gear icon on the top right of your AP, choose "Configuration", then click on "Display Settings" tab) you can choose "View in Context". This should allow your content to open in a separate page.
You will also need to set a "Display Page" for your Web content (abstracts). Create the page where you want to display the full content, add an Asset Publisher to that page, and configure that asset publisher to "Set as the Default Asset Publisher for This Page" and "Show only assets with 'your chosen page name' as its display page." - these are checkboxes in the configuration settings.
Here's the documentation from Liferay: https://dev.liferay.com/discover/portal/-/knowledge_base/6-2/using-the-asset-publisher
I hope this helps.
I'm using TYPO3 7.6.4 with the news plugin
Now I've got the problem that the link to the news artikle is not working
thats the link typo3 generates:
When I click the link the detailed page is not loaded ... what could be the problem?
In general you need to create 3 pages:
A sysfolder which contains the records
A page withe plugin and select the "list view". In tab Additional and field **PageId for single news display* choose page number 3
A page with the plugin and select the "detail view".
is there a way to restore deleted pages in silverstripe? I do not find such an option in the silverstripe backend. though you can find the deleted pages still in the database in the table SiteTree_versions.
thx,
florian
For SilverStripe 2.4 - under Page Tree there is a "Show" field with a dropdown. Under that dropdown there is an option "All pages, including deleted".
For SilverStripe 3.0 - open the Filter panel under the Pages section. Change the Pages option to "All pages, including deleted".
Selecting this option in either version of the CMS shows all pages including deleted ones. You can then restore a page by selecting it and clicking "Restore".
working for me in 2.4:
find the latest version of the page in the SiteTree_versions table. find the version id in field 'Version'
go to /admin/getversion/[page id]/[version id]
click 'restore'
For me "All pages, including deleted" was broken ( could not figure out why ) so I tried the below:
/admin/pages/edit/show/[Page ID]
and clicked restore.
I just inherited this TYPO3 project and have a bunch of tasks to perform with it (adding this here, and that there, etc.) and I'm at the task "Add news to the front page" and "Add a RSS feed to the site"
Well, the tt_news extension is installed and I have created 1 test news. Now I added a page content plugin of type "News" and configured it from the best of my knowledge, following the outdated manual provided with the extension, saved the page, cleared the cache and refreshed the frontend page to see this :
...What does it mean and how do I make the extension work?
Edit the content element containing tt_news extension and at the Plugin tab in select field What to display choose default view ie: Standard list view (LIST)
Also:
make sure that in Content Element's settings you choose correct
folder with tt_news records in field Other settings > Page(s)
with tt_news records
tt_news records are created by default with Hidden flag set to true, make sure that the checkbox is unchecked. (BTW this behaviour can be changed with TCAdefaults.tt_news.hidden=0 in PageTS or UserTS)