March 9th, 2010 by DeveloWare LLC
No comments »
How to add a notification for the system admin to get a notification when an applicant applies for a job using smartjobboard software.
What I wanted was to be able to get a notification when an applicant applies to a job. As an admin you must know what is going on with the site. Any site for that matter, but especialy with job boards. It is critical so you can know how to modify SEO campaigns and a whole host of other things. Here is the specs I want when the job is done:
1) Email should have the job seekers info on it.
2) Email should have the employer info on it.
3) Email should have the job info on it.
To get started we first need to identify where in the source code we need to add the functionality. The first file we will need is /system/user-scripts/classifieds/apply_now. ...
(
Read full news article)
March 9th, 2010 by Joseph Mas
1 comment »
Ok, well today I just finished a very simple 4 page handyman website for a client. You can see it here: http://www. ExpertLocalHandyman. com. The client is completely out of his element when it comes to the web. This project was not the typical build a site and get paid for a couple reasons. First of all, I did not build it soley for the money. This is evident by the fact that I barely even got paid for a half hour of time to do it, I basicly did it for free. ...
(
Read full news article)
March 2nd, 2010 by DeveloWare LLC
No comments »
News Flash!
Positive changes that have taken affect since my last post. As you probably know I was one of the co-founders of Virtual Automation the parent company of MyCollectionJobs. com, I took great pride in the service MCJ offered and spent hundreds of unpaid hours building the company along side of a couple dedicated others that truly had the vision. MyCollectionJobs. com was started with a great business model and became very successful in a short period of time.
After we had established the company it seemed some of the other co-owners had lost vision of the true purpose of the company. They have a great business model if you like everything automated and no service. I firmly believe in personal service to clients on a solid foundation of experience. As a result of these differences I have some great news for NCO Group, CIBC, and all of the debt and collections companies out there!
I have since resigned from Virtual Automation and MyCollectionJobs to continue building my vision of a true service for the debt and collections industry. Some other highly experienced professionals also left and came on board with my company to put together Read full news article)
February 23rd, 2010 by Joseph Mas
1 comment »
Just finished RSS feeds for TheVetteNet. com. I really like this site. It is simple and clean. We also got the rss feeds hooked up to facebook. com and twitter. com. We also submitted them to over 100 feed agrigators.
Check out the RSS feeds for TheVetteNet. com here: Read full news article)
February 23rd, 2010 by Joseph Mas
1 comment »
I needed to be able to see a users information when the register for the job board. This goes for Job seekers and employers. The default only give you the user name and email. That wasn't enough because the client needed to know all the registration info without logging into the system to provide better customer service.
So here was my quick fix for it…
First find these three files:
1) /system/lib/miscellaneous/AdminNotifications. php
2) /templates/_system/email_templates/admin_user_registration_email. tpl
3) /system/user-scripts/users/registration. php
Now open the file you found earlier, /system/lib/miscellaneous/AdminNotifications. php
Look for the function named "sendAdminUserRegistrationLetter" and replace it with the code below:
function sendAdminUserRegistrationLetter($user_id,$otherInfo="") {
$admin_email = Settings::getSettingByName('notification_email');
$system_tpl = System::getSystemSettings('SYSTEM_TEMPLATE_DIR');
$userInfo = UserManager::getUserInfoBySID($user_id);
$email = new Email($admin_email, '. . ...
(
Read full news article)
February 23rd, 2010 by Joseph Mas
1 comment »
1. go into the system/modules/whatevercategory and edit the config to add the module into the array
example:
/system/modules/miscellaneous/config. php
add
'contact_form' => array
(
'display_name' => 'Contact Form',
'script' => 'contact_form. php',
'type' => 'user',
'access_type' => array('user'),
),
2. Now in the system/user-scripts directory add the php file to do the work
example:
system/users-cripts
create and add contact_us. php with the code for processing
3. Now in templates add the template: probably best to copy one and modify it.
example:
create and add templates/_system/miscellaneous/contact_form. tpl
email_control. tpl ->copied from contactus
email_control. ...
(
Read full news article)
February 18th, 2010 by DeveloWare LLC
No comments »
Another site by DeveloWare LLC
About ProCollectionJobs. com
Whether you’re looking for a collections career or want to know the latest debt and collections news in the debt collections industry, ProCollectionJobs. com provides the collection firms and collections professionals with the tools needed to excell. With the many years of combined experience in the accounts receivable, debt collection, and credit industry, ProCollectionJobs. com has the tools and resources to provide you with the most efficient way to advance your career or company by connection professional collectors and companies.
Collection Professionals
ProCollectionJobs. com is a job search engine for collection related professionals looking for career advancement opportunities in the collections industry. With thousands clients and partner relations, we provide up to date job openings and information to help professional individuals achieve their employment goals. Professional collections specialist can post their resume on-line and have collection firms find them, or they can search the collection job postings on their own. Collection specialist can start a free account today and post online for immediate exposure. ...
(
Read full news article)
February 18th, 2010 by DeveloWare LLC
No comments »
Another site by DeveloWare LLC
Nationwide Corvette Brokerage Network

THE VETTE NET – Nationwide Corvette Brokerage Network was created in 1998 in order to provide a solution for buyers and sellers of Corvettes throughout the country.
With over 2500 transactions accomplished and thousands of satisfied Vette fans all over the country and the world, we employ a unique and exclusive system where buyers and sellers connect in a professional manner.
. . . ...(
Read full news article)