All PostsView Job listings = 0 |
||
|---|---|---|
|
Zoner
![]()
Joined:
2004/10/6 16:13 Posts:
0
![]() |
Hi,
Thanks for this module, it's very useful. :) Not sure if I screwed something up but the only thing I can't get right is on this page http://kirkcaldybook.com/modules/jobs/ if you click 'View Job listings' it goes to http://kirkcaldybook.com/modules/jobs/index.php?pa=view&cid=1 but shows Main » (0) however I know there is something there because if you do a search.. [in my case 'bottle'] you get a result like so; Main » Job Listings in Kirkcaldy (1) Any advice on where I might look to correct this? Cheers.. PS: I also noticed that there is no option to include the price when Adding a listing.. is that easy to add in? [I am not php competent] PPS: I noticed that the 'print' button does this with your ppage as well as mine ..Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/langtoun/public_html/modules/jobs/listing-p-f.php on line 33
Posted on: 2005/4/23 20:19
Edited by hamish on 2005/4/23 20:40:31
Edited by hamish on 2005/4/23 20:55:39 |
|
Transfer
|
||
Re: Jobs 1.8 |
||
|---|---|---|
|
Webmaster
![]()
Joined:
2004/10/6 16:13 Posts:
927
![]() |
Sorry it took a while to see this, been busy.
To get the block working go to the file jobs/blocks/jobs.php around line 27 find this line: include(XOOPS_ROOT_PATH."/modules/jobs/include/config.php"); Replace it with this line between the dashes --------------------------------------------------------- //from MyAds 2.05beta7 // read configs from xoops_config directly $rs = $xoopsDB->query( "SELECT conf_value FROM ".$xoopsDB->prefix('config')." WHERE conf_name='newclassifieds'" ) ; while( list( $val ) = $xoopsDB->fetchRow($rs) ) { $newclassifieds = $val ; } --------------------------------------------------------- Thanks for pointing that out. I will fix the download over the weekend. As far as the search goes if it was in the root directory it would work. Is it in a sub directory or a sub domain? If you want it to work I will find the right code to change for you, it might take a little while. Or you can go to the jobs/templates/jobs_index.html and delete lines 49 to 73. these lines below, then update the module. --------------------------------------------------------- <table border="1" class="even" width="80%" align="center"> <tr> <td class="even" align="center"><hr /> <table border="0"> <form name='search' id='search' action='/search.php' method='post' onsubmit='return xoopsFormValidate_search();'> <input type='hidden' name='mids[]' value='<{$xmid}>' /> <td><b>Search Listings : </b></td> <td><input type='text' name='query' id='query' size='15' maxlength='255' value='' /></td> <td><select size='1' name='andor' id='andor'> <option value='AND' selected='selected'>All Words</option> <option value='OR'>Any Words</option> <option value='exact'>Exact Match</option> </select></td> <td><input type='submit' class='formButton' name='submit' id='submit' value='Search' /></td> <input type='hidden' name='action' id='action' value='results' /> </form> </table> </td> </tr> </table> <script type='text/javascript'> <!-- function xoopsFormValidate_search(){} //--> </script> ---------------------------------------------------- That should do it. Download now has block fix, as of 4-18-05 John
Posted on: 2005/4/15 19:53
Edited by john on 2005/4/18 8:37:32
|
|
Transfer
|
||
Re: Jobs 1.8 NEW Version |
||
|---|---|---|
|
Just popping in
![]()
Joined:
2004/10/6 16:13 Posts:
1
![]() |
hy john,
nice module. Some ideas : - permit to upload several type of files, like Excel or Word docs. For example, an employer would like to give all jobs details in a separate file - transform your module so that employee and employer will be able, both, to post their offers - add wysiwyg editors - are all fields searchable ? marco
Posted on: 2005/4/11 17:22
|
|
Transfer
|
||
Jobs 1.8 |
||
|---|---|---|
|
Just popping in
![]()
Joined:
2004/10/6 16:13 Posts:
1
![]() |
I have installed the module and it looks good. I wanted to see if there is a way to get some of the jobs to view in the block before you go to the module? Currently it just says view job listings. Also is there a way to disable the search? I have it installed xoops in a sub directory of my site and the search does not function. If I run xoops from the main directory will it correct the problem?
Posted on: 2005/4/11 11:39
|
|
Transfer
|
||
Jobs 1.8 NEW Version |
||
|---|---|---|
|
Webmaster
![]()
Joined:
2004/10/6 16:13 Posts:
927
![]() |
***** Edited *****
Found problems with the 1.6 version, problems were in the uploader, and a few typo's, also changed all $HTTP_POST_VARS to _POST , all $HTTP_GET_VARS to _GET , AND $HTTP_POST_FILES TO _FILES , plus a couple more, I think I have them all. If anyone is using PHP5 I would like to know if this module works for you. Thanks. 1. Fixed category issue 2. added search without having to add mid manually 3. removed the cache folder, no need to chmod 777 anymore. 4. Made the config like xoops 2.0.x style I recomend updating just to remove the cache folder at the very least. No changes to the database, just back up your database, delete old module , upload new module , update module. Any questions or problems post them here. Thanks, John
Posted on: 2005/3/19 12:25
Edited by john on 2005/3/22 15:56:22
|
|
Transfer
|
||
Cannot change preferences |
||
|---|---|---|
|
Just popping in
![]()
Joined:
2004/10/6 16:13 Posts:
1
![]() |
Nevermind, helps if you read the readme.txt file. :)
I'm trying to change the image size preference from 10000 to 50000, but when I save it and reload the preferences it comes back as 10000. Also, I keep getting errors when trying to upload images to Alumni. I'm thinking this is because the image is ~43k, but I'm not positive. mcgiddin
Posted on: 2005/1/19 20:14
|
|
Transfer
|
||
Re: Search on my site... |
||
|---|---|---|
|
Webmaster
![]()
Joined:
2004/10/6 16:13 Posts:
927
![]() |
Never saw an error like that, do you use special error pages?
If so look in the admin section of Xoops, go to 'preferences' and then 'search options', make sure the global search option is 'yes'.
Posted on: 2004/12/9 7:35
|
|
Transfer
|
||
Search on my site... |
||
|---|---|---|
|
Just popping in
![]()
Joined:
2004/10/6 16:13 Posts:
1
![]() |
When I use the searh option my site goes to an error page.. I change the settings per install instructions..
Any answers? My site link other than that great mod... Thanks
Posted on: 2004/12/9 5:49
|
|
Transfer
|
||
Re: upload more photos |
||
|---|---|---|
|
Webmaster
![]()
Joined:
2004/10/6 16:13 Posts:
927
![]() |
That might be tough, but if you try you might be able to duplicate the photo code in all the places in the module.
I really can't spend the time that it would take for just one person, as I am working on other important stuff for one of my sites. If you can't figure it out, If you make a default donation I will do it for you, and if I can't get it to work I will refund your donation. John
Posted on: 2004/12/7 13:27
|
|
Transfer
|
||
upload more photos |
||
|---|---|---|
|
Just popping in
![]()
Joined:
2004/10/6 16:13 Posts:
0
![]() |
I need to have the ability to allow to upload 5 photos by student. as he could modify???
Posted on: 2004/12/7 11:43
|
|
Transfer
|
||




I noticed that the 'print' button does this with your ppage as well as mine ..
Transfer

