Sponsored Content
The Lounge What is on Your Mind? Update to Advanced Search Page (Phase 1) Post 303027724 by Neo on Saturday 22nd of December 2018 09:42:59 AM
Old 12-22-2018
Update to Advanced Search Page (Phase 1)

Update:

I have completed the first phase of revamping the "Advanced Search" page using Bootstrap (desktop not mobile yet):

Code:
https://www.unix.com/search.php

https://www.unix.com/search.php

I may change this to a Bootstrap modal later and change the CSS a bit more; but for now it is much better than before so moving on .....
This User Gave Thanks to Neo For This Post:
 

10 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Advanced Search Problems.. Search by User Name

There seems to be some problems with Advanced Searching (by User Name & Keyword). I will try to fix this by upgrading vB soon. Thanks for your patience. Neo (1 Reply)
Discussion started by: Neo
1 Replies

2. UNIX for Advanced & Expert Users

Man page search issue

I have an issue with my man page configuration. I can able to see man pages for 1st section. But for not the rest of the sections. But If it give section number, man page is working properly Following are the details echo $MANPATH... (4 Replies)
Discussion started by: praveenkumar_l
4 Replies

3. Shell Programming and Scripting

Advanced Search & Delete Text File

I have a file in which email messages are stored in. Every email is separated by by a ^Z character (Control-Z). I need to extract all emails after the 65,00th one to another file and delete them from the original file. Any suggests on accomplishing this? (2 Replies)
Discussion started by: maxcell
2 Replies

4. Web Development

How to auto update html page

is there any way to auto update html page. I created html page entry.html, whenever i change in html script i need to refresh my page. If not in html, can we do this in any other language and how? (2 Replies)
Discussion started by: RohitKJ
2 Replies

5. Shell Programming and Scripting

Advanced string search + selection

Hi All, I want to run a script that will search backwards through a text file until it finds a certain string, something like "Date/Time/Eng" and select a string which happens to be a date and save that as a variable. The line will always be in the following exact format: Date/Time/Eng. ... (4 Replies)
Discussion started by: martin0852
4 Replies

6. What is on Your Mind?

Reformatted Advanced UNIX.COM Search Page (Desktop)

Just enabled Bootstrap for the advanced forum search page (desktop view): https://www.unix.com/search.php That' page still needs work, and to be converted from <table> elements to <div> elements, and to be redesigned, but in the meantime, it's OK using Bootstrap CSS. Note: Before, we had... (0 Replies)
Discussion started by: Neo
0 Replies

7. What is on Your Mind?

Moved Advanced Stats to Search Results Pages

FYI, today I moved the "Advanced Stats" page from the forum home page to the search results pages. This means that at the top of the search results like "Today's Post" and "New Posts" and keyword searches, the stats will appear at the top of that page instead of the home page. The reason of... (3 Replies)
Discussion started by: Neo
3 Replies

8. What is on Your Mind?

SEO Update: Back On Page 1 for Google SERPs (between #6 and #8)

Well, good news... Just checked a number of browsers set to the US region of Google , NCR https://www.google.com/ncr unix.com was back on the first page, between #6 and #8. Will be interesting to see if we can make it back to our highest #4 ranking in 2019. Google Webmaster Tools... (4 Replies)
Discussion started by: Neo
4 Replies

9. What is on Your Mind?

My Badges Page - A Major UserCP Update (v0.661):

Another major upgrade on the new UserCP today. I have created the "My Badges" page in the new control panel, and it's looking very cool :) If you have visited the new UserCP recently, you will more-than-likely need to close your browser (completely) and then restart it to clear out the old... (2 Replies)
Discussion started by: Neo
2 Replies

10. What is on Your Mind?

Mobile: Advanced Forum Statistics to Forum Home Page

For mobile users, I have just added a "first beta" Advanced Forum Statistics to the home page on mobile using CSS overflow:auto; so you can swipe if you need to see more. Google Search Console mobile usability says this page is "mobile friendly" so perhaps this will be useful for some of our... (12 Replies)
Discussion started by: Neo
12 Replies
rt-crontool(1)						     Request Tracker Reference						    rt-crontool(1)

NAME
rt-crontool - Command-line interface to Request Tracker SYNOPSIS
# find all active tickets in the queue 'general' and set their priority to 99 if they are overdue: rt-crontool --search RT::Search::ActiveTicketsInQueue --search-arg general --condition RT::Condition::Overdue --action RT::Action::SetPriority --action-arg 99 --verbose # Escalate tickets rt-crontool --search RT::Search::ActiveTicketsInQueue --search-arg general --action RT::Action::EscalatePriority DESCRIPTION
This script is a tool to act on tickets from an external scheduling tool, such as cron. Security: This tool allows the user to run arbitrary perl modules from within RT. If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT. It is incredibly important that nonprivileged users not be allowed to run this tool. It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool. OPTIONS
search Specify the search module you want to use search-arg An argument to pass to --search condition Specify the condition module you want to use condition-arg An argument to pass to --condition action Specify the action module you want to use action-arg An argument to pass to --action template Specify name or id of template(s) you want to use transaction Specify if you want to use either 'first', 'last' or 'all' transactions transaction-type Specify the comma separated list of transactions' types you want to use log Adjust LogToScreen config option verbose Output status updates to STDOUT perl v5.14.2 2013-05-22 rt-crontool(1)
All times are GMT -4. The time now is 05:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy