-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MetaData not aligned properly #9
Comments
Is there any update on this ? |
I do not intend to do anything with this plugin, probably, ever again. But, all the layouts are in one folder, you can edit them. I am willing to add collaborators to this project to help maintain it, but I believe I have done my part, and do not have the time for this plugin any more. https://github.com/creecros/Task2pdf/tree/master/Template/printlayout The two main layouts are the ones titled printlayout*.*, one for normal use and the other for cjk support. Remove the hook from the details.php template to remove meta magik from the layout, be advised, anything else attached to that hook will also disappear from the print layout. If you want to just modify it, you would need to add a layout, specfic for meta magik to override the normal one in the print layout creation stage. This gets a little more complicated for a beginner, but if you understand hooks, then it should make complete sense. In a nutshell, you would create a new hook, remove the current hook, and attach a new layout for metamagik with your modifications to the newly named hook. this will cause Task2PDF to use your metamagik layout and not the one that is part of metamagik when it creates the PDF. |
Fair enough i'll give it a go then see what i can make although i am pretty n00b programmer so if you be willing to lay down some guidelines ? I am indeed not familiar with hooks well i understand the principle. If any suggestions or tips do let me know. ps. I belive i have almost fixed the current layout issue will send a commit asap need to remove my own custom stuff |
You will need to update both MetaMagik and Task2pdf for these to work. |
The Metadata is not aligned properly in the printed PDF. Could you please this?
Thanks in advance
The text was updated successfully, but these errors were encountered: