1 (edited by pokemon_jojo 2016-09-16 13:33)

Topic: OLD TOPIC TO DELETE

OLD TOPIC TO DELETE

2

Re: OLD TOPIC TO DELETE

just so that english user understand racine = root

3

Re: OLD TOPIC TO DELETE

so is this that little announcement box you have on all your pages??

Re: OLD TOPIC TO DELETE

I think its the box titled "Le parloir" on the main page.

5

Re: OLD TOPIC TO DELETE

yes it is

6 (edited by shinko_metsuo 2005-04-01 22:24)

Re: OLD TOPIC TO DELETE

nice I need to put that on my forum smile

Re: OLD TOPIC TO DELETE

So Cuteeee

Re: OLD TOPIC TO DELETE

I tried to apply the chatbox on my forum (1.1.5) but it didn't worked sad

Re: OLD TOPIC TO DELETE

buzzkill wrote:

I think its the box titled "Le parloir" on the main page.

Yes it is wink

10 (edited by Ataxy 2005-03-21 01:45)

Re: OLD TOPIC TO DELETE

how can i lower the spacing in between the post in the chatbox
comment pourais je faire pour reduire l'espace entre les post de chaque utilisateur dans le chatbox

ah je voudrais le centrer si tu peut m'indiquer comment le centre au lieux qu'il soit de gauche a droite
how can i center it in the forum so that it does not go from left to right

Re: OLD TOPIC TO DELETE

<div align="center">*content*</div>

simple smile

12

Re: OLD TOPIC TO DELETE

This is cool, I've been wanting to add a chatbox on my index.php, but I'd like it only to be visible to logged in members.

Is there a quick and dirty way to present this in that fashion?

13

Re: OLD TOPIC TO DELETE

shinko_metsuo wrote:
<div align="center">*content*</div>

simple smile

ok thx the thing is i found where to put it but i dont know where to close it

Re: OLD TOPIC TO DELETE

<NOBR><strong>Message : </strong> <input type="text" name="message"  size="35" maxlength="255" /> <input type="submit" name="ajouter" value="Post" /> <a href="?refresh=1"><input type="button" value="Refresh" /></a></NOBR>
                </form>
        </td>
          </tr>

    </table>
  </div>

thats the end of the chat box so put </div> after that.

15

Re: OLD TOPIC TO DELETE

oh sorry i forgot to post back i figured it out afterward thx anyway shinko

16 (edited by Ataxy 2005-03-21 14:29)

Re: OLD TOPIC TO DELETE

sorry for those that speak english ill post this one in french for pokemon_jojo to understand my request

Hey pokemon_jojo je voulais savoir comment faire pour reduire ou tout simplement elliminer l'espace qu'il y a entre chaque message des membre sur mon forum donc l'interligne entre les message

exemple:
user1 today 1:11
blahblahblah
user2 today 1:13
duhduhduhduhduh
user3 today 1:14
lololololololololol

au lieux de:

user1 today 1:11
blahblahblah

user2 today 1:13
duhduhduhduhduh

user3 today 1:14
lololololololololol

ahh pk here goes in english i was asking pokemon_jojo how i can take off the space in between each message so i posted an example of what i want and the "instead of" example

Re: OLD TOPIC TO DELETE

Replace :

      $parloir = '<a href="profile.php?id='.$pun_user['id'].'"><strong>'.pun_htmlspecialchars($pun_user['username']).'</strong></a> - '.format_time(time())."\n".'<br />'."\n".parse_message($_POST['message'], $hide_smilies)."\n".'<br />'."\n".'<br />'."\n".$parloir;

by


      $parloir = '<a href="profile.php?id='.$pun_user['id'].'"><strong>'.pun_htmlspecialchars($pun_user['username']).'</strong></a> - '.format_time(time())."\n".'<br />'."\n".parse_message($_POST['message'], $hide_smilies)."\n".'<br />'."\n".$parloir;

18 (edited by Ataxy 2005-03-22 12:15)

Re: OLD TOPIC TO DELETE

thx if you want to have a look there is a link at the top of my forum to a mod of your chat room that uses sql its not finished yet but should be soon

19

Re: OLD TOPIC TO DELETE

I've installed this, and it's great.

One question:
When a user enters a comment the page is reloaded to the top of the page.
Any way to have only the chatbox itself reload?

20

Re: OLD TOPIC TO DELETE

What should be changed in order to make the Chatbox work in 1.1.5?

Re: OLD TOPIC TO DELETE

Is there a way where you can allow guest to post in it and have their name as their IP?

22

Re: OLD TOPIC TO DELETE

Edward wrote:

What should be changed in order to make the Chatbox work in 1.1.5?

probably nothing... It's just an addition to the index.

F.

23

Re: OLD TOPIC TO DELETE

Where I can download the latest version?

24 (edited by Endre 2005-07-20 09:39)

Re: OLD TOPIC TO DELETE

I installed this today, it's proving very popular smile

Re: OLD TOPIC TO DELETE

could this mod be added into the sidebar of my portal?