Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 4 of 5
Goto page Previous  1, 2, 3, 4, 5  Next
 
Reply with quote Download Post 
Post 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!
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: FlashChat - How To Get It Working In ICY 
 
Ok mate, you owe me!  

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!

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.    



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: 159 Time(s)

 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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!

 wio
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.

Anyway, I anxiously await your feedback.  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: FlashChat - How To Get It Working In ICY 
 
    
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
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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 !!!!!!!!!!!!!!!!!!!
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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 ]

 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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 ????
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 4 of 5
Goto page Previous  1, 2, 3, 4, 5  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron