<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to mod-jobman</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-jobman/</link><description>Recent changes to mod-jobman</description><atom:link href="https://sourceforge.net/p/phpwebsite-comm/mod-jobman/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 03 Feb 2005 02:42:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpwebsite-comm/mod-jobman/feed.rss" rel="self" type="application/rss+xml"/><item><title>Jobman un-install fails when de-registering search</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-jobman/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The uninstall.php file line:&lt;/p&gt;
&lt;p&gt;$GLOBALS['core']-&amp;gt;sqlDelete&lt;br /&gt;
("mod_search_register", "module", "positionsvacant"); &lt;/p&gt;
&lt;p&gt;should now read:&lt;/p&gt;
&lt;p&gt;$GLOBALS['core']-&amp;gt;sqlDelete&lt;br /&gt;
("mod_search", "module", "positionsvacant"); &lt;/p&gt;
&lt;p&gt;(phpws core v0.10.0)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Thu, 03 Feb 2005 02:42:26 -0000</pubDate><guid>https://sourceforge.net6c085cc86f47806a94bbcf52903b24c0c8edb68f</guid></item><item><title>Jobman alters a staffman global (oops)</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-jobman/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the first line of function _view in JobManager.php is:&lt;/p&gt;
&lt;p&gt;$GLOBALS["CNT_staffman"]["content"] = "";&lt;/p&gt;
&lt;p&gt;it should probably be&lt;/p&gt;
&lt;p&gt;$GLOBALS["CNT_jobman"]["content"] = "";&lt;/p&gt;
&lt;p&gt;Chris.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris</dc:creator><pubDate>Thu, 03 Feb 2005 01:25:43 -0000</pubDate><guid>https://sourceforge.netbdee209a94a5eb95ab4c5a902645db127b14ba73</guid></item><item><title>Module Jobman: post 9.3.2 upgrade issues</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-jobman/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Using the control panel to enter 'Positions Available'&lt;br /&gt;
I get the error&lt;/p&gt;
&lt;p&gt;Fatal error: Class job: Cannot inherit from undefined &lt;br /&gt;
class phpws_item &lt;br /&gt;
in /monza/clients/datamgmt.com/website/mod/jobman/cla&lt;br /&gt;
ss/Job.php on line 22&lt;/p&gt;
&lt;p&gt;This has only occured since I moved to 9.3.2 and looks &lt;br /&gt;
like changes to accomodate the new modules are needed&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David M Walker</dc:creator><pubDate>Mon, 22 Dec 2003 10:37:36 -0000</pubDate><guid>https://sourceforge.net8c7acf6154a0da376c0cf6ff8dadcd6c737a6dd5</guid></item><item><title>Module Jobman: Menu Items Missing</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-jobman/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The module works great, but I have a few things I would &lt;br /&gt;
like to see fixed in the next release.&lt;/p&gt;
&lt;p&gt;1) After module is loaded and you go to the positions &lt;br /&gt;
available, you cannot see any of your menus!&lt;/p&gt;
&lt;p&gt;2) Would like to see another field in the jobs available &lt;br /&gt;
summary page. Instead of showing the full description, &lt;br /&gt;
show a description summary instead. Or have the &lt;br /&gt;
cabability to choose what fields you want to display on &lt;br /&gt;
summary page.&lt;/p&gt;
&lt;p&gt;3) On job detail page, have the ability to tie in to the &lt;br /&gt;
form generator module. This way you can apply for a job &lt;br /&gt;
through the form generated module, which is a &lt;br /&gt;
application form.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shawn Sullivan</dc:creator><pubDate>Fri, 10 Oct 2003 13:42:52 -0000</pubDate><guid>https://sourceforge.netaa724c9ec7a50ae05181f89ffa21590ece00a145</guid></item><item><title>Module Jobman: non-xhtml &amp;amp; in url</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-jobman/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In jobman/conf/boost...&lt;/p&gt;
&lt;p&gt;$admin_op = &amp;amp;quot;&amp;amp;amp;JOB_MAN_op=list&amp;amp;quot;;&lt;/p&gt;
&lt;p&gt;Should be&lt;/p&gt;
&lt;p&gt;$admin_op = &amp;amp;quot;&amp;amp;amp;amp;JOB_MAN_op=list&amp;amp;quot;;&lt;/p&gt;
&lt;p&gt;Similarly for $user_op too.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shaun Murray</dc:creator><pubDate>Thu, 31 Jul 2003 12:19:56 -0000</pubDate><guid>https://sourceforge.net9d142c009cc19672de154e6add480d1018673755</guid></item><item><title>Module Jobman: missing icon in control panel</title><link>https://sourceforge.net/p/phpwebsite-comm/mod-jobman/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is there any reason why there isn't an icon for JobMan&lt;br /&gt;
in the control panel ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David M Walker</dc:creator><pubDate>Sun, 13 Jul 2003 19:38:10 -0000</pubDate><guid>https://sourceforge.netef4ef6df795b93705952380fdcdb6920366d4679</guid></item></channel></rss>