Home Support
Migration

We will be discontinuing our 3.x series service on the 1st of June 2013.

Please, proceed to our new temporary website at bc.blastchat.com to download our new BlastChat 4.0 client and subscribe to our service.

Welcome, Guest
Please Login or Register.    Lost Password?
Forum is locked
To enter room XX you must become a member of XX Forum is locked
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: To enter room XX you must become a member of XX
#3490
BlastChatSupport
Admin
Posts: 2563
graph
User Offline Click here to see the profile of this user
BlastChat
Re:To enter room XX you must become a member of XX 5 Years, 3 Months ago Karma: 70
 
The topic has been locked.
#3483
malikkal
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:To enter room XX you must become a member of XX 5 Years, 3 Months ago Karma: 0
Hello,

Finally this works, Many thanks. But only when I open blastchat for the second time after logon, the first time it still asks for a nick name.

./Siva
 
The topic has been locked.
#3479
BlastChatSupport
Admin
Posts: 2563
graph
User Offline Click here to see the profile of this user
BlastChat
Re:To enter room XX you must become a member of XX 5 Years, 3 Months ago Karma: 70
You have to set website configuration to hungarian to make chat interface hungarian (and hungarian translation might not be complete).

Room configuration language setting is only what lanaguage is spoken in the room, not chat interface.
 
The topic has been locked.
#3478
lfulop
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:To enter room XX you must become a member of XX 5 Years, 3 Months ago Karma: 0
Sorry guys, to not answer so long... I had other things to do.
This last thing is working!
One thing that i set the language hungarian, but everything is english in the web... But i try to fix that or pen an other topic for that

Anyway these few words maybe i could translate just tel me where to put the files... ok later (:
THX VERY MUCH!!!
 
The topic has been locked.
#3477
BlastChatSupport
Admin
Posts: 2563
graph
User Offline Click here to see the profile of this user
BlastChat
Re:To enter room XX you must become a member of XX 5 Years, 3 Months ago Karma: 70
even better:

Code:

if (!$database) {
//for full 1.5 installation, else is 1.5 legacy mode
$database =& JFactory::getDBO();
}
$session =& JFactory::getSession();
$myss =& JTable::getInstance( 'session', 'JTable' );
$myss->load($session->getId());

 
The topic has been locked.
#3476
dragontje124
Moderator
Posts: 119
graphgraph
User Offline Click here to see the profile of this user
Gender: Male rik_dragon[at]hotmail[dot]com Location: Netherlands Birthday: 05/26
Re:To enter room XX you must become a member of XX 5 Years, 3 Months ago Karma: 6
arrgg upload doesn't work!

replace $myss = $mainframe->_session
with
Code:

$session =& JFactory::getSession();
$myss =& JTable::getInstance( 'session', 'JTable' );
$myss->load($session->getId());

 
Last Edit: 2008/01/26 12:56 By dragontje124.
The topic has been locked.
Go to topPage: 12345