Project

General

Profile

Actions

Bug #25055

closed

Access tab in content types Image & Text w/ Image not visible

Added by Florian Baumann about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2011-02-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I was searching for a solution to this issue in several forums, but I did not find anything. The tab "Access" is not displayed when I select Text or Text w/ Image in BE. Tried it with admin users and limited access content redactor user.

Checked the configuration and TCA for misspelled php-code. But everything seems to be correct in tbl_tt_content.php

Tested it in FF, Chrome and IE8.

It can be reproduced independent what page type I use (extended, normal, not in menu,...).

TYPO3-Version: 4.4.6
The appropriate TYPO3-Instance had been updated a while ago from 4.2.1 to 4.4.6.
(issue imported from #M17611)


Files

access-tab.jpg (104 KB) access-tab.jpg Administrator Admin, 2011-02-16 10:53
Actions #1

Updated by Steffen Gebert about 13 years ago

Hi Florian,

does it only appear for Text (with Image), or all Content Elements? I can't reproduce this, I always see the tab.

Have you modified the source code of TYPO3? I assume not, but can you download it again, please?

You're mentioning deprecated page types (extended, normal, not in menu,...). Did these pages already exist, or have you created new ones? Have you executed the Upgrade Wizards in the Install Tool after update? I can't remember a change regarding the access lists, but please make sure that you run the wizards.

Last idea: Please try to remove as many extensions as possible and recheck!

Have you asked in the official TYPO3 lists (typo3-english is appropriate)?
Steffen

Actions #2

Updated by Florian Baumann about 13 years ago

Hi Steffen

The tab does not appear with Text with Image and with Image. All other types are working correctly.

I did not modify the TYPO3 source code.

After transferring the whole site to a test domain, I ran the compatibility wizzard. After performing all updates including the DB compare, the problem was not solved yet, allthough the deprecated page types disappeared.
I have tested both - creating new pages or using the existing ones. The Access Tab never shows up.

There were some vage hints where people ran into this issue using the TemplaVoila engine. After deleting an old version of templaVoila on my T3 instance, the tabs would still not show up.

I will ask the official list for additional info on this.

Thank you!

Actions #3

Updated by Florian Baumann about 13 years ago

Ok, I think I have found the "culprit" which suspends the Access Tab. It's probably the extension kj_imagelightbox2.

Can anyone confirm this under TYPO3 4.4.6?

Thanks in advance
Florian Baumann

Actions #4

Updated by Florian Baumann about 13 years ago

Finally, we have found a solution for this.

First of all, we can 100%ly confirm, that this bug is caused by the extension mentionned above.

We had to modify the file typo3conf/extTables.php

// Textpic mit access tab
$GLOBALS['TCA']['tt_content']['types']['textpic']['showitem'] = 'CType;;4;button;1-1-1, header;;3;;2-2-2, bodytext;;9;richtext:rte_transform[flag=rte_enabled|mode=ts_css];3-3-3, rte_enabled, text_properties, --div--;LLL:EXT:kj_imagelightbox2/locallang_db.xml:dividers2tabs.image, image;;;;4-4-4, imageorient;;2, imagewidth;;13,--palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgLinks;7,--palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgOptions;11,imagecaption;;5,altText;;;;1-1-1,titleText,longdescURL,--div--;LLL:EXT:kj_imagelightbox2/locallang_db.xml:dividers2tabs.generall, --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group';
// pic mit access tab
$GLOBALS['TCA']['tt_content']['types']['image']['showitem'] = 'CType;;4;button;1-1-1, header;;3;;2-2-2, image;;;;4-4-4, imageorient;;2, imagewidth;;13,--palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgLinks;7,--palette--;LLL:EXT:cms/locallang_ttc.php:ALT.imgOptions;11, imagecaption;;5, altText;;;;1-1-1,titleText,longdescURL,--div--;LLL:EXT:kj_imagelightbox2/locallang_db.xml:dividers2tabs.generall, --div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, starttime, endtime, fe_group';

Hope, this will help.

Florian

P.S. This can be closed.

Actions

Also available in: Atom PDF