Closed (duplicate)
Project:
Job Search
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2009 at 17:30 UTC
Updated:
10 Mar 2009 at 18:01 UTC
Hi,
I use JobSearch with the new Drupal 6 version (6.x-1.x-dev) It's work fine, but the 3 jobsearch views doesn't appears on my views module.
I have seen this post : http://drupal.org/node/207625#comment-892459 and apply the patch but It doesn't work :(
I have test to apply the patch on Drupal 5 and It's work fine but no on Drupal 6 Version :(
If somebody have an idea ?
Thanks a lot ;)
Bye
Comments
Comment #1
kbahey commentedThe other issue is for Drupal 5.
This still needs work
Comment #2
xamountI can probably take a look at this but not at least for the next week...
Comment #3
pydubreucq commentedThanks for All.
I will take a look too, but I'm system Administrator and PHP is a mistery to me ;) lol
Comment #4
pydubreucq commentedFor Information, the 2 filters doesn't exist :
Job: Application Status
Job: Applicatant User ID
Thanks for all ;)
Comment #5
jchatard commentedHi all,
Just tried to start implementing Views2 to JobSearch.
Be nice with me it's my first Views2 module integration. It's quick and dirty, and has to be tested a lot, and cleaned-up!
I based my work on last 6.x-dev.
So here is a patch for job.module and job.views.inc which has to be placed into an "includes" folder under jobsearch module directory.
Let me know what you think.
Jérémy
Comment #6
jchatard commentedRah, upload doesn't work, here is my code ! Sorry guys.
Since upload doesn't seems to work, I copy/paste my changes.
#1 job.module : remove function jobsearch_views_table()
#2 job.module add the following function :
#3 create an includes folder
#4 create a file named "job.views.inc" and insert the following code with PHP tags at start:
Try Views 2 in relationship, fields, etc.
Let me know what you think.
Jérémy
Comment #7
kbahey commentedCan some people test this and report if it is working?
Comment #8
pydubreucq commentedHi,
Thanks :D
I will test that nearly and I will tell you my opinion ;)
Bye
Comment #9
jrosen commentedIssue: Patch for Job Search 6.x-1.x-dev - User profile updates and Views 2 integration includes full Views 2 integration, including:
1. relatationships from Job => Users
2. the 3 default views for Views 2 that were included with the Drupal 5 version
So, I am marking this issue as a duplicate. Please test the patch in the issue above, so we can unify our efforts and get the patch committed into the Drupal 6 version of the Job Search module.
Thanks,
Jason