Page 1 of 1

Portal Theme Integration

Posted: 6. April 2013 01:14
by Mordynak
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://arf-gamers.clanservers.com

PHP Version: 3.0.11

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Hi all. Just got Portal 2.0.1 installed without any hitches and its working really great. I've since tried to use the style i was using previously and whilst it works pretty well, i have white backgrounds in each of the modules and I'm not really sure where i should change it.

I'm really sorry if this has been asked before. But i have no idea how to modify this. I'm pretty new to php.

http://arf-gamers.clanservers.com

That's the site link and as you can see there are white backgrounds in each of the modules. Any ideas how to fix this?

Thanks a lot everyone in advance. I really appreciate the help.

Re: Portal Theme Integration

Posted: 6. April 2013 18:22
by archivar
Mordynak wrote:Boardlink: http://arf-gamers.clanservers.com
You get no support here, because the copyright of B3P is not visible on their side!

Inadvertently removed the Copyright

Posted: 9. April 2013 19:34
by Mordynak
Your Portal Version: 2.0.1
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge

What have you done before the problem was there?
Minor changed to the style I'm using to integrate it with Portal

What have you already tryed to solve the problem?


Description and Message
Hi all. I recently asked about a problem i had with the portal here.

I've since fixed that problem but as you can see i was rejected because i had removed the copyright. I was not aware that i had removed it and i don't want to pass it off as my own.

Would anyone mind telling me where the copyright is declared and how i might add it back in?

Thanks in advance all.

Re: Inadvertently removed the Copyright

Posted: 9. April 2013 20:31
by archivar
They intentionally defaced the copyright :evil: :
http://arf-gamers.clanservers.com/phpBB ... _body.html

Code: Select all

<!--/<div class="copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> &copy; 2009 - 2011 Board3 Group</div>//-->
amend them:

Code: Select all

<div class="copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> &copy; 2009 - 2011 Board3 Group</div>

Re: Inadvertently removed the Copyright

Posted: 9. April 2013 22:57
by Mordynak
Ok, bit delayed but got that sorted now. Thanks a lot. I honestly have no idea how it was quoted out.

Re: Inadvertently removed the Copyright

Posted: 9. April 2013 23:20
by archivar
They also have the Styles Copyright away. :o
You should also insert again.

Re: Inadvertently removed the Copyright

Posted: 10. April 2013 16:42
by Mordynak
That is also fixed now.