You are on page 1of 3

26th - July, 2010

---------------------------------------------
Allow users to fill-in a form before asking them to create an account.
Allow other language file support (.mo and .po files)
Allow fee table so that there can be additional payments. For example 30 USD of
30 days and 50USD for 60 days. And Fulltime 30USD, Part-time 25US and freelancer
s 10USD.
Allow additional company information, such as company logo.
Improve the search. Advanced search facility,based on company name, location, ca
tegory and so on.
Add the ability to apply online, where people can send their resume, cover lette
r and so on.
Allow preselected job locations as a dropdown table.
Add options such as email this job , print this job and share this job on (different
ocial network sites)
-------------------------
style.css
preview_jobs.php
functions.php
single.php
tpl_createjob.php
db_manage.php
auto_install.php
index.php
jobs.php
apply_online.php
jobs_category.php
edit_profile.php
searchform.php
advance_search.php
sidebar.php
tpl_registration.php
email_a_job.php
skins/pink.css, grey.css, green.css, dark_green.css, cream.css, blue.css, red.cs
s
js/basic.js, jquery.simplemodal.js

16th - July, 2010


---------------------------------------------
dashboard.php (user dashboard - status settings)
archive.php (for tags listing new added)
tags.php -- new file (for tags listing new added)

26th - June, 2010 (contact us page template added)


---------------------------------------------
page_contact.php --> file add
style.css
skins/1-default.css

25th - June, 2010 (discount coupon problem)


--------------------------------------------
preview_jobs.php

11th - June, 2010 (Paid Job Description Message, message is set from wp-admin->s
ettings)
--------------------------------------------
tpl_createjob.php
preview_jobs.php
functions.php

11th - June, 2010 (post job link problem)


--------------------------------------------
tpl_createjob.php
preview_jobs.php

9th - June, 2010 (email format to UTF-8)


--------------------------------------------
tpl_register.php

4th - June, 2010 (header blog link change + blog category listing changes + jobs
listing changes)
---------------------------------------------
preview_jobs.php - (free job preview - bottom button caption changes)
header.php
archive.php
jobs.php -- new file for jobs listing
blog_listing.php

22th - May, 2010 (wp 3.0 changes - custom menu navigation - { header widget },
Theme Compatibility )
---------------------------------------------
header.php
style.css
skins - folder all css
functions/widget_functions.php

17th-april, 2010 (widget content not stable/stored at wp-admin->widgets)


-------------------------------------------------
///if you have any problem with widget, not able to store/add new one, please co
py below all code and paste in index.php at very first line and run your site in
dex page, on the next moment you must remove the added code from index.php other
wise your data will lost every time. NoTE :- this code will remove your some wi
dget data so please take your widget data backup any where so next time it will
userful for you. thanks
//-------------------------------------------------------------------------
update_option('widget_text',array());
update_option('widget_example-widget',array());

changes on 24th-feb-2010
-------------------------------
auto_install.php
changes on 24th-feb-2010
-------------------------------
preview_jobs.php
tpl_createjob.php
changes on 22th-feb-2010
-------------------------------
index.php
preview_jobs.php
dashboard.php
editprofile.php
tpl_createjob.php
tpl_register.php
language.php
function.php
style.css
sidebar.php
preview_jobs_del.php
changes on 22th-feb-2010
-------------------------------
admin_coupon.php
admin_manage_coupon.php
index.php
blog_listing.php
tpl_createjob.php
changes on 17th-feb-2010
-------------------------------
index.php
archive.php
tpl_createjobs.php
jobs_listing.php
functions.php
search.php
inside skins
---------------------
blue.css
cream.css
dark_green.css
green.css
grey.css
pink.css
red.css
=======================================================================
changes on 8th-feb-2010
-------------------------------
function.php --> function wp_pagenavi() -> replace with new updated function
=======================================================================

You might also like