Posts by marc-oliver
Posts by marc-oliver [ 22 ]
Topic: Can't add a new Category any more [ Started by marc-oliver in General support : 0 replies ]
The Link ob the bottom of the Admin Page only shows "#" – click on it and the site jumps to the top. I checked the code with a set of files – its the same – but doesnt work. .... can I manually install a new cat page?
Any help – would much appreciate that –
Re: Enable Social Bookmarking on Ads [ Started by redjumpsuit in Feature requests : 15 replies ]
Thank you for sharing this nice code. Works pretty well. Hope I can help you with something 2, one day. A forum needs people like you. Thanks a lot again.
Marc-Oliver
Re: To Validate or Not Validate...that is the question [ Started by Tokyoj in General discussion : 6 replies ]
Thats a good CALL.
But I am promoting my Site as the "fastest" job board in town. Because, yeah - its so simple, fast, instant. So, mmmm –
Re: SOAP Web Service to accept jobs from External sources [ Started by Anonymous in General discussion : 1 replies ]
That would be nice to have – just like Click&Add.
Re: Disable activation of first time poster...by admin [ Started by raghavsoni in General support : 3 replies ]
That would be great. I need that as well.
I think its a big barrier for Employers. reCAPTCHA should do the work.
I realized that the main advantage of jobberbase is that its so FAST and SIMPLE, ... compared to the major BIG job sites out there.
Re: To Validate or Not Validate...that is the question [ Started by Tokyoj in General discussion : 6 replies ]
By the way – how can I delete the eMail Validation Process?
Thanks for the HELP.
Warmest Regards,
Marc-Oliver
Re: Recaptcha problem. [ Started by Werkinwinkel.nl in Bug reports : 5 replies ]
Hello,
thank you very much for the information and helpful commenst above.
It worked pretty well for me – you can see it at [url]www.jobo-whistler.com[/url].
(... even though, that I am not quite sure if I placed the code in the page_write.php file correct ;-)
Is there anybody out there who installed the reCAPTCHA also for the Apply Section?
Help is needed – much appreciate it.
Thanks a lot.
Marc-Oliver, Whistler, BC, Canada
Topic: Verification without Admin-eMail [ Started by marc-oliver in General support : 3 replies ]
Hello there,
I was wondering if anybody could help me with the Verification Process of posted ADs.
Right now, the Admin always has to verify a new User.
How can I avoid that – or make it automatically?
Thank you very much for you help. Much appreciate it.
Warmest Regards,
Marc-Oliver [url]www.jobo-whistler.com[/url]
Re: Sidebar Advertisment Space (Except on Homepage) [ Started by N2S in Tutorials : 14 replies ]
Hello N2S,
thanks very much for that inspiration. Do you also have such a nice code snipe for the header? I wanna place a banner on top as well. plaese take a look:
www.jobo-whistler.com
Thanks and warmest regards,
Marc-Oliver, Whistler, BC, Canada
Re: How to Place a PAGE Link below POST Button [ Started by marc-oliver in General support : 4 replies ]
... and for some reason – I cant write a nice POST in this FORUM for some reasons ;-)
Re: How to Place a PAGE Link below POST Button [ Started by marc-oliver in General support : 4 replies ]
2. Step
Put that into header.tpl as the last element of div box:
[code]
<div class="addPremium"><a href="{$BASE_URL}{$articles.PremiumADs.url}/" title="{$articles.PremiumADs.page_title}">or Post a Premium AD</a></div>[/code]
Re: How to Place a PAGE Link below POST Button [ Started by marc-oliver in General support : 4 replies ]
Thank you very much for the inspiration. That brought me to that solution:
1. Step
Pasted that into screen.css:
[code]div#box .addPremium { position:absolute; right:47px; top:74px;}[/code]
Topic: How to Place a PAGE Link below POST Button [ Started by marc-oliver in General support : 4 replies ]
Hello,
1//
Im aksing for HELP, because I am not so into coding. I wanna move one page link to a certain place – see here:
http://jobo-whistler.com/images/screen_page_link.gif
2//
... also I cant "read" the thise .tpl files right. I wanna know, where exactly I have to put code (div....) to insert a banner in the heade.tplr and in the sidebar.tpl ––– its so confusing to a newbie with the smarty temps, the indey.php, and the css.
would much appreciate your help.
Marc-Oliver Gern
Whistler, BC, Canada
Re: Improved Admin layout Guide [ Started by Chronos in Tutorials : 20 replies ]
Hello Chronos,
I don't get it – somethings aleways missing – see a BLANK screen after updating all files.
Could you please send me OR post all changed files as a .zip package for download?
Would be nice.
Thank you very much – appreciate it.
Warmest Regards,
Marc-Oliver, Whistler, BC, Canada
Re: Need little Help with Configuration of .htaccess [ Started by marc-oliver in General support : 2 replies ]
OK. Now i figuered out a way – hope everything is working now.
first .htaccess is (.../html/admin/...):
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
ErrorDocument 404 /page-unavailable/
Re: Need help with Installation on Media Temple [ Started by marc-oliver in Tutorials : 14 replies ]
when i do that rename it to ".htacess" (with one "c") – this is the outcome:
Parse error: syntax error, unexpected '{' in /nfs/c04/h02/mnt/62353/domains/jobo-whistler.com/html/config.php on line 137
yes, there is a file ".htaccess" with the line "AddHandler php5-script .php" in it.
dont work. think i have to configure it somehow????
Topic: Need little Help with Configuration of .htaccess [ Started by marc-oliver in General support : 2 replies ]
I installed the free Jobboard "Jobberbase" on www.jobo-whistler.com (Mediatemple). But the Links don't work. The "Admin" Section works fine.
Jobberbase writes on their website, that the "mod_rewrite" Module should
be enabled. Can't see that when I testrun phpinfo.php. Is it installed on Mediatemple GS in general?
Maybe the .htacces is wrong? There are two of it:
one at "..domains/jobo-whistler.com/html/.htaccess" says:
AddHandler php5-script .php
and one in "..domains/jobo-whistler.com/html/admin/.htaccess", says:
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
ErrorDocument 404 /page-unavailable/
Re: Need help with Installation on Media Temple [ Started by marc-oliver in Tutorials : 14 replies ]
Thanks Chronos,
Think thats it. Now I need a guide to help me with this. Dont know how to emable
mod_rewrite modul on mediatemple, and also, how to configure the .htaccess file.
Arrrrrrrgh.
Re: Need help with Installation on Media Temple [ Started by marc-oliver in Tutorials : 14 replies ]
Thank you for you eMail.
Changed the PHP Version to 5.2.X. Now – I can see the Startpage – but the Links dont work :-(
I am such a rookie – Maybe the "config.php" is not set up prob.
or
the files are in the wrong folder. I put all of them in "../domains/jobo-whistler.com/html/..."
Maybe – do I have to activate a MySQL Container and pay extra 20$????
Thanks for help. I really appreciate that.
Marc-Oliver
Re: Need help with Installation on Media Temple [ Started by marc-oliver in Tutorials : 14 replies ]
Hello Music Land,
I would like to take advantage of your expertise in installing jobberbase on mediatemple. my main domain is rosetta-orbit.com but i would like to install it on a 2nd domain www.jobo-whistler.com which i already bought and ready to set up.
I already did;
– database installed
– jobberbase sql already ulpoaded
– all files uploaded into the file "../domains/jobo-whistler.com/html/..."
– ftp permissions set
– db permissions set
only thing is – i think – dont not exactly how to configure "config.php" and not quite sure if i put the files in the right directory.
could you help me with that?
would be very nice.
thank you and warmest regards,
marc-oliver
Re: Need help with Installation on Media Temple [ Started by marc-oliver in Tutorials : 14 replies ]
hello danny,
thank you very much for answering the post. im very happy.
with the installation: no troubles so far – because – havent had start the installation yet. i am asking for help or more or less – for a easy-to-use (step by step) tutorial. i am a total beginner and could only manage the FTP access to the server, not more.
to you think you could help me? is it a BIG thing ... will the installation take hours?
thanks for a message.
marc-oliver
[quote=danny3stacks]marc:
I have installed this on MT. What troubles are you having? Let me know and I should be able to help you.[/quote]
Topic: Need help with Installation on Media Temple [ Started by marc-oliver in Tutorials : 14 replies ]
hello there,
Would like to install jobberbase on my new server hosted by Media Temple. Does anybody have experience with that? Need a little help. Would document the process for other people to give sth back to this nice community.
Thank you, thank you very much. Would appreciate it.
Wishes from Canada