dax316
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search / Filter my Members Page*UPDATE
I was able to get the filter/sort/search working with one of the dropdown menu values, I just can’t seem to get it to work with both because of the way the wp_usermeta table is setup. Maybe this is a better question for a php forum since that’s probably where i’m getting caught up.
Dax
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGSThanks again for the quick update! Fixed both of my issues!
There is one final issue i’m having (hopefully!). When i have data in both the Job Information field and an Attachment, there is an extra line break added to the display on the front end. i.e.
Job Information: This job is open to all applicants.
Attachment: Download
If there is no data in the job information field there is not an added line break added. i.e.
Location: US Department of Justice
Attachment: DownloadIs this something that I can change myself by editing one of the php files? Thanks again for the quick update!
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGSCool! Thanks for the quick update. There seem to be some additional bugs, atleast on my end, now.
-Once i’ve added a file to a job, and I go back in to edit the job, the file disappears.
-When i try to edit a job, I am unable to delete a field that I had already entered. For example: for a job, i listed the salary as $50,000. If i try to edit that, i cannot remove the salary field completely, as it will just revert back to $50,000. I have to leave something there even if it is just the dollar sign, otherwise it will just say $50,000. I can change it to $5 or $100 or anything else, i just cant delete it completely. The same seems to be true for all fields.
Thanks.
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGS@jakobwa – Thanks for the tip. However, i’m doing a bit of different formatting for some of the fields so i’d rather not use the loop. It seems like the loop would be using the exact same code that I entered above so i’m not sure why there is a difference.
Forum: Plugins
In reply to: [Plugin: Job Manager] FILE UPLOAD IN JOB FORM SETTINGSI’m having a problem with the file upload as well…maybe i’m just missing something. I also want a pdf to be associated with the job, so i created a new file upload field. I uploaded a pdf for a job and added the following code to my display settings:
[if_job_field6]
<tr>
<th scope=”row”>Attachment:</th>
<td>[job_field6]</td>
</tr>
[/if_job_field6]The row is showing up, but it says “Attachment: 485”.
I don’t know where the 485 is coming from. Any help would be greatly appreciated. Thanks!