forex trading logo


 Support Forum :: ccBoard - Feature Requests
Welcome Guest   [Register]  [Login]
 Subject :CSS Mods.. 2010-02-25 01:51:17 
drsassafras
Fresher
Joined: 2009-03-07 07:20:22
Posts: 10
Location

Hi,

 

Could you please include the following in the next release so its easy to change the style (or hide unwanted parts) with CSS

~~~~~~~~~~~~~~

                        <td class="ccbpostuserdetails">
                                            <b><?php echo $this->labels['joined']; ?></b>: <?php echo JHTML::_('date', $postuser['registerdate'], $ccbConfig->dateformat); ?><br/>
                                            <b><?php echo $this->labels['post']; ?></b>: <?php echo number_format($postuser['post_count']); ?><br/>
                                            <b><?php echo $this->labels['location']; ?></b>: <?php echo $postuser['location']; ?>
                                        </td>

~~~~~~~~~~~~

with:

~~~~~~~~~~~~

                        <td class="ccbpostuserdetails">
                                            <span class="ccjoined"><b><?php echo $this->labels['joined']; ?></b>: <?php echo JHTML::_('date', $postuser['registerdate'], $ccbConfig->dateformat); ?><br/></span>
                                            <span class="ccpostnum"><b><?php echo $this->labels['post']; ?></b>: <?php echo number_format($postuser['post_count']); ?><br/></span>
                                            <span class="cclocation"><b><?php echo $this->labels['location']; ?></b>: <?php echo $postuser['location']; ?></span>
                                        </td>

~~~~~~~~~~~~~~~~~~~

 

One might consider adding at least a blank entry in the css file to let people know they can change them... Although considering that I am sure there are other instances not changed with the above.

 

I have also changed the width of the below to allow for better viewing, it helps in admin view :)

 

 ~~~~~~~~~~~~~~~~~~

td.ccbheaderusername {
overflow:hidden;
text-align:right;
width:250px;
}

~~~~~~~~~~~~~~~~~~

too:

 ~~~~~~~~~~~~~~~~~

td.ccbheaderusername {
overflow:hidden;
text-align:right;
width:220px;
}

 ~~~~~~~~~~~~~~~~~

 

Thanks. Oah and by the way, I like your code. And the way you have your files organized. It is all very intuative.

 

IP Logged
 Subject :Re:CSS Mods.. 2010-02-25 02:12:58 
drsassafras
Fresher
Joined: 2009-03-07 07:20:22
Posts: 10
Location

I added the spans too:

 

components/com_ccboard/views/postlist/tmpl/default.php

 & 

components/com_ccboard/views/recentlist/tmpl/default.php

IP Logged
 Subject :Re:CSS Mods.. 2010-02-25 12:49:55 
drsassafras
Fresher
Joined: 2009-03-07 07:20:22
Posts: 10
Location

By admin mode I mean when there is more menus in adminrow. In my install there is navagation on the left hand side which makes the layout smaller. Some of the nav buttons were all scrolled up because of lack of space. The reduction in the space with headerusername gives the header as much space as it needs while giving the rest of the nav more space.

 

One might try to use a flexible layout instead, but this is sometimes takes some time getting the formatting right under all circumstances. This is at least fixes medium width installs with maximum nav up top.

IP Logged
Page # 


Powered by ccBoard



Latest News

Latest Posts

More...


Popular Posts


Powered by Joomla!. Designed by: Joomla Template, url. Valid XHTML and CSS.

© 2008-2009 CODECLASSIC.ORG. All Rights Reserved.