Re: Admin must activate job before display [ Started by 3x-a-d3-u5 in General support : 2 replies ]

Ahh thats it Thanks :)

Topic: Admin must activate job before display [ Started by 3x-a-d3-u5 in General support : 2 replies ]

Hi Guys,

I recently updated to 1.8. I had a mod that an advert had to be activated by admin to be displayed. I'm not sure where it was and cant find it on the forums anymore.

How can I accomplish this?

Thanks, Paul.

Re: edit job trough admin [ Started by cadsite in Feature requests : 12 replies ]

Will we get to see this in an upgrade release?

Re: Jobberbase for multiple sites, paypal and automatic inclusion of jobs [ Started by steve in Tutorials : 11 replies ]

Yes, NS2 that is a very important resource. Anyone have a tutorial for this?

Re: fake job [ Started by cadsite in General support : 2 replies ]

I think its needs three different visitors to trigger the automatic suspension tools..

Re: integration of indeed/simplyhired/careerjet API, kinda like kubejobs [ Started by Anonymous in Feature requests : 2 replies ]

Would it be possible to include new posts from other sites RSS feeds? I have some sites i would like jobs included from but they're not jobberbase, but they do have RSS feeds. perhaps a format that we can make up.

Since RSS feeds will always have information in the same order something like {{name}} {{poster}} {{date}} that feeds into the DB.?

Re: Need a user system [ Started by 3x-a-d3-u5 in Looking for jobberBase developers : 12 replies ]

Hey Mat,

I should have told you about this thread :D Can't wait for the next release!!!

Some ideas, would it be possible to be able to upgrade both jobberbase and OpenCV when newer versions come out. Perhaps like a plugin and a main application. Alternatively an entire new application could be released but this may be more difficult.

Re: Need a user system [ Started by 3x-a-d3-u5 in Looking for jobberBase developers : 12 replies ]

Oh haha I was looking on the site, not the forum. Hope to see it in action ASAP :)

Re: Need a user system [ Started by 3x-a-d3-u5 in Looking for jobberBase developers : 12 replies ]

Ahh thats why i couldn't find the download link for Open CV :). Do you know when an ETA for it is?

Re: Need a user system [ Started by 3x-a-d3-u5 in Looking for jobberBase developers : 12 replies ]

Well, I think so. If it is possible, i don't want to spend much as i said, its for a free community project.

Any ETA of the merge of OpenCV and Jobberbase? Or isn't it in the horizon of jobberbase?

If there are other users that would like it we could club together for it :) Any one want to contribute? Perhaps make a contribution to jobberbase instaead, and get them to do something 8-)

Re: Need a user system [ Started by 3x-a-d3-u5 in Looking for jobberBase developers : 12 replies ]

THIS IS SOO COOL! Thanks a ton!

The only thing is how does this integrate with Jobberbase?

Re: Login system for applicants [ Started by 3x-a-d3-u5 in Feature requests : 29 replies ]

Thanks, but i assumed other users would comment if they saw it as applicable, just making the topic more popular and brining it to the developers attention.

I have tried to implement 3 login systems with jobberbase but as a novice in PHP this just didn't happen.

Re: Need a user system [ Started by 3x-a-d3-u5 in Looking for jobberBase developers : 12 replies ]

[quote] add a website of their own[/quote] I simply mean a link to their online portfolio.

Topic: Need a user system [ Started by 3x-a-d3-u5 in Looking for jobberBase developers : 12 replies ]

Hi Guys,

I'm looking for a a login system for freelancers to sign u and post a portfolio. Similar to way companies are displayed with jobs added.

I want freelancers to be able to sign up and add a website of their own, and the ability to display a user page, just like compnays can display all the ads they created freelancers will display their details. Simpler the better. Please post how long it will take and your best price. I want this to be a community trhing so i don't have a very large budget.

Looking forward to your reply.

Re: Login system for applicants [ Started by 3x-a-d3-u5 in Feature requests : 29 replies ]

Don't you guys see this as valuable?

Topic: Login system for applicants [ Started by 3x-a-d3-u5 in Feature requests : 29 replies ]

I think the is a great way top reduce spam and manage the number of people actually applying to jobs. With this info you can do soo much, email a database of job seekers.

I am working on a login system at the moment, but im sure you guys can implement the email verification system already in place for sign ups.

Re: makes new .tpl links [ Started by 3x-a-d3-u5 in General support : 2 replies ]

Got it sorted.

You've got to add a 'key' in the index.php file to add it to the list of recognised files :)

Topic: Create a login system for job seekers. [ Started by 3x-a-d3-u5 in General support : 0 replies ]

Hi guys,

I have mnaged to implement this smart login system : http://www.php-editors.com/contest/1/34-read.html (Fantastic, will relese when i get it fully working.)

My problem is how do i hide the apply section and show the login script if they're not logged in. Alternatively i need to wrap {if not_logged_in} or some sort of tags around the apply bit...

any one know how?

Thanks!

Re: reCaptcha issues [ Started by lwh523 in Bug reports : 3 replies ]

Did you get them all working?

Re: cpu exceeded [ Started by matteoraggi in General support : 2 replies ]

Get a new host. Hosts like BlusHost will limit your CPU usage extensively..

Re: Can we call the database what ever we want? [ Started by dmerms in General support : 2 replies ]

[quote=jhiner1978]Why wouldn't it be ok as long as its referenced correctly in your config.php file[/quote]
Yes, as hiner1978 says, this will be fine just name it correctly in the config.php file.

Re: Adding custom page [ Started by bla in General support : 3 replies ]

Im not sure if this is what you're looking for but can't you just add pages from admin?

admin/pages
+ Add new pages

That should be what you're looking for.

Topic: makes new .tpl links [ Started by 3x-a-d3-u5 in General support : 2 replies ]

Hi Guys,

I have made a log in system for freelancers, but i feel so stupid, how to i make a link to the register page?

<a href="{$BASE_URL}register"><h2>{$translations.regiister.register_here}</h2></a>

I've got the translations file updated, but how on earth do i edit the "$articles" file? I understand that you can do the link this: "{$articles.contact.url}" but how do i add my new .tpl file for it?

Basically i want a link to my new tpl file, that is the registration page. Obviously it includes the required header and footer files.

Re: Add More Fields [ Started by vector in General support : 13 replies ]

can we bump this again :P

Re: Captcha & Form fields [ Started by Anonymous in General discussion : 15 replies ]

Hi guys,

I get the following when i tried to add the same recapctah code as in the blog example to the "job-details.tpl"

Notice: Undefined index: recaptcha_challenge_field in /home/xxx/public_html/page_apply.php on line 36

Notice: Undefined index: recaptcha_response_field in /home/xxx/public_html/page_apply.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/page_apply.php:36) in /home/xxx/public_html/_includes/function.redirect_to.php on line 16

how does one successfully implement the same recaptcha into the apply form?