I just only begin to develop on TYPO3 version 7.6.16. I use extension femanager. The problem is next:
I want to add my new tab to frontenduser page on backend as it described in this link https://docs.typo3.org/typo3cms/extensions/extension_builder/Developer/ExtendingModels.html
My goal is simple: Add new tab with two fields (Selected Items and Available Items) exactly as it described on the link.
Related
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".
I am using moodle 2.8
I wants to hide/remove moodle lesson actions. Moodle lesson has following actions
Add an end of branch
Add a content page
Add a cluster
etc
I want to show only Add a content page & Question from above
How to do this?
Thanks..!
I am new to zencart and want to create custom page for categories, can anyone help me for that to create custom categories page?
If you want to create a new page in Zen Cart, you have a couple of options:
Use EZ Pages - go to Admin->Tools->EZ Pages and add your page.
Start with a new page template such as the About Us page, which is available in the Plugins area for Zen Cart here: http://www.zen-cart.com/downloads.php?do=file&id=86
I am new to Sitecore and trying to create a new page on an existing website. I have made a copy of an already existing template page and renamed it in a new folder, I then have created a new content page in the content folder. What I need to do now is link/map these two pages together.
I am sure it's simple but I can't find any info on how to complete this, any help would be much great.
First, you should have created your new page from your new template, but for now, you can change the page template by:
Select your page in the content tree
Go to the tab Configure
Go to the chunk template
Click to change
If you are not able to find out the change template as mentioned above, try the below steps:
1. Right-click on the particular content page.
2. Then click on **Insert**.
3. then click on **Insert from template**.
From here, you can choose which template you want the page to point to.
Hope this helps.
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)