Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • The responsive aspect doesn’t seem to be working though. I pull it up on my phone and the theme goes responsive but the phpbb does not. But if I pull up phpbb outside of template it’s responsive.

    This is the problem I think. My original overall_footer.html file does not have this language

    <!– EVENT overall_footer_after –>

    And the directions and your comments require that this line of code exist.

    I just added the text in the footer and it seems to work. Thanks for all of your help.

    I didn’t have this language in my original file

    <!– EVENT overall_footer_after –>

    Thanks. This file is in my forum root

    iframeResizer.contentWindow.min.js

    The issue seems to be the step before where my overall_footer.html file does not have the language it should

    Below is the current code in my
    [forum root]/styles/prosilver/template/overall_footer.html file

    </div>
    
    <div id="page-footer">
    
    	<div class="navbar">
    		<div class="inner"><span class="corners-top"><span></span></span>
    
    		<ul class="linklist">
    			<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"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
    		</ul>
    
    		<span class="corners-bottom"><span></span></span></div>
    	</div>
    
    	<div class="copyright">{CREDIT_LINE}
    		<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
    		<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
    		<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
    	</div>
    </div>
    
    </div>
    
    <div>
    	<a id="bottom" name="bottom" accesskey="z"></a>
    	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
    </div>
    
    <script type="text/javascript">
      $(document).on("click", "a", function() {
       var href = $(this).attr("href");
       var w3allappend = href;
    
     if ('parentIFrame' in window) window.parentIFrame.sendMessage(w3allappend);
    
    });
    </script>
    <script type="text/javascript" src="./iframeResizer.contentWindow.min.js" defer></script>
    
    </body>
    </html>

    ** Thanks. Changed it to forums and it worked.

    https://newjerseydads.com/forums

    ** The language that I was talking about is contained here:

    https://www.axew3.com/w3/2016/02/embed-phpbb-into-wordpress-template-iframe-responsive/

    ** The directions state to

    Open with a text editor your phpBB template file overall_footer.html, search for the follow code on bottom of the file:
    <!– EVENT overall_footer_after –>

    ** But I cannot locate the

    <!– EVENT overall_footer_after –>

    language in my overall_footer.html file.

    ** I checked the overall_footer.html file in the following folders
    [forum root]/adm/style folder
    [forum root]/styles/prosilver/template

    ** I added the language towards the bottom of the prosilver template folder but it doesn’t seem to do anything. Am I missing something?

    Thanks for all your help and this great plugin.

    First, thanks for the quick response.

    Yes, those are the directions that I was using. And I created the black page.

    One point that I should mention is that the phpbb is installed in the forum subdirectory. Could that be creating a conflict?

    And what would you recommend doing with the footer file if it doesn’t have the language above?

    Thanks

    my site is located at newjerseydads.com/forum

    I am not getting the theme to load. I think that the issue is that I did not have the text below in my overall_footer.html file

    <!– EVENT overall_footer_after –>

    Any thoughts on what I might have done wrong?

Viewing 7 replies - 1 through 7 (of 7 total)