<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Modifications - osTicket Awesome Forum				            </title>
            <link>https://osaweso.me/community/modifications/</link>
            <description>osTicket Awesome Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 25 May 2026 21:52:24 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Copyright text in footer with Dynamically updated current year.</title>
                        <link>https://osaweso.me/community/modifications/copyright-text-in-footer-with-dynamically-updated-current-year-125015/</link>
                        <pubDate>Tue, 17 Feb 2026 17:00:58 +0000</pubDate>
                        <description><![CDATA[Hi, I see how to add copyright text using custom CSS, but from what I understand the current year can&#039;t be dynamically updated and that would be something a customizable html would do, but I...]]></description>
                        <content:encoded><![CDATA[Hi, I see how to add copyright text using custom CSS, but from what I understand the current year can't be dynamically updated and that would be something a customizable html would do, but I don't see that in themes and I saw nothing in downloadable plugins that would do that. If anyone has done this, could you tell me how it's done please? I'm a systems admin and not much of a web coding guru to say the least.&nbsp;

&nbsp;

Here's what I did in Custom CSS. Disabled the OS Ticket logos and added this copyright:

#footer #osticket a,
#footer #ostawesome a {
display: none !important;
}

#footer:after {
content: "Copyright © 2006-2026 Our Company Name. All rights reserved.";
display: block;
text-align: center;
font-size: 14px;
margin-top: 10px;
color: #777;
}

So basically achieve the above but 2026 gets automatically updated to 2027 next year and so forth.&nbsp;

Thanks.&nbsp;]]></content:encoded>
						                            <category domain="https://osaweso.me/community/modifications/">Modifications</category>                        <dc:creator>Mike Riley</dc:creator>
                        <guid isPermaLink="true">https://osaweso.me/community/modifications/copyright-text-in-footer-with-dynamically-updated-current-year-125015/</guid>
                    </item>
				                    <item>
                        <title>E-mails Footer - Powered by OST</title>
                        <link>https://osaweso.me/community/modifications/e-mails-footer-powered-by-ost-124187/</link>
                        <pubDate>Tue, 02 Dec 2025 01:04:58 +0000</pubDate>
                        <description><![CDATA[Hello good morning,

is it possible to remove/change the image “powered by ost” from the footer in every email?

Thanks in advance]]></description>
                        <content:encoded><![CDATA[Hello good morning,

is it possible to remove/change the image “powered by ost” from the footer in every email?

Thanks in advance]]></content:encoded>
						                            <category domain="https://osaweso.me/community/modifications/">Modifications</category>                        <dc:creator>webtekpc</dc:creator>
                        <guid isPermaLink="true">https://osaweso.me/community/modifications/e-mails-footer-powered-by-ost-124187/</guid>
                    </item>
				                    <item>
                        <title>Signin button and footer backgrounds</title>
                        <link>https://osaweso.me/community/modifications/signin-button-and-footer-backgrounds-123542/</link>
                        <pubDate>Wed, 20 Aug 2025 11:15:42 +0000</pubDate>
                        <description><![CDATA[Anyone have a suggestion on how I can get the Signin button in the header when hovered and the footer background not to use the nav bar background color? Have tried many combinations of them...]]></description>
                        <content:encoded><![CDATA[Anyone have a suggestion on how I can get the Signin button in the header when hovered and the footer background not to use the nav bar background color? Have tried many combinations of theme colors and custom CSS, but one thing affects another. For instance, if I change the Header Text Hoever color to white for the Signin button, then you can't see the nav menu items when hovering in the Admin area. A simple solution is for this not to use the nav background color and I'd like the same for the footer. Here is the site:

https://app.webtent.net/ticket/

UPDATE: I was able to get the footer background color to stick with custom CSS using !important.]]></content:encoded>
						                            <category domain="https://osaweso.me/community/modifications/">Modifications</category>                        <dc:creator>Robert Fitzpatrick</dc:creator>
                        <guid isPermaLink="true">https://osaweso.me/community/modifications/signin-button-and-footer-backgrounds-123542/</guid>
                    </item>
				                    <item>
                        <title>Add &quot;Add to organisation&quot; link in ticket view. No AJAX request</title>
                        <link>https://osaweso.me/community/modifications/add-add-to-organisation-link-in-ticket-view-no-ajax-request-122804/</link>
                        <pubDate>Tue, 25 Mar 2025 08:01:19 +0000</pubDate>
                        <description><![CDATA[Hi all,

For the purpose of a streamlined workflow. We want to add the &quot;Add organisation&quot; button to the ticket view template.&nbsp;

I have succeeded in adding the link but for some reason i...]]></description>
                        <content:encoded><![CDATA[Hi all,

For the purpose of a streamlined workflow. We want to add the "Add organisation" button to the ticket view template.&nbsp;

I have succeeded in adding the link but for some reason i cant seem to get the AJAX request working.

I have already done the following things:
<ul>
 	<li>Included the organisations class file to the ticket class file</li>
 	<li>Updatet ajax.tickets.php and added the updateOrg function to it</li>
 	<li>Edited the ajax.php to include the updateOrg function selector to the /tickets pattern</li>
</ul>
But even though i have tried this the button still appends the "#tickets/65/org" to the end of the URL instead of making an AJAX call.

My gut tells me that this is because i have set the pattern incorrectly in the ajax.php file but i cant seem to figure out how i can get the ajax call to go out.

&nbsp;

Maybe im overcomplicating something here which prevents me from seeing the bigger picture.

Can anyone help me out adding this functionality to the ticketview? Below is a screenshot of the button im trying to add for context. Hopefully someone can help me out!

<img src="Please wait..." alt="" /><img src="https://osticketawesome.com/wp-content/uploads/hm_bbpui/22804/l7i1y4399layfw3vyi6x7qcdgvfdfypa.png" alt="Screen ticketview" />]]></content:encoded>
						                            <category domain="https://osaweso.me/community/modifications/">Modifications</category>                        <dc:creator>Jeroen van den Dungen</dc:creator>
                        <guid isPermaLink="true">https://osaweso.me/community/modifications/add-add-to-organisation-link-in-ticket-view-no-ajax-request-122804/</guid>
                    </item>
				                    <item>
                        <title>&quot;New Reply Waiting&quot;</title>
                        <link>https://osaweso.me/community/modifications/new-reply-waiting-122084/</link>
                        <pubDate>Mon, 16 Dec 2024 15:28:43 +0000</pubDate>
                        <description><![CDATA[I notice that all tickets end up with the class &quot;new-reply-waiting&quot; regardless if they do in fact have a new reply.

Further I would have expected this class to be on the whole row () instea...]]></description>
                        <content:encoded><![CDATA[I notice that all tickets end up with the class "new-reply-waiting" regardless if they do in fact have a new reply.

Further I would have expected this class to be on the whole row (<TR>) instead of just the subject.

Please advise if I'm missing something]]></content:encoded>
						                            <category domain="https://osaweso.me/community/modifications/">Modifications</category>                        <dc:creator>Norm Douglas</dc:creator>
                        <guid isPermaLink="true">https://osaweso.me/community/modifications/new-reply-waiting-122084/</guid>
                    </item>
				                    <item>
                        <title>Can CONDITIONS be herited to children?</title>
                        <link>https://osaweso.me/community/modifications/can-conditions-be-herited-to-children-121979/</link>
                        <pubDate>Mon, 02 Dec 2024 12:00:49 +0000</pubDate>
                        <description><![CDATA[Hello,

I added some CONDITIONS to customize the ticket lists (i.e.: colors and font-weigth). Is it possible that these conditions be herited by the children? Or a way to do this for all tic...]]></description>
                        <content:encoded><![CDATA[Hello,

I added some CONDITIONS to customize the ticket lists (i.e.: colors and font-weigth). Is it possible that these conditions be herited by the children? Or a way to do this for all ticket queues?

Thank you :-)]]></content:encoded>
						                            <category domain="https://osaweso.me/community/modifications/">Modifications</category>                        <dc:creator>cglmicro</dc:creator>
                        <guid isPermaLink="true">https://osaweso.me/community/modifications/can-conditions-be-herited-to-children-121979/</guid>
                    </item>
				                    <item>
                        <title>Search or Custom button &#039;My Tickets&#039; in scroll down bar</title>
                        <link>https://osaweso.me/community/modifications/search-or-custom-button-my-tickets-in-scroll-down-bar-120820/</link>
                        <pubDate>Tue, 23 Jul 2024 06:46:36 +0000</pubDate>
                        <description><![CDATA[Hi,

Is there a way to add a custom button and/or search field added to the shown bar when scrolling down your Tickets panel?

As shown in the screenshot.&nbsp;&nbsp;

&nbsp;]]></description>
                        <content:encoded><![CDATA[Hi,

Is there a way to add a custom button and/or search field added to the shown bar when scrolling down your Tickets panel?

As shown in the screenshot.&nbsp;&nbsp;

&nbsp;

<img class="aligncenter" src="https://osticketawesome.com/wp-content/uploads/hm_bbpui/20820/gc1ojmnar798zhqwjtlvjf40mbsjeyld.png" alt="" />]]></content:encoded>
						                            <category domain="https://osaweso.me/community/modifications/">Modifications</category>                        <dc:creator>Vic Hoste</dc:creator>
                        <guid isPermaLink="true">https://osaweso.me/community/modifications/search-or-custom-button-my-tickets-in-scroll-down-bar-120820/</guid>
                    </item>
				                    <item>
                        <title>Custom Script Fields</title>
                        <link>https://osaweso.me/community/modifications/custom-script-fields-120732/</link>
                        <pubDate>Wed, 03 Jul 2024 08:33:01 +0000</pubDate>
                        <description><![CDATA[I purchased the theme and I&#039;m very happy with it.
However, I think that, like adding custom CSS, it can be very useful to be able to insert custom scripts.

Maybe to add some tracking code o...]]></description>
                        <content:encoded><![CDATA[I purchased the theme and I'm very happy with it.
However, I think that, like adding custom CSS, it can be very useful to be able to insert custom scripts.

Maybe to add some tracking code or to be able to add conditional functions (if category equals XX then CSS background equals red).

The best location would be in Admin Panel-&gt;Theme-&gt;Custom CSS.
You could insert a Custom Script section here.

Even better if there were 4 code fields:
- Custom script at the top of the page
- Custom script before &lt;/head&gt;
- Custom script after &lt;body&gt;
- Custom script starts &lt;/body&gt;]]></content:encoded>
						                            <category domain="https://osaweso.me/community/modifications/">Modifications</category>                        <dc:creator>aptx</dc:creator>
                        <guid isPermaLink="true">https://osaweso.me/community/modifications/custom-script-fields-120732/</guid>
                    </item>
				                    <item>
                        <title>Refresh button/icon on view ticket Client side</title>
                        <link>https://osaweso.me/community/modifications/refresh-button-icon-on-view-ticket-client-side-120156/</link>
                        <pubDate>Thu, 04 Apr 2024 18:59:15 +0000</pubDate>
                        <description><![CDATA[Hi,

The refresh on the view ticket client side is not working. How do I fix this?
I&#039;m using version v1.17.5.
Thank you in advance

The image below is just an example. The original website h...]]></description>
                        <content:encoded><![CDATA[Hi,

The refresh on the view ticket client side is not working. How do I fix this?
I'm using version v1.17.5.
Thank you in advance

<em>The image below is just an example. The original website has no refresh icon.</em>

<img src="https://osticketawesome.com/wp-content/uploads/hm_bbpui/20156/594arxn1tawzj81kee6guwcp3y68z7g7.png" alt="" />]]></content:encoded>
						                            <category domain="https://osaweso.me/community/modifications/">Modifications</category>                        <dc:creator>Jerald Noel Yumul</dc:creator>
                        <guid isPermaLink="true">https://osaweso.me/community/modifications/refresh-button-icon-on-view-ticket-client-side-120156/</guid>
                    </item>
				                    <item>
                        <title>Spacing of Logo and Sub-Navigation</title>
                        <link>https://osaweso.me/community/modifications/spacing-of-logo-and-sub-navigation-119589/</link>
                        <pubDate>Sun, 28 Jan 2024 12:31:55 +0000</pubDate>
                        <description><![CDATA[Thank you for the great theme - it&#039;s definitely more fun to work with it than with the original osTicket theme! :)

I have a small visual issue/question that I&#039;m unfortunately not getting an...]]></description>
                        <content:encoded><![CDATA[Thank you for the great theme - it's definitely more fun to work with it than with the original osTicket theme! :)

I have a small visual issue/question that I'm unfortunately not getting anywhere with the custom CSS - because I can't get it right. I'd like a bit more space for the header and the subnavigation - I've made a screenshot of how I'd like it to look. Unfortunately, I'm ruining the layout with CSS - I'm not that good at it.

<img class="" src="https://osticketawesome.com/wp-content/uploads/hm_bbpui/19589/4imxqe3myam5krart87jzw0naeggb166.png" alt="" width="713" height="350" />

Is there an ingenious CSS hack for this?

Thank you very much :)

Best
Chris]]></content:encoded>
						                            <category domain="https://osaweso.me/community/modifications/">Modifications</category>                        <dc:creator>Christoph Wriessnegger</dc:creator>
                        <guid isPermaLink="true">https://osaweso.me/community/modifications/spacing-of-logo-and-sub-navigation-119589/</guid>
                    </item>
							        </channel>
        </rss>
		