Topic: OLD TOPIC TO DELETE
OLD TOPIC TO DELETE
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → OLD TOPIC TO DELETE
OLD TOPIC TO DELETE
so is this that little announcement box you have on all your pages??
I think its the box titled "Le parloir" on the main page.
nice I need to put that on my forum
So Cuteeee
I tried to apply the chatbox on my forum (1.1.5) but it didn't worked
I think its the box titled "Le parloir" on the main page.
Yes it is
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
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?
<div align="center">*content*</div>
simple
ok thx the thing is i found where to put it but i dont know where to close it
<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.
oh sorry i forgot to post back i figured it out afterward thx anyway shinko
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
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;
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
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?
What should be changed in order to make the Chatbox work in 1.1.5?
Is there a way where you can allow guest to post in it and have their name as their IP?
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.
Where I can download the latest version?
I installed this today, it's proving very popular
could this mod be added into the sidebar of my portal?
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → OLD TOPIC TO DELETE
Powered by PunBB, supported by Informer Technologies, Inc.