What file are we suppose to edit for this mod?
101 2005-05-06 11:53
Re: sticky/close with another color ? (3 replies, posted in PunBB 1.2 discussion)
102 2005-05-04 22:13
Re: Profile Changes... (Jabber) (2 replies, posted in PunBB 1.2 discussion)
Connorhd,
Thank you so much. By changing it in the language file it changed it in the profile.php. See below.
// Profile display stuff
'Not activated' => 'This user hasn\'t activated his/her account yet. The account is activated when he/she logs in the first time.',
'Unknown' => '(Unknown)', // This is displayed when a user hasn't filled out profile field (e.g. Location)
'Private' => '(Private)', // This is displayed when a user does not want to receive e-mails
'No avatar' => '(No avatar)',
'Show posts' => 'Show all posts',
'Realname' => 'Real name',
'Location' => 'Location',
'Website' => 'Website',
'Jabber' => 'Paltalk',
'ICQ' => 'ICQ',
'MSN' => 'MSN Messenger',
'AOL IM' => 'AOL IM',
'Yahoo' => 'Yahoo! Messenger',
'Avatar' => 'Avatar',
'Signature' => 'Signature',
103 2005-05-04 16:19
Topic: Profile Changes... (Jabber) (2 replies, posted in PunBB 1.2 discussion)
PunBB,
In the profile you can add messenger services. I wanted to replace Jabber with Paltalk on my board. What steps do I go through to do this? Thanks in advance for your help.