Page Index Toggle Pages: [1] 2  Send TopicPrint
Hot Topic (More than 10 Replies) Finished Multiple FA mod for yabb 2.1 (Read 9834 times)
zarren
Junior Member
**
Offline


I need to learn C++

Posts: 81
Location: Norwich
Joined: Apr 27th, 2006
Gender: Male
Finished Multiple FA mod for yabb 2.1
May 25th, 2006 at 10:18am
Print Post  
Hey guys

I've finaly finished my first mod, so here it is.

Multiple FA for YaBB 2.1 Ver 0.4a

http://www.boardmod.org/yabb/YaBB.pl?board=programming;action=download;file=Add_...

####EDIT####

Everyone that downloaded this mod in the last five mins download it again because I didn't change a part of my coding Wink

Next one is a java based chat insted of that pony IRC Chat Wink
  

BIATCH
Back to top
WWW  
IP Logged
 
James Andrews
Junior Member
**
Offline



Posts: 62
Location: Ipswich
Joined: Jan 7th, 2006
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #1 - May 25th, 2006 at 10:53am
Print Post  
Its nice to hear that you finaly got it working!

I've been waiting along time!

Well done  Grin
  
Back to top
WWWAIM  
IP Logged
 
zarren
Junior Member
**
Offline


I need to learn C++

Posts: 81
Location: Norwich
Joined: Apr 27th, 2006
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #2 - May 25th, 2006 at 10:56am
Print Post  
Cheers m8 been a learning curve lol

And i KNOW it need tidying up loads for eg: Attach log dosn't work and i could implement loads more features like what those guys in mod ideas are talking about. At least the hard bits done Wink
  

BIATCH
Back to top
WWW  
IP Logged
 
James Andrews
Junior Member
**
Offline



Posts: 62
Location: Ipswich
Joined: Jan 7th, 2006
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #3 - May 25th, 2006 at 11:53am
Print Post  
K, ITS NOT WORKING!!  Shocked


This is what I am getting, I dont think it is doing the spit right...
  

notworkingggg.JPG ( 24 KB | Downloads )
notworkingggg.JPG
Back to top
WWWAIM  
IP Logged
 
James Andrews
Junior Member
**
Offline



Posts: 62
Location: Ipswich
Joined: Jan 7th, 2006
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #4 - May 25th, 2006 at 12:02pm
Print Post  
Where is the @files bit coming from? It just seems to be an empty array  ???

Code
Select All
my @files = ();
@files = split(/[\,]/, $_); 

  
Back to top
WWWAIM  
IP Logged
 
zarren
Junior Member
**
Offline


I need to learn C++

Posts: 81
Location: Norwich
Joined: Apr 27th, 2006
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #5 - May 25th, 2006 at 12:18pm
Print Post  
lol

Try this

And see it working at:

http://www.norfolklights.net
  

Add_More_Attachments_0.4a.mod ( 25 KB | Downloads )

BIATCH
Back to top
WWW  
IP Logged
 
James Andrews
Junior Member
**
Offline



Posts: 62
Location: Ipswich
Joined: Jan 7th, 2006
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #6 - May 25th, 2006 at 1:19pm
Print Post  
Yeh....Like I said the split is working.
  
Back to top
WWWAIM  
IP Logged
 
zarren
Junior Member
**
Offline


I need to learn C++

Posts: 81
Location: Norwich
Joined: Apr 27th, 2006
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #7 - May 25th, 2006 at 1:26pm
Print Post  
Its works for you then?
  

BIATCH
Back to top
WWW  
IP Logged
 
MetalJoe
Full Member
***
Offline



Posts: 156
Location: Auburn
Joined: Aug 23rd, 2004
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #8 - May 26th, 2006 at 3:22am
Print Post  
I don't think this mod is compatible with attachment_download_counter_y2_final.mod, can anyone confirm.

I get these errors
Code
Select All
Step 1 ... ok
Step 2 ... failed - ERR(1): Search string could not be found
Step 3 ... ok
Step 4 ... ok
Step 5 ... ok
Step 6 ... failed - ERR(1): Search string could not be found
Step 7 ... failed - ERR(1): Search string could not be found
Step 8 ... failed - ERR(1): Search string could not be found
Step 9 ... failed - ERR(1): Search string could not be found
Step 10 ... ok 

  
Back to top
 
IP Logged
 
Xavier
Senior Member
****
Offline



Posts: 442
Location: Ipswich
Joined: Apr 5th, 2005
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #9 - May 26th, 2006 at 4:01am
Print Post  
@MetalJoe
Like the last version it is not
  
Back to top
WWWYIM  
IP Logged
 
MetalJoe
Full Member
***
Offline



Posts: 156
Location: Auburn
Joined: Aug 23rd, 2004
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #10 - May 26th, 2006 at 4:22am
Print Post  
Quote:
@MetalJoe
Like the last version it is not

To bad, would like to have both. I guess I'll have to do some hacking myself.
  
Back to top
 
IP Logged
 
zarren
Junior Member
**
Offline


I need to learn C++

Posts: 81
Location: Norwich
Joined: Apr 27th, 2006
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #11 - May 26th, 2006 at 9:38am
Print Post  
LOL wow people give me a chance, so you want it compatable for attachment counter?

Im not sure if it can be done??? I might be able to implement it into this hack??

This hack is untidy and shite Smiley It need a good overhall, but I don't think I have the perl CGI programming skills yet  Sad

Il try to tidy it up a bit and make it compatable for a few diffrent popular hacks
  

BIATCH
Back to top
WWW  
IP Logged
 
MetalJoe
Full Member
***
Offline



Posts: 156
Location: Auburn
Joined: Aug 23rd, 2004
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #12 - May 26th, 2006 at 9:14pm
Print Post  
zarren wrote on May 26th, 2006 at 9:38am:
LOL wow people give me a chance, so you want it compatable for attachment counter?

No problem, I see this mod as a very popular mod. Alot of us will want to use it. Great work.
  
Back to top
 
IP Logged
 
mdrmdr
New Member
*
Offline


Take it easy!

Posts: 23
Location: Ampfing
Joined: Oct 8th, 2005
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #13 - Jun 7th, 2006 at 6:58pm
Print Post  
Hi,

any way to limit multiple FA to a specific board?
I'd like to have a "member introduction" board,
where they can attach more than one picture. In
all other boards, attachments should be limited
to 1 for each post.

And, how about a thumbnail view? By clicking on
such a thumbnail, the whole pic could be displayed.

Cheers and thanks for this mod!
Manfred

---
http://www.tr1.de/cgi-bin/yabb2/YaBB.pl
  
Back to top
WWW  
IP Logged
 
Spikecity
God Member
*****
Offline


Beer anyone ?

Posts: 2630
Location: New York
Joined: Apr 16th, 2002
Gender: Male
Re: Finished Multiple FA mod for yabb 2.1
Reply #14 - Jun 7th, 2006 at 9:27pm
Print Post  
mdrmdr wrote on Jun 7th, 2006 at 6:58pm:
Hi,

any way to limit multiple FA to a specific board?
I'd like to have a "member introduction" board,
where they can attach more than one picture. In
all other boards, attachments should be limited
to 1 for each post.

And, how about a thumbnail view? By clicking on
such a thumbnail, the whole pic could be displayed.

Cheers and thanks for this mod!
Manfred

---
http://www.tr1.de/cgi-bin/yabb2/YaBB.pl

As long as zarren did not remove or bypass the FA settings found in any Y2.1 board the same limits that are valid for singe FA should apply to multiple FA.
  

Nothing to add here Smiley
Back to top
 
IP Logged
 
Page Index Toggle Pages: [1] 2 
Send TopicPrint