FlashChat - How To Get It Working In ICY


Goto page Previous  1, 2, 3, 4, 5  Next

Subject: Re: FlashChat - How To Get It Working In ICY
Well, a change or two needs to be added regarding the Who Is Online section.

The formatting is all screwed up. The block code works perfectly though! :LOL:

Inactive User
Subject: Re: FlashChat - How To Get It Working In ICY
Ok mate, you owe me! :mricy:

Try this, but I don't know how it's going to wrap or what it's going to do. :(

And because there are two different applications for this modification - It needs two files.

So consider it a Beta-Test! :P

Copy the file in the .zip to /chat

Then apply the code here.

Code: [Download] [Hide] [Select]
Open:

index_body.tpl

Find:
{USERS_TODAY_LIST}<br />

After Add:

<iframe height="12" frameborder="0" src="chat/info_embedded_wol.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe>


Should get what's in the pic - But as I said - I don't know if it's going to behave or not. :roll:



Re:
Chaotic wrote: 
I was trying to install FlashChat_v508.


I initially installed v508 and that's what I'm using?


info_embedded_wol.zip
Description:  
Download
Filename: info_embedded_wol.zip
Filesize: 1.95 KB
Downloaded: 160 Time(s)

Subject: Re: FlashChat - How To Get It Working In ICY
Hey Loopy :) ,

I uploaded the file and made the code addition and it worked! Last night we had about 12 people in our chat room so I should be able to see if this thing wraps or not later on. I'll report back on that one!

I was reading on the Tufat forums about the latest version of FlashChat, v_508, and saw so many posts/threads of people that were pissed off at how buggy the script was. I'm glad I'm not using it, but it did have some nice modules that came with it. (MP3 player, audio/video, ads, radio, etc.)

Thanks again for the help mate! :LOL:

wio

Inactive User
Subject: Re: FlashChat - How To Get It Working In ICY
I thought that there were a lot of stupid questions there. Much like here! ;)

Buggy? Don't know! But bridging seems to be the main issue, and one can't blame the devs for not keeping up with all the changes to other software, when trying to focus on making their own product a lot better. :P

Anyway, I anxiously await your feedback. :mricy:

Subject: Re: FlashChat - How To Get It Working In ICY
I have just installed Flash Chat and your above update however I have a few problems...

the above attachment works but displays the text in black how do I change it to white (yes I know it's a newbie question but I am pulling ny hair out trying to sort it)

and the other problem is now that I have installed Flash Chat I get the below error at the top of some pages ie if I click on the search link or the new link:-

Spoiler: [ Show ]


also my Shoutbox has stopped working a similar error message:-

Spoiler: [ Show ]



please help before I go insane ahhhhhhhhhhhhhhhhhhhhh

oh by the way I am running IP 1.2.0.27c and flash chat 5010
flash chat works great, it's just screwed up my site

any help would be fantastic

Inactive User
Subject: Re: FlashChat - How To Get It Working In ICY
It appears that you have corrupted some files you have edited. Try using a different editor and put the cursor just before the <?php and backspace it three times. Sounds stupid - It's not - and then make sure you save the files as "Save As" txt file and not just "save". ;)

And also make sure you are uploading the files in Binary Mode. 8)

Subject: Re: FlashChat - How To Get It Working In ICY
:D :D :D
that worked a treat thank you, however I still have the issue with the above patch as the text "( 0 users in 1 room )" is black and can hardly be read I could do with changing it to white, I managed to change the "Flash Chat:" text to white but am really struggling with the "( 0 users in 1 room )" text........

once again many thanks

Inactive User
Subject: Re: FlashChat - How To Get It Working In ICY
This is the script in the file and I don't have it installed, so you will have to play. ;)

Code: [Download] [Hide] [Select]
<td class=row1"><strong>Flash Chat:</strong></td>
<td class=normal>( <?php echo $usernumb ?> user<?php if ($usernumb != 1) echo "s" ?> in <?php echo $roomnumb ?> room<?php if ($roomnumb != 1) echo "s"; ?> )</td>
<td id="roomList">
<?php if($roomnumb) { ?>
<?php foreach($rooms as $room) { ?>
<td>&diams; <strong><a href="#" onclick="javascript:toggleUserList('room_<?php echo $room['id']?>')"><?php echo $room['name']?> (<?php echo numusers($room['id']) ?>)</a></strong>


td class=row1"

td class=normal
I think "Normal" is the one you either need to change to match something already in the style_*.css or just add <style="font-color: nipple-pink;"> LOL!

<td>&diams; <strong><a href - - - - -
You can change this to <td class="Whatever etc">&diams; <strong><a href

Subject: Re: FlashChat - How To Get It Working In ICY
could you explain in more detail as i have no idea where or what to look for in the style_*.css file, I have just spent hours trying to sort this out, I finally made these changes to your above script

Spoiler: [ Show ]


and these changes:-

Spoiler: [ Show ]


but with no joy, the Flash Chat text is white but the other text ("( 1 user in 1 room ) ♦ (Room Name) (1) n1cks21") stays black (apart from the Room Name which is a blue color)

sorry about this but it's driving me nuts !!!!!!!!!!!!!!!!!!!

Inactive User
Subject: Re: FlashChat - How To Get It Working In ICY
Shouldn't use digits in the .css ;)

Try this etc:

.style_a {
color: #FFFFFF;
font-weight: bold;
}


Spoiler: [ Show ]

Subject: Re: FlashChat - How To Get It Working In ICY
still no joy, I get the same result as before ("the Flash Chat text is white but the other text ("( 1 user in 1 room ) ♦ (Room Name) (1) n1cks21") stays black (apart from the Room Name which is a blue color)")

but I am not convinced I am putting the :-

.style_a {
color: #FFFFFF;
font-weight: bold;
}

code in the right place, I am putting it here :-

info_embedded_wol

Spoiler: [ Show ]


aaaaaahhhhhhhhhhhhhhhhhhhhhhhhhh

Inactive User
Subject: Re: FlashChat - How To Get It Working In ICY
It appears that the style needs to be echoed along with the var calling the names etc.

You could ask darkone if he his going to run with this MOD to both fix it, and possibly upgrade it for the next version of IP.

If he says no, then I'll have a look at fixing it so that it is compatible with IP .css and the next version of IP. ;)

Subject: Re: FlashChat - How To Get It Working In ICY
Thanks, I have just sent a PM to darkone, but it doesnt look like he has been active since last week so I might have to wait for a while before I get an answer.

Subject: Re: FlashChat - How To Get It Working In ICY
Lopalong wrote: [View Post]
It appears that the style needs to be echoed along with the var calling the names etc.

You could ask darkone if he his going to run with this MOD to both fix it, and possibly upgrade it for the next version of IP.

If he says no, then I'll have a look at fixing it so that it is compatible with IP .css and the next version of IP. ;)


is there anything else I can try while I wait to hear back from darkone ????

Subject: Re: FlashChat - How To Get It Working In ICY
n1cks21 wrote: [View Post]
Lopalong wrote: [View Post]
It appears that the style needs to be echoed along with the var calling the names etc.

You could ask darkone if he his going to run with this MOD to both fix it, and possibly upgrade it for the next version of IP.

If he says no, then I'll have a look at fixing it so that it is compatible with IP .css and the next version of IP. ;)


is there anything else I can try while I wait to hear back from darkone ????


still heard nothing back for the darkone, I just want to bump this up as it is really causing me a headache ahhhhhhhhhhhhhh

Goto page Previous  1, 2, 3, 4, 5  Next

Page 4 of 5


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0982s (PHP: 21% SQL: 79%)
SQL queries: 12 - Debug Off - GZIP Enabled