Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying TYPO3 Extension Development
  • Table Of Contents Toc
TYPO3 Extension Development

TYPO3 Extension Development

4.5 (2)
close
close
TYPO3 Extension Development

TYPO3 Extension Development

4.5 (2)

Overview of this book

Table of Contents (13 chapters)
close
close

Adjusting Extensions


After generation, we will make adjustments to our generated extension according to our needs.

Clean Up

Firstly, if we are sure that we generated the extension correctly, we should go and remove two files named wizard_form.dat and wizard_form.html from the doc/ subdirectory. These files contain Kickstarter information. It is possible to use Kickstarter to reconfigure extension. However, any manual changes in files will be completely lost.

Changing Fields

The next thing to do is to change tca.php to remove limits from the integer fields. The following lines should be removed from both the generated tables in the hits column:

'range' => array (
'upper' => '1000',
'lower' => '10'
),

Next, we update the fe_user field in both the tables, first_page and last_page in the first table, sesstat_uid and page_uid in the second table and minitems should be set to 1.

Now, we need to optimize SQL fields. We do so by changing ext_tables.sql. We will change fe_user, first_page...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
TYPO3 Extension Development
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon