Help in phpBB forum

sumi_7

Familiar Face
Joined
Nov 29, 2007
Messages
81
Reaction score
0
FP$
578
Hey guys i want to remove the translated by text from the bottom of the page look at the screen shot
23iwdbl.webp
So which file should i edit ?
BTW i think its not the skin's overall footer that i have to edit because i tried that already ! lol
 
Im not even going to tell you that, your mean't to keep the skin copyrights there :roll:
 
Its the overall_footer but as Nathan said, you not really allowed to remove the copyright, its unfair and slightly illegal (methinks).
 
It'd be like removing the "powered by PHPBB" copyright.

Not fair, breach of TOS, and in some areas, illegal.
 
At least u can tell me hw can i add ads below the copyright ? or shift that copyright text to the left side
 
You can remove it, I believe it is not illegal, but you may not request support from the phpBB forums.
 
Copy the last few lines of your overall_footer.html file and ill help you move it, but I won't help you remove that copyright.
 
Ok here it is
<div id="wrapfooter">
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
<span class="copyright">
Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; Mahad3va.com

<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
 
Just move this part:

<span class="copyright">
Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; Mahad3va.com

<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>

To wherever you want it.
 
No i mean the translation info i want to move it to the left side and the phpBB copyright to the left
 
Back
Top Bottom