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.

change chatbox title phpbb3

5 posters

Go down

change chatbox title phpbb3 Empty change chatbox title phpbb3

Post by Phoenix_01 October 28th 2011, 1:52 pm

Hey,

Does anyone know how to change the chatbox title for phpbb3?

I found this tutorial in the search function regarding how to change the chatbox title, but it's for phpbb2 version: https://help.forumotion.com/t94614-change-chat-box-title?highlight=chatbox+title

so yeah, does anyone know how to do it in phpbb3? I would really appreciate your help. ^^
Phoenix_01
Phoenix_01
New Member

Female Posts : 23
Reputation : 0
Language : English

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by Stephen- October 28th 2011, 1:57 pm

Try this: Go to your ACP >> Display >> Colors >> CSS Stylesheet >> paste the following codes:

For Version phpbb3 and PunBB only

Code:
body.chatbox # chatbox_header. chatbox-title,
body.chatbox # chatbox_header. chatbox a.chat-title-title {
    color: color code! important;
}

just change the chatbox-title to your own title ... Wink
Stephen-
Stephen-
Hyperactive

Male Posts : 2542
Reputation : 326
Language :

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by Mike October 28th 2011, 2:12 pm

Rhen he's asking how to change the title and you showed him how to change the color.

Phoenix, there might be a way to do this by replacing the name in JavaScript. I however, don't know the code for this, but I believe it's possible
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by Stephen- October 28th 2011, 2:14 pm

Stephen-
Stephen-
Hyperactive

Male Posts : 2542
Reputation : 326
Language :

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by Mike October 28th 2011, 2:17 pm

It changes the color whereas I think the member wants to change the actual title
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by Phoenix_01 October 28th 2011, 2:54 pm

yeah sorry. i was asking if I could change the chatbox name for it..

I kind of already know the mechanics. Like, change the colour to transparent, then insert an image on it. However, I don't know how to put it in codes. XD
Phoenix_01
Phoenix_01
New Member

Female Posts : 23
Reputation : 0
Language : English

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by LGforum October 28th 2011, 4:59 pm

Code:

$(function() {
$('a.chat-title').text('New Title');
});

Something as simple as that should work.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by Phoenix_01 October 29th 2011, 2:35 am

that's to be put up in the css stylesheet right?

sorry, it didn't work.
Phoenix_01
Phoenix_01
New Member

Female Posts : 23
Reputation : 0
Language : English

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by LGforum October 29th 2011, 3:19 am

No to be put in javascript file.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by Raze October 29th 2011, 4:46 pm

LGforum wrote:No to be put in javascript file.
Do you have a JS code to change the name in PunBB to chatbox?
Because I tried that JS code and didn't work.
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by Phoenix_01 October 31st 2011, 1:16 am

I've tried putting it in the javascript management in the modules thing, but still didn't work. T.T
Phoenix_01
Phoenix_01
New Member

Female Posts : 23
Reputation : 0
Language : English

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by LGforum October 31st 2011, 1:25 am

The chatbox must be on your page somewhere. As in at the bottom or top.
Or if it is in an Iframe, give the iframe a name and access it through that.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

change chatbox title phpbb3 Empty Re: change chatbox title phpbb3

Post by Raze November 1st 2011, 9:28 pm

LGforum wrote:The chatbox must be on your page somewhere. As in at the bottom or top.
Or if it is in an Iframe, give the iframe a name and access it through that.
My chatbox is on my page and not a iframe and it doesnt change.
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Back to top

- Similar topics

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