- Posts: 14
COMMUNITY FORUM
How to make a Board of Directors
- Wilberto Crespo
-
Topic Author
- Offline
- New Member
Less
More
14 years 3 months ago #92688
by Wilberto Crespo
How to make a Board of Directors was created by Wilberto Crespo
Hi! I want to know how to make a Board of Director that looks like the images attached. I make one directory with extra fields but it does not look like the one I would like to make. Could this be possible?
Wilberto
Wilberto
Please Log in or Create an account to join the conversation.
- Wilberto Crespo
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 14
14 years 3 months ago #92689
by Wilberto Crespo
Replied by Wilberto Crespo on topic How to make a Board of Directors
Hello!
Can anybody help?
Can anybody help?
Please Log in or Create an account to join the conversation.
- Simon Wells
-
- Offline
- Platinum Member
Less
More
- Posts: 955
14 years 3 months ago #92690
by Simon Wells
Replied by Simon Wells on topic How to make a Board of Directors
Please Log in or Create an account to join the conversation.
- Wilberto Crespo
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 14
14 years 3 months ago #92691
by Wilberto Crespo
Replied by Wilberto Crespo on topic How to make a Board of Directors
Right now it looks like the one in your link. But, I want that look like the image number one (Personal_or_business_Directory.jpg). It has two columns with their respective titles and extra fields.
Thanks for your response
Wilberto
Thanks for your response
Wilberto
Please Log in or Create an account to join the conversation.
- Wilberto Crespo
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 14
14 years 3 months ago #92692
by Wilberto Crespo
Replied by Wilberto Crespo on topic How to make a Board of Directors
Hello!
Can anybody help?
Simon Wells (K2 Support) said:Do you mean with something like this, unicart.k2joom.com/k2-a-to-z-index.html
Simon
K2 Support
Can anybody help?
Simon Wells (K2 Support) said:Do you mean with something like this, unicart.k2joom.com/k2-a-to-z-index.html
Simon
K2 Support
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
Less
More
- Posts: 663
14 years 3 months ago #92693
by BBC
Replied by BBC on topic How to make a Board of Directors
I just tested and get that resultat as in ZOO.
You need to change odd and even to odd2 and even2 (for instance), in templates/default/item.php....round line 260, and in CSS add:
.even2 {}
.odd2 {}
.headings_custom1 {}
.headings_custom {}
Headings are for "Address" and "Contact" styling, to avoid that "h3" and Joomla template override.
Tricky part is to sort fields. Name them 1,2,3,4 first....and it would go easy. Then just name labels as you wish. They tend to place themsefls zig-zag.
If you insist to have 2 more fields in one column (as in the picture), you need to make a extra filed without label.
You need to change odd and even to odd2 and even2 (for instance), in templates/default/item.php....round line 260, and in CSS add:
.even2 {}
.odd2 {}
.headings_custom1 {}
.headings_custom {}
Headings are for "Address" and "Contact" styling, to avoid that "h3" and Joomla template override.
Tricky part is to sort fields. Name them 1,2,3,4 first....and it would go easy. Then just name labels as you wish. They tend to place themsefls zig-zag.
If you insist to have 2 more fields in one column (as in the picture), you need to make a extra filed without label.
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
Less
More
- Posts: 663
14 years 3 months ago #92694
by BBC
Replied by BBC on topic How to make a Board of Directors
That for "Headings". Just copy "Additional info" part, and paste it right after. Then wrap both in some class.
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
Less
More
- Posts: 663
14 years 3 months ago #92695
by BBC
Replied by BBC on topic How to make a Board of Directors
I leaved those classes empty because you need to style them to suit you and your template.
I get a little different results in mine 2 different K2 installations. (honestly, didn´t have patience to style another one all way)
Can be because div.extraFields around line 200 in k2.css. They were different.
So pay attention to around line 200 in CSS file. There are margins and paddings.
I get a little different results in mine 2 different K2 installations. (honestly, didn´t have patience to style another one all way)
Can be because div.extraFields around line 200 in k2.css. They were different.
So pay attention to around line 200 in CSS file. There are margins and paddings.
Please Log in or Create an account to join the conversation.
- Wilberto Crespo
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 14
14 years 2 months ago #92696
by Wilberto Crespo
Replied by Wilberto Crespo on topic How to make a Board of Directors
I could not try it. I dont know to much of programing
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 2 months ago #92697
by william white
Replied by william white on topic How to make a Board of Directors
Take a look at thisalpha index from jiliko
Please Log in or Create an account to join the conversation.
- Jiliko.net
-
- Offline
- Platinum Member
Less
More
- Posts: 567
14 years 2 months ago #92698
by Jiliko.net
Replied by Jiliko.net on topic How to make a Board of Directors
Hi,
If your directors are K2 users, you should try this : www.jiliko.net/extensions/item/6-users-view.
If not, just follow William's link :
Some examples :
- www.flugzeuge-auf-dem-cover.de/flotte (K2 alpha index template for category items)
- demo.jiliko.net/Admin-Templates/Alpha-Index (K2 alpha index template for category items)
- mississauga.905city.com/stores.html (users view with alpha index)
Olivier
If your directors are K2 users, you should try this : www.jiliko.net/extensions/item/6-users-view.
If not, just follow William's link :
Some examples :
- www.flugzeuge-auf-dem-cover.de/flotte (K2 alpha index template for category items)
- demo.jiliko.net/Admin-Templates/Alpha-Index (K2 alpha index template for category items)
- mississauga.905city.com/stores.html (users view with alpha index)
Olivier
Please Log in or Create an account to join the conversation.