cYbErMo

Topic: Version 1.6 is out!

I just want to thank you guys for this great job.

Congratulations :)

Last edited by cYbErMo (2008-12-31 01:13:59)

filipcte

Re: Version 1.6 is out!

Thank you, we really appreciate it! smile

Original jobberBase author
www.filipcte.com

matteoraggi

Re: Version 1.6 is out!

very nice to read!
Anyway:
1) I received nothing in email about it, fortunately very often I was coming back to this web site hoping for upgrades, I don't use yet RSS, fortunately there are some news here: http://www.jobberbase.com/blog/12-29-20 … the-house/

unholyjobs

Re: Version 1.6 is out!

Are there instructions on how to upgrade from the previous version?

matteoraggi

Re: Version 1.6 is out!

I think it's enough to replace files, someone have just done upgrade? I think I'll do it in few weeks from 1.5.1

Chronos

Re: Version 1.6 is out!

To upgrade from a clean version it's simply replacing files (while checking config.php and translations.ini) and upgrading the database with the new fields using the code below. If you did custom work, you're best off re-applying those fixes or comparing the differences. If you have done a *lot* of custom stuff you may have to apply all fixes manually since the last release by going through the google code changelog here: http://code.google.com/p/jobberbase/source/list

1.6 Database changes (I think these are all):

Code:
ALTER TABLE `jobs` ADD `spotlight` TINYINT(4) default NULL AFTER `apply_online`;

ALTER TABLE `categories` ADD `title` TEXT NOT NULL AFTER `var_name` ,
ADD `description` TEXT NOT NULL AFTER `title` ,
ADD `keywords` TEXT NOT NULL AFTER `description` ;
Member of Jobberbase Development Team - Implementation and Coding

Visit my Blog: ChronoScripts (JobberBase scripts, support and freelance)
JobBoards: Telefonisch Werk and Top Bijbaan

benobo

Re: Version 1.6 is out!

Thank you Chronos.

bla

Re: Version 1.6 is out!

how we can change/translate "this is the homepage title"?

I didn't find that sentence in translations.ini file?

evertsemeijn

Re: Version 1.6 is out!

rootfolder: config.php

And please try to put your questions in the right thread (like General support)

Member of Jobberbase Development Team - Templates/Usability

:: Looking for a jobboard installation and/or custom design? ::

bla

Re: Version 1.6 is out!

No, there isn't that sentence in config.php file ...

Solution is here -> http://www.jobberbase.com/forum/topic25 … -meta.html

Last edited by bla (2009-03-07 15:24:53)