Posts by putypuruty
Page [ 1 of 38 ] Posts by putypuruty [ 1 to 25 of 934 ]
Re: Please Help [ Started by Angus in General support : 3 replies ]
Hi, Angus!
I have to admit that I also saw your earlier posts but I just didn't find the time & opportunity to respond.
I'll respond now only to your 4th issue, but I'll reply to the others the following days.
So, about the 4th: it's not a bug - when it was implemented, we assumed that it's an exceptional situation for the admin to post a job and thus we didn't think about sending that notification email. If you do need this email being sent, I'll investigate the problem and will post here the necessary code changes.
Re: Blank page is loading [ Started by nbjanaj in General support : 1 replies ]
Hi!
In the $__instances['live'] part, please change the value of the [i]prefix[/i] attribute to [i]jobmela.info[/i]
Hope it helps!
Re: Syntax error using javascript code for jobberbase [ Started by bintel in General support : 2 replies ]
Hi.
Did you put this code inside {literal}{/literal} tags?
Re: my web can not pagination!! [ Started by djgreat in General support : 1 replies ]
Hi!
I wrote you a private mail, I hope you received it.
Re: JobberBase Database Sharing [ Started by jobnavy in Feature requests : 3 replies ]
Yes, I think it should be possible.
In your other site, just use the same database related config as in jobnavy's config.envs.php.
Re: 404 error for all pages except home and admin [ Started by kurtconroy in General support : 1 replies ]
I see that you got it fixed meanwhile.
Re: All Page in site 404 not found [ Started by boedakpinank in General support : 11 replies ]
Hi!
It might be that the rewrite module is not active. Can you please check?
Also, why didn't you go for http://localhost/jobberbase/ ? You don't need such a deep folder structure.
Re: Installation help [ Started by rabi in General support : 1 replies ]
I've sent you a mail, I hope you've received it.
Re: Install Help [ Started by rustymetty in General support : 4 replies ]
@rustymetty
I've sent you a private mail, I hope you received it.
Re: need installation help [ Started by krishnanandverma in General support : 4 replies ]
Problem fixed offline: it was caused by incorrect file/folder permissions and other smaller problems.
Re: Error with database! [ Started by findizai.com in Bug reports : 7 replies ]
Hi!
The thing is that jobberbase needs the parse_ini_file() method to be enabled because it is used to parse the translations_en.ini file that contains all (well, almost all) the text strings that are shown on the web page. That's why the Post a job page looks so strange because the texts are missing. Can't you ask them to enable this method for you? Or is it a free hosting?
Re: Error with database! [ Started by findizai.com in Bug reports : 7 replies ]
Hi!
I assume that you forgot to import the jobberbase.sql file into the database. You usually do that from the hosting's phpmyadmin panel.
Re: Error installing [ Started by fbnlrnz in General support : 2 replies ]
Hi!
Please set the db_prefix to '' and see if it works this way.
Re: Email Configuration issues - Mailer settings [ Started by waynegreen6 in General support : 1 replies ]
Hi!
To be notified when someone posts a new job, you must go into the admin panel, Settings -> Main Settings and enter your email address in the Notify email field.
As for receiving an email when someone applies to a job, that is not currently implemented - only the job poster will receive an email in this case, not the admin.
BTW, you should also reset the values you've changed on the Mailer settings page
Re: How do you update translations_en.ini in your mysqladmin [ Started by zoomcreator in General support : 4 replies ]
Hi!
The translations are not stored in the database, they are located in the _templates\XYZ\_translations\translations_en.ini file, where XYZ is the name of the theme. For example, if you're using the default theme, you must copy the translation file into the _templates\default\_translations\ folder.
Re: need installation help [ Started by krishnanandverma in General support : 4 replies ]
Please use [i]paratus.in[/i] as [i]prefix[/i] in the $__instances['live'] part
Re: Sidebar Advertisment Space (Except on Homepage) [ Started by N2S in Tutorials : 14 replies ]
@zoomcreator
Please try this:
- open _templates\default\category.tpl and add the following line
[code]{assign var='is_category_page' value=1}[/code]
before
[code]{include file="header.tpl"}[/code]
- in _templates\default\sidebar.tpl, add this code at the end
[code]
{if $is_category_page == 1}
{literal}
javascript for your ads goes here
{/literal}
{/if}
[/code]
Hope it helps!
Re: Help with install [ Started by ezerlee in General support : 5 replies ]
Problem fixed offline - it was caused by a missing closing ' char in the PHP code and thus the blank page (which was actually a 500 Internal Server Error)
Re: Problema cu parola de la admin [ Started by JohnnyBoy in Romanian community : 2 replies ]
Salut!
Incearca, te rog, asa http://www.jobberbase.com/forum/post10514.html#p10514
Re: Help with install [ Started by ezerlee in General support : 5 replies ]
Hi!
Please try setting the [i]prefix[/i] to [i]clearvibrations.co.uk[/i]
Re: HELP ME ! Jobberbase [ Started by batcuie in General support : 1 replies ]
Re: Error after submitting a CV [ Started by er in General support : 4 replies ]
Hi!
As your site is live, I didn't want to apply to a job. Can you describe here exactly what is the problem?
Re: How to change the font color in default template? [ Started by sukhbirsingh91 in General support : 1 replies ]
Hi!
Open _templates/default/css/screen.css and search for [b]#content a[/b] and change there the value of the [b]color[/b] property.
Re: Error Message - Undefined variable [ Started by jobnavy in General support : 4 replies ]
I've sent you a mail, I hope you've received it.
Re: All Page in site 404 not found [ Started by boedakpinank in General support : 11 replies ]
Fixed offline - the problem was caused by an wrongly configured .htaccess