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

Joomlapolis Forums  


<< Start < Prev 1 2 Next > End >>
Re:Cb Profile has a huge space...
Date: 2008/03/20 00:33 By: crashman Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
The file is index.php

You can find this using the admin console....

Site: Template Manager under Joomla! 1.0x

or

Extensions: Template Manager under Joomla! 1.5x

and editing the html of your current template.
Click here to see the profile of this user The administrator has disabled public write access.

Custom Developer Needed
Date: 2008/03/22 19:23 By: rlinet Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
Hi, I am in the midst of creating a site that has tremendous potential to revolutionize the business cycle. I need developer partners who would work for equity. Please let me know if you are interested. If so, please email me with info on yourself.

Thanks,
Rick
rlinet@gmail.com
Click here to see the profile of this user The administrator has disabled public write access.

Re:Custom Developer Needed
Date: 2008/03/22 21:01 By: nant Status: Admin  
Karma: 452  
Admin

Posts: 5703
graph
rlinet wrote:
Hi, I am in the midst of creating a site that has tremendous potential to revolutionize the business cycle. I need developer partners who would work for equity. Please let me know if you are interested. If so, please email me with info on yourself.

Thanks,
Rick
rlinet@gmail.com


If you really want to find someone, I think you should post to your own thread instead of hijacking one.
Nick A.
CB Core Team Member
Support CB Development and Get Detailed Documentation
Developer of Nant's Gallery plugin
CB Gallery Extensions Listing, Rate CB Gallery on Extensions Site
Developer of CB AutoWelcome Plugin
CB AutoWelcome Extensions Listing,Rate CB AutoWelcome on Extensions Site
People ignoring your call for help? Read this!
FAQ you
Joomlapolis Extensions Directory (new)- check it out!
Click here to see the profile of this user The administrator has disabled public write access.

Re:Cb Profile has a huge space...
Date: 2008/04/08 06:57 By: gjc Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 4
graphgraph
inserting the table tag worked on my template from templateplazza. thanks
Click here to see the profile of this user The administrator has disabled public write access.

Re:Cb Profile has a huge space...
Date: 2008/07/17 01:27 By: mainestratman Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 6
graphgraph
japanlinked wrote:
I have found a solution to the problem this might not work on all templates but it works for bentobox.


beat wrote:
Another fix is to replace it instead of table with this

Tables are evil, but that will work.

I'm going to expand on beat's solution so that it might be a little easier to understand.

I didn't have the luxury of contacting my template designer, since I *am* my template designer. The "clear:both" was killing my layout as well, and using beat's solution didn't help, because of the way my CSS is laid out:

Code:

  #leftnav {     floatleft;     width160px;     margin10px 0 10px 0;     padding5px;     color#EAE8D0;     background#9C9473; } #content {     margin10px 0 0 180px;     padding10px; }



With those two DIVs in a fixed-width container, beat's "width:100%" also destroyed the layout, shoving it off to the right side.

My solution was to float the "content" and give it a fixed width. If I did not do both those things, the layout was destroyed.

Now my CSS reads:
Code:

  #leftnav {     floatleft;     width160px;     margin10px 0 10px 0;     padding5px;     color#EAE8D0;     background#9C9473; } #content {     margin10px 10px 0 0px;     padding10px;     floatright;     width530px; }



If your template designer is unable or unwilling (which will most likely be the case) to help you out on this, you can find the DIV your content is in by viewing the HTML under "Templates" and finding the <?php mosMainbody(); ?> (for 1.5) or <jdoc:include type="component" /> (for 1.x/1.5 Legacy).

The DIV may be called "main_body" or "content" or something like that. Once you know the name of the DIV, you can go into the CSS for your template, find the appropriate DIV and add the fixed width and float command for it.

If you are unfamiliar with CSS, there are a ton of free CSS resources online. A quick Google search will yield you many options.

Hopefully this will help someone out.
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 Next > End >>

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