Re: Jobberbase login user [ Started by tiagodamasceno in Tutorials : 4 replies ]

this is a major customization generously paid by this client, so the source code is not available for free. if you are interested in a jobberBase website with a handful of other features, you need to contact a developer who can do this for you.

Re: Please caching suppot! [ Started by matteoraggi in Feature requests : 3 replies ]

if you are a geek, you can use:

https://www.varnish-cache.org/

Re: get errors in appling for job [ Started by mypepdeal in Bug reports : 1 replies ]

this function is deprecated on newer PHP versions, so to fix you need to replace the string on both lines from:

[code]
set_magic_quotes_runtime()
[/code]

to

[code]
ini_set('magic_quotes_runtime', 0)
[/code]

Re: Please Help [ Started by Angus in General support : 3 replies ]

2) For the paypal add-on, there is no setting to post free for the first time and charge after (the reverse is available, you can charge on the first post and make it free on succeeding post)

5) You have to execute the cron maintenance job on /_tools but you need some slight modification to delete active jobs after 30 days (and not just temp jobs)

Re: New features for your jobber base site [ Started by dvtservices in Feature requests : 4 replies ]

You can check out an alternative, as I have created an email subscription feature in the past already ($35) that is being widely used by other jobberbase sites:

http://www.redjumpsuit.net/2011/02/20/new-jobs-email-subscription-for-jobberbase-1-9-1/

Re: Jobberbase login user [ Started by tiagodamasceno in Tutorials : 4 replies ]

i developed this site for them. ask me if you have questions.

Re: Need to Change or Replace the Standard Job Template [ Started by lathemaster in Tutorials : 1 replies ]

if you are referring to the actual job form used for posting:

/your jobberbase directory/_templates/default/publish-write.tpl
/your jobberbase directory/_templates/default/publish-verify.tpl
/your jobberbase directory/_templates/default/publish-confirmation.tpl

for changing the general look and feel, you can update the header and footer templates:

/your jobberbase directory/_templates/default/header.tpl
/your jobberbase directory/_templates/default/footer.tpl

Re: Page navigation broken (jobberbase 1.9.1 + add-ons from redjumpsuit) [ Started by kleboe in General support : 1 replies ]

Hi there! I just tested the demo I put out and pagination is working without issues.

Pls log a ticket on my support page so I can assist you :)

Re: Cannot modify header information..function session_start() problem ? [ Started by netvalue in Bug reports : 4 replies ]

Check header.tpl, try deleting the code before the <html> tag and see

Re: Restrict uploaded file types [ Started by redjumpsuit in Feature requests : 22 replies ]

[quote=sangroxx]It does not accept any "Mime" type.. i have jobberbase 1.9
Please Help!![/quote]

you didn't write the word "mime" did you?

Re: Need help with Installation on Media Temple [ Started by marc-oliver in Tutorials : 14 replies ]

check out this mediatemple kb on mod_rewrite

http://kb.mediatemple.net/questions/85/Using+.htaccess+rewrite+rules#gs

Re: How to Add XML to Jobberbase [ Started by sangura007 in General support : 5 replies ]

[quote=sangura007]I want to add XML to Jobberbase so other boards can fetch the jobs out of my board.

Does anyone know how to integrate that?
Really appreciate it.[/quote]

to allow other job boards to fetch jobs from your job board, you can use the RSS feed that jobberBase already provides

Re: Diving Jobsite [ Started by Glenn in Show off : 4 replies ]

cool, check out the newest hack i wrote for adding previous and next job links, might be useful for your site.

http://www.jobberbase.com/forum/topic3769-previous-job-next-job-links.html

Topic: Previous Job, Next Job links [ Started by redjumpsuit in Feature requests : 0 replies ]

check out my new hack on adding Previous Job, Next Job links to navigate jobs on your job board.

http://www.redjumpsuit.net/2011/07/21/previous-job-next-job-links/

please leave a comment and your website if you do use it :)

Re: Diving Jobsite [ Started by Glenn in Show off : 4 replies ]

nice overall look. are you allowing employers to post jobs freely or are you posting jobs via the admin only?

Re: jobs.gamification.org [ Started by redjumpsuit in Show off : 5 replies ]

thanks ;) i did the backend development for this site using some of the add-ons i have existing

Re: errors in Configration [ Started by ahmedgomaa in General support : 4 replies ]

your live setting should be like this:

[code]
// live (http://www.yourjobberbasedomain.com)
$__instances['live'] = array(
'prefix' => 'cvsrcher.com',
'db_host' => '76.162.254.161',
'db_port' => 3306,
'db_user' => 'C298629_admin',
'db_password' => 'my password',
'db_name' => 'C298629_ALexJob',
'db_prefix' => 'jb_',
'app_url' => 'http://cvsrcher.com/job/',
'ini_error_reporting' => E_ALL,
'ini_display_errors' => 'Off',
'location' => 'online',
'environment' => 'prod',
'rewrite_mode' => 'apache_mod_rewrite'
);
[/code]

make sure you really have a table prefix as you indicated ("jb_") …

Re: Clear old hits and searches from database [ Started by hobo in Feature requests : 3 replies ]

setting up cron on cPanel:

http://www.siteground.com/tutorials/cpanel/cron_jobs.htm
http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CronJobs

setting up cron on Plesk:

http://www.hosting.com/support/plesk/crontab

Topic: Automatically approve jobs via PayPal IPN [ Started by redjumpsuit in Feature requests : 0 replies ]

hi guys, finally got the chance to work on the PayPal IPN payment integration with jobberBase 1.9.1...this was based on the Simple PayPal Pay Now hack i created before but this time, jobs are now automatically approved once PayPal payment is successful.

read more about it here:
http://www.redjumpsuit.net/2011/07/07/simple-paypal-payment-for-jobberbase-1-9-1/

hope this is a simple and easy solution to those wanting to monetize their job boards.

note that this is using the vanilla jobberBase installation and templates, so if you made changes in your website, you will need to copy over your changes to the modified files.

if you need a more customized solution, feel free to contact me at myredjumpsuit [at] gmail [dot] com or log a ticket here: http://www.redjumpsuit.net/osticket/open.php

Re: Add Link of Facebook, Twitter, Youtube accounts. [ Started by sangroxx in Looking for jobberBase developers : 2 replies ]

there is no general tutorial for adding job fields but you can follow other tutorials for adding specific fields and try to follow it and change for your own need

http://www.redjumpsuit.net/2010/03/27/integrating-google-maps/

Re: jobs.gamification.org [ Started by redjumpsuit in Show off : 5 replies ]

website looks fine to me, loads as soon as click the link

Topic: jobs.gamification.org [ Started by redjumpsuit in Show off : 5 replies ]

jobberBase 1.9.1 with Jobseeker and New Job Email Alert modules

http://jobs.gamification.org

Re: How to use apply online [ Started by Ralf in General support : 5 replies ]

did u enable recaptcha when applying for job? you can set this on the admin panel

Re: redjumpsuit's extensions on an already extended installation [ Started by grubix in General support : 5 replies ]

hi, i don't remember getting email from you?

anyway, i suggest using Beyond Compare (you can download a full trial which should do the job) this will not be an easy or quick process (most esp. if you are using a lower version than 1.9.1) but it can get done.

also, the files included in the add-ons upgrade are the files that have been changed, from the default/vanilla jobberBase, so you should have an idea which files need changing. this is where you should start.

once you have installed Beyond Compare, then run a binary compare your current installation with the install with the add-ons, and copy any changes you see between the files in the add-ons and the files you currently have.

i've used Beyond Compare on all my migration and never had problems with it.

here's a sample of what Beyond Compare does:

http://www.redjumpsuit.net/2010/04/01/what-changed-in-jobberbase-v1-9/

Re: Site error messages [ Started by Reggy in General support : 3 replies ]

yes, that's a hosting issue