PDF Reports
- Hamlin Gordon
-
Topic Author
- Offline
- Premium Member
-
Less
More
10 years 7 months ago - 10 years 7 months ago #49697
by Hamlin Gordon
PDF Reports was created by Hamlin Gordon
how do i remove the OS Service Booking copyright and version number off my PDF reports
Attachments:
Last edit: 10 years 7 months ago by Hamlin Gordon.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 7 months ago #49700
by Mr. Dam
and change to
$task = JRequest::getVar('task','');
if($task != "orders_exportreport"){
echo '<div class="copyright" style="text-align:center;margin-top: 5px;"><strong>OS Services Booking</strong> version <strong>2.3.1</strong>, Copyright (C) 2014 <strong><a href=" www.joomdonation.com ">Ossolution Team';
}
Thanks
Dam
Replied by Mr. Dam on topic PDF Reports
Hi Halim,
Please open file:
administrator > components > com_osservicesbooking > helpers > helper.php
find
echo '<div class="copyright" style="text-align:center;margin-top: 5px;"><strong>OS Services Booking</strong> version <strong>2.3.1</strong>, Copyright (C) 2014 <strong><a href=" www.joomdonation.com ">Ossolution Team
';Please open file:
administrator > components > com_osservicesbooking > helpers > helper.php
find
echo '<div class="copyright" style="text-align:center;margin-top: 5px;"><strong>OS Services Booking</strong> version <strong>2.3.1</strong>, Copyright (C) 2014 <strong><a href=" www.joomdonation.com ">Ossolution Team
and change to
$task = JRequest::getVar('task','');
if($task != "orders_exportreport"){
echo '<div class="copyright" style="text-align:center;margin-top: 5px;"><strong>OS Services Booking</strong> version <strong>2.3.1</strong>, Copyright (C) 2014 <strong><a href=" www.joomdonation.com ">Ossolution Team
}
Thanks
Dam
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.