![]() |
p0s3id0n,
Can I force the reduced mode? I thought of this to (1) save bandwidth and (2) merge the chatbox into my welcome panel. Merci. |
Never mind... I just realized that in reduced mode users can't chat at all... I'll figure out how to customize the big box. Sorry.
|
for the first one, i just anwsered :
Quote:
and to have the chatbox reduced by default, the simplest way would be to execute the following query : Code:
ALTER TABLE user CHANGE chatbox chatbox TINYINT( 4 ) DEFAULT '0' NOT NULL chatbox execute also the folowing query : Code:
UPDATE user SET chatbox = 0 ~~edit~~ you're welcolme ;) |
Would new members get the reduced chatbox by default as well...?
|
p0s3id0n,
It seems like the iframe doesn't like to be inserted into a table... When I tried to put $chatbox inside one of my welcome panel's tables it just got all over the other stuff... Any hints...? Thanks. |
Made it work... just removed the <center> tags... I promise I'll try stuff first and ask questions later from now on...
|
yes with the query i gave you, new members will have the
reduced chatbox by default... As for the chatbox all wrong inside a table.... it must depend on your table's parameters : width, height, nowrap, rows, cells....... ~~edit~~ nice to read it works ;)... |
Oh, it's a major add-on to my forum, members have been asking for it. Congrats for the great work. :cool:
|
p0s3id0n,
If you want to check out the final result, take a look here. Very nice. Is it possible to make the reduced version diplay the last 3 posts instead of just the very last one? Thanks, |
Quote:
|
All times are GMT. The time now is 04:30 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|