News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Member Profile stats page

Started by hcfwesker, July 03, 2011, 04:11:09 PM

Previous topic - Next topic

hcfwesker

As I'm working on our 2.0 upgrade on a test site, I noticed on one of our custom themes, the "Stats" page on a member's profile is all screwed up.  On Default Core, and our other themes, it looks normal.

Image preview, below.



Link Preview, guests should have access  http://www.brawldomain.com/AASMF2/index.php?action=profile;area=statistics;u=1

And, before asked to, i'll list my Installed MODs

1.   SimpleColorizer   1.1   [ Uninstall ]
2.   VB Style Board Index   1.8   [ Uninstall ]
3.   Reason For Editing Mod   2.3.2   [ Uninstall ]
4.   Global Headers Footers   2.0   [ Uninstall ]
5.   Search Focus Dropdown   1.52   [ Uninstall ]
6.   Spoiler Tag   0.7.2a   [ Uninstall ]
7.   Stop Forum Spam   1.0   [ Uninstall ]
8.   Order Custom Profile Fields   1.1.1   [ Uninstall ]
9.   Team Page   1.1.6   [ Uninstall ]
10.   WYSIWYG Quick Reply   2.3   [ Uninstall ]
11.   Bookmarks   2.3   [ Uninstall ]
12.   Activity in Profile   1.1   [ Uninstall ]
13.   Ultimate Profile   0.9.1   [ Uninstall ]
14.   Member Awards   2.2.3   [ Uninstall ]
15.   Separated Birthdays from Events   1.1.7   [ Uninstall ]
16.   Countdown BBCode   1.3   [ Uninstall ]
17.   Top 10 Posters and Topic Starters Stats (Today, Week, Month, and Year)   2.6   [ Uninstall ]
18.   Pretty URLs   1.0RC5.2   [ Uninstall ]
19.   Users Online Today   2.0 RC1   [ Uninstall ]
20.   SMF Advanced Topic Prefix Mod   2.1.8   [ Uninstall ]
21.   SA Affiliates   3.3.5.6   [ Uninstall ]
22.   cbi, 1.0   1.6.3   [ Uninstall ]
23.   The Rules   1.3   [ Uninstall ]
24.   SA Shop   0.7   [ Uninstall ]
25.   SMF Trader System   1.6   [ Uninstall ]
26.   YouTube BBCode   2.6   [ Uninstall ]
27.   SMF Multi Quote   1.1.3   [ Uninstall ]
28.   Hide Topic Replies   1.6   [ Uninstall ]
29.   Force Topic Read On Login Mod   2.1   [ Uninstall ]
30.   Remove Child Boards   2.2.1   [ Uninstall ]
31.   Personal Messages to Membergroups   1.4.1   [ Uninstall ]
32.   ENotify   2.0.1   [ Uninstall ]
33.   6 Custom buttons / tabs with Sub Menus (4)   0.5   [ Uninstall ]
34.   Who Voted What?   2.11   [ Uninstall ]
35.   First Post on every Page   1.4   [ Uninstall ]
36.   Premiumbeat Flash MP3 Player   1.9   [ Uninstall ]
37.   Custom Username Color   1.2   [ Uninstall ]
38.   SMFPacks Likes Pro Mod   1.1.2   [ Uninstall ]
39.   Simple Theme Changer   1.0.2   [ Uninstall ]
40.   AjaxChat Integration   3.2.1 (modified for SMF 2 RC3)   [ Uninstall ]
41.  Custom Board Sort   1.0.2   [ Uninstall ]


I'll attach any files, if need be, as well.

I'm hoping to get it to look the same as it does on the Default core theme, please.  :)

EDIT:::  Did some testing around, and when I made a copy of the Default theme, and ONLY copied my index.css file from my custom theme over it, I got the same problem, so it has to do with that, I'm assuming.  I'll attach that index.css, below.




hcfwesker

#1
Not trying to shamelessly "bump" my topic before 24 hours.  but I found this discovery through a LONG grueling process.

I started overwriting sections of css, one section at a time, and when I got to this part, that's when the distorted stats page started appearing.

#generalstats
{
float: left;
width: 53%;
}

#activitytime
{
width: 53%;
float: left;
clear: left;
margin-top: 3px;
}

#popularposts, #popularactivity
{
width: 45%;
float: right;
padding-left: 1%;
}

#generalstats h4, #popularposts h4, #popularactivity h4, #activitytime h4
{
margin: 3px 0;
}

#generalstats div.content dt
{
width: 50%;
float: left;
margin: 0 0 3px 0;
padding: 0;
font-weight: bold;
clear: both;
}
#generalstats div.content dd
{
width: 50%;
float: left;
margin: 0 0 3px 0;
padding: 0;
}

#popularposts div.content dt, #popularactivity div.content dt
{
width: 65%;
float: left;
margin: 0 0 3px 0;
padding: 0;
font-weight: bold;
clear: both;
}
#popularposts div.content dd, #popularactivity div.content dd
{
width: 35%;
float: left;
margin: 0 0 3px 0;
padding: 0;
}

#activitytime div.content dt
{
width: 40%;
float: left;
clear: both;
margin: 0 0 3px 0;
padding: 0 3px 0 0;
font-weight: bold;
}
#activitytime div.content dd
{
width: 49%;
margin: 0 0 3px 2px;
padding: 0;
float: left;
}

.profile_pie
{
background-image: url(../images/stats_pie.png);
float: left;
height: 20px;
width: 20px;
margin: 0;
padding: 0;
margin-right: 1em;
}

.topic .time
{
float: right;
}
.topic .counter
{
margin-right: 1em;
}
.topic h4
{
margin: 3px 0;
}

.topic .post
{
margin: 0 1em;
min-height: 80px;
height: auto !important;
height: 80px;
}

.topic .mod_icons
{
text-align: right;
margin-right: 1em;
}

#permissions dt
{
width: 40%;
float: left;
margin: 0 0 -500px;
padding: 1% 1% 500px;
clear: both;
border-top: 1px solid white;
}

#permissions dd
{
width: 56%;
float: left;
margin: 0;
padding: 1%;
border-top: 1px solid white;
}

#tracking div.content dl
{
border-bottom: 0px;
margin: 0;
padding: 0;
}

#ip_list
{
padding: 0;
margin: 0 0 3px 0;
list-style: none;
clear: both;
display: block;
}

#ip_list li.header
{
display: block;
height: .1%;
}

#ip_list li.header, #ip_list li.ip
{
float: left;
width: 49%;
padding: .5%;
}

#creator dl
{
margin: 0;
}
#creator dt
{
width: 40%;
float: left;
clear: both;
margin: 0 0 10px 0;
}
#creator dd
{
float: left;
width: 60%;
margin: 0 0 10px 0;
}

.ignoreboards
{
margin: 0;
padding: 0;
width: 49%;
overflow: auto;
}
.ignoreboards a
{
text-decoration: underline;
}
.ignoreboards ul
{
overflow: auto;
margin: 0 0 0 1em;
padding: 0;
}
.ignoreboards li
{
list-style: none;
float: left;
clear: both;
}

#theme_settings
{
overflow: auto;
margin: 0;
padding: 0;
}

#theme_settings li
{
list-style: none;
margin: 10px 0;
padding: 0;
}
/*Paid Subscriptions*/
#paid_subscription
{
width: 100%;
}
#paid_subscription dl.settings
{
margin-bottom: 0;
}
#paid_subscription dl.settings dd, #paid_subscription dl.settings dt
{
margin-bottom: 4px;
}
/*pick theme*/
#pick_theme
{
width: 100%;
float: left;
}

Illori

you are using a mod to show that area, have you tried posting in the mods support thread to see if they have any ideas?

smartblogz

Thats a long list of mods there. Blows my mind.  :)

hcfwesker

Well, seems I've fixed it, hopefully without ruining any other part of that theme.  I just took that section of css that dealt with "stats" and copied the portion from the Default Core theme over it, and seems to have done the trick.

Advertisement: