Problem in my forum with Legend, Point etc
2 posters
Page 1 of 1
Problem in my forum with Legend, Point etc
My forum link is: http://dsetrade.niceboard.com/
It's with punbb
I've done everything to show Legend at bottom, point bar and other bars in post. But they aren't working. I've some user groups, and from user option - I've selected yes for - Colorize usernames. But, the Legend won't be shown at forum.
Also I've set point bar and some other bars, and they aren't shown in post.
Can someone please check and guide me ?
P/N: I'm new in this world, so please let me know if I've to ask this in other place.
Thanks
Ok I've managed it after giving it a hard try lol
And thanks base for your try
Just wonder Why chihlam is a member now ? As I remember, I've seen his as an Admin when I was here with my friend o_O
Well, my problem is finished..
It's with punbb
I've done everything to show Legend at bottom, point bar and other bars in post. But they aren't working. I've some user groups, and from user option - I've selected yes for - Colorize usernames. But, the Legend won't be shown at forum.
Also I've set point bar and some other bars, and they aren't shown in post.
Can someone please check and guide me ?
P/N: I'm new in this world, so please let me know if I've to ask this in other place.
Thanks
Ok I've managed it after giving it a hard try lol
And thanks base for your try
Just wonder Why chihlam is a member now ? As I remember, I've seen his as an Admin when I was here with my friend o_O
Well, my problem is finished..
Last edited by Miss Afreen on December 14th 2013, 2:16 pm; edited 1 time in total
Re: Problem in my forum with Legend, Point etc
Hello,
For setting up and displaying groups, please read this topic here: https://help.forumotion.com/t10988-organizing-groups-colors-in-legend
Your skin's customisation may have accidentally removed the legend's display from the forum as well. Please check that this isn't the case.
For points, here is a topic explaining everything about it: https://help.forumotion.com/t38437-the-points-system
For setting up and displaying groups, please read this topic here: https://help.forumotion.com/t10988-organizing-groups-colors-in-legend
Your skin's customisation may have accidentally removed the legend's display from the forum as well. Please check that this isn't the case.
For points, here is a topic explaining everything about it: https://help.forumotion.com/t38437-the-points-system
Re: Problem in my forum with Legend, Point etc
Thanks for your reply
And yes, I've done them all like the guide says, but Legends won't be shown and no point bar in post. Points are shown in post, but not with the bar.
Example:
I want some bars like this and award option as well. But, they won't be shown in post.
After reading your post, I've checked some other skins, but until now I've noticed, all are same, they aren't showing the Legend.
Should i change the version from punbb to others ? o_O
And yes, I've done them all like the guide says, but Legends won't be shown and no point bar in post. Points are shown in post, but not with the bar.
Example:
I want some bars like this and award option as well. But, they won't be shown in post.
After reading your post, I've checked some other skins, but until now I've noticed, all are same, they aren't showing the Legend.
Should i change the version from punbb to others ? o_O
Re: Problem in my forum with Legend, Point etc
Is the 'Credits' field using the points system? If so, I don't think the points system uses a bar; only numbers.
You should not change your forum version as this would 'distort' the current skin heavily. Have you added any coding recently which may have affected the legend?
You should not change your forum version as this would 'distort' the current skin heavily. Have you added any coding recently which may have affected the legend?
Re: Problem in my forum with Legend, Point etc
Sorry to say, I'm totally new about this lol I'm a friend of a member of forumotion, she was in here in 2008. I just followed her forum.
And sorry, not credit/point, I mean I want those bars like my friend had in her forum :)Can you please help ?
And well, I've done something like:
<font color="#E91E25">Site</font> <font color="green">Admin</font>
And sorry, not credit/point, I mean I want those bars like my friend had in her forum :)Can you please help ?
And well, I've done something like:
<font color="#E91E25">Site</font> <font color="green">Admin</font>
Re: Problem in my forum with Legend, Point etc
It's alright! Welcome to Forumotion.
Those bars are made using personalised profiles. Here is a tutorial on to make them: https://help.forumotion.com/t11187-personalized-profile-fields-warning-system
(Ignore warning system.)
Could you also post your CSS code here then? Please use [code] tags. Thanks!
Those bars are made using personalised profiles. Here is a tutorial on to make them: https://help.forumotion.com/t11187-personalized-profile-fields-warning-system
(Ignore warning system.)
Could you also post your CSS code here then? Please use [code] tags. Thanks!
Re: Problem in my forum with Legend, Point etc
You're welcome, you're so cool not like others hehe
But, sorry I've no idea how to post CSS code and where from i can find them ? Sorry if i'm bothering much i will leave, I'm too new at this
From your guide link, i like this: https://help.forumotion.com/t112364-warning-bars
Now how can i use this bars ? Should i post all those 5 in URL icon : ?
Edited: Sorry I've managed about the bar, and now it's shown. But the Legend not o_O
But, sorry I've no idea how to post CSS code and where from i can find them ? Sorry if i'm bothering much i will leave, I'm too new at this
From your guide link, i like this: https://help.forumotion.com/t112364-warning-bars
Now how can i use this bars ? Should i post all those 5 in URL icon : ?
Edited: Sorry I've managed about the bar, and now it's shown. But the Legend not o_O
Re: Problem in my forum with Legend, Point etc
We are here to help with all kinds of problems so don't worry.
The CSS can be found at:
1. Administration Panel (advanced mode)
2. Display Tab
3. Colors (on the left, under Pictures and Colors)
4. CSS Stylesheet
The CSS can be found at:
1. Administration Panel (advanced mode)
2. Display Tab
3. Colors (on the left, under Pictures and Colors)
4. CSS Stylesheet
Re: Problem in my forum with Legend, Point etc
haha easy but didn't know
Ok here you go:
Ok here you go:
- Code:
.bottom:hover {
background-color: #e04547;
color: #fff;
}
.pun .paged-foot, .pun .paged-head {
background-color: transparent;
border: transparent;
padding: .6em 1.3em 2em;
}.bottom {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background: #55728burl(http://www.ipbforumskins.com/skindemo/public/style_images/villain/highlight_faint.png) repeat-x 0 0;
border: 0;
border-radius: 2px;
color: #fff;
cursor: pointer;
display: inline-block;
float: right;
font-size: 11px;
height: 26px;
line-height: 26px;
margin: 0 5px;
padding: 0 10px;
text-shadow: rgba(0,0,0,0.8) 0 -1px 0;
white-space: nowrap;
}
.main .main-foot, .main .main-head {
-moz-box-shadow: inset rgba(0,0,0,0.25) 0 0 0 1px;
-webkit-box-shadow: inset rgba(0,0,0,0.25) 0 0 0 1px;
background-color: #e04547;
box-shadow: inset rgba(0,0,0,0.25) 0 0 0 1px;
color: #fff;
font-size: 16px;
text-decoration: none;
font-weight: 300;
padding: 16px;
}
.pun .post {
border-color: transparent;
border-style: solid none;
border-width: 2px 0 1px;
}
.postfoot {
background: #fafafa;
border-top: 1px solid #f0f0f0;
clear: both;
margin-left: 0em;
margin-top: 9px;
padding: 9px;
text-align: right;
}
.pun .postmain {
background-color: transparent;
border-left: transparent;
margin-left: 18em;
}
.pun .post .user {
line-height: 130%;
text-align: center;
}
.user-basic-info a img:hover {
opacity: .8;
}
.user-basic-info a img {
-webkit-border-radius: 100px;
border-radius: 100px;
max-width: 94px;
max-height: 94px;
}
.pun .posthead h2 strong {
float: left;
}
.pun .posthead {
-moz-box-shadow: inset rgba(0,0,0,0.25) 0 0 0 1px;
-webkit-box-shadow: inset rgba(0,0,0,0.25) 0 0 0 1px;
background-color: #e04547;
box-shadow: inset rgba(0,0,0,0.25) 0 0 0 1px;
color: #fff;
border-bottom: transparent;
font-size: 12px;
font-weight: 300;
padding: 16px;
}
.post_username {
float: left;
font-weight: 700;
min-width: 177px;
}
.post_date {
color: #ccc;
font-size: 11px;
font-weight: 400;
}
.pun .paged-foot, .pun .paged-head {
background-color: transparent;
border: transparent;
padding: .6em 1.3em .3em;
}
.pun .main-foot .options a, .pun .main-foot .options a:link, .pun .main-foot .options a:visited {
text-decoration: none;
}
.statistics_head {
font-size: 13px;
font-weight: bold;
color: #666;
border-bottom: 1px solid #ddd;
background: #f9f9f9;
padding: 13px;
}
.main-box {
display: none;
}
#pun-about {
background-color: transparent;
border-color: transparent;
}
#pun-about #qjump {
display: none;
}
.staticsipb {
padding: 8px 0px 0px 8px;
}
.statistics {
margin: 20px 0 0 0;
line-height: 1.3;
overflow: hidden;
}
#board_statistics ul {
text-align: center;
}
.ipsType_small {
font-size: 11px;
}
.ipsList_inline>li:first-child {
margin-left: 0;
}
#board_statistics {
display: inline-block;
background: url('http://www.ipbforumskins.com/skindemo/public/style_images/subway/trans10.png') repeat;
background: rgba(0,0,0,0.1);
color: #222;
padding: 3px 7px;
font-weight: bold;
margin-right: 15px;
margin-left: 15px;
}
#board_statistics li {
margin-right: 20px;
}
#footer_utilities, #footer_utilities a {
color: #fff;
}
#backtotop:hover {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/subway/trans60.png") repeat;
background: rgba(0,0,0,0.6);
color: #fff;
}
#footer_utilities .ipsList_inline>li>a {
margin-right: 0px;
padding: 4px 10px;
display: inline-block;
}
#footer_utilities {
padding: 30px 8px;
position: relative;
margin: 0 auto 10px;
min-height: 43px;
width: 96%;
}
#backtotop, #bottomScroll {
line-height: 20px;
text-align: center;
}
#backtotop, #bottomScroll {
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
top: 50%;
margin-left: -12px;
margin-top: -12px;
position: absolute;
display: inline-block;
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/subway/trans30.png") repeat;
background: rgba(0,0,0,0.3);
-webkit-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
outline: 0;
}
.skin_link, .skin_link a {
color: #fff !important;
}
#copyright {
text-align: right;
line-height: 22px;
float: right;
}
#footer_utilities .ipsList_inline {
margin-top: 3px;
clear: left;
float: left;
}
.mini_ava {
float: left;
}
.main .main-head.collapsed {
opacity: 0.2;
}
.main-head.collapsed:hover {
opacity: 0.4;
}
.main-head .toggle {
background: url(http://i50.tinypic.com/wkjrjl.png) no-repeat scroll 0 0 transparent;
display: block;
height: 22px;
margin-top: -4px;
outline: 0 none;
text-indent: -3000em;
visibility: hidden;
width: 32px;
}
.main-head:hover .toggle {
visibility: visible;
}
.main-head.collapsed .toggle {
background-image: url("http://i47.tinypic.com/se6jjr.png");
}
.mini_ava img {
-webkit-border-radius: 100px;
border-radius: 100px;
width: 34px;
margin: 0 5px;
height: 34px;
}
.mini_ava img:hover {
opacity: 0.8;
}
#community_app_menu>li.active>a {
background: #e04547;
}
.main .main-head {
background-color: #e04547;
color: #fff;
padding: 16px;
font-size: 18px;
font-weight: 300;
-webkit-box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
}
.module .main-head {
background: #f9f9f9;
border-bottom: 1px solid #ddd;
box-shadow: none;
-webkit-box-shadow: none;
color: #666;
font-size: 13px;
font-weight: 700;
padding: 13px;
}
.pun .table .tc2, .pun .table .tc3 {
text-align: center;
width: 5%;
}
.pun table .tcr {
overflow: hidden;
padding: 0 0 0 .5em !important;
text-align: left;
width: 20%;
}
.pun tbody.statused span.status {
position: relative!important;
margin-left: 7px;
}
.pun tbody.statused td.tcl {
padding: 15px;
font-size: 12px;
}
.stats_number {
font-size: 16px;
font-weight: bold;
display: block;
text-align: center;
color: #999;
position: relative;
overflow: hidden;
}
.stats_text {
font-size: 10px;
text-transform: uppercase;
display: block;
text-align: center;
color: #c0c0c0;
padding-top: 4px;
}
.pun table.table td {
border-bottom: 2px solid #f3f3f3;
border-left: transparent;
border-right: transparent;
border-top: transparent;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: #fff;
}
.pun .main-content {
background-color: #fff;
border: 1px solid transparent;
}
.hierarchy {
font-size: 11px;
}
.pun h3 {
font-family: "Open Sans",tahoma,helvetica,arial,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: 300;
}
.pun h2 {
font-family: "Open Sans",tahoma,helvetica,arial,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: 300;
}
#chatbox_members {
position: relative;
top: 0px;
height: 240px;
}
#chatbox {
height: 240px;
}
#chatbox_footer {
position: relative;
}
.main .main-head .page-title {
font-size: 18px;
font-weight: 300;
}
#community_app_menu>li.active>a:hover {
background: #e04547;
}
#community_app_menu>li>a:hover, #community_app_menu>li>a.menu_active {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/subway/trans10.png") repeat;
background: rgba(0,0,0,0.05);
color: #fff;
}
body.cpe, #themeEditor #editPattern span, .cpe #socialLinks li, .cpe #secondary_navigation, .cpe ul.post_controls a:hover, .cpe .answerBadgeInPost, .cpe .ipsLikeButton.ipsLikeButton_enabled, .input_submit, .cpe .ipsTag {
background-color: #55728b;
}
.table .tc_icon {
padding: 10px 5px!important;
vertical-align: middle;
width: 30px;
}
.cpe #primary_nav, .cpe .maintitle, .cpe #community_app_menu > li.active > a, .cpe .col_c_icon img[src*="f_"], .cpe .f_icon, .cpe .topic_buttons li a, .cpe .pagination .pages li.active, .cpe #primary_extra_menucontent, .cpe #more_apps_menucontent, .cpe .post_block h3, .cpe .mini_pagination a, .cpe .user_controls li a, .cpe #vnc_filter_popup_close, .cpe #search .submit_input, .cpe .col_f_icon img, .cpe .ipsBadge_green, body.cpe #logo, .cpe #themeToggle, .cpe #primary_extra_menucontent, .cpe #more_apps_menucontent, .cpe .submenu_container {
background-color: #e04547;
}
#content {
padding: 5px 0px 10px 0px;
line-height: 120%;
}
.topCenter {
background-position: 50% 0% !important;
}
.scroll {
background-attachment: scroll !important;
}
.repeat {
background-repeat: repeat !important;
}
body {
background: #55728b;
color: #5a5a5a;
font: normal 11px "Open Sans",tahoma,helvetica,arial,sans-serif;
position: relative;
}
.wrapper {
margin: 0 auto;
min-width: 980px;
max-width: 1600px;
width: 96%;
}
::selection {
color: #fff;
background: #82b8e6;
}
body {
color: #5a5a5a;
font: normal 11px "Open Sans",tahoma,helvetica,arial,sans-serif;
}
#user_bar {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/subway/trans20.png") repeat;
background: rgba(0,0,0,0.2);
margin: 7px 0;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow: hidden;
}
#user_navigation {
float: left;
color: #fff;
font-size: 12px;
line-height: 42px;
height: 42px;
}
ol, ul {
list-style: none;
}
#user_navigation {
color: #fff;
font-size: 12px;
line-height: 42px;
}
#user_navigation .ipsList_inline li {
margin: 0;
padding: 0;
float: left;
}
.ipsList_inline>li:first-child {
margin-left: 0;
}
.ipsList_inline>li {
display: inline-block;
margin: 0 3px;
}
#user_navigation li.first a {
background: rgba(0,0,0,0.05);
}
#user_navigation a {
color: #fff;
float: left;
padding: 0 12px;
line-height: 42px;
outline: none;
height: 42px;
}
a {
color: #333;
text-decoration: none;
}
#user_navigation .user_photo {
position: relative;
vertical-align: top;
padding: 0;
height: 40px;
width: auto;
margin: 1px -11px 0 -11px;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
fieldset, img {
border: 0;
}
.ipsList_inline>li {
display: inline-block;
margin: 0 3px;
}
.ipsList_inline>li {
display: inline-block;
margin: 0 3px;
}
#search {
margin: 4px 4px 0;
}body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
.hide {
display: none;
}
#adv_search {
width: 34px;
height: 34px;
background: url('http://i.imgur.com/1ep8pY1.png') no-repeat 50% 50%;
text-indent: -3000em;
display: inline-block;
margin-left: 3px;
}
#adv_search:hover {
background-color: rgba(0,0,0,0.2);
}
#search_wrap {
position: relative;
background: #fff;
display: block;
padding: 0 34px 0 10px;
height: 34px;
line-height: 25px;
min-width: 292px;
box-shadow: rgba(0,0,0,0.24) 0px 0px 0px 1px;
}
.right {
float: right;
}
#main_search {
font-size: 12px;
border: 0;
padding: 0;
background: transparent;
width: 200px;
height: 34px;
line-height: 34px;
outline: 0;
vertical-align: top;
}
input, select, textarea {
font: normal 12px tahoma,helvetica,arial,sans-serif;
}
#search_wrap {
line-height: 25px;
}
#search_options {
font-size: 10px;
height: 28px;
line-height: 28px;
margin: 3px 3px 3px 0;
padding: 0 6px;
background: #eaeaea;
display: inline-block;
float: right;
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
}.cpe #primary_nav, .cpe .maintitle, .cpe #community_app_menu > li.active > a, .cpe .col_c_icon img[src*='f_'], .cpe .f_icon, .cpe .topic_buttons li a, .cpe .pagination .pages li.active, .cpe #primary_extra_menucontent, .cpe #more_apps_menucontent, .cpe .post_block h3, .cpe .mini_pagination a, .cpe .user_controls li a, .cpe #vnc_filter_popup_close, .cpe #search .submit_input, .cpe .col_f_icon img, .cpe .ipsBadge_green, body.cpe #logo, .cpe #themeToggle, .cpe #primary_extra_menucontent, .cpe #more_apps_menucontent, .cpe .submenu_container {
background-color: #e04547;
}
#search .submit_input:hover {
-webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 100px 0px;
-moz-box-shadow: inset rgba(255,255,255,0.2) 0px 100px 0px;
box-shadow: inset rgba(255,255,255,0.2) 0px 100px 0px;
}
#search .submit_input {
background: #e04547 url('http://i.imgur.com/a2RmgiZ.png') no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: 0;
display: block;
width: 34px;
height: 34px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
}
#user_bar {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/subway/trans20.png") repeat;
background: rgba(0,0,0,0.2);
margin: 7px 0;
}
#user_navigation a:hover {
color: #fff;
background: rgba(0,0,0,0.15);
}
#notify_link img {
background-image: url('http://i.imgur.com/xKBmQ60.png');
}
#notify_link img, #inbox_link img {
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-position: 0 0;
margin-top: -2px;
}
#notify_link, #inbox_link {
vertical-align: middle;
width: 20px;
padding: 0px 8px !important;
position: relative;
}
#inbox_link img {
background-image: url('http://i.imgur.com/fhmZWad.png');
}
img, .input_check, .input_radio {
vertical-align: middle;
}
#avatar img {
height: 30px;
margin: 6px -6px 0;
padding: 0;
position: relative;
vertical-align: top;
width: auto;
}
#mainContent {
background: #fff;
padding: 7px;
position: relative;
}
#branding {
padding-bottom: 2px;
}
.cpe #primary_nav, .cpe .maintitle, .cpe #community_app_menu > li.active > a, .cpe .col_c_icon img[src*='f_'], .cpe .f_icon, .cpe .topic_buttons li a, .cpe .pagination .pages li.active, .cpe #primary_extra_menucontent, .cpe #more_apps_menucontent, .cpe .post_block h3, .cpe .mini_pagination a, .cpe .user_controls li a, .cpe #vnc_filter_popup_close, .cpe #search .submit_input, .cpe .col_f_icon img, .cpe .ipsBadge_green, body.cpe #logo, .cpe #themeToggle, .cpe #primary_extra_menucontent, .cpe #more_apps_menucontent, .cpe .submenu_container {
background-color: #e04547;
}
#primary_nav {
max-width: 70%;
}
#themeToggle, #primary_nav {
background-color: #e04547;
height: 110px;
float: right;
font-weight: bold;
margin-left: 7px;
-webkit-box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
}
#logo a.textLogo {
color: #fff;
height: 110px;
line-height: 110px;
padding-left: 50px;
font-weight: 300;
font-size: 48px;
font-family: "Open Sans",Arial,sans-serif;
display: block;
text-decoration: none;
}
#logo:hover{opacity:0.9}
#logo {
background: #e04547;
-webkit-box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
height: 110px;
overflow: hidden;
}
#community_app_menu>li:first-of-type {
border: 0;
}
#community_app_menu>li {
margin: 0 0 0 0;
position: relative;
border-left: 1px solid rgba(0,0,0,0.25);
}
.left {
float: left;
}
#community_app_menu>li#nav_home>a:before {
background-image: url("http://i.imgur.com/vLb6faU.png");
}
#community_app_menu>li>a {
color: #fff;
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/subway/trans10.png") repeat;
background: rgba(0,0,0,0.1);
text-align: center;
height: 40px;
padding-top: 70px;
width: 110px;
display: block;
outline: none;
line-height: 30px;
position: relative;
}
#community_app_menu>li {
margin: 0 0 0 0;
position: relative;
border-left: 1px solid rgba(0,0,0,0.25);
}
#community_app_menu>li.active>a {
color: #fff;
position: relative;
-webkit-box-shadow: inset rgba(0,0,0,0.25) 0px 1px 0px 0px, inset rgba(0,0,0,0.25) 0px -1px 0px 0px;
-moz-box-shadow: inset rgba(0,0,0,0.25) 0px 1px 0px 0px, inset rgba(0,0,0,0.25) 0px -1px 0px 0px;
box-shadow: inset rgba(0,0,0,0.25) 0px 1px 0px 0px, inset rgba(0,0,0,0.25) 0px -1px 0px 0px;
}
#community_app_menu>li#nav_app_forums>a:before {
background-image: url("http://i.imgur.com/HRIONtH.png");
}
#community_app_menu>li#nav_app_members>a:before {
background-image: url("http://i.imgur.com/4gtezxA.png");
}
#community_app_menu>li#nav_app_calendar>a:before {
background-image: url("http://i.imgur.com/xssGgKv.png");
}
#themeToggle span:before, #community_app_menu>li>a:before {
content: "";
display: block;
height: 60px;
overflow: hidden;
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/subway/nav_content.png") no-repeat 50% 50%;
position: absolute;
top: 10px;
width: 100%;
}
#community_app_menu>li#nav_app_downloads>a:before {
background-image: url("http://i.imgur.com/Tch3RH4.png");
}
#community_app_menu>li#nav_app_blog>a:before {
background-image: url("http://i.imgur.com/vJ45leh.png");
}
#community_app_menu>li#nav_app_nexus>a:before {
background-image: url("http://i.imgur.com/h1Ha1WD.png");
}
#socialLinks {
float: right;
list-style: none;
}
body.cpe, #themeEditor #editPattern span, .cpe #socialLinks li, .cpe #secondary_navigation, .cpe ul.post_controls a:hover, .cpe .answerBadgeInPost, .cpe .ipsLikeButton.ipsLikeButton_enabled, .input_submit, .cpe .ipsTag {
background-color: #55728b;
}
#socialLinks li {
margin-left: 7px;
float: left;
-webkit-box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
background: #55728b;
}
#socialLinks img {
vertical-align: top;
margin-top: 5px;
}
#socialLinks a:hover {
background: url("http://www.ipbforumskins.com/skindemo/public/style_images/subway/transw10.png") repeat;
background: rgba(255,255,255,0.1);
}
#socialLinks a {
display: block;
width: 41px;
height: 41px;
text-align: center;
overflow: hidden;
}
#secondary_navigation {
background: #55728b;
color: #fff;
overflow: hidden;
line-height: 41px;
margin-bottom: 7px;
font-size: 11px;
-webkit-box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
-moz-box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
box-shadow: inset rgba(0,0,0,0.25) 0px 0px 0px 1px;
}
#secondary_links {
overflow: hidden;
padding-right: 4px;
}
#secondary_links li {
float: left;
margin: 0;
}
#secondary_links a {
padding: 0 12px;
display: block;
}
#secondary_navigation a {
color: #fff;
line-height: 41px;
height: 41px;
}
#secondary_links img {
vertical-align: top;
position: relative;
margin: 13px -4px 0 -4px;
}
#secondary_links a#quickNavLaunch img {
opacity: 1;
}
#secondary_links a#quickNavLaunch:hover img {
opacity: 0.8;
}
Re: Problem in my forum with Legend, Point etc
I think your skin is causing the legend to not be displayed.
Re: Problem in my forum with Legend, Point etc
So what should i do now ? Change the skin or ? o_O
I've been checking for skins and none of them showing legends bb2/3 showing it. But I'm afraid to change the version lol
I've been checking for skins and none of them showing legends bb2/3 showing it. But I'm afraid to change the version lol
Re: Problem in my forum with Legend, Point etc
A very strange problem indeed. So is this problem solved then?
Re: Problem in my forum with Legend, Point etc
Base wrote:A very strange problem indeed. So is this problem solved then?
Yeah lol just changed the version and it's all fine now
Similar topics
» Legend Problem
» How to remove forum legend ?
» I need help changing the 'Legend' on my forum.
» Forum Point Shop
» Need help resting forum to save point
» How to remove forum legend ?
» I need help changing the 'Legend' on my forum.
» Forum Point Shop
» Need help resting forum to save point
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum