Re: upgrade, but what with the skin? [ Started by cadsite in General support : 9 replies ]

Well, my website doesn't have any kind of captcha thing, and I never got spammed. Though I would definitely implement re-captcha if this came to happen.

I think JobberBase was designed for the best user experience, and a captcha isn't ideal regarding this concern... I guess that's why you don't see much captcha-related posts around here =)

Re: Installation Problems [ Started by horizon in General support : 10 replies ]

Find this :
[quote]
define ('BASE_URL', 'http://www.edunile.net' . $_SERVER['http://www.edunile.net'] . _APP_MAIN_DIR . '/jobs/app');
}
else
{
define ('BASE_URL', 'http://www.edunile.net' . $_SERVER['http://www.edunile.net'].':'.$_SERVER['SERVER_PORT'] . _APP_MAIN_DIR . '/jobs/app');
}
[/quote]

Replace with :
[quote]
define ('BASE_URL', 'http://' . $_SERVER['http://www.edunile.net'] . _APP_MAIN_DIR . '/jobs/app');
}
else
{
define ('BASE_URL', 'http://' . $_SERVER['http://www.edunile.net'].':'.$_SERVER['SERVER_PORT'] . _APP_MAIN_DIR . '/jobs/app');
}
[/quote]

And it should work! Also, don't forget to set up your email adress line 38 and 39 ;)

Good luck! …

Re: Godaddy config problem [ Started by keskese in Tutorials : 4 replies ]

Are you shure "minenamehost" shouldn't be simply localhost? I've never been using GoDaddy, but as many host proceed like this, it should be the case here too... Good luck!

Re: Changing "this is the homepage title" [ Started by evertsemeijn in Tutorials : 7 replies ]

You'd better edit it into _includes/translations.ini file

Re: Installation errors: session_start and Cannot modify header informatio [ Started by jobberguy in Bug reports : 2 replies ]

Please give your php version, config, and describe how you did install JobberBase (which files you modified etc..)

ttys

Re: Simple Login System for Companies [ Started by redjumpsuit in Feature requests : 24 replies ]

your work is really nice mate, but the "customer" isn't really enlightened about what will he have to pay, how the system works etc... I admit I have been confused, although I'm running a JobberBase website. You might have to explain a lil more stuff in your emails you know. The enhancements are great, it gives JobberBase a slightly different business model power.

If I get it well, recruiters register for a 12e premium account once the free time is done (it lasts three days), and then, how many ads can they put? During how much time?

Sorry for the bad, tired english I'm writing here :/

Re: Fatal error: Fatal error: class.Job.php on line 1025 [ Started by Adrienne in Bug reports : 6 replies ]

@Adrienne & Richard : have you set up the database name, host, user, and password in the config.php file?

I suggest you to have at least one category set up into your database to get rid of the error. I don't have the time to check if this fixes the problem, but it might be the reason. Let me know how you're doing.

Re: Now serving X jobs from X different companies [ Started by redjumpsuit in Feature requests : 6 replies ]

thanks a lot for sharing this mate

Re: Simple Login System for Companies [ Started by redjumpsuit in Feature requests : 24 replies ]

Okay thanks Chronos. Smarty rules!

I'm sorry for the little off-topic though. Redjump, I'm interested by trying out your demo. I just sent you an email ;-)

Re: About JobberBase's PHP design pattern : MVC ? [ Started by benobo in Tutorials : 7 replies ]

Thanks Filip.

Step by step I get a better view of the MVC design pattern. I really like the way JB is coded : it's very easy to understand even for a noob like me :-)

I've read somewhere that you'd like to implement a plugin system into future versions of JobberBase. This would be very sweet and also making everyone love JB even more...

On the technical side, I guess this could be achieved using the Snoopy class, like it currently is in Wordpress? I think this almost-CMS has one of the greatest plugin system ever made on a php system, so it should be a good inpiration source for JobberBase plugins...

Re: upgrade, but what with the skin? [ Started by cadsite in General support : 9 replies ]

Have you followed those steps? (Just in case...)

http://www.jobberbase.com/forum/post3523.html#p3523

Re: About JobberBase's PHP design pattern : MVC ? [ Started by benobo in Tutorials : 7 replies ]

Okay, as soon as I am trying to learn OOP with php, I was wondering if taking JobberBase as a design-pattern model would be a good thing. I guess it is :-)

Re: upgrade, but what with the skin? [ Started by cadsite in General support : 9 replies ]

`Skin` => They are located in /_templates
Simply upload here your .tpl files (well, that's HTML with some Smarty markups)

`CSS, Images` => Upload your screen.css and print.css to /css, and the images inside /img.

`Language` => Edit/replace translations.ini under /_templates

And you're done re-skinning JobberBase 1.6!

[quote=cadsite]
BTW, maybe this can be a feature request to, a fully seperated language file and a easy skin change.[/quote]

JobberBase is really well done for skin modification (I can't see any better way of doing it in fact), and what your requested is, obviously, already provided :-)

Topic: About JobberBase's PHP design pattern : MVC ? [ Started by benobo in Tutorials : 7 replies ]

I've got some questions about the design pattern in use with JB. I think it is Model View Controller... I hear about MVC a lot, and I'm curious about JobberBase's app architecture... Because I think it is very nicely coded! Well, as long as code can be nice :P

Are :
_includes/ the models ?
_templates/ the views ?
and the page_something.php are the controllers ? Same thing with the admin panel, I assume.

Thanks in advance :-)

Re: Simple Login System for Companies [ Started by redjumpsuit in Feature requests : 24 replies ]

Wow all those features look promising! Are you willing to share your work as OpenSource or will you release it under commercial licence?

By the way... I don't know why all this time I was thinking JobberBase was coded with the CakePHP framework. I was wrong right?

Re: Version 1.6 is out! [ Started by cYbErMo in Announcements : 9 replies ]

Thank you Chronos.

Re: A newsletter for Recruiters [ Started by benobo in Feature requests : 15 replies ]

Okay, I'll give this stuff a shot and share it. Well, if someone wants to take it, please go ahead! But it doesn't seems like a coder is interested yet...

Re: A newsletter for Recruiters [ Started by benobo in Feature requests : 15 replies ]

That's exactly what I'm going to do! So if I understand right, you added those two conditions to your form (privacy policy and commercial content agreements). And now you grab emails into your database by hand when it says OK for the newsletter? Is that how you proceed?

Re: A newsletter for Recruiters [ Started by benobo in Feature requests : 15 replies ]

I might take the challenge to do this man. If I succeed (I'm currently learning php) then I'll share it. I just need time...

But first, yeah, the rough way : like you said, it's way better than nothing at all. Plus I don't have tons of mails already. My concern is about my users privacy : I need their agreement to send newsletters... Otherwise they can consider me as a spammer, which I don't want to act like.

Re: A newsletter for Recruiters [ Started by benobo in Feature requests : 15 replies ]

It looks nice but I need my associate - who doesn't even know html - to be able to use the newsletter system... PhpMailer looks like it's not really accessible for such a person, right?

Re: A newsletter for Recruiters [ Started by benobo in Feature requests : 15 replies ]

Okay. Anyways, it shouldn't be this hard to "merge" JobberBase and PhpList I guess. Thanks for sharing Matt ;)

If I succeed to implement the newsletter subscription to the apply form and/or on custom page, I will share my work here. Come back in a few weeks!

Re: A newsletter for Recruiters [ Started by benobo in Feature requests : 15 replies ]

This sounds interesting. I'll definitely have a look into it. Did you implement it into your website?

Re: How to print category name in category.tpl [ Started by benobo in General support : 3 replies ]

Yes you understood it right ;)

Thank you!

Re: How to hide php errors from showing to everyone? [ Started by benobo in General support : 2 replies ]

Thank you mate!

Topic: How to hide php errors from showing to everyone? [ Started by benobo in General support : 2 replies ]

Hello there,

I'd like to hide php errors from showing to my users - it usually shows the exact hackable line from now, which is making me anxious (my site is getting traffic now...)