Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


User list align center
Date: 2006/10/03 09:21 By: kimand Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
How do I change the alignment for my userlist headers?
Click here to see the profile of this user The administrator has disabled public write access.

Re:User list align center
Date: 2006/10/16 02:25 By: pippo76 Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
Hi have you solved this problem? tell me how please. thanks bye
Click here to see the profile of this user The administrator has disabled public write access.

Re:User list align center
Date: 2006/12/02 07:18 By: FireIslandMan Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 14
graphgraph
I added these styles to my template CSS to align my User List table header to the left. Also added padding and solid border to separate header from users and a dotted border to separate users:

}
.sectiontableentry1 td, .sectiontableentry2 td {
line-height: 188%;
vertical-align: middle;
border-bottom: 1px dotted #000000;
}
#cbUserTable {
margin-left: 6px;
}
#cbUserTable th {
text-align: left;
padding-top: 0px;
padding-bottom: 6px;
border-bottom: 1px solid #000000;
}

Post edited by: FireIslandMan, at: 2006/12/02 07:31
Click here to see the profile of this user The administrator has disabled public write access.

Re:User list align center
Date: 2007/06/13 11:36 By: marcus178 Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 6
graphgraph
I also need to change the alignment of my headers but unfortunately this css seems to have no effect. I'm a bit confused as to why it's not working. Any suggestions?
www.deepandtwisted.co.uk
Click here to see the profile of this user The administrator has disabled public write access.

Re:User list align center
Date: 2007/11/08 00:26 By: mpausch Status: CB Doc subscriber  
Karma: 1  
Fresh Joomlapolitan

Posts: 18
graphgraph
open the css file of your site template. Not the CB template but the site template.

Add the code FireIslandMan provided in his post...

ADD THIS TO THE CSS OF THE TEMPLATE YOU'RE USING. NOT THE CB TEMPLATE BUT THE SITE TEMPLATE.

.sectiontableentry1 td, .sectiontableentry2 td {
line-height: 188%;
vertical-align: middle;
border-bottom: 1px dotted #000000;
}
#cbUserTable {
margin-left: 6px;
}
#cbUserTable th {
text-align: left;
padding-top: 0px;
padding-bottom: 6px;
border-bottom: 1px solid #000000;
}

save and upload the css file. It works!
Click here to see the profile of this user The administrator has disabled public write access.

Re:User list align center
Date: 2008/01/24 14:19 By: joep Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 8
graphgraph
you can also change line 859 in comprofiler.html.php

add to the <tr> sign allign="left"
like this:
Code:

 <tr align="left">



Works perfect
Click here to see the profile of this user The administrator has disabled public write access.

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login