Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Releases and Announcements /

Latest news about the SilverStripe software.

Moderators: martimiz, Sean, Ed, biapar, assertchris, Willr, Ingo, swaiba, Graves

NEW: SilverStripe Job Board


Go to End


17 Posts   12859 Views

Avatar
biapar

Forum Moderator, 435 Posts

11 February 2011 at 2:42am

It's possible to have the code also for me?

Avatar
klikhier

Community Member, 150 Posts

11 February 2011 at 11:03am

Willr, hope you don't mind me posting this here:

Hi Menno,

I've thrown it up on github so you are free to download / fork / customize as you wish! If you have any features you add feel free to submit them back to the module. I quickly (very quickly!) updated the code to 2.4

https://github.com/willrossi/silverstripe-jobboard

You can also find the Job board example from the SilverStripe book on Ingo's github account.

https://github.com/chillu/silverstripe-book/tree/master/5_development

Good luck!

Avatar
Webdoc

Community Member, 349 Posts

6 July 2011 at 8:48am

Edited: 06/07/2011 8:49am

Strange thing if i add a post a job listing, no email is sended to the one who writes it - how then the poster knows what is his password for deleting the post, how can i fix it

Avatar
Willr

Forum Moderator, 5523 Posts

6 July 2011 at 10:38am

Strange thing if i add a post a job listing, no email is sended to the one who writes it - how then the poster knows what is his password for deleting the post, how can i fix it

Webdoc - you should have got an email with your account details and other information. Check your spam folder.

Avatar
Webdoc

Community Member, 349 Posts

23 July 2011 at 5:24am

Found out the error i already got user with same email and then it doesnt mail the user again the stuff that he/she have posted new offer

Is there anyway to add this thing in to code willr

Avatar
Willr

Forum Moderator, 5523 Posts

23 July 2011 at 11:10am

Found out the error i already got user with same email and then it doesnt mail the user again the stuff that he/she have posted new offer

If you've submitted a job you should always get an email (https://github.com/willrossi/silverstripe-jobboard/blob/master/code/JobHolder.php#L124), it just won't include your password (as we only store it hashed). If you need to retrieve your password, use the lost password form.

Avatar
Webdoc

Community Member, 349 Posts

2 September 2011 at 7:53am

Is there A way to show the Members Email on Job post

Avatar
SamTheJarvis

Community Member, 24 Posts

15 January 2012 at 11:11am

Honestly, the best anti-spam field I know is the kitten (or other animal) captcha, as such, http://www.rackspace.com/forms/contactsales/

Worked wonders on my vb forum, bot registrations killed dead.