|
I want to develop a typo3 extension(plug-in) which assign links to any keywords(specified) of the web page dynamically. When any typo3
website page gets loaded(rendered), first my hook(plug-in) is being called which assign links to specified keyword of that page, and then
page gets loaded after asignin links. I mean ..before page load..my hook should be called and perform link assignment operation to page
content and then after page get loads with assigned links.
I need help for .. my problem is ..how to integrate hook(extension) or my own custom class to perform above mentioned dynamic keywords links
operations. I am not getting any exact location from where i can add my hook function. What are the required files location to be changed ?
What configuration files need to be modified and realted changes to be done to call my own custom hook function to perform this operation ?
|