The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Cant get any css coding to work

2 posters

Go down

Cant get any css coding to work  Empty Cant get any css coding to work

Post by mdoyle Wed 7 Sep - 1:21

my site is www.kaoscustoms.org
i have tried adding coding from here https://help.forumotion.com/t55167-css-codes-for-customizing-phpbb3-forums
such as the chat title . saved does nothing. tried re-syncing my board nothing. I am at a loss why none of the codes i try work. i also tried one from another topic that puts a background behind the lower legend the one that says
new post no new post forum locked.

i just dont get it. im using coding that says its for my board style. any insight?
avatar
mdoyle
Forumember

Male Posts : 68
Reputation : 0
Language : nyc

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by !_NICK_! Wed 7 Sep - 1:28

Is it activated?
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by mdoyle Wed 7 Sep - 1:38

! NICK ! wrote:Is it activated?

you mean at the bottom right i have
click to deactivate set to no
i tired
optomise your css in both yes and no..
i pasted this below and it doesnt remove anything. its suppose to remove "CSS to hide the Last visit was Thursday, July 16, 2009 - 13:56, new messages, posts, messages that did not answer, Mark all forums read:"

does nothing. same as custom chat label. still says chatbox
Code:

    .linklist {
    display:none !important;}

    .right, .rightside {
    display:none !important;}

    dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span,

    dd.moderation span {display:none !important;}
avatar
mdoyle
Forumember

Male Posts : 68
Reputation : 0
Language : nyc

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by !_NICK_! Wed 7 Sep - 1:39

What is your browser?
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by mdoyle Wed 7 Sep - 1:40

! NICK ! wrote:What is your browser?
firefox same as most my members use. 6.0.1 to be exact
avatar
mdoyle
Forumember

Male Posts : 68
Reputation : 0
Language : nyc

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by !_NICK_! Wed 7 Sep - 1:44

Well, to be honest that don't seem to be a code. What are you trying to do with your CSS?
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by mdoyle Wed 7 Sep - 1:48

! NICK ! wrote:Well, to be honest that don't seem to be a code. What are you trying to do with your CSS?
i got that right out of tips & tricks lol
basically there is a few things i am trying to accomplish

1. i wanna remove the
Your last visit was on Tue 6 Sep 2011 - 19:39
Current date/time is Tue 6 Sep 2011 - 19:42

2. i wanted to change the name from "Chatbox" to "Kaos customs Social ChatBox"

3 i wanted to place a image behind the legend at bottom . the one that says n
New posts No new posts Forum is locked

4. i know this wont happen unless i find someone good at scripts. but i wanted to make it so when users sign in they automatically get logged into chat. i have a friend i was waiting on to try to help me on this particular one. but the other stuff i would like to do myself.
avatar
mdoyle
Forumember

Male Posts : 68
Reputation : 0
Language : nyc

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by !_NICK_! Wed 7 Sep - 1:56

1. Administration Panel --> Display --> Templates --> General --> index_box.

Now find and remove this.
Code:
<!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->

2. I honestly don't think this is possible.

3. Please be a little more specific on this.

4. Even if people say they've done this they've not. There is no way they could because it would just cause more errors.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by mdoyle Wed 7 Sep - 2:06

! NICK ! wrote:1. Administration Panel --> Display --> Templates --> General --> index_box.

Now find and remove this.
Code:
<!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}

         {CURRENT_TIME}

         </span>
         <!-- END switch_user_logged_in -->

2. I honestly don't think this is possible.

3. Please be a little more specific on this.

4. Even if people say they've done this they've not. There is no way they could because it would just cause more errors.

1 worked i guess ill look through there. i saved untouched code to word

for the 3rd i mean here.i seen a post to place a clear image with a nice boarder there behind that. Cant get any css coding to work  Untitled-6


Last edited by mdoyle on Wed 7 Sep - 2:10; edited 1 time in total
avatar
mdoyle
Forumember

Male Posts : 68
Reputation : 0
Language : nyc

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by !_NICK_! Wed 7 Sep - 2:08

1. It's there. It's at the very top. You don't even have to scroll down.

3. Please look here.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by mdoyle Wed 7 Sep - 2:11

! NICK ! wrote:1. It's there. It's at the very top. You don't even have to scroll down.

3. Please look here.
yes thats the post i did nothing lol
avatar
mdoyle
Forumember

Male Posts : 68
Reputation : 0
Language : nyc

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by !_NICK_! Wed 7 Sep - 2:17

Is it solved?
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by mdoyle Wed 7 Sep - 2:21

! NICK ! wrote:Is it solved?
to remove the last time visited.
the link to the forum box code
ul#picture_legend {
background-position: center;
background-repeat: no-repeat;
background-image: url('https://2img.net/h/oi34.tinypic.com/b80g87.png');
text-align: center;
padding: 24px 0;}

when added to css does nothing.
avatar
mdoyle
Forumember

Male Posts : 68
Reputation : 0
Language : nyc

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by !_NICK_! Wed 7 Sep - 2:28

I it's an invalid code.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by mdoyle Wed 7 Sep - 3:35

! NICK ! wrote:I it's an invalid code.
But that's the code posted in that topic Crying or Very sad o.to use.
avatar
mdoyle
Forumember

Male Posts : 68
Reputation : 0
Language : nyc

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by !_NICK_! Wed 7 Sep - 4:06

Well, it don't work for me either. Sorry.

Is this now solved?
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by mdoyle Wed 7 Sep - 4:14

! NICK ! wrote:Well, it don't work for me either. Sorry.

Is this now solved?
.
I kinda wanna see what Mario says about that code.
avatar
mdoyle
Forumember

Male Posts : 68
Reputation : 0
Language : nyc

Back to top Go down

Cant get any css coding to work  Empty Re: Cant get any css coding to work

Post by !_NICK_! Wed 7 Sep - 4:25

Sure. PM him now.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum