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  ›  please help with snowfall Moderators: 10 Series Support Team
Users Browsing Forum
No Members and 1 Guests

please help with snowfall  This thread currently has 747 views. Print
1 Pages 1 Recommend Thread
rastoma
January 8, 2006, 12:44am 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
code and mod directories are 777

.js and .gif file uploaded as binary.

mod file uploaded in ascii

all paths correct.

have tried chaning paths inside .v2m from virtual paths to hard links pointing to my forum and the template directory.

code does not get inserted in board and no snowfall,  I get this error when trying to install:

--» Code not found in source ...


please help.
Logged Offline
Private Message Private message
Apollo
January 8, 2006, 8:30am Report to Moderator Report to Moderator

E-Blah Member
Posts: 207
Posts Per Day: 0.16
Time Online: 1 days 23 hours 12 minutes
The mod only works for the latest version of the forum code.

To install snowfall in earlier versions, you have to edit the code manually, as I had to in a forum that has to stay back at 9.2 for the moment.
Logged Offline
Site Site Private Message Private message Reply: 1 - 9
Martin
January 8, 2006, 9:47am 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
What version of eblah are you using? and what code was not found?



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 2 - 9
rastoma
January 8, 2006, 10:02am 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'm using 9.6

Install Report
The following actions have been preformed with this modification. If you were testing this mod or there were errors (and you did not override them) durring the attempted installation of this mod, then no files have been modified; otherwise the files have been modified.
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 = '/blahdocs/template/snow.gif';
var PicX = 20;
var PicY = 20;
var NumSnow = 15;
var fallRate = 0.010;
var driftRate = 8;
//--></script>
<script src="/blahdocs/template/snowfall.js" type="text/javascript" language="javascript1.2"></script>

--» Code not found in source ...


This mod will not (un)install successfully. If you wish to install this mod anyway, click here.


Logged Offline
Private Message Private message Reply: 3 - 9
rastoma
January 8, 2006, 4:01pm 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 just setup a new install of 9.6 under a different domain.  board works perfectly.

i uploaded the snow mod and it still doesn't work.  i don't get an error, it just doesn't show installed and doesn't create the other file in the Mods directory showing it installed.

code and mods is 777

Logged Offline
Private Message Private message Reply: 4 - 9
Martin
January 8, 2006, 4:09pm 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
If you want me to take a look just pm the ftp details.

Xmas is over by the way  

(Well it is for most!!)



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 5 - 9
rastoma
January 9, 2006, 12:18am 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 know   but it's still snowing in some parts of the country

the main reason is I'm just bugged why it won't work.  
Logged Offline
Private Message Private message Reply: 6 - 9
Apollo
January 9, 2006, 3:29pm Report to Moderator Report to Moderator

E-Blah Member
Posts: 207
Posts Per Day: 0.16
Time Online: 1 days 23 hours 12 minutes
I'm curious too, having stuck the same code in other pages where it ran fine.

May be a basic and obvious suggestion, but  have you had a look at the actual section (character by character) of source code in Boardindex.pl to see if it is exactly as the Mod installer is looking for?

A download error might have altered a character, and that would be enough to throw the install off. It's rare, but I've had it happen. Sat puzzled until a fresh download and install fixed the problem.
Logged Offline
Site Site Private Message Private message Reply: 7 - 9
Martin
January 9, 2006, 3:42pm 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
This is now working OK after uploading a fresh copy of BoardIndex.pl



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 8 - 9
Apollo
January 10, 2006, 6:50am Report to Moderator Report to Moderator

E-Blah Member
Posts: 207
Posts Per Day: 0.16
Time Online: 1 days 23 hours 12 minutes
And so simple in the end.
Logged Offline
Site Site Private Message Private message Reply: 9 - 9
1 Pages 1 Recommend Thread
Print

E-Blah Community    Modifications    Mod Requests and Support  ›  please help with snowfall