Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) Donation Page V0.3 for YaBB 2.5 (Read 13754 times)
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Donation Page V0.3 for YaBB 2.5
Reply #15 - Mar 11th, 2011 at 4:46pm
Print Post  
Bill wrote on Mar 11th, 2011 at 3:21pm:
I would like to install this mod into my 2.5 AE, But I haven't a clue where to start, Can anyone explain a little better on editing the files?
I would be editing them manually.
Thanks in advance.
Bill

Hi Bill,

You should find it straight forward enough to install it manually. First of all you'll need to download all of the files that you need to edit from your server to your local machine. For this Mod it's the following files:

AdminIndex.pl
Admin/AdminSublist.pl
Admin/ModList.pl
Languages/***/Admin.lng
Languages/***/Menu.lng
Sources/AdvancedTabs.pl
Sources/SubList.pl
Sources/Subs.pl
Sources/TabMenu.pl
Variables/Menu0.def
Variables/Menu1.def
Variables/Menu2.def
Variables/Settings.pl


Then open up Donation_Page_V0_3.mod from the Zip package in a text editor and basically just follow what it says - For an example, this is the first edit that you'll need to make:

Code
Select All
<edit file>
AdminIndex.pl
</edit file>

<search for>
### END BOARDMOD ANCHOR ###
</search for>

<add before>
$donation_page_mod = "donationpage|$mod_list{'donate'}|$mod_list{'donate1'}|";
push (@boardmod_mods, "$donation_page_mod");

</add before> 


It should be self explanatory by looking at it really - it just tells you which file to edit, which line to find and what code to add (either add before, add after or replace). Save the files that you've edited and upload them back to your server. Upload the other files that are included in the package and you should be good to go.

You can find a bit more info on installing Mods manually here:

http://www.yabbforum.com/codex/YaBB.pl?num=1190677214

You might find it a little confusing at first, but once you've got the hang of it you'll kick yourself at how easy it is.

I hope that makes sense to you.
  
Back to top
 
IP Logged
 
Bill
New Member
*
Offline


I Love YaBB 2!

Posts: 3
Joined: Feb 25th, 2011
Re: Donation Page V0.3 for YaBB 2.5
Reply #16 - Mar 25th, 2011 at 11:14pm
Print Post  
Thank You, I will give it a try.
Bill
  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Donation Page V0.3 for YaBB 2.5
Reply #17 - Mar 26th, 2011 at 12:48am
Print Post  
Hi Bill,

Okay. If you have any problems please feel free to ask and I will try my best to help.

Regarding your PM on my demo board, you can find the Contact Page Mod here:

http://www.boardmod.org/yabb2/YaBB.pl?num=1279157521

Again, any problems, don't hesitate to ask.

  
Back to top
 
IP Logged
 
Moyamoya
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 26
Location: Wichita, KS
Joined: Jun 1st, 2008
Re: Donation Page V0.3 for YaBB 2.5
Reply #18 - May 19th, 2011 at 1:36pm
Print Post  
Derek,

Any chance this mod will work in 2.4?  I'd REALLY like to install this one but can't upgrade to 2.5 right now.  Thought I'd give this a shot in 2.4 but wanted to ask before I spent the time trying. (I mention the time it would take because if it errors out, I know I will spend a few hours tinkering with it trying to get it to work, lol)

Thanks!

  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Donation Page V0.3 for YaBB 2.5
Reply #19 - May 19th, 2011 at 3:27pm
Print Post  
Hi,

You can find a version for 2.4 here:

http://www.boardmod.org/yabb2/YaBB.pl?num=1275018174
  
Back to top
 
IP Logged
 
Moyamoya
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 26
Location: Wichita, KS
Joined: Jun 1st, 2008
Re: Donation Page V0.3 for YaBB 2.5
Reply #20 - Jun 7th, 2011 at 11:58am
Print Post  
THANK YOU Derek.  I will go check it out.
  
Back to top
 
IP Logged
 
d1jl
New Member
*
Offline


I love YaBB 2.2.5!

Posts: 24
Location: So. Cal.
Joined: Mar 29th, 2006
Re: Donation Page V0.3 for YaBB 2.5
Reply #21 - Aug 21st, 2013 at 7:59am
Print Post  
This one installs easy and works great!

Thanks for this one Derek.

BTW, Is there a way to link to the "Donate Now" button from another image, maybe from another point in the forum?


Dave
  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Donation Page V0.3 for YaBB 2.5
Reply #22 - Aug 21st, 2013 at 12:06pm
Print Post  
Hi Dave,

The link to the donation page is:

Code
Select All
http://yousite.com/yabb2/YaBB.pl?action=donate 


So you can link to it anyhow you like.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint