Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    Modifications    Mod Requests and Support  ›  Integrated Chat Support Moderators: 10 Series Support Team
Users Browsing Forum
MSN Bot and 1 Guests

Integrated Chat Support  This thread currently has 3,214 views. Print
3 Pages « 1 2 3 Recommend Thread
rfrog
November 26, 2005, 1:58am Report to Moderator Report to Moderator
E-Blah Member
Posts: 8
Posts Per Day: 0.01
Time Online: 1 hours 41 minutes
Modify File: ./Code/BoardIndex.pl  (1 actions)
Source Code:
<table cellpadding="1" cellspacing="1" width="100%" class="border">

After:
<tr>
<td class="titlebg" align="left">
<iframe src="/cgi-chat/chat.pl" width="100%" height="30" marginwidth=0 marginheight=0 hspace=0 frameborder=0 scrolling=no name="chat" align="texttop">
</iframe></td></tr>

--» Code not found in source ...

Logged Offline
Private Message Private message Reply: 30 - 33
Martin
November 26, 2005, 3:11am Report to Moderator Report to Moderator

I love E-Blah
10 Series Support Team
Posts: 4,558
Gender: Male
Posts Per Day: 3.13
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 25 minutes
Location: UK
Age: 50
Open your BoardIndex.pl and look for:

Code
CoreLoad('BoardIndex',1);

sub LoadIndex {
if($URL{'a'} eq 'tog') { Tog(); }
my($moderate,$postsandtops);
$gdisable = 1;
$title = $mbname;
header();
foreach (@catbase) {
($nme,$id) = split(/\|/,$_);
if($id eq $URL{'c'}) { $catid = $id; $catname = $nme; last; }
}
if($URL{'c'} ne '') { $dirlist = qq~<a href="$surl">$mbname</a> &nbsp;<b>&#155; &nbsp;$catname</b>~; }
else { $dirlist = "<b>$mbname</b>"; }

$ebout .= <<"EOT"
<table cellpadding="1" cellspacing="1" width="100%" class="border">


This code is at the top of the file and it is the bottom line that the mod is looking for, if it it not the same as this (and it should be) then change it and reupload BoardIndex.pl to your server



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 31 - 33
RustyTJ
November 26, 2005, 4:18am Report to Moderator Report to Moderator

E-Blah Member
Posts: 69
Posts Per Day: 0.06
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 1 days 7 hours 50 minutes
It was there My forums is realy messed up Craig is looking at it now it all started with a bad 9.4 upgrade....
Logged Offline
Private Message Private message Reply: 32 - 33
bknight96
April 2, 2006, 7:22pm Report to Moderator Report to Moderator

E-Blah Member
Posts: 1
Posts Per Day: 0.00
Reputation: Not Available%
Time Online: 5 hours 22 minutes
I have the lastest version of E-Blah and tried the integrated chat..and all I get is access denied and I can't find what I'm suppose to change to make it work. I'll keep trying but am having a hard time stumbling around in the dark.
Well I've got it so that it show the message you must register to basically enter chat..but even signed in, that same window still stays there. Help needed -thanks bk

http://www.bknight.org/cgi-bin/forum/Blah.pl?

Revision History (1 edits)
bknight96  -  April 3, 2006, 12:13am
update
Logged Offline
Private Message Private message AIM AIM Windows Live Messenger WLM Reply: 33 - 33
3 Pages « 1 2 3 Recommend Thread
Print

E-Blah Community    Modifications    Mod Requests and Support  ›  Integrated Chat Support