Testing Pages
Post a Job / Project
https://www.shallhelp.com/post-a-job-project/
Job / Project Dashboard
https://www.shallhelp.com/job-project-dashboard/
Jobs / Projects
https://www.shallhelp.com/jobs-projects/
—————–
11:33PM CST UPDATE: I deleted the above pages. Apps is a NO GO. The links above will go to our OOPS page – CrisW … the why is in the comments section below, as we’ve tested. The app doesn’t clean up after itself so I will also double check the Pages and the Posts.
#AppsTesting #JobApp #ContactApp
Done. “Job submitted successfully. Your listing will be visible once approved.”
On the Post a Job / Project Page
https://www.shallhelp.com/post-a-job-project
I think it is better to post the job posters’ (employers) email instead of Application email/URL, so it will just be a pass – through.
Changed. Good catch!
Choose the application method job listers will need to provide. Specify email address only
Can you refresh your
Job / Project Dashboard
https://www.shallhelp.com/job-project-dashboard/
And see if the change appears? Press Control F5
On the Job I posted, the “Apply for Job” Button also appears.
Yes, your changes worked! Now only the
Application email
displays.
I think that the URL field can also be disabled. Unless an admin doublechecks each and every URL prior to approving a Job Post with an external link.
I’ll write a script to fix this. You’re right. It will be tedious for an admin.
I updated this to NOT display, along with other optional fields.
Logged in as me again. I thought MOD would join?
They texted me. Mod and Bruce will catch up later. on in life. 🙂
this weekend.
They are working on CLG too.
Also, for the URL or Website field on a Job Posting, if the Job Poster have their own website, then they should post the job listing on THEIR own website and not here. My idea on having a Job Listing here is to HELP those people who have no website but need some help and would be willing to hire on a per project basis. Example are those many many types of people I meet who might need a plumber, or an electrician for a minor job, or a website editor or website tester, for temporary projects. My idea is to help those looking for U.S. based contractual help, and matching them with those individuals who can also help with integrity (meaning they won’t jack up their prices for the help they would provide, or they can even provide their help for free). So that’s why we are testing this module so we can know if it is technically safe to include it on this website.
I updated the post with the links since our comments are getting too long.
I added some CSS tweaks on the Job Page. I’ll paste here to see if the code posts.
/*Do not display Company WEBSITE Label & Text Field - POST A JOB PAGE*/
fieldset.fieldset-company_website.fieldset-type-text
{
display: none;
}
/*Do not display Company TAGLINE Label & Text Field - POST A JOB PAGE*/
fieldset.fieldset-company_tagline.fieldset-type-text
{
display: none;
}
/*Do not display Company VIDEO Label & Text Field - POST A JOB PAGE*/
fieldset.fieldset-company_video.fieldset-type-text
{
display: none;
}
/*Do not display Company TWITTER Label & Text Field - POST A JOB PAGE*/
fieldset.fieldset-company_twitter.fieldset-type-text
{
display: none;
}
/*Do not display Company LOGO Label & File Field - POST A JOB PAGE*/
fieldset.fieldset-company_logo.fieldset-type-file
{
display: none;
}
So the Job Data module (Page.. https://www.shallhelp.com/post-a-job-project/ )
originally had the following:
Company Details
Company Name
REMOVED:
Company Website (optional) – REMOVED
Company Tagline (optional)
Company Video (optional)
Twitter username (optional)
Logo (optional)
Are you human?
And Just left:
Company Name
Are you human?
I am leaving the recaptcha because the Page is live, and we would not want anybody to just be posting or spamming. (Not that it would post, but cleanup might get horrendous. So we keep the recaptcha for good measure. At least give them a little bit of a hard time.
It looks cleaner, and it won’t have any external links that can get dangerous. Also the upload file function on the logo. And video? Why? Good thing you can CSS tweak rather quickly!
Let’s test what happens when one applies.
Hey, on the Job Projects Page, disable the RSS too
https://www.shallhelp.com/jobs-projects/
I remember you had bad experiences with your other website’s content getting “spun” by those article spinner software plagiarizers..
Okay done. Removed. I added the code below:
/*Do not display RSS Link - JOBS-PROJECTS PAGE*/
a.rss_link
{
display: none !important;
}
I don’t think we need an “internship” category here.
Yeah, I’ll remove the Internship and Temporary job categories, since they can go under the Part Time or Freelance (contractor) categories.
Now we only have 3 job types / categories
Full Time
Part Time
Freelance – Contractor
I removed your other Test Jobs and left just three test jobs
Full Time
Part Time
Freelance – Contractor
So it’s easier to test (and remove later). They all should be distinctly color coded too. All of us should apply to those three Test Jobs and doublecheck the Workflow and document below. Or start a new Session Date since we will most probably cross over the next date. 🙂
Just to note here, the Jobs Listed have a “previous job” “next job” functionality, like what would appear in the Posts, like Previous post and next post. No comment fields appear of course. Just the Apply button.
I don’t see the need for us or for this website at least, to be using P2. This works for us and it is in our own website. Not in another site. And it’s one less login for us.
So these links are for EMPLOYERS
Post a Job / Project – Page
https://www.shallhelp.com/post-a-job-project/
Job / Project Dashboard – Page
https://www.shallhelp.com/job-project-dashboard/
And the Jobs / Projects Page is for JOB-SEEKERS (and for Employers too to check if their job posting has been approved.
Jobs / Projects – Page
https://www.shallhelp.com/jobs-projects/
TESTED WHEN LOGGED OUT
Post a Job / Project
https://www.shallhelp.com/post-a-job-project/
“If you don’t have an account you can create one below by entering your email address/username. Your account details will be confirmed via email.”
I get why you would want to keep the recaptcha!
Job / Project Dashboard
https://www.shallhelp.com/job-project-dashboard/
“You need to be signed in to manage your listings. Sign in”
Jobs / Projects
https://www.shallhelp.com/jobs-projects/
The jobs displays and
When you click the “Apply for Job” button the employers’ email address displays.
Security?????
I did a Bulk Edit of the 3 test jobs and made them “pending review”. I think a solution to this is to create a form where applicants can submit their resume, rather than displaying the email address of the Employer. Good catch!