Problem portal.
Posted: 27. August 2012 02:19
Your Portal Version: 2.0.0
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://deep-water-reef-commity.comuv.com/phpBB3
PHP Version: 3.0.11
What have you done before the problem was there?
nothing...............
What have you already tryed to solve the problem?
to uninstill the mod and style and reinstall ...
Description and Message
hello all im trying to reinstall this portal to a style i know is a little old but would like to have have...
this is where i have the error and the style is robotic-blue-rel
styles/robotic-blue-rel/template/overall_header.html
[/code]
this is what is see..where to put the code?
ty[/i]
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://deep-water-reef-commity.comuv.com/phpBB3
PHP Version: 3.0.11
What have you done before the problem was there?
nothing...............
What have you already tryed to solve the problem?
to uninstill the mod and style and reinstall ...
Description and Message
hello all im trying to reinstall this portal to a style i know is a little old but would like to have have...
this is where i have the error and the style is robotic-blue-rel
styles/robotic-blue-rel/template/overall_header.html
Code: Select all
Find
<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
<!-- ENDIF -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
Add After
[code]<!-- ENDIF -->
The Find specified by the MOD could not be found
this is what is see..where to put the code?
Code: Select all
<div class="navbar">
<div class="inner">
<ul class="linklist" style="padding-top:10px">
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
<!-- ENDIF -->
<li class="rightside"><a href="#top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a> • <!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> • <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> • <!-- ENDIF -->{S_TIMEZONE}</li>
</ul>
</div> <!-- end class inner -->
</div> <!-- end class is navbar --></div>
<div class="footer-r"></div>
</div>
</div> <!-- end wrap -->
</body>
</html>
ty[/i]