Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) Move Board 1.2 (Read 8465 times)
caliman
God Member
*****
Offline


Swanky

Posts: 1220
Location: Pt. Richmond
Joined: Mar 20th, 2002
Gender: Male
Re: Move Board 1.2
Reply #15 - Mar 14th, 2003 at 7:05am
Print Post  
Hey Ronnie -

Just want you and others to know this mod works with sp1.1 really easily if you do a little change on step two and three. On step two, just make it look for this instead of what you had:

Code
Select All
<search for>
      if($FORM{'moda'} eq "$txt{'17'}") {
            fopen(FILE, ">$boardsdir/$FORM{'id'}.dat", 1);
            $FORM{'descr'} =~ s/\n/ /g;
            $FORM{'descr'} =~ s/\r//g;
            $FORM{'moderator'} =~ s/\s*,\s*/|/g;
            print FILE "$FORM{'boardname'}\n";
            print FILE "$FORM{'descr'}\n";
            print FILE "$FORM{'moderator'}\n";
            fclose(FILE);
</search for> 



On step three, just find a place to put the additions in english.pl.


Thanks man! This mod was a big help for me tonight!

Smiley
  
Back to top
WWW  
IP Logged
 
Ronnie
Senior Member
****
Offline


And on that bombshell

Posts: 336
Location: Manchester
Joined: Dec 15th, 2001
Gender: Male
Re: Move Board 1.2
Reply #16 - Mar 14th, 2003 at 11:24am
Print Post  
Thanks for that - if I find the time (I'm off to a beer festival in ten minutes Smiley) I'll add a SP1.1 version with those changes.

Glad you liked the mod. Smiley
  
Back to top
WWWICQ  
IP Logged
 
caliman
God Member
*****
Offline


Swanky

Posts: 1220
Location: Pt. Richmond
Joined: Mar 20th, 2002
Gender: Male
Re: Move Board 1.2
Reply #17 - Mar 14th, 2003 at 7:08pm
Print Post  
Beer festival? I'M JEALOUS!!

Hey, one of my members who I made a mod on a new board when I moved boards around wrote me a PM. She said it is not displaying her as a MOD on the new board, although it does on an old board that she has been a mod on for some time.

Any ideas?  ???
  
Back to top
WWW  
IP Logged
 
caliman
God Member
*****
Offline


Swanky

Posts: 1220
Location: Pt. Richmond
Joined: Mar 20th, 2002
Gender: Male
Re: Move Board 1.2
Reply #18 - Mar 14th, 2003 at 11:52pm
Print Post  
hmm...

another member who is a mod on a  new board says that it is working for him as an admin. So maybe it's 'operator error' or she was halucinating.  Roll Eyes

or maybe i should hit 'modify' on the board with problems if they really exist?

  
Back to top
WWW  
IP Logged
 
Ronnie
Senior Member
****
Offline


And on that bombshell

Posts: 336
Location: Manchester
Joined: Dec 15th, 2001
Gender: Male
Re: Move Board 1.2
Reply #19 - Mar 18th, 2003 at 6:54pm
Print Post  
No-one else has mentioned a problem like this so it sounds like a one-off thing that happened because of something else.
  
Back to top
WWWICQ  
IP Logged
 
caliman
God Member
*****
Offline


Swanky

Posts: 1220
Location: Pt. Richmond
Joined: Mar 20th, 2002
Gender: Male
Re: Move Board 1.2
Reply #20 - Mar 20th, 2003 at 12:52am
Print Post  
Thanks. It's working for everyone else, so I concur. Non-problem.

Thanks again for the mod, huge help.
  
Back to top
WWW  
IP Logged
 
tomlevens
Ex Member


Re: Move Board 1.2
Reply #21 - Mar 30th, 2003 at 3:32pm
Print Post  
hate to spoil anyones party .... but you can move boards easily without the mod too .... just go to reorder boards on each catagory ... and change the board ids between the different lists to move them ... but nice mod anyway Wink

TOM
  
Back to top
 
IP Logged
 
Ronnie
Senior Member
****
Offline


And on that bombshell

Posts: 336
Location: Manchester
Joined: Dec 15th, 2001
Gender: Male
Re: Move Board 1.2
Reply #22 - Mar 30th, 2003 at 6:00pm
Print Post  
True, it can be done that way, but it's a lot easier with this mod. I'd be surprised if they expect you still do that in YaBB2 and don't add this feature.
  
Back to top
WWWICQ  
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint