Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None

[ View the whole list ]


Most users ever online was 246 on Tue 31 Jan - 2:47
Statistics
We have 150 registered users
The newest registered user is Luxic

Our users have posted a total of 2050 messages in 200 subjects
Latest topics
» A small share
by Flora Today at 21:03

» Edit the 404 page on Forumotion
by LGforum Today at 15:29

» How to Change The Homepage?
by LGforum Today at 15:28

» Counter for my notices box
by Niko Today at 15:03

» 21. Show Recent Topics Preview In Accordion
by ReBoRN Yesterday at 19:08

How can i edit the chatbox title to something else

Page 1 of 2 1, 2  Next

View previous topic View next topic Go down

How can i edit the chatbox title to something else

Post by Mr BadHaxers2 on Mon 16 Jan - 21:15

ok i was wondering how can i edit the chatbox title to my own thing please help me

Forum Version: PunBB

Mr BadHaxers2

Status Status: Happy
Forum Version: PunBB
Posts: 9
Join date: 2012-01-16
Age: 13
Location: Modesto

View user profile

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by LGforum on Mon 16 Jan - 21:26

Are you an LG Chat user?

LGforum


Forum Version: Phpbb3
Posts: 729
Join date: 2011-10-05
Location: UK

View user profile http://www.avacweb.com

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by Mr BadHaxers2 on Mon 16 Jan - 21:40

Wut u mean

Mr BadHaxers2

Status Status: Happy
Forum Version: PunBB
Posts: 9
Join date: 2012-01-16
Age: 13
Location: Modesto

View user profile

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by LGforum on Mon 16 Jan - 22:32

Do you use LG Chat chatbox?
Because if so, I will be providing an option to change the title at some point.

If not: http://www.avacweb.com/t91-14-lgchat-version-4

LGforum


Forum Version: Phpbb3
Posts: 729
Join date: 2011-10-05
Location: UK

View user profile http://www.avacweb.com

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by Mr BadHaxers2 on Tue 17 Jan - 1:05

i do used that but i used the default one

Mr BadHaxers2

Status Status: Happy
Forum Version: PunBB
Posts: 9
Join date: 2012-01-16
Age: 13
Location: Modesto

View user profile

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by LGforum on Tue 17 Jan - 1:14

Does that mean you use it or you don't? lol. That confused me.

LGforum


Forum Version: Phpbb3
Posts: 729
Join date: 2011-10-05
Location: UK

View user profile http://www.avacweb.com

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by Mr BadHaxers2 on Tue 17 Jan - 1:17

i Do But i just want the css code for the default chatbox title

Mr BadHaxers2

Status Status: Happy
Forum Version: PunBB
Posts: 9
Join date: 2012-01-16
Age: 13
Location: Modesto

View user profile

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by LGforum on Tue 17 Jan - 1:38

This CSS can change the chat title on the default chatbox:

Code:

h2.chatbox-title:after { content: "New Title"; }
a.chat-title { display: none; }

LGforum


Forum Version: Phpbb3
Posts: 729
Join date: 2011-10-05
Location: UK

View user profile http://www.avacweb.com

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by Mr BadHaxers2 on Tue 17 Jan - 1:51

ok thanks

Mr BadHaxers2

Status Status: Happy
Forum Version: PunBB
Posts: 9
Join date: 2012-01-16
Age: 13
Location: Modesto

View user profile

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by LGforum on Mon 23 Jan - 14:48

Moved this to the CSS section, as I think it shows a great usage of the CSS :after selector.

LGforum


Forum Version: Phpbb3
Posts: 729
Join date: 2011-10-05
Location: UK

View user profile http://www.avacweb.com

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by Mr BadHaxers2 on Tue 24 Jan - 0:19

ok

Mr BadHaxers2

Status Status: Happy
Forum Version: PunBB
Posts: 9
Join date: 2012-01-16
Age: 13
Location: Modesto

View user profile

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by Leo on Thu 10 May - 1:43

I'm using PHPBB2 is there some way this code can work for me? I just tried it and it doesn't work for me :\

Leo

Posts: 6
Join date: 2012-05-10

View user profile

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by LGforum on Thu 10 May - 3:22

Hi welcome to the forum.

I'm sure there likely is a way. I haven't looked at the PHPBB2 chat though because I despise phpbb2 Razz

If you post your forum URL I might be able to try.

LGforum


Forum Version: Phpbb3
Posts: 729
Join date: 2011-10-05
Location: UK

View user profile http://www.avacweb.com

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by Leo on Thu 10 May - 3:36

LGforum wrote:Hi welcome to the forum.

I'm sure there likely is a way. I haven't looked at the PHPBB2 chat though because I despise phpbb2 Razz

If you post your forum URL I might be able to try.


How come you despise phpbb2? I thought it's supposed to be 100% customizable?
And here's my forum : http://spacebound.forumotion.com/

Also, how did you make it so when I want to reply or quote a message, the page doesn't auto refresh or when I send a new message? Is that a code? It'll be a real nifty feature for my forum.

Leo

Posts: 6
Join date: 2012-05-10

View user profile

Back to top Go down

Re: How can i edit the chatbox title to something else

Post by LGforum on Thu 10 May - 3:43

Leo wrote:How come you despise phpbb2? I thought it's supposed to be 100% customizable?

You never think to yourself that there's a reason phpbb3 was made? Razz
And phpbb4 is well in the making, heck even phpbb3 is old nowadays.

Leo wrote:
Also, how did you make it so when I want to reply or quote a message, the page doesn't auto refresh or when I send a new message? Is that a code? It'll be a real nifty feature for my forum.

That's the AvacWeb Editor, its the most advanced on Forumotion. It was exclusive to AvacWeb but recently its became available from me for a price, and a few have been sold. If your interested in getting it, then that's the way.

You'll find a lot of things on this forum don't take you to another page Wink

I thought I'd at least be able to see the chatbox title on your forum without being logged in but I was wrong, so would you be able to provide me with a test account via PM? Thanks.

LGforum


Forum Version: Phpbb3
Posts: 729
Join date: 2011-10-05
Location: UK

View user profile http://www.avacweb.com

Back to top Go down

Page 1 of 2 1, 2  Next

View previous topic View next topic Back to top


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