Posts by Tom
Posts by Tom [ 13 ]
Re: I bet you $100 paypal, you can't integrate paypal with jobberbase [ Started by Tom in Tutorials : 3 replies ]
Yea, and I can't say I didn't see that one coming. I was hoping that someone was just sitting on some code, and would post it for an easy $100 buckaroos. :D
I'm happy to extend this offer to the first person to post the solution.
I'm going to be hiring an intern this summer, who I'll put to work on jobberbase durring any downtime. I'll post all of that code here. Jobber base is a great open source foundation for lots of us to "stimulate the economy."
Topic: I bet you $100 paypal, you can't integrate paypal with jobberbase [ Started by Tom in Tutorials : 3 replies ]
Yes, you read it right. I bet you $100 (US), you can't integrate paypal with jobberbase, and post it here in the forum for all to use. It should allow prices and other account info to be edited in the admin pannel, and allow additional pricing for a 'spotlight job.'
Why am I betting?
Well, I'm betting all of you, because people need incentives to get things going. I'm tired of all of these cock teases who keep posting "I've made this paypal module, that does everything you want.... ....Would anyone be interested?" Err... what do you think, Sherlock? If you got it, post it. If you want to sell it, sell it. But don't be a prick about it. Put up or shut up.
It seems like so much of the forward development of jobberbase is being held back by people who don't want to share code. My solution - I'll gladly pay whoever to make some much wanted modifications. If anyone else would like to sweeten the deal, feel free to pile on.
But how long do I have to post the solution?
I w …
Re: htaccess problem - /jobs-in/(location) URL goes to 404 Page Not Found [ Started by Tom in General discussion : 6 replies ]
That's odd. I commented it out, and it still redirects to /page-unavailable/.
Re: htaccess problem - /jobs-in/(location) URL goes to 404 Page Not Found [ Started by Tom in General discussion : 6 replies ]
Well, I checked it. Empty. Just some robot.txt errors.
Re: htaccess problem - /jobs-in/(location) URL goes to 404 Page Not Found [ Started by Tom in General discussion : 6 replies ]
In cpanel, my error log is empty.
Which files would it be looking for, under these circumstances?
Topic: htaccess problem - /jobs-in/(location) URL goes to 404 Page Not Found [ Started by Tom in General discussion : 6 replies ]
As a firm believer in descriptive thread titles, I think my title says it all. Any help is greatly appreciated. TIA!
Here's the scoop:
*Categories work fine {baseurl}/jobs/(category)
*/job/##/(name) only works because it has the ID ##
*/jobs-at/(company) all directs to the same company
*/jobs-in/(location) goes to page not found
I'm pretty sure it's a .htaccess problem, but I'm not really sure where to start.
Here's my .h
[code]# AddType x-mapp-php5 .php
# AddHandler x-mapp-php5 .php
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
ErrorDocument 404 /page-unavailable/
<files ~ "\.tpl$">
order deny,allow
allow from none
deny from all
</files>
AuthType Basic
AuthName "Coming soon....."
AuthUserFile "/home/blah/.htpasswds/web/blahblah/passwd"
require valid-user[/code] …
Re: Ideal Job - am I missing something [ Started by jhiner1978 in General support : 10 replies ]
The few lines of code that would turn the ideal job page into something useful, seems to be pretty elusive, yet so simple. I was just hoping that someone else had already done it/posted it.
I found the request-job.tpl, but how do I edit the actual values under each column? What file/table do I edit to alter the form elements.
I did find where the info is stored, and it doesn't even record anything other than name, email, time and IP.
==============
What I'd like to do
==============
I'd like to use the same Apply Now form, at the bottom of each job page, and put it on this page. Then, any information that my users upload, would be emailed to me, and/or stored in the DB.
I'm working on that now. I just started diving deep into jobberbase, and I'm going to write up a short tutorial on all of the small fixes I feel are necessary/nice to have.
I'll create a page in the wiki for that, and post a link it in the tutorials forum. …
Re: What's the syntax for a location's URL eg www.example.com/job/Alabama [ Started by Tom in General support : 3 replies ]
Nope. Still redirects to /page-unavailable/
I've tried the following cases
job-ads/state/oh
job-ads/oh
jobs-in/oh
jobs-in/ohio
jobs-in/state/ohio
and more. I've also searched the forum for some iteration of those words, with no luck.
Is there a setting that needs to changed to enable location urls?
example.com/jobs/category/ works with the categories, so it seems as if example.com/jobs/location/ should work too.
[color=#FF0000]Edit[/color]: I installed this to see what type of links it would generate. http://www.jobberbase.com/forum/topic966-increase-the-number-of-internal-links.html
The url just comes out to www.example.com/jobs-in//
With the double back slash, as if $job.location_alias was null. How do I get that goin'?
Re: What's the syntax for a location's URL eg www.example.com/job/Alabama [ Started by Tom in General support : 3 replies ]
Okay, I found this syntax on another jobber board, and it doesn't work with mine, so I'm still missing something
http://www.example.com/job-ads/state/oh should to go the Ohio jobs page. What am I missing?
Topic: What's the syntax for a location's URL eg www.example.com/job/Alabama [ Started by Tom in General support : 3 replies ]
I'm wondering how I can link to my different locations. I tried to search for the answer, but no luck.
Basically, I have all 50 states set as my locations. If I wanted to link to 'Ohio' what would be the URL?
Re: How to add permanet images above category tabs [ Started by Tokyoj in Tutorials : 1 replies ]
Tokyoj,
Thanks, and my mom says hello.
-Tom
Re: Resumes/CV Bank [ Started by Anonymous in Feature requests : 30 replies ]
This is a must, in order to be a full featured job board.
Re: Add More Fields [ Started by vector in General support : 13 replies ]