vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Myspace UserCP Rewrite! (https://vborg.vbsupport.ru/showthread.php?t=242902)

BlackThorn 05-18-2010 10:00 PM

Myspace UserCP Rewrite!
 
Removed.

BlackThorn 05-19-2010 05:17 PM

<i>Reserved firts my posting!</i>

your24hourstore 05-19-2010 05:34 PM

this might help

Code:

ADD BELOW THIS CODES !






.tborder
{
        background: #F0F2FA;
        color: #000000;
        border: 0px solid #989898;
}
.tcat
{
        background: #F2F2F2  url(images/buttons/newbtn_middle.png) repeat-x top left;
        color: #333333;
        font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        padding:8px 6px 7px 6px;
}
.tcat a:link, .tcat_alink
{
        color: #333333;
        text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
        color: #333333;
        text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
        color: #FF4400;
        text-decoration: underline;
}
.thead
{
        background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
        color: #333333;
        font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border-bottom:0px solid #8f95bf;
}
.thead a:link, .thead_alink
{
        color: #333333;
}
.thead a:visited, .thead_avisited
{
        color: #333333;
}
.thead a:hover, .thead a:active, .thead_ahover
{
        color: #FF4400;
}
.alt1, .alt1Active
{
        background: #FBFBFD;
        color: #000000;
       
}
.alt2, .alt2Active
{
        background: #F0F2FA;
        color: #000000;
       
}

CSS

this is what his code for usercp.css looks like you want to delete the parts in red before you add it the the bottom of the existing script, I think I did

BlackThorn 05-19-2010 06:15 PM

Quote:

Originally Posted by harleyparts (Post 2040010)
lol oh :> na cant get it Do i add your usercp.css code below the orginal?

seems to all work but (ADD BELOW THIS CODES !) Dont really say enough

cant figure out were to put this to make it work!

Ops! calm down bro. Well, did you upload that AVATAR plug-in? And open your usercp.css and please never replace all codes. You must add, usercp.css TEXT folder codes, your usercp.css templates BELOW.

OR all codes replace with this usercp.css TEXT now.

your24hourstore 05-19-2010 06:21 PM

replaced all the code with your text for USERCP_SHELL
replaced all the code with your text for USERCP template
added below the original code yours
Code:

@charset "UTF-8";
#usercp_nav .blocksubhead a {
        display: inline;
}
#usercp_nav .blocksubhead a.usercp_blog {
        padding-{vb:stylevar left}: 0;
}
#usercp_content .formcontrols .blockrow .description {
        margin-{vb:stylevar left}: 0;
}
/*
#usercp_content select {
        padding: 3px;
        margin-{vb:stylevar left}: {vb:stylevar padding};
        margin-bottom: 3px;
}
#usercp_content .formcontrols .blockrow label, #usercp_content .formcontrols .blockrow .group.multifield label, #usercp_content .formcontrols .blockrow .groupoption label {
        margin-bottom: 3px;
}
*/
#usercp_content .textpad {
        padding-top: {vb:stylevar padding};
}
.usercpimage {
        display:inline;
        margin-top: -{vb:math {vb:stylevar padding}/5};
}
#usercp_nav {
        float:{vb:stylevar left};
        width:200px;
        margin-{vb:stylevar right}:{vb:stylevar padding};
        margin-top: {vb:math {vb:stylevar padding}/2};

}
#usercp_nav .block {
        background: {vb:stylevar block_background};
        clear:both;
        font-size:{vb:stylevar mid_fontSize};
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
        padding-bottom:{vb:stylevar padding};
}
#usercp_nav .blockhead {
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
#usercp_nav h2.blockhead {
        font-weight:600;
}
#usercp_nav .blocksubhead {
        font:{vb:stylevar blocksubhead_font};
        color:{vb:stylevar blocksubhead_color};
        background: {vb:stylevar blocksubhead_background};
        padding:{vb:stylevar blocksubhead_padding};
        border-top:none;
        margin: 0 1px;
}
#usercp_content .cp_content {
        margin-{vb:stylevar left}:{vb:math ((200px + {vb:stylevar padding})) * 1};
}
#usercp_nav .blocksubhead img {
        vertical-align:middle;
}
#usercp_nav .blockbody {
        border: {vb:stylevar usercp_nav_blockbody_border};
        border-top: none;
        background: {vb:stylevar usercp_nav_blockbody_background};
}
#usercp_nav .blockrow {
        background: {vb:stylevar usercp_nav_blockbody_background};
        padding: 1px {vb:stylevar padding};
}
#usercp_nav hr {
        width: 80%;
        background: {vb:stylevar usercp_hr_seperator};
        height: 1px;
        color: {vb:stylevar usercp_hr_seperator};
}


#usercp_content {
        width: 100%;
        float: {vb:stylevar right};
        margin-{vb:stylevar left}:{vb:math ((200px + {vb:stylevar padding})) * -1};
        margin-top: {vb:math {vb:stylevar padding}/2};
        padding-bottom:2em;
}

#usercp_content > div,
#usercp_content > form {
        margin-{vb:stylevar left}: {vb:math (200px + {vb:stylevar padding})};
}

#usercp_nav.block {
        clear:none;
}

#usercp_nav.block,
#usercp_content .block {
        margin-bottom:1em;
}

#usercp_content .block {
        width: 100%;
        display:block;
        float: {vb:stylevar left};
}

#usercp_content form.block {
        float:none;
}

#usercp_content #threadlist {
        margin-top:0;
}

#usercp_content #threadlist .block {
        margin-bottom:{vb:stylevar padding};
}

#usercp_content .threadbit .threadimod {
        margin-top: 0;
}

#usercp_content #attachmentlist {
        margin-top: {vb:math {vb:stylevar padding}*2.5};
}

#usercp_content #attachmentlist #above_postlist {
        top: -{vb:math {vb:stylevar padding}*3};
}

#usercp_content #attachmentlist #above_postlist #postlist_popups {
        top: {vb:math {vb:stylevar padding}*2.5};
}

#usercp_content #above_postlist {
        position:absolute;
        margin-top: {vb:math {vb:stylevar padding}/2};
}

#usercp_nav li {
        position: relative;
}

#usercp_nav li a {
        display: block;
        padding-top: 0;
        padding-{vb:stylevar right}: {vb:stylevar padding};
        padding-bottom: 0;
        padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*3};
}
#usercp_nav li a.usercp_folder-left {
        background: transparent url({vb:stylevar imgdir_cms}/sections.png) no-repeat {vb:stylevar padding} {vb:math {vb:math {vb:stylevar padding}/2}-1};
}
#usercp_nav li a.usercp_folder-right {
        background: transparent url({vb:stylevar imgdir_cms}/sections.png) no-repeat 175px {vb:math {vb:math {vb:stylevar padding}/2}-1};
}
#usercp_nav .blockrow {
        padding:0;
}

#usercp_nav .blockrow * a {
        line-height:2em;
        text-decoration:none;
}

#usercp_nav .blockrow * a:hover {
        background-color:{vb:stylevar imodhilite_backgroundColor};
        color:{vb:stylevar linkhover_color};
        text-decoration:none;
}

#usercp_nav .blockrow .active {
        background-color:{vb:stylevar imodhilite_backgroundColor};
}

#usercp_nav .blocksubhead.popupctrl {
        padding:0 {vb:stylevar padding};
}

#usercp_nav .blocksubhead.popupctrl a.popupctrl {
        padding: {vb:math {vb:stylevar padding}/2} 0;
}

/* vb4.0 - 28872 */
#usercp_nav a.popupctrl {
        overflow:hidden;
}

.controlbar {
        text-align:{vb:stylevar right};
}


#user_notifications a.textcontrol.inline {
        float:{vb:stylevar right};
}

#pending_friend_request_list {
        display: inline;
}

#customtitle {
        width:{vb:stylevar form_columnleft_width};
}

#resetcustomtitle {
        float:none;
        display:inline;
        padding-left:{vb:stylevar padding};
}

#currentcustomtitle {
        font-weight:bold;
        font-size:{vb:stylevar small_fontSize};
}

#display_options {
        clear:both;
        /* margin-top:3em; */
}

#postlist, #group-discussionlist, .pmlist {
        float:{vb:stylevar left};
/*        position:relative; */
        width: 100%;
}

#postlist.postlist_moderation {
        margin-top: {vb:math {vb:stylevar padding}*4};
        margin-bottom:0;
}

#group_discussionlist {
        position: relative;
        margin-top: {vb:math {vb:stylevar padding}*2};
}

#postlist #above_postlist, #group_discussionlist #above_postlist {
        width: 100%;
        position: absolute;
        {vb:stylevar right}: 0;
}


#postlist #above_postlist {
        top: -{vb:math {vb:stylevar padding}*3};
        width: 100%;
        clear:both;
}

#group_discussionlist #above_postlist {
        top: -{vb:math {vb:stylevar padding}*3};
}

#postlist #above_postlist .pagination, #group_discussionlist #above_postlist .pagination {
        position: absolute;
        {vb:stylevar right}: 0;
}

#group_discussionlist #above_postlist .pagination {
        top: -{vb:math {vb:stylevar padding}*1.5};
}

#postlist #above_postlist .pagination {
        margin-top: -{vb:math {vb:stylevar padding}*5.5};
        position: relative;
}

#postlist #above_postlist #postlist_popups {
        margin-top: {vb:stylevar padding};
}

#below_postlist #threadpagestats {
        float: {vb:stylevar left};
        margin-top: {vb:math {vb:stylevar padding}/2}
}

#group_discussionlist + #below_postlist {
        margin-bottom: 0;
}

#group_discussionlist + #below_postlist .pagination {
        float: {vb:stylevar right};
}

/* Subscriptions, moderation and other smaller threadlists */
#bitlist_info {
        margin-top:{vb:math {vb:stylevar padding} * 2}px;
        margin-bottom:{vb:math {vb:stylevar padding} * 2}px;
}

#forum_icon_legend {
        border: 1px solid #c8c8c8;
        clear:both;
}

#forum_icon_legend h5 {
        border-top: {vb:stylevar usercp_forum_icon_legend_border};
        border-bottom: {vb:stylevar usercp_forum_icon_legend_top_border};
        background: {vb:stylevar usercp_forum_icon_legend_background};
        text-transform: uppercase;
        font-weight:bold;
        font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
        padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
}

#forum_icon_legend dl {
        padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
}

#forum_icon_legend dt {
        float: {vb:stylevar left};
        clear: {vb:stylevar right};
        margin-{vb:stylevar right}: {vb:math {vb:stylevar padding}/2};
}

#forum_icon_legend dd {
        margin-bottom: {vb:math {vb:stylevar padding}/2};
}

#usercp_content #forum_icon_legend {
        margin-top: {vb:stylevar padding};
}

#bitlist_info #subscription_navpopup {
        width:50%;
        float:{vb:stylevar right};
}

#reputationlist .summaryinfo,
#infractionslist .summaryinfo {
        padding-{vb:stylevar left}:{vb:stylevar padding};
        margin-{vb:stylevar left}:{vb:math {vb:stylevar padding}/2};
}

#reputationlist .summaryinfo .iteminfo,
#infractionslist .summaryinfo .iteminfo {
        margin-{vb:stylevar left}:{vb:stylevar padding};
}

/* Summary Bits - Reusable List Bits */
.summaryinfo {
        font-size:{vb:stylevar small_fontSize};
}

.summaryinfo {
        border-bottom:solid 1px {vb:stylevar light_border.borderColor};
}

.summaryinfo.neg {
        background:transparent url({vb:stylevar imgdir_reputation}/reputation_neg.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.pos {
        background:transparent url({vb:stylevar imgdir_reputation}/reputation_pos.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.balance {
        background:transparent url({vb:stylevar imgdir_reputation}/reputation_balance.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.redcard {
        background:transparent url({vb:stylevar imgdir_misc}/redcard_small.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.yellowcard {
        background:transparent url({vb:stylevar imgdir_misc}/yellowcard_small.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo:last-child {
        border-bottom:none;
}

.summaryinfo .userinfo {
        float:{vb:stylevar right};
        text-align:{vb:stylevar right};
}

.summaryinfo .user {
        font-size:{vb:stylevar font.fontSize};
}

.summaryinfo .iteminfo .title {
        font-weight:bold;
}

.visitormessage a.username {
        font-size:{vb:stylevar small_fontSize};
        padding-top:0.3em;
        display:block;
}

.blockrow.pendingfriends ul.commalist {
        display:inline;
}

.blockrow.pendingfriends ul.commalist li:last-child {
        margin-{vb:stylevar right}:0;
}

#usercp_content div.forumrow, #usercp_content .threadbit .discussionrow, #usercp_content .threadbit .nonsticky,
#usercp_content .threadbit .sticky, #usercp_content .threadlisthead, #usercp_content .threadbit .deleted {
/*        width: 99.8%; */
}

/*
#usercp_content .threadlisthead {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
}*/

#usercp_content .postlist_moderation #above_postlist .pagination {
        position: absolute;
        top: {vb:math {vb:stylevar padding}*4};
}

#usercp_content #postlist_popups {
        margin-top: {vb:math {vb:stylevar padding}/2};
}

#usercp_content .forumbit_post, #usercp_content .threadbit, #usercp_content .threadlisthead, #usercp_content .forumrow {
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
}

.threadbit .discussionrow .author {
        padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
}

.threadlisthead .threadstats {
        text-align: center;
}
.clear { clear: both; }
#pmform {
        padding-top:0px;
}
div.blockhead div span {float:{vb:stylevar left}; clear:{vb:stylevar right};}
div.blockhead div div.popupmenu {display:block; float:{vb:stylevar right}; clear: {vb:stylevar left};}

#above_threadlist {
        padding-bottom:{vb:stylevar padding};
}
.popupgroup {
        float:{vb:stylevar right};
}


#usercp_content #below_postlist {
        padding-bottom:{vb:stylevar padding};
    float: {vb:stylevar left};
    width: 100%;
}
#usercp_content #pagination_bottom .pagination {
        float:{vb:stylevar right};
}



.tborder
{
        background: #F0F2FA;
        color: #000000;
        border: 0px solid #989898;
}
.tcat
{
        background: #F2F2F2  url(images/buttons/newbtn_middle.png) repeat-x top left;
        color: #333333;
        font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        padding:8px 6px 7px 6px;
}
.tcat a:link, .tcat_alink
{
        color: #333333;
        text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
        color: #333333;
        text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
        color: #FF4400;
        text-decoration: underline;
}
.thead
{
        background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
        color: #333333;
        font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border-bottom:0px solid #8f95bf;
}
.thead a:link, .thead_alink
{
        color: #333333;
}
.thead a:visited, .thead_avisited
{
        color: #333333;
}
.thead a:hover, .thead a:active, .thead_ahover
{
        color: #FF4400;
}
.alt1, .alt1Active
{
        background: #FBFBFD;
        color: #000000;
       
}
.alt2, .alt2Active
{
        background: #F0F2FA;
        color: #000000;
       
}

and uploaded the plugin :)

BT- UserCP User AVATAR



seems to just be a css thing the rest is working i think, i will try uploading the plugin agiant.

BlackThorn 05-19-2010 06:28 PM

Quote:

Originally Posted by harleyparts (Post 2040026)
replaced all the code with your text for USERCP_SHELL
replaced all the code with your text for USERCP template
added below the original code yours
Code:

@charset "UTF-8";
#usercp_nav .blocksubhead a {
        display: inline;
}
#usercp_nav .blocksubhead a.usercp_blog {
        padding-{vb:stylevar left}: 0;
}
#usercp_content .formcontrols .blockrow .description {
        margin-{vb:stylevar left}: 0;
}
/*
#usercp_content select {
        padding: 3px;
        margin-{vb:stylevar left}: {vb:stylevar padding};
        margin-bottom: 3px;
}
#usercp_content .formcontrols .blockrow label, #usercp_content .formcontrols .blockrow .group.multifield label, #usercp_content .formcontrols .blockrow .groupoption label {
        margin-bottom: 3px;
}
*/
#usercp_content .textpad {
        padding-top: {vb:stylevar padding};
}
.usercpimage {
        display:inline;
        margin-top: -{vb:math {vb:stylevar padding}/5};
}
#usercp_nav {
        float:{vb:stylevar left};
        width:200px;
        margin-{vb:stylevar right}:{vb:stylevar padding};
        margin-top: {vb:math {vb:stylevar padding}/2};

}
#usercp_nav .block {
        background: {vb:stylevar block_background};
        clear:both;
        font-size:{vb:stylevar mid_fontSize};
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
        padding-bottom:{vb:stylevar padding};
}
#usercp_nav .blockhead {
        -moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
        -moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
        -webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}
#usercp_nav h2.blockhead {
        font-weight:600;
}
#usercp_nav .blocksubhead {
        font:{vb:stylevar blocksubhead_font};
        color:{vb:stylevar blocksubhead_color};
        background: {vb:stylevar blocksubhead_background};
        padding:{vb:stylevar blocksubhead_padding};
        border-top:none;
        margin: 0 1px;
}
#usercp_content .cp_content {
        margin-{vb:stylevar left}:{vb:math ((200px + {vb:stylevar padding})) * 1};
}
#usercp_nav .blocksubhead img {
        vertical-align:middle;
}
#usercp_nav .blockbody {
        border: {vb:stylevar usercp_nav_blockbody_border};
        border-top: none;
        background: {vb:stylevar usercp_nav_blockbody_background};
}
#usercp_nav .blockrow {
        background: {vb:stylevar usercp_nav_blockbody_background};
        padding: 1px {vb:stylevar padding};
}
#usercp_nav hr {
        width: 80%;
        background: {vb:stylevar usercp_hr_seperator};
        height: 1px;
        color: {vb:stylevar usercp_hr_seperator};
}


#usercp_content {
        width: 100%;
        float: {vb:stylevar right};
        margin-{vb:stylevar left}:{vb:math ((200px + {vb:stylevar padding})) * -1};
        margin-top: {vb:math {vb:stylevar padding}/2};
        padding-bottom:2em;
}

#usercp_content > div,
#usercp_content > form {
        margin-{vb:stylevar left}: {vb:math (200px + {vb:stylevar padding})};
}

#usercp_nav.block {
        clear:none;
}

#usercp_nav.block,
#usercp_content .block {
        margin-bottom:1em;
}

#usercp_content .block {
        width: 100%;
        display:block;
        float: {vb:stylevar left};
}

#usercp_content form.block {
        float:none;
}

#usercp_content #threadlist {
        margin-top:0;
}

#usercp_content #threadlist .block {
        margin-bottom:{vb:stylevar padding};
}

#usercp_content .threadbit .threadimod {
        margin-top: 0;
}

#usercp_content #attachmentlist {
        margin-top: {vb:math {vb:stylevar padding}*2.5};
}

#usercp_content #attachmentlist #above_postlist {
        top: -{vb:math {vb:stylevar padding}*3};
}

#usercp_content #attachmentlist #above_postlist #postlist_popups {
        top: {vb:math {vb:stylevar padding}*2.5};
}

#usercp_content #above_postlist {
        position:absolute;
        margin-top: {vb:math {vb:stylevar padding}/2};
}

#usercp_nav li {
        position: relative;
}

#usercp_nav li a {
        display: block;
        padding-top: 0;
        padding-{vb:stylevar right}: {vb:stylevar padding};
        padding-bottom: 0;
        padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*3};
}
#usercp_nav li a.usercp_folder-left {
        background: transparent url({vb:stylevar imgdir_cms}/sections.png) no-repeat {vb:stylevar padding} {vb:math {vb:math {vb:stylevar padding}/2}-1};
}
#usercp_nav li a.usercp_folder-right {
        background: transparent url({vb:stylevar imgdir_cms}/sections.png) no-repeat 175px {vb:math {vb:math {vb:stylevar padding}/2}-1};
}
#usercp_nav .blockrow {
        padding:0;
}

#usercp_nav .blockrow * a {
        line-height:2em;
        text-decoration:none;
}

#usercp_nav .blockrow * a:hover {
        background-color:{vb:stylevar imodhilite_backgroundColor};
        color:{vb:stylevar linkhover_color};
        text-decoration:none;
}

#usercp_nav .blockrow .active {
        background-color:{vb:stylevar imodhilite_backgroundColor};
}

#usercp_nav .blocksubhead.popupctrl {
        padding:0 {vb:stylevar padding};
}

#usercp_nav .blocksubhead.popupctrl a.popupctrl {
        padding: {vb:math {vb:stylevar padding}/2} 0;
}

/* vb4.0 - 28872 */
#usercp_nav a.popupctrl {
        overflow:hidden;
}

.controlbar {
        text-align:{vb:stylevar right};
}


#user_notifications a.textcontrol.inline {
        float:{vb:stylevar right};
}

#pending_friend_request_list {
        display: inline;
}

#customtitle {
        width:{vb:stylevar form_columnleft_width};
}

#resetcustomtitle {
        float:none;
        display:inline;
        padding-left:{vb:stylevar padding};
}

#currentcustomtitle {
        font-weight:bold;
        font-size:{vb:stylevar small_fontSize};
}

#display_options {
        clear:both;
        /* margin-top:3em; */
}

#postlist, #group-discussionlist, .pmlist {
        float:{vb:stylevar left};
/*        position:relative; */
        width: 100%;
}

#postlist.postlist_moderation {
        margin-top: {vb:math {vb:stylevar padding}*4};
        margin-bottom:0;
}

#group_discussionlist {
        position: relative;
        margin-top: {vb:math {vb:stylevar padding}*2};
}

#postlist #above_postlist, #group_discussionlist #above_postlist {
        width: 100%;
        position: absolute;
        {vb:stylevar right}: 0;
}


#postlist #above_postlist {
        top: -{vb:math {vb:stylevar padding}*3};
        width: 100%;
        clear:both;
}

#group_discussionlist #above_postlist {
        top: -{vb:math {vb:stylevar padding}*3};
}

#postlist #above_postlist .pagination, #group_discussionlist #above_postlist .pagination {
        position: absolute;
        {vb:stylevar right}: 0;
}

#group_discussionlist #above_postlist .pagination {
        top: -{vb:math {vb:stylevar padding}*1.5};
}

#postlist #above_postlist .pagination {
        margin-top: -{vb:math {vb:stylevar padding}*5.5};
        position: relative;
}

#postlist #above_postlist #postlist_popups {
        margin-top: {vb:stylevar padding};
}

#below_postlist #threadpagestats {
        float: {vb:stylevar left};
        margin-top: {vb:math {vb:stylevar padding}/2}
}

#group_discussionlist + #below_postlist {
        margin-bottom: 0;
}

#group_discussionlist + #below_postlist .pagination {
        float: {vb:stylevar right};
}

/* Subscriptions, moderation and other smaller threadlists */
#bitlist_info {
        margin-top:{vb:math {vb:stylevar padding} * 2}px;
        margin-bottom:{vb:math {vb:stylevar padding} * 2}px;
}

#forum_icon_legend {
        border: 1px solid #c8c8c8;
        clear:both;
}

#forum_icon_legend h5 {
        border-top: {vb:stylevar usercp_forum_icon_legend_border};
        border-bottom: {vb:stylevar usercp_forum_icon_legend_top_border};
        background: {vb:stylevar usercp_forum_icon_legend_background};
        text-transform: uppercase;
        font-weight:bold;
        font-size: {vb:math {vb:stylevar font.fontSize}-1}px;
        padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
}

#forum_icon_legend dl {
        padding: {vb:math {vb:stylevar padding}/2} {vb:stylevar padding};
}

#forum_icon_legend dt {
        float: {vb:stylevar left};
        clear: {vb:stylevar right};
        margin-{vb:stylevar right}: {vb:math {vb:stylevar padding}/2};
}

#forum_icon_legend dd {
        margin-bottom: {vb:math {vb:stylevar padding}/2};
}

#usercp_content #forum_icon_legend {
        margin-top: {vb:stylevar padding};
}

#bitlist_info #subscription_navpopup {
        width:50%;
        float:{vb:stylevar right};
}

#reputationlist .summaryinfo,
#infractionslist .summaryinfo {
        padding-{vb:stylevar left}:{vb:stylevar padding};
        margin-{vb:stylevar left}:{vb:math {vb:stylevar padding}/2};
}

#reputationlist .summaryinfo .iteminfo,
#infractionslist .summaryinfo .iteminfo {
        margin-{vb:stylevar left}:{vb:stylevar padding};
}

/* Summary Bits - Reusable List Bits */
.summaryinfo {
        font-size:{vb:stylevar small_fontSize};
}

.summaryinfo {
        border-bottom:solid 1px {vb:stylevar light_border.borderColor};
}

.summaryinfo.neg {
        background:transparent url({vb:stylevar imgdir_reputation}/reputation_neg.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.pos {
        background:transparent url({vb:stylevar imgdir_reputation}/reputation_pos.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.balance {
        background:transparent url({vb:stylevar imgdir_reputation}/reputation_balance.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.redcard {
        background:transparent url({vb:stylevar imgdir_misc}/redcard_small.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo.yellowcard {
        background:transparent url({vb:stylevar imgdir_misc}/yellowcard_small.gif) {vb:stylevar left} center no-repeat;
}

.summaryinfo:last-child {
        border-bottom:none;
}

.summaryinfo .userinfo {
        float:{vb:stylevar right};
        text-align:{vb:stylevar right};
}

.summaryinfo .user {
        font-size:{vb:stylevar font.fontSize};
}

.summaryinfo .iteminfo .title {
        font-weight:bold;
}

.visitormessage a.username {
        font-size:{vb:stylevar small_fontSize};
        padding-top:0.3em;
        display:block;
}

.blockrow.pendingfriends ul.commalist {
        display:inline;
}

.blockrow.pendingfriends ul.commalist li:last-child {
        margin-{vb:stylevar right}:0;
}

#usercp_content div.forumrow, #usercp_content .threadbit .discussionrow, #usercp_content .threadbit .nonsticky,
#usercp_content .threadbit .sticky, #usercp_content .threadlisthead, #usercp_content .threadbit .deleted {
/*        width: 99.8%; */
}

/*
#usercp_content .threadlisthead {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
}*/

#usercp_content .postlist_moderation #above_postlist .pagination {
        position: absolute;
        top: {vb:math {vb:stylevar padding}*4};
}

#usercp_content #postlist_popups {
        margin-top: {vb:math {vb:stylevar padding}/2};
}

#usercp_content .forumbit_post, #usercp_content .threadbit, #usercp_content .threadlisthead, #usercp_content .forumrow {
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
}

.threadbit .discussionrow .author {
        padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
}

.threadlisthead .threadstats {
        text-align: center;
}
.clear { clear: both; }
#pmform {
        padding-top:0px;
}
div.blockhead div span {float:{vb:stylevar left}; clear:{vb:stylevar right};}
div.blockhead div div.popupmenu {display:block; float:{vb:stylevar right}; clear: {vb:stylevar left};}

#above_threadlist {
        padding-bottom:{vb:stylevar padding};
}
.popupgroup {
        float:{vb:stylevar right};
}


#usercp_content #below_postlist {
        padding-bottom:{vb:stylevar padding};
    float: {vb:stylevar left};
    width: 100%;
}
#usercp_content #pagination_bottom .pagination {
        float:{vb:stylevar right};
}



.tborder
{
        background: #F0F2FA;
        color: #000000;
        border: 0px solid #989898;
}
.tcat
{
        background: #F2F2F2  url(images/buttons/newbtn_middle.png) repeat-x top left;
        color: #333333;
        font: bold 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        padding:8px 6px 7px 6px;
}
.tcat a:link, .tcat_alink
{
        color: #333333;
        text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
        color: #333333;
        text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
        color: #FF4400;
        text-decoration: underline;
}
.thead
{
        background: #F2F2F2 url(images/buttons/newbtn_middle.png) repeat-x top left;
        color: #333333;
        font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
        border-bottom:0px solid #8f95bf;
}
.thead a:link, .thead_alink
{
        color: #333333;
}
.thead a:visited, .thead_avisited
{
        color: #333333;
}
.thead a:hover, .thead a:active, .thead_ahover
{
        color: #FF4400;
}
.alt1, .alt1Active
{
        background: #FBFBFD;
        color: #000000;
       
}
.alt2, .alt2Active
{
        background: #F0F2FA;
        color: #000000;
       
}

and uploaded the plugin :)

seems to just be a css thing the rest is working i think

I'm so sorry, i can't understand it but its still do not working?
Please send me your site info. I wanna look at that, if you want. :)

BlackThorn 05-19-2010 06:35 PM

Quote:

Originally Posted by harleyparts (Post 2040036)

Yay! Thats workin' awesome brother. But I cannot upload an avatar you know? I really love Harley Davidson with a blonde and BEER, LOL.

Well, if you want, you can change COLOR Styles in CSS template.

Lucky luck! :rolleyes:

your24hourstore 05-19-2010 06:39 PM

its all pushed to the right when i look at it you useing IE?

post all your usercp.css in here for me to look at the whole thing with your code installed

COL NIL SATIS 05-19-2010 06:44 PM

tagged....looks good this!!!! Harley if you have this working can you put up what i have to do with the template edits ??? im happy doing edits but want to know how you have done yours,or are you still having probs

your24hourstore 05-19-2010 06:46 PM

but im still not right I have a css issue look

BlackThorn 05-19-2010 06:51 PM

Quote:

Originally Posted by harleyparts (Post 2040039)
its all pushed to the right when i look at it you useing IE?


post all your usercp.css in here for me to look at the whole thing with your code installed

I use both ie or mozilla firefox but I do not see a problem on your site yet. Because all my CSS codes originally vB4.0.3 versions css. But you can change it for your self COLOR CODES. I mean : customize. I'm right on your site now and its work awesome (;

Quote:

Originally Posted by COL NIL SATIS (Post 2040047)
tagged....looks good this!!!! Harley if you have this working can you put up what i have to do with the template edits ??? im happy doing edits but want to know how you have done yours,or are you still having probs

Thanks please the read main my post, you can see that and follow our posts, thanks.

BlackThorn 05-19-2010 06:53 PM

Quote:

Originally Posted by harleyparts (Post 2040048)
but im still not right I have a css issue look

Look at screenshot PLEASE !

BlackThorn 05-19-2010 07:00 PM

Quote:

Originally Posted by harleyparts (Post 2040059)
hey , I can take out your added code and it looks exactly the same , so your added css is not installed correctly., can you put your usercp.css file online here so i can look at it real fast i will find out whats wrong !

anyways i cant read all your but in my screen all my thread stuff is pushed over like the pic i uploaded shows. how can i be seeing that and your seeing it right :> is my screen resaloution doing it or something?

You're insane (: I really ain't know what I say to you... Well, send me your site admin info/password PM. I'll look at that just for you. :)

your24hourstore 05-19-2010 07:11 PM

Quote:

Originally Posted by BlackThorn (Post 2040069)
You're insane (: I really ain't know what I say to you... Well, send me your site admin info/password PM. I'll look at that just for you. :)

ok I opened mozzilla and it works fine so its IE

maybe its gotta have this one modified also usercp-ie.css

im running IE 8

BlackThorn 05-19-2010 07:19 PM

Quote:

Originally Posted by harleyparts (Post 2040080)
ok I opened mozzilla and it works fine so its IE

maybe its gotta have this one modified also usercp-ie.css

im running IE 8

IE 7, 8 and Mozilla works awesome. I don't tested it ie 6 or another browser. But yes your right may be can make it usercp-ie.css i don't look at yet for ie, lol.

your24hourstore 05-19-2010 07:25 PM

yes it works and looks great in firefox, but not in my IE, although it has to be installed right if your seeing it on your end useing IE. so it must be in my cache or a cookie setting or something in my IE browser setup, so you cant log in and see that :>

I guess I will just run it and see what people say about it maybe if anyone else installs it they can look here useing this account http://www.harleydavidsonpartsforum.com/usercp.php
handle hobobob
password qwerty

tell me if it looks ok in IE thanks

BlackThorn 05-19-2010 07:32 PM

Quote:

Originally Posted by harleyparts (Post 2040087)
yes it works and looks great in firefox, but not in my IE, although it has to be installed right if your seeing it on your end useing IE. so it must be in my cache or a cookie setting or something in my IE browser setup, so you cant log in and see that :>

I guess I will just run it and see what people say about it maybe if anyone else installs it they can look here useing this account http://www.harleydavidsonpartsforum.com/usercp.php
handle hobobob
password qwerty

tell me if it looks ok in IE thanks

Well I look it Mozilla is okay but IE 7 has a problem because i guess, tables get an error without avatar. I just think it.

your24hourstore 05-19-2010 07:45 PM

i added a avitar

BlackThorn 05-19-2010 08:07 PM

Quote:

Originally Posted by harleyparts (Post 2040099)
i added a avitar

Yes I uploaded an avatar and on IE get an a little problem but its no problem so much for me. But mozilla is okay work fine. Probably i guess, I'll fixed it next the time. OR you can edit CSS codes for ie. I'm so tired now... :rolleyes:

your24hourstore 05-19-2010 08:14 PM

sure man no biggie i will leave it installed , thanks

sorry for the bother !

BlackThorn 05-19-2010 08:29 PM

It's no problem man no worry. You're welcome.

Preech 05-19-2010 08:45 PM

Will this interfer with the facebook connection, both the 3rd party mod, or the one that comes with the updated vbulletin.

your24hourstore 05-19-2010 08:48 PM

this has nothing to do with either

this is a template hack for usercp or SETTINGS
thats all hes just named it myspace which means his settings :D

BlackThorn 05-19-2010 09:07 PM

Quote:

Originally Posted by Preech (Post 2040128)
Will this interfer with the facebook connection, both the 3rd party mod, or the one that comes with the updated vbulletin.

This is just beta version but its very useful. I'll update that next the time with new mods.

darkdevilz 05-19-2010 09:09 PM

I installed. Thanks BT

your24hourstore 05-19-2010 09:11 PM

I think

BlackThorn 05-19-2010 09:13 PM

Next the time new mods ;

Special CSS Links
Latest x threads
User profile the pics
vs vs i just think thats now...

Should be cool yall (:

arurcard 05-20-2010 03:15 AM

effed up for me too

Sports Investor 05-25-2010 07:18 PM

Can someone please clarify the direction on installing this mod?

Am I adding the code to the templates, replacing the code or what. Please don't assume everyone using this mod is an vBulletin expert. I only installed it a little while ago and still learning it.

Thanks!

Sports Investor 06-15-2010 06:34 PM

What is the USERCP_SHELL template? I don't see that file. I see USERCP.

Where do I add the css file? I don't see usercp.css either.

Are these files changed in the admin section?

Any assistance on this installation, the instructions are not very clear.

Sports Investor 06-15-2010 06:50 PM

Ok, I found the templates but the the page is now effed up.

Let me know when the bugs are worked out and I will install it and try it again.

Ahmet Turan 07-28-2010 02:37 PM

thanks Blackthorn

Çok güzel bir eklenti . ( Takip ediyorum sizi )

gjc 12-20-2010 08:46 PM

I am also having problems with this being stuck to the right in IE only. Does anyone know what to add to usercp-ie.css to resolve this issue.

8thos 03-06-2011 03:31 AM

Does this still work?

BlackThorn 03-06-2011 07:59 PM

Well, there is no update for this hack yet however, I'll update this my hack next the version in April but if you want, you can try it now for your site so, however I do not support to this my hack after 4.1.x version. Regards,


All times are GMT. The time now is 07:13 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01473 seconds
  • Memory Usage 1,958KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (35)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete