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  ›  BoardIndex.pl/Portal.pl don't change Moderators: 10 Series Support Team
Users Browsing Forum
No Members and 2 Guests

BoardIndex.pl/Portal.pl don't change  This thread currently has 644 views. Print
1 Pages 1 Recommend Thread
drfragment
October 11, 2006, 6:03am Report to Moderator Report to Moderator
E-Blah Member
Posts: 64
Posts Per Day: 0.08
Time Online: 20 hours 57 minutes
Hi.

I installed a PHPShout mod. But the problem is that the files BoardIndex.pl/Portal.pl  
are the same after install. The message says the mod has installed successfuly.
But the files that should be changed are the same.

So, I changed permissions of the two files to 666, but there's no difference. Why?
Logged Offline
Private Message Private message
Martin
October 11, 2006, 6:48am 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 26 minutes
Location: UK
Age: 50
You didn't upload in ASCII

You must set your upload mode to ASCII and not just Automatic



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 1 - 13
drfragment
October 11, 2006, 10:00am Report to Moderator Report to Moderator
E-Blah Member
Posts: 64
Posts Per Day: 0.08
Time Online: 20 hours 57 minutes
Okey, install works now, but the uninstall doesn't. Same problem. It says that it's successful, but it's the same.

edit: Darn, I haven't searched for previous posts: http://www.eblah.com/forum/m-1159508111/
The uninstall problem remains.

Revision History (1 edits)
drfragment  -  October 11, 2006, 10:18am
Logged Offline
Private Message Private message Reply: 2 - 13
Martin
October 11, 2006, 11:30am 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 26 minutes
Location: UK
Age: 50
Use the attached mod, I just installed and uninstalled it OK



This post contains attachments; to download them you must login.




Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 3 - 13
drfragment
October 11, 2006, 1:06pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 64
Posts Per Day: 0.08
Time Online: 20 hours 57 minutes
okey. I installs and uninstall ok.
Another problem: when I click to button to chat, it gives an error Object expected.
Paths right?
I've attached the settings file



This post contains attachments; to download them you must login.

Logged Offline
Private Message Private message Reply: 4 - 13
Martin
October 11, 2006, 1:33pm 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 26 minutes
Location: UK
Age: 50
Settings look OK for a standard server but you will need to change this line in chat.pl

Code
<script language="javascript" type="text/javascript" src="/chat/js-code.js"></script>

To:

Code
<script language="javascript" type="text/javascript" src="$chatURL/js-code.js"></script>


and you should be good to go.



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 5 - 13
drfragment
October 11, 2006, 1:38pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 64
Posts Per Day: 0.08
Time Online: 20 hours 57 minutes
okey, now it says that no guest are allowed. To all users.
Logged Offline
Private Message Private message Reply: 6 - 13
Martin
October 11, 2006, 1:57pm 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 26 minutes
Location: UK
Age: 50
That's because you changed the cookie prefix for your forum.

You need to do the same in chat-settings.pl as it uses the cookie to automatically login to the chat.



Martin's Reputation: Increase

Revision History (1 edits)
Martin  -  October 11, 2006, 2:44pm
Logged Offline
Site Site Private Message Private message Reply: 7 - 13
Martin
October 11, 2006, 2:23pm 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 26 minutes
Location: UK
Age: 50
Also change this line in chat-settings.pl

Code
$templatesu = "/home/f/fragment/public_html/blahdocs/template";


To:

Code
$templatesu = "/~fragment/blahdocs/template";


the css is not being applied to the chat window.



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 8 - 13
drfragment
October 11, 2006, 2:35pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 64
Posts Per Day: 0.08
Time Online: 20 hours 57 minutes
Thanks. It works now!

edit: Would it be hard to change the code to have another button "Refresh" and remove the automatic refreshing (on the main site, not the chat window)?
Logged Offline
Private Message Private message Reply: 9 - 13
Martin
October 11, 2006, 2:41pm 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 26 minutes
Location: UK
Age: 50
It is still not seeing the .css file, you need to do a few more changes.

You need the one above for starters and in chat.html you need to change:

Code
<script language="javascript" type="text/javascript" src="/chat/js-code.js"></script>

To:

Code
<script language="javascript" type="text/javascript" src="/~fragment/chat/js-code.js"></script>



And the automatic refresh is not refreshing the main forum, only the iframe that the Enter Live Chat button is in



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 10 - 13
drfragment
October 11, 2006, 3:01pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 64
Posts Per Day: 0.08
Time Online: 20 hours 57 minutes
Well actually, I have there:
Code
<script language="javascript" type="text/javascript" src="http://nic-nac-project.de/~fragment/chat/js-code.js"></script>
Logged Offline
Private Message Private message Reply: 11 - 13
Martin
October 11, 2006, 3:10pm 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 26 minutes
Location: UK
Age: 50
That should be ok



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 12 - 13
drfragment
October 11, 2006, 3:13pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 64
Posts Per Day: 0.08
Time Online: 20 hours 57 minutes
Now it works. I had the $templatesu variable set wrong  
Logged Offline
Private Message Private message Reply: 13 - 13
1 Pages 1 Recommend Thread
Print

E-Blah Community    Modifications    Mod Requests and Support  ›  BoardIndex.pl/Portal.pl don't change