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".
Related
I'm using typo3 6.2.4 with the news extension to show some articles om my website. In one of the articles I want to add a youtube movie within a iframe. But it is not allowed to add html code. Does any one know how to solve this?
If you're talking about EXT:news, you can enable "Content element relations" in the extension configuration (in the Extension Manager). Then you can use every Content Element type as part of the News item, so you can add a HTML element or a Media element to display it.
By the way, if you host your video yourself, EXT:news accepts it as a media item as if it were a picture.
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.
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 have converted a joomla website to wordpress. All categories and joomla articles are converted as wordpress categories and blog post. Now I want to show this posts (articles) with different menus. But I saw I can assign catagories in word press menu. But How can I display a single post with a menu ?
Like I have about us post , for which I want to create a menu. How can I do that ? I can convert those to pages. But I dont want to loose tags and URLs . Can anyone help please ?
Thanks
You can add any post to a menu from the "posts" box in the menu admin screen. If you don't see that box, go to the screen options for the menu screen and check "posts".
There is an option named Custom Links in wordpress menu configuration. Just name label as "About Us", and give your post link in url field.
create separate page template for every single menu. In these page templates write a php code to fetch content from single category. Create pages in admin and assign a page template to each page into admin. This will fetch content from different category on different menu that u want.
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)