Plugin Directory

Changeset 487469


Ignore:
Timestamp:
01/10/2012 12:42:27 PM (14 years ago)
Author:
zartis
Message:

fix for false identifier
works for 3.3.1

Location:
zartis-job-plugin
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • zartis-job-plugin/trunk/Zartis_Job_Plugin.php

    r460300 r487469  
    44Plugin URI: http://www.zartis.com
    55Description: Easily add your own secure jobs and careers page to your WordPress site. Includes full access to professional candidate management and posting to twitter, facebook and free job aggregation sites.
    6 Version: 1.1
     6Version: 1.2
    77Author: Zartis
    88Author URI: http://www.zartis.com
    9 Tags: jobs, job, career, manager, vacancy, hiring, hire, listing, recruiting, recruitment, ats, employer, application, board
     9Tags: jobs, job, career, manager, vacancy, hiring, hire,listing, social, media, recruiting, recruitment, ats, employer, application, board
    1010License: GPLv2
    1111*/
     
    138138   
    139139    $Zartis_Width = get_option('Zartis_Width');
    140        
     140   if ($Company_Zartis_ID!="False")
     141   {
    141142 $script = '<script type="text/javascript"src="http://my.zartis.com/'.$Company_Zartis_ID.'/getwidget"></script><script type="text/javascript"charset="utf-8">function getParam(name){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(window.location.href);if(results==null)return"";else return results[1];}function updateIFrame(height){var iframe=document.getElementById("jobs_iframe");iframe.setAttribute("height",height);}var height=getParam("height");if(height==""){var zartis_options={};zartis_options.display="iframe";zartis_options.company="'.$Company_Zartis_ID.'";zartis_options.placement="left";zartis_options.type="widget";zartis_options.color="#222";zartis_options.width="'.$Zartis_Width.'%";zartis_options.style="idea";zartis_options.url=document.URL;var zartis_widget=new ZARTIS.jobs_widget(zartis_options);}else{window.top.updateIFrame(height);}</script>';
    142143   
    143144    return $script; 
     145    }
     146    else
     147    {
     148    return false;
     149    }
    144150
    145151
  • zartis-job-plugin/trunk/readme.txt

    r467026 r487469  
    44Tags: jobs, job, career, manager, vacancy, hiring, hire, listing, recruiting, recruitment, ats, employer, application, board
    55Requires at least: 2.9
    6 Tested up to: 3.2.1
    7 Stable tag: 1.1
     6Tested up to: 3.3.1
     7Stable tag: 1.2
    88
    99Easily add job listings and secure candidate management to your Wordpress site.
    1010
    1111== Description ==
     12
     13<iframe width="510" height="289" src="http://www.youtube.com/embed/VPUVDW3FCVA" frameborder="0" allowfullscreen></iframe>
    1214
    1315= Be your own recruiter =
Note: See TracChangeset for help on using the changeset viewer.