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  ›  can't get snowfall to work Moderators: 10 Series Support Team
Users Browsing Forum
No Members and 1 Guests

can't get snowfall to work  This thread currently has 786 views. Print
1 Pages 1 Recommend Thread
rastoma
December 20, 2005, 1:45am Report to Moderator Report to Moderator
E-Blah Member
Posts: 32
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 7 hours 54 minutes
I have triple checked the Mods folder.. it's chmodded to 777

.js and .gif file was uploaded in binary.

the v2m file was ascii

paths are in the correct location.

i can click on test install or install and nothing happens.  i don't get an uninstall link afterwards.

i am running ver. 9.5

what else could be wrong?
Logged Offline
Private Message Private message
Martin
December 20, 2005, 2:11am Report to Moderator Report to Moderator

I love E-Blah
10 Series Support Team
Posts: 4,558
Gender: Male
Posts Per Day: 3.16
Reputation: 98.60%
Reputation Score: +211 / -3
Time Online: 35 days 19 hours 17 minutes
Location: UK
Age: 50
Do you actually see the code for the mod when you do a test install?

If you don't then it was not uploaded in ascii properly.

A site addy would be good, we could view the source code then.



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 1 - 4
Apollo
December 20, 2005, 9:40am Report to Moderator Report to Moderator

E-Blah Member
Posts: 207
Posts Per Day: 0.16
Time Online: 1 days 23 hours 12 minutes
Shouldn't be relevant for a standard E-Blah install, but just in case...

I sat for more puzzled hours than I should have, when the snow effect failed to appear on my own pages after I installed it, but the E-Blah snow was falling perfectly on the forum within a frame on the same page.

There was actually nothing wrong with the code, and the problem was cleared when I removed the html declaration line. If you have one, it will look something like:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

Any lines like this can be deleted safely, as they don't participate in rendering of the page.
Logged Offline
Site Site Private Message Private message Reply: 2 - 4
rastoma
December 21, 2005, 1:56am Report to Moderator Report to Moderator
E-Blah Member
Posts: 32
Posts Per Day: 0.03
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 7 hours 54 minutes
ok.. now i'm getting:

Modify File: ./Code/BoardIndex.pl  (1 actions)
Source Code:
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";

After:
<script type="text/javascript" language="javascript1.2"><!--
var imgSrc = '/home/onlytwo/public_html/blahdocs/template/snow.gif';
var PicX = 20;
var PicY = 20;
var NumSnow = 15;
var fallRate = 0.010;
var driftRate = 8;
//--></script>
<script src="/home/onlytwo/public_html/blahdocs/template/snowfall.js" type="text/javascript" language="javascript1.2"></script>

--» Code not found in source ...

Logged Offline
Private Message Private message Reply: 3 - 4
Craig
December 21, 2005, 3:16am Report to Moderator Report to Moderator

SQL Support Team
Posts: 3,619
Gender: Male
Posts Per Day: 2.13
Reputation: 97.73%
Reputation Score: +215 / -5
Time Online: 14 days 15 hours 11 minutes
Location: Germany
Age: 38
Upload a fresh copy of BoardIndex.pl to your code directory and then try to run it.  


Don't just ask a question.
Instead ask a question, give us a screen shot and post a link to your forum.
Help us help you make your forum better!


If I helped...increase my Reputation by clicking here.
Logged Offline
Site Site Private Message Private message ICQ ICQ Reply: 4 - 4
1 Pages 1 Recommend Thread
Print

E-Blah Community    Modifications    Mod Requests and Support  ›  can't get snowfall to work