Kein Support auf phpBB Styles direkt! 
			
		
		
			
				
															
Topic author 				
								sp0k 							 
						Active Member 			
		Posts:  22 Joined:  19. April 2012 02:45phpBB.com User:  sp0kLocation:  las vegas
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by sp0k  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...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[/code]
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]
 
		 
				
		
		 
	 
				
		
		
			
				
								archivar 							 
						Portal Professional 			
		Posts:  1963 Joined:  19. April 2009 21:34phpBB.de User:  archivarphpBB.com User:  archivarLocation:  Deutschland 
		
						
					
													
							
						
									
						Post 
					 
								by archivar  30. August 2012 17:07 
			
			
			
			
			
			sp0k wrote: Your Portal Version:  2.0.0
Boardlink:  http://deep-water-reef-commity.comuv.com/phpBB3 
PHP Version:  3.0.11
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 
Thread moved from "board3 Portal 1.0.x - English Support" to "board3 Styles ‹ Styles Support". 
The style is based on phpBB v.3.0.9.
You can fault, So that when they with phpBB v.3.0.11 operation
If an error in support for this is nearly impossible! 
The code that they show is the overall_footer.html.
For overall_footer.html they exchange this section:
Code: Select all 
                            <li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
For overall_header.html they exchange this section:
Code: Select all 
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
            <div class="menutext">
				<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> | <!-- ENDIF -->
                <a href="{U_INDEX}" title="{L_INDEX}">{L_INDEX}</a> | 
                <!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH}</a> | <!-- ENDIF -->
                <a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ} | </a>
                <!-- IF S_USER_LOGGED_IN and S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>) | <!-- ENDIF -->
                <!-- IF not S_IS_BOT --><!-- IF S_DISPLAY_MEMBERLIST --><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a> | <!-- ENDIF --><!-- ENDIF -->
                <!-- IF not S_IS_BOT and S_USER_LOGGED_IN --><a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a> | <!-- ENDIF -->
                <!-- IF not S_IS_BOT and S_USER_LOGGED_IN --><a href="{U_SEARCH_SELF}" title="{L_SEARCH_SELF}">{L_SEARCH_SELF}</a> | <!-- ENDIF -->
                <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><a href="{U_REGISTER}" title="{L_REGISTER}">{L_REGISTER}</a> | <!-- ENDIF -->
                <!-- IF not S_IS_BOT --><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a><!-- ENDIF -->
                <!-- IF U_RESTORE_PERMISSIONS --> | <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
            </div>
<!-- ENDIF -->
            </div>
            <div class="menu-r"></div>
        </div>
        <div id="menubase_block">
            <div class="menubase"></div>
        </div>
        <div id="border_block">
            <div id="borderleft">
                <div id="borderright">
                    <div id="content_main" class="bodyfill">
                    <div style="padding: 0px 15px">
                        <div id="site-description">
            				<h1>{SITENAME}</h1>
            				<p>{SITE_DESCRIPTION}</p>
            				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
                            <!-- IF U_ACP --><strong><a href="{U_ACP}">{L_ACP}</a></strong><br /><!-- ENDIF -->
            			</div>
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
                        <div class="navbar">
                			<div class="inner"><span class="corners-top"><span></span></span>
                                <ul class="linklist navlinks">
                                    <li class="icon-home"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
                                    <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>
                                    <!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
                                    <!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
                                    <!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
                                    <!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
                                </ul>
                            <span class="corners-bottom"><span></span></span></div>
                        </div>
<!-- ENDIF -->
                        <a name="start_here"></a>
                        <div id="page-body">
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
                            <!-- IF not S_USER_LOGGED_IN -->
                                <!-- INCLUDE welcome_header.html -->
                            <!-- ENDIF -->
<!-- ENDIF -->V.G. archivar sorry for my bad english 
			
						 
		 
				
		
		 
	 
				
		
		
			
				
															
Topic author 				
								sp0k 							 
						Active Member 			
		Posts:  22 Joined:  19. April 2012 02:45phpBB.com User:  sp0kLocation:  las vegas
				Contact: 
				
			 
				
		 
		
						
					
													
							
						
									
						Post 
					 
								by sp0k  31. August 2012 22:00 
			
			
			
			
			
			o ok ty...just to see if it could work...bk to looking for a style..plz close