Profile page

Permalink
I just installed c5 and every theme i've tried the profile page looks like crap. I was just wondering why it seems like i'm the only one that has this problem. Or did i screw it up some how.
-dazoe

dazoe
 
Mnkras replied on at Permalink Reply
Mnkras
can me see a screen shot or something we cant tell what the problem is

url is also good

also what webbrowser are you using
dazoe replied on at Permalink Reply 2 Attachments
dazoe
Even on your c5 site...
http://test.rbari.org/profile/-/1...
two screen shots...
first: something i noticed when going to profile with out signing in.
second: what is looks like.

Also it's look the same in firefox and chrome

code generated:
<div id="content"> 
            <div class="rounded"> 
              <div class="hd"><div class="c"></div></div> 
              <div class="bd"> 
                <div class="c"> 
                  <div class="s"> 
                    <div id="central" class="central-left"> 
    <div id="sidebar"> 
        <div class="ccm-profile-header"> 
           <a href="/index.php/profile/-/1/"><img class="u-avatar" src="/concrete/images/spacer.gif" width="80" height="80" alt="" /></a><br /> 
            <a href="/index.php/profile/-/1/">admin</a> 
        </div> 
        <h4 style="margin-top: 0px">Member Since</h4> 
        September 11, 2009        <div> 
        <ul class="nav"><li><a href="/profile/edit/">Edit</a></li><li><a href="/profile/avatar/">Avatar</a></li></ul>        </div>


code from theme's view.php:
<div id="content">
            <div class="rounded">
              <div class="hd"><div class="c"></div></div>
              <div class="bd">
                <div class="c">
                  <div class="s">
                    <?= $innerContent; ?>
                  </div>
                </div>
              </div>
              <div class="ft"><div class="c"></div></div>
            </div>
frz replied on at Permalink Reply
frz
that actually kinda makes sense to me even tho i haven't looked at your example below..

in 5.3.2 we just kinda threw some profile support back in.. with 5.3.3 we've cleaned it up a bit and added the base functionality you would expect..

should get better soon.

although it could be that your theme is off