Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 11-20-2015, 05:24 AM
Mortain's Avatar
Mortain Mortain is offline
***** SpottedMare.com
 
Join Date: Nov 2015
Posts: 80
Gender: Female
Credits: 10,422
Mortain is on a distinguished road
Default Can't get footer to change

i can't get the footer to change on my site.
Reply With Quote
  #2  
Old 11-20-2015, 11:05 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 394,134
Hall of Famer is on a distinguished road
Default

Well, you can open the file template.tpl in your theme(main is the default) folder, and find this part:

PHP Code:
</td></tr>
<
tr><td colspan="2" id="footer">{$footer}</td></tr
Add HTML to the left or right side of {$footer} will append or prepend your custom footer information to Mysidia's default footer. An example is provided below:


PHP Code:
</td></tr>
<
tr><td colspan="2" id="footer">
{
$footer}
<
br>
My own footer information
</td></tr
Alternatively you can change the file /classes/class_footer.php directly, by modifying this method:

PHP Code:
    protected function setCredits(){
        
$mysidia Registry::get("mysidia");
        
$this->credits = new Paragraph;
        
        
$this->credits->add(new Comment("★ Powered by "FALSE));
        
$creditsLink = new Link("http://www.mysidiaadoptables.com");
        
$creditsLink->setText("Mysidia Adoptables v".Mysidia::version);
        
$this->credits->add($creditsLink);
        
$this->credits->add(new Comment("★"));
        
$this->credits->add(new Comment("Copyright © 2011-2013 Mysidia RPG, Inc. All rights reserved."));
        
        
$this->setDivision($this->credits);    
    } 
It is not the desired approach though, and you need to make sure to keep Mysidia's credit information unchanged.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #3  
Old 11-20-2015, 06:13 PM
Mortain's Avatar
Mortain Mortain is offline
***** SpottedMare.com
 
Join Date: Nov 2015
Posts: 80
Gender: Female
Credits: 10,422
Mortain is on a distinguished road
Default

I intend to have the "powerd by" part in place. just not the copyright info.
Reply With Quote
  #4  
Old 11-22-2015, 02:12 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 394,134
Hall of Famer is on a distinguished road
Default

I see, in this case, simply remove this line:

PHP Code:
$this->credits->add(new Comment("Copyright © 2011-2013 Mysidia RPG, Inc. All rights reserved.")); 
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Footer voni Questions and Supports 1 04-22-2015 07:33 AM
Need help with theme footer gloryKAT Questions and Supports 9 06-08-2014 05:17 PM
Footer Information Canaille Questions and Supports 6 09-06-2011 06:33 PM
Move table above footer? The Codfin Keeper Questions and Supports 4 01-30-2011 08:06 PM
Footer question FBFKids Questions and Supports 10 06-08-2009 10:56 AM


All times are GMT -5. The time now is 04:56 AM.

Currently Active Users: 822 (0 members and 822 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636