BE shortcut to content element TYPO3 6.2 - typo3

I can't create a shortcut link to another page width an anchor to a content element in TYPO3 6.2.
In TYPO3 4.5 we can add a shortcut page in the page tree to another page and a content element (on this page). In the menu this look like "www.site.com.ua/yourpage/#c_255" for example. In TYPO3 6.2, I can only find "Shortcut to page", but no content element to chose from. Do I need to activate this function in BE?

As far as I know it is not possible at the moment. But there is an open issue in the TYPO3 tracker. It has been created 2 years ago, but the target version for the fix is set to version 7.5. So maybe this feature will be added somewhen.

Related

Linkhandler in editor of extension

Using the linkhandler function of TYPO3 > 8 works fine for content ckeditor elements. But how do I get those additional link browser tabs in rich text fields in news or any other extension?
I guess you have added the new linkhandler-type with TSConfig right? Then this new wizard should be available in all link wizards of every subpage of the page containing your TSconfig. Maybe your News are located inside a folder outside of the TSconfig affected pages?

Typo3 create reference element for all subpages

I have a TYPO3 8.7.
I need an element (plugin) to be displayed for all subpages.
I found such solutions:
1) Create element reference But I do not know how to add it simply on all pages?
2) Add plugin on every pages But is it possible to copy exactly my plugin installed on the page ?
Both approaches are suboptimal, since you either had to create a reference content record on each page or your plugin would not be configured manually anymore.
My recommendation would be to put that particular plugin into a specific column of the root page and inherit the content of that column via the "slide" feature of the CONTENT cObject:
https://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Content/Index.html#slide
We are using this feature i.e. for the whole footer section of https://coders.care including the twitter plugin and the random testimonial content.

TYPO3: tx_news add system category selection to a link

I'd need custom buttons (with image) for the various categories, and I'm trying to figure out if I can add the selection to the link for a header or in the RTE with the wizard.
So I link to the list page that should display only the entries tagged with the specific system category that was clicked, like with a category-menu directly as plugin -> category menu
In TYPO3 8 the linkHandler configuration has been improved alot. It allows you to define your own tabs in the link wizards for selecting any records. You may use this function to sys_categories inside the linkwizard and then configure the url to make it work with tx_news.
Check out the new feature here: https://usetypo3.com/linkhandler.html
EDIT: I guess this feature was already available in TYPO3 7 LTS but I'm not sure its not inside the documentation... not even in the docs of 8 LTS...

TYPO3 8.7 tx-news showinpreview field not visible

I'm about to upgrade a page from TYPO3 6.2.30 to 8.7.0 but I can't find a way to use the "showinpreview" field in tx-news.
In the old tx-news 3.2.8 Version the Override sys_file_reference.php is called from /typo3conf/ext/news/Configuration/TCA/tx_news_domain_model_media.php
But in tx-news 5.3.3. I can only find the Override file.
In BE I only see News > Relations > Media File > Title and Description.
If I Change "showinpreview" in Table sys_file_reference to "1" the preview Picture Display in the FE.
I know that since 4.1.0 - 2016/01/27 the relation "tx_news_domain_model_media" will be removed. But is there any way to activate preview Images from the backend?
Thanks for any hints and for your great work!
There seems to be a different way to use "imagePallettes" in TYPO3 8. The problem has already been solved in Github Master. https://github.com/georgringer/news
For display preview image in news list see attached image. you can do like this News > Relations > Media File > check "Show in list views".

Setting internal page links including anchors in sitecore 8

The new design for Inserting an Internal link( using General Link field type) in Sitecore 8 doesn't include Anchor attribute field but in an older version (i.e. sitecore 7), this field is available.
Is there a way by which authors can add anchor to an internal link in Sitecore 8?
Note: I need to add an internal link from one page to another page(with an anchor) and not an anchor within the same page.
I have attached screenshots from sitecore 7 and sitecore 8.
Insert link pop up in sitecore 8
Insert link pop up in sitecore 7
There is the blue Anchor button up in the left corner and also an Insert anchor button on the field itself:
This is a known issue with the Sitecore 8 SPEAK dialog. The temporary workaround is to revert to the previous dialog by commenting out (or better yet <patch:delete />) the following line in the /App_Config/Include/Sitecore.Speak.Applications.config:
<override dialogUrl="/sitecore/shell/Applications/Dialogs/Internal%20link.aspx" with="/sitecore/client/applications/dialogs/InsertLinkViaTreeDialog" />
The corresponding public reference number for this issue is #407189
There is a solution to customise the Speak dialog to add this back in here:
https://exlrtglobal.atlassian.net/wiki/display/~Drazen.Janjicek/2016/03/18/Extending+Sitecore+8.1+-+Adding+support+for+anchors+in+internal+links