× Pleas keep in mind that SPAM will be deleted instantly

User Examples

  • sharnbl
11 years 3 months ago #1464 by sharnbl
User Examples was created by sharnbl
Hi I am currently developing my first Joomla! and JooDB based website.

I would love to see how others have used and customised the look of JooDB on their websites.
If anyone would like to show off their work, please share your web address

Thanks :)
Sharnika

Please Log in to join the conversation.

More
11 years 3 months ago #1465 by joest
Replied by joest on topic Re: User Examples
Hi Sharnika,
we´re discussing to provide a possibility for joodb-users to present there projekt. Interessting for us too to see what you are doing with our extension thanx for bringing that up. give us a little time, we are extremly bussy (we do have to earn at least some money ;-)

Please Log in to join the conversation.

More
11 years 3 months ago #1467 by Dirk
Replied by Dirk on topic Re: User Examples
The example style is part of the Template source code.

The problem is that many online editors will erase embedded css styles.

So there is a joodb.css file in /components/com_joodb/assets

You should modify this css file.

The code from the catalog
<style scoped="scoped" media="screen" type="text/css">
	table.cat td {
		padding: 5px;
	}
	table.cat th {
		background-color:#4B7DB0;
		color: #fff;
		padding: 5px;
	}
	table.cat tr.odd td {
		background-color:#f6f6f6;
	}
	table.cat tr.even td {
		background-color:#FFFFDF;
	}
	.alphabox {
		background-color:#f0f0f0;
		margin: 5px 0;
		padding: 5px;
	}
	.alphabox a {
		padding: 3px;
	}
	a.readon {
		float: right;
	}
	.pagenav {
		padding: 0 3px;
	}
	div.pagination {
		clear: both;
		text-align: center;
	}
	.pagination li {
		list-style: none;
		display: inline;
		padding: 0 5px 0 5px;
		background: none;
	}
	th a {
		color: #fff !important;
	}
	#searchForm selectinputbox {
		width: 150px;
	}	
</style>
The following user(s) said Thank You: steevp42.hotmail

Please Log in to join the conversation.

  • sharnbl
11 years 3 months ago #1485 by sharnbl
Replied by sharnbl on topic Re: User Examples
Thank you Joest and Dirk for your replies. I was looking to get some design/function inspiration from the community to help improve my own implementation.

I have been tweaking the css code and learning all of the functions within JooDB for my site. It will hopefully be ready for public soon, and I will be happy to share my work to help other newbie developers.

Kind regards,
Sharnika

Please Log in to join the conversation.

  • sharnbl
11 years 1 month ago #1751 by sharnbl
Replied by sharnbl on topic Re: User Examples
Thank you Dirk and Joest for adding Showcase to your product site. Being able to see the different examples has been very helpful to me - especially seeing how the parametric search worked. I ended up purchasing the PRO version of JooDB so I could use the extra features! Thank you very much for a wonderful product

Please Log in to join the conversation.

Moderators: Dirkjoest