How to fix FlagMod entry misalignment in user info pane
#41
Posted 23 January 2010 - 06:53 AM
#42 Re: How to fix FlagMod entry misalignment in user info pane
#43 Re: How to fix FlagMod entry misalignment in user info pane
Posted 23 January 2010 - 07:05 AM
#44 Re: How to fix FlagMod entry misalignment in user info pane
Posted 23 January 2010 - 06:54 PM
M3rAJ, on 23 January 2010 - 06:12 AM, said:
actually i edited it a months ago & forget to restore back...
I have reinstalled the skin but the result is same...
I dont think so that this is a skin fault because if this is a skin fault or skin edit fault then Top 20 Page would be on IPB Default Skin... But that skin is also messed up...
i think this must be a file edit fault...
Thats my opinion
It is a file edit or one of the many hacks/hooks you have installed. Its not the skin. The only way to find out is to remove the hooks.hack one at a time, along with file edits, until the board goes back to normal.
One question how many core board files have you edited? It is most likely an incorrect edit.
#45 Re: How to fix FlagMod entry misalignment in user info pane
Posted 30 January 2010 - 01:07 PM
its the hook named (T30) Group Format 1.0.0 causing the problem...
i updated that hook & ITs solved... :)
there's is one more thing...

while viewing the profile i got all these things messed up...
#46 Re: How to fix FlagMod entry misalignment in user info pane
#47 Re: How to fix FlagMod entry misalignment in user info pane
Posted 30 January 2010 - 06:01 PM
#48 Re: How to fix FlagMod entry misalignment in user info pane
#49 Re: How to fix FlagMod entry misalignment in user info pane
Posted 30 January 2010 - 06:09 PM
#50 Re: How to fix FlagMod entry misalignment in user info pane
Posted 30 January 2010 - 06:10 PM
that group don't have the profile access..
#51 Re: How to fix FlagMod entry misalignment in user info pane
#52 Re: How to fix FlagMod entry misalignment in user info pane
Posted 30 January 2010 - 06:22 PM
but im also using the Firefox..
isn't it causing due to the resolution of the screen ?
#53 Re: How to fix FlagMod entry misalignment in user info pane
#54 Re: How to fix FlagMod entry misalignment in user info pane
Posted 30 January 2010 - 06:41 PM
#55 Re: How to fix FlagMod entry misalignment in user info pane
Posted 30 January 2010 - 06:47 PM
First i was using 1024*768
and now i checked it on 1280*720
it looks fine...
#56 Re: How to fix FlagMod entry misalignment in user info pane
#57 Re: How to fix FlagMod entry misalignment in user info pane
Posted 07 February 2010 - 01:38 AM
i have changed the Skin...
but that profile field is messed up again...
im trying to restore with the above edits but it doesnt work..
Here it is...
/* AUTHOR INFO (& RELATED) STYLES */
.author_info {
text-align: left;
font-size: 10px;
color: #909090;
background: #e8ebf0;
padding-top: 8px;
border-right: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
width: 180px;
float: left;
line-height:140%;
-moz-border-radius: 0px 0px 6px 0px;
-webkit-border-bottom-right-radius: 6px;
}
.author_info.no_rep {
margin-bottom: 15px;
}
.author_info li.avatar, .author_info li.group_icon, .author_info li.title {
text-align: center;
}
.author_info dl {
font-size: 10px;
margin: 8px 8px 15px 8px;
}
.author_info dt,
.author_info dd {
display: block;
color: #909090;
}
.author_info dt {
font-weight: bold;
text-align: left;
clear: both;
float: left;
}
.author_info dd {
margin-left: 1px;
}
.author_info .title {
margin-top: 4px;
}
#58 Re: How to fix FlagMod entry misalignment in user info pane
Posted 07 February 2010 - 03:54 AM
Quote
.author_info {
text-align: left;
font-size: 0.9em;
border-right: 1px solid #e4ebf3;
margin: 15px -5px 10px 0px;
width: 225px;
float: left;
}
.author_info.no_rep {
margin-bottom: 15px;
}
.author_info li.avatar, .author_info li.group_icon, .author_info li.title {
text-align: center;
}
.author_info ul.user_fields li {
clear: both;
font-size: 0.9em;
color: #000080;
padding-bottom: 2px;
overflow: hidden;
}
.author_info ul.user_fields li span {
display: block;
float: left;
}
.author_info ul.user_fields li span.ft {
width: 38%;
text-align: right;
font-weight: bold;
padding: 0 0 0 8px;
}
.author_info ul.user_fields li span.fc {
padding: 0 8px 0 8px;
max-width: 50%;
}
.author_info dl {
font-size: 0.9em;
margin: 8px 8px 15px 8px;
}
.author_info dt,
.author_info dd {
display: inline-block;
color: #000080;
vertical-align: top;
margin-left:8px;
}
.author_info dt {
font-weight: bold;
text-align: right;
clear: both;
width:38%;
}
.author_info dd {
text-align: left;
background: red;
}
.author_info .title {
margin-top: 4px;
}
#59 Re: How to fix FlagMod entry misalignment in user info pane
Posted 07 February 2010 - 04:02 AM
#60 Re: How to fix FlagMod entry misalignment in user info pane
Posted 07 February 2010 - 04:21 AM
Go to Templates>Global Templates>userInfoPane
Find:
Quote
<li><a href='{parse url="app=gallery&module=user&section=user&user={$author['member_id']}" base="public"}' title='{$this->lang->words['view_gallery']}'>{parse replacement="gallery_link"}</a></li>
</if>
</ul>
</div>
Remove all what's below until you see:
Quote
Paste this instead of what was just removed:
Quote
<if test="ismember:|:$author['member_id']">
<li>
<span class='ft'>{$this->lang->words['m_member_id']}</span>
<span class='fc'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['member_id'] ) )"}</span>
</li>
<li>
<span class='ft'>{$this->lang->words['age']}</span>
<span class='fc'>{$author['age']}</span>
</li>
<li>
<span class='ft'>{$this->lang->words['m_posts']}</span>
<span class='fc'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span>
</li>
<li>
<span class='ft'>{$this->lang->words['m_joined']}</span>
<span class='fc'>{parse date="$author['joined']" format="joined"}</span>
</li>
</if>
<if test="authorcfields:|:$author['custom_fields'] != """>
<foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data">
<foreach loop="customFields:$author['custom_fields'][ $group ] as $field">
<if test="$field != ''">
<li>
{$field}
</li>
</if>
</foreach>
</foreach>
</if>
</ul>
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users















