JobGrok Board Version 1.0.0 now available
For a limited time JobGrok Board will be included in the JobGrok Premium subscription.
JobGrok Board includes front-end profiles for jobseekers and employers!
Log in
Subscribe Now!Subscription:
$99/6 months - $149/12 months
Had a positive JobGrok experience?
Leave us a review here.
 JobGrok
Welcome Guest   [Register]  [Login]
 Subject :Apply link (button) not linking to application.. 2010-09-02 03:18:53 
preferhome
Fresh Boarder
Joined: 2010-08-31 07:27:19
Posts: 2
Location
Forum : JobGrok - Premium
Topic : Apply link (button) not linking to application

Hello,

I have read over other posts, but they don't seem to pertain to my situation. I have one job posting active. Clicking on it, brings me to the job description with the Apply button. The button is visible, but clicking on it doesn't do anything. The posting is set up to use Application Form (from the drop down), and that application is a published item in a menu. In that menu, I also created a menu item for the posting itself, which brings me to a different page than clicking on the job posting. ?? When I go to that direct link, the Apply button works. Is there any way that there is a disconnect between the posting link and the direct link?

here is the link to the posting: http://www.preferredseniorcare.com/job-board/

and to the job: (which is different than clicking on the job posting)   http://www.preferredseniorcare.com/job-board/caregiver-opportunity

Thanks for your help.

IP Logged
 Subject :No Email Notifications sent to either party.. 2010-09-02 03:09:16 
preferhome
Fresh Boarder
Joined: 2010-08-31 07:27:19
Posts: 2
Location
Forum : JobGrok - Premium
Topic : No Email Notifications sent to either party

Hello,

I set up email notifications to both the 'contact' and the applicant. I applied to a job myself to test the notifications. I didn't receive a notification for either end of the process. Can anyone help?

 

Thank you very much.

IP Logged
 Subject :Re:Application notification and format.. 2010-09-01 11:21:04 
intelbydesign
Fresh Boarder
Joined: 2010-09-01 16:19:12
Posts: 1
Location
Forum : JobGrok - Application
Topic : Application notification and format

HEY! Is there anyone who can answer this one? I really need this same exact thing... I need to have the application data set along in the notification email... please get back to us ok?

IP Logged
 Subject :Tips for improving golf flexibility.. 2010-08-20 21:16:05 
Matthe55
Fresh Boarder
Joined: 2010-08-18 00:30:09
Posts: 2
Location
Forum : JobGrok - Listings
Topic : New Postings @ All Job Postings do not display.

Tips for improving golf flexibility

 

Golf demands a high level of functional overall flexibility. In order to golf swing by the [url=http://www.drgolfstore.com/goods-198-Callaway+X-20+Irons.html][b]callaway x-20 irons[/b][/url], this hips, trunk together with shoulders should switch via extreme ranges of motion.This ensures that that golf ball should certainly be related to one with your [url=http://www.drgolfstore.com/goods-721-TaylorMade+R9+Fairway+Wood.html][b]taylormade r9 fairway wood[/b][/url] for your outward, or weak, foot. ishiner

IP Logged
 Subject :Improve Your Swing with Great Fairway Wood.. 2010-08-20 00:00:01 
Matthe55
Fresh Boarder
Joined: 2010-08-18 00:30:09
Posts: 2
Location
Forum : JobGrok - Application
Topic : Captcha Image Not Displaying

Improve Your Swing with Great Fairway Wood

 

Second, it still amazes me each and every time, that whenever you tinker just a bit with the setup within the [url=http://www.discountgolfclubs18.com/Ping-Rapture-V2-Green-Dot--Irons-3-9PS-1146.html]ping rapture v2 irons[/url], how substantially that dictates the ball journey along with performance. ishiner

IP Logged
 Subject :Application: Removing default dropdown choice.. 2010-08-12 05:33:28 
jimbo717
Fresh Boarder
Joined: 2009-06-08 11:46:34
Posts: 3
Location
Forum : JobGrok - Application
Topic : Application: Removing default dropdown choice

On the Job Application, the drop down for Job Posting includes a default entry for "Submit Application - no specific job". Where is the code for this form and can I remove this entry so only open postings would display and the user had to choose an open job to submit an application.

I suppose if there were no open postings that the form would not submit at all.

Any help would be appreciated.

IP Logged
 Subject :Re:I made a Dutch translation.. 2010-08-10 08:22:23 
theoz
Fresh Boarder
Joined: 2010-08-10 13:11:18
Posts: 1
Location
Forum : JobGrok - Listings
Topic : I made a Dutch translation

Graag zou ook ik de Nederlandse vertaling van je ontvangen omdat dit een boel tijd zou schelen met vertalen.

Het adres waar je het naar toe kunt sturen is [tjo44]@[hotmail].[com] zonder de blokhaken.

Alvast enorm bedankt!

IP Logged
 Subject :Re:Re:I made a Dutch translation.. 2010-08-09 08:51:19 
dini001
Fresh Boarder
Joined: 2010-08-09 13:48:42
Posts: 1
Location
Forum : JobGrok - Listings
Topic : I made a Dutch translation

Beste Gerard,

Ik zou graag de Nederlandse vertaling van je willen hebben.

Alvast bedankt!



[jerson52 2010-08-03 02:50:29]:







[gerardv 2010-03-23 01:42:58]:

Hallo Gerard,

Zo te lezen heb jij Joblist al vertaald. Ik was met een vertaling bezig omdat Bob Steen mij vertelde dat er geen vertaling beschikbaar is. Als jij er al een hebt zou ik die misschien van je mogen hebben?

Ik hoor het graag van je,

Met vriendelijke groet,
Jeroen Bakker (jerson52)

IP Logged
 Subject :captcha image.. 2010-08-05 08:49:55 
martinezfer
Fresh Boarder
Joined: 2010-06-30 14:09:02
Posts: 1
Location
Forum : JobGrok - Application
Topic : captcha image

For some reason I cant see i cannot visualize the captcha image. How can I fix this?

IP Logged
 Subject :How to add additional Job Types to JobGrok.. 2010-08-04 22:58:45 
1Marc
Fresh Boarder
Joined: 2010-08-05 03:11:20
Posts: 1
Location
Forum : JobGrok - Listings
Topic : Job Types

After struggling with adding job types on JobGrok, having to do it in the code, here are some extracts from my notes on how I did it:

The job type I added for demo purposes was : TEMPORARY

1) administrator\components\com_jobgroklist\helpers

add additional line to static_jobtype:
eg: $jobtypes[] = JHTML :: _('select.option', '5', JTEXT::_('TEMPORARY'));

2) administrator\components\com_jobgroklist\helpers

insert line below: " WHEN 4 THEN CONCAT('".JTEXT::_('INTERNSHIP')."',' (',jobtype,')') ".
add in new line: eg:
" WHEN 5 THEN CONCAT('".JTEXT::_('TEMPORARY')."',' (',jobtype,')') ".

3) administrator\components\com_jobgroklist\helpers

insert line below: " WHEN 4 THEN CONCAT('".JTEXT::_('INTERNSHIP')."',' (',jobtype,')') ".
add in new line: eg:
" WHEN 5 THEN CONCAT('".JTEXT::_('TEMPORARY')."',' (',jobtype,')') ".

4) administrator\components\com_jobgroklist\helpers

insert line below: " WHEN 4 THEN '".JTEXT::_('INTERNSHIP')."' ".
insert new line: eg:
" WHEN 5 THEN '".JTEXT::_('TEMPORARY')."' ".

5) Save file, upload

6) components\com_jobgroklist\helpers

find line (approx: 217): "WHEN '4' THEN '".JText::_('INTERNSHIP')."' ".
insert below: eg: "WHEN '5' THEN '".JText::_('TEMPORARY')."' ".

7) components\com_jobgroklist\helpers

find line (approx; 259): $jobtypes[] = JHTML :: _('select.option', '4', JTEXT::_('INTERNSHIP'));
insert below: eg: $jobtypes[] = JHTML :: _('select.option', '5', JTEXT::_('TEMPORARY'));

8) save file, upload.

9) find relevant language file: \language\en-GB\en-GB.com_jobgroklist.ini

open file in note pad: add in: eg: TEMPORARY=Temporary
(What ever you would like your new job type to be)
Save, upload.

10) To view the selection made in admin, open file: administrator\components\com_jobgroklist\views\jobtypes\tmpl\default.php

11) find code (approx: line 74):

case '4':
echo JTEXT::_('INTERNSHIP');
break;

12) copy above code, insert below, change to: eg:

case '5':
echo JTEXT::_('TEMPORARY');
break;

13) save file, upload

14) TIP: If you are unsure, save orig files with a '_org' added , eg: default_orig.php, then it will not be overwritten.

I hope this helps ....

Cheers

Marc
IDS Hosting & Website Development
http://idshosting.co.za

IP Logged
 Subject :Re:I made a Dutch translation.. 2010-08-03 02:50:29 
jerson52
Fresh Boarder
Joined: 2010-07-30 09:15:28
Posts: 1
Location: The Netherlands, almere
 
Forum : JobGrok - Listings
Topic : I made a Dutch translation







[gerardv 2010-03-23 01:42:58]:

Hallo Gerard,

Zo te lezen heb jij Joblist al vertaald. Ik was met een vertaling bezig omdat Bob Steen mij vertelde dat er geen vertaling beschikbaar is. Als jij er al een hebt zou ik die misschien van je mogen hebben?

Ik hoor het graag van je,

Met vriendelijke groet,
Jeroen Bakker (jerson52)

IP Logged
can use all the help I can get.
 Subject :How to edit the job Catelog?.. 2010-07-29 07:54:10 
canadarcm
Fresh Boarder
Joined: 2009-06-05 19:00:37
Posts: 2
Location
Forum : JobGrok - Board
Topic : How to edit the job Catelog?

 Greeting...............

 

I want to edit the job listing category, please advise how to do that , Thanks!

IP Logged
 Subject :How to delete un wanted Countries list ?.. 2010-07-29 07:52:17 
canadarcm
Fresh Boarder
Joined: 2009-06-05 19:00:37
Posts: 2
Location
Forum : JobGrok - Board
Topic : How to delete un wanted Countries list ?

 Greeting..........

 

I just only  need countries: Canada & USA for my job posting, Could you please advise how to edit the Country list? Thanks

 

Maxwell

IP Logged
 Subject :Posting jobs.. 2010-07-22 09:06:22 
hdraye
Fresh Boarder
Joined: 2010-07-22 14:01:58
Posts: 1
Location
Forum : Welcome!
Topic : Posting jobs

Hi

I have a local website, and would like to allow local companies to post their job requests, and users to apply for these jobs, but I dont want to get in between (application sent to companies)

Would this script work for me?

 

regards

 

Hani

IP Logged
 Subject :Re:New Postings @ All Job Postings do not display... 2010-07-17 10:23:27 
EliteAgency
Fresh Boarder
Joined: 2010-07-17 11:37:23
Posts: 4
Location: New York
 
Forum : JobGrok - Listings
Topic : New Postings @ All Job Postings do not display.

Hello,

 

I have the same issue but i doubt that i'm going to get the answer since Mr tktek above ask for the snapshot on year 2007 and yet till today he didnt revert back with the solution....

 

The weird part is that he tell everyone to stay tune as he going to post the solution which i think going to be another 10 years from now...

IP Logged
Melissa J. Vogt
 Subject :Re:Installation...Set up.. 2010-07-17 10:00:54 
EliteAgency
Fresh Boarder
Joined: 2010-07-17 11:37:23
Posts: 4
Location: New York
 
Forum : JobGrok - Listings
Topic : Installation...Set up

Dear Expert,

Can i know how do you manage to post the jobs? Please assist to email me the answer or you can answer it in this topic (which i have to come back and search for the topic)

We are a modeling agency for female lingerie and we are newbie in joomla.

The Problem: Job doesnt appear in Front End / User View

We already:

  • Install the JobGrok Listing to Joomla 1.5 (Extensions>Install>Upload Package File)
  • Create a job for user (Components>JobGrok Listing)
  • Create a Job Menu for Front End (Menus>Menu Manager>New)
  • Link the Job Menu to JobGrok Listing (Menus>Job Menu>New>JobGrok Listing>All Job Posting)
  • Publich the Job Menu to Front End (Extensions>Module Manager>Job Menu>Enable Publish)

So now i can see the menu panel with JOB MENU title and under the menu i can see the Job Listing.

But when i click the Job Listing it is empty and message appear "There are no current job postings."

Appreciate if you know how to solve this issue as it will help other user as well...

** i purposely put the step that i did (in the bracket above) so that others can learn step by step as well

Thanking you in advance

 

Best Regards,

Melissa

affiliate226@gmail.com

www.eliteagency.info

IP Logged
Melissa J. Vogt
 Subject :Re:Just not posting job listings.. 2010-07-17 09:32:58 
EliteAgency
Fresh Boarder
Joined: 2010-07-17 11:37:23
Posts: 4
Location: New York
 
Forum : JobGrok - Listings
Topic : Just not posting job listings

Hai Friend,

I have the similiar issue and since i am newbie, appreciate if you could help.

But the weird part is that this topic have 1181 viewer but yet there are no solution.

Does that means all the 1181 viewer doesnt know the answer?  Or maybe they know but they dont concern?

Well..if you read this, only you have the answer my friend....

 

We are a modeling agency for female lingerie and we are newbie in joomla.

The Problem: Job doesnt appear in Front End / User View

We already:

  • Install the JobGrok Listing to Joomla 1.5 (Extensions>Install>Upload Package File)
  • Create a job for user (Components>JobGrok Listing)
  • Create a Job Menu for Front End (Menus>Menu Manager>New)
  • Link the Job Menu to JobGrok Listing (Menus>Job Menu>New>JobGrok Listing>All Job Posting)
  • Publich the Job Menu to Front End (Extensions>Module Manager>Job Menu>Enable Publish)

So now i can see the menu panel with JOB MENU title and under the menu i can see the Job Listing.

But when i click the Job Listing it is empty and message appear "There are no current job postings."

Appreciate if you know how to solve this issue as it will help other user as well...

** i purposely put the step that i did (in the bracket above) so that others can learn step by step as well

Thanking you in advance

 

Best Regards,

Melissa

affiliate226@gmail.com

www.eliteagency.info

IP Logged
Melissa J. Vogt
 Subject :How To Post The Job in Front End...Please Help.. 2010-07-17 09:03:55 
EliteAgency
Fresh Boarder
Joined: 2010-07-17 11:37:23
Posts: 4
Location: New York
 
Forum : JobGrok - Listings
Topic : How To Post The Job in Front End...Please Help

Hai All,

I'm not sure whether anyone will reply my post because i saw there are post hanging without no answer and solution.

I believe there are plenty smart gentleman out there but are you willing to help to go for an extra miles?

If you are kind enough, please do help us..

because i believe there are many user who having similar issue till today but there are no one who willing to guide them..

we are not born to be expert and even the expert have someone to guide them...so let help each other :)

We are a modeling agency for female lingerie and we are newbie in joomla.

The Problem: Job doesnt appear in Front End / User View

We already:

  • Install the JobGrok Listing to Joomla 1.5 (Extensions>Install>Upload Package File)
  • Create a job for user (Components>JobGrok Listing)
  • Create a Job Menu for Front End (Menus>Menu Manager>New)
  • Link the Job Menu to JobGrok Listing (Menus>Job Menu>New>JobGrok Listing>All Job Posting)
  • Publich the Job Menu to Front End (Extensions>Module Manager>Job Menu>Enable Publish)

So now i can see the menu panel with JOB MENU title and under the menu i can see the Job Listing.

But when i click the Job Listing it is empty and message appear "There are no current job postings."

Appreciate if you know how to solve this issue as it will help other user as well...

** i purposely put the step that i did (in the bracket above) so that others can learn step by step as well

Thanking you in advance

 

Best Regards,

Melissa

affiliate226@gmail.com

www.eliteagency.info

 

 

 

IP Logged
Melissa J. Vogt
 Subject :Captcha Image Not Displaying.. 2010-07-14 21:00:44 
cwisebaker
Fresh Boarder
Joined: 2008-10-24 18:03:19
Posts: 10
Location: Phoenix, AZ
 
Forum : JobGrok - Application
Topic : Captcha Image Not Displaying

So since I have altered the text of the questions in the language files, the captcha image no longer appears, but the input field still shows. Aside from turning it off - which I really dont want to do - how can I get it to appear again?

IP Logged
 Subject :Error Check Issue.. 2010-07-14 20:59:08 
cwisebaker
Fresh Boarder
Joined: 2008-10-24 18:03:19
Posts: 10
Location: Phoenix, AZ
 
Forum : JobGrok - Application
Topic : Error Check Issue

Hello,

I have changes two of the questions, specifically number 2 and 4. The questions I have would normally have the YES checked, which would not prompt an input into the follow up for those questions, however, the original questions would require it. Since I have changed the text of the questions, where can I change the error checking to not require a date in the follow up fields?

 

Thanks

IP Logged
Page #  << Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>


Powered by ccBoard


Search