Np I am glad I could help 
 
I agree they do a great job here at board3portal 
 
 
About the portal credits, you haven't removed them total, just moved them to another spot, so I think its okay, but I just want to hear the development teams opinion.
If you want to center the original credit text in portal_body.html, then yes, you can just add the center tag.
Code: Select all
          <!-- please keep this credits visible, thank you!  -->
          <br /><div class="copyright"><center>{L_PORTAL_COPY}</center></div>
The center tag could also be added to the copyright class in common.css instead
And I just saw I made a typo error in my previews post.
Open styles/rockn_roll/template/overall_footer.html
Find (yours look a bit different b.cos of the advertisement mod)
Code: Select all
       <div class="copyright">
          <!-- IF U_ACP --><br /><center><strong><a href="{U_ACP}">[ {L_ACP} ]</a></strong></center><!-- ENDIF -->
                </center>Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
                <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
                <!-- STYLE COPYRIGHT --><br />Style <b>Rock'n Roll</b> by <a href="http://phpbbportugal.com/" title=" phpBB Portugal " alt=" phpBB Portugal " target="_blank"><b>Vinny</b></a>
                <!-- please keep this credits visible, thank you!  --><br />{L_PORTAL_COPY}
                <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --></center>
             
       </div>
in line
Code: Select all
                </center>Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group
change to:
Code: Select all
                <center>Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group