Open Source Job Board
You are not logged in.
First of all hello and nice to meet you guys.
Second...
I've installed your wonderfull script and it's good. But I can't seem to modify my template (I'm used to Wordpress Themes in this department) so i've got a couple of questions for you.
First of all I want to add my logo in the header part. I've copy/pasted the default theme so I could work on that. But I don't know exactly what to do. Do I have to modify the CSS or can I just add the img to the header somewhere?
I can't find the button to set my language to "ro". How/where can I modify these translations if I want smtg custom.
I also want to modify the Feedback JS to show Contact instead and insert a simple contact form there.
@Valentin if you designed the default theme I think it would be much easier for you to make some other themes on onther colors (these resemble joobs.ro).
Sorry if I asked stupid questions, but I'm prepared to learn the ways of joobsBox :D
PS: The project I'm working is a romanian freelancing job site. The adress is www.munci.ro (romanian slang language)
Offline
Hello there. You cannot add the logo from somewhere in the admin panel, but you can of course add it as a background-image from the global.css of your theme.
The Feedback JS is from User Voice and will only be included in alpha and beta versions of the project.
The language of "ro" is being set from config/config.ini.php, under [general] is the locale option. Starting tomorrow or something like that, the latest build of JoobsBox will let you choose your language when beginning installation but also in the admin panel under settings.
We'll keep you posted. Thank you.
Any other feedback is welcome.
Offline
You could use something similar to
div#logo{background:url('../images/logo.png') left top no-repeat; padding: 5px; height:[ y= whatever ] ;}
and then use
<!--LOGO CONTENT -->
<div id="logo">
{ Some Content }
</div>
But I do not know this script so a bit of guess work here but the css principal is fine.
Mark.
Last edited by markmurphy (2009-10-27 21:08:13)
Offline