sunstardave
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Job Manager] User issueHi Gary.
I think I’ve sussed this out. I’ve been clicking on the Job Manager header in the sidebar which of course is trying to take me to the Job Manager Admin section.
Clicking on the ‘expand’ arrow to the right reveals that areas this user is allowed to access.
So, in a nutshell, the problem was…me.
Forum: Plugins
In reply to: [Plugin: Job Manager] User issueHmm. I’ve disable the Role-scoper plugin and still get the same permissions message for authors or contributors.
I hope this helps narrow down the problem cause I’m stumped.
Forum: Plugins
In reply to: [Plugin: Job Manager] HELP! Urgent problemHi Gary.
I’ve just run that query and emailed you.
Forum: Plugins
In reply to: [Plugin: Job Manager] HELP! Urgent problemYes, that’s correct.
Forum: Plugins
In reply to: [Plugin: Job Manager] HELP! Urgent problemHi.
I’ve done/tried that. The page still displays the, “Hi! This page is used by your Job Manager plugin as a base…”. Is there another step I’m missing?
Thanks
Forum: Plugins
In reply to: [Plugin: Job Manager] HELP! Urgent problemAnd he breaths a Big sigh of relief. Thanks very much.
Now here’s a really stupid question. It’s been a few week since I first did a test install (on another site) and have completely forgotten how to actually see the job listings. You kindly gave me the following code (see bottom of post) to create a certain listing layout but I can’t for the life of me remember where to put it to get it to display on my site. The page created by the plugin is ?page_id=253 and has the description, “Hi! This page is used by your Job Manager plugin as a base…”
I’ve copied the template code you gave me into the Display Setting page Template Settings section. I’ve also tried copying it into the page itself (which I don’t think is right). I’ve check the test site I build a few weeks ago and the page template for the Job Manager base page is just set to default.I’m starting to go around in circles and think I’m missing the painfully obvious.
Can you point a simpleton in the right direction?
Thanks.
The code you gave me:
<table class=”jobs-table”>
<tr class=”heading”>
<th>Title</th>
<th>[job_field1_label]</th>
<th>[job_field2_label]</th>
<th>[job_field4_label]</th>
</tr>[job_loop]
<tr class=”job[job_row_number] job[job_id] [if_job_highlighted]highlighted [/if_job_highlighted][job_odd_even]”>
<td>[if_job_icon][job_icon]
[/if_job_icon] [job_link] [job_title] [/job_link]</td>
<td>[job_field1]</td>
<td>[job_field2]</td>
<td>[job_field4]</td>
<td>[job_link]More Info[/job_link]</td>
</tr>
[/job_loop]</table>
Forum: Plugins
In reply to: [Plugin: Job Manager] Job listing ‘table’ w/ exerptsThat’s great! Works like a charm.
Thank you very much. If I can get PayPal to play nice, a donation is enroute.
Thanks again for your help.