Entire board hidden

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Entire board hidden

Re: Entire board hidden

by axew3 » Sat Mar 26, 2016 10:11 am

Yeah! :)
new versions coming

Re: Entire board hidden

by axew3 » Sat Mar 26, 2016 9:06 am

Yes it work now ... simply something wrong on save/recompile or just something else... this is what happen to all of us! Do not worry, experience time by time will help you to fail less but ... not to never fail ;)

Re: Entire board hidden

by axew3 » Sat Mar 26, 2016 8:49 am

ah ok... sorry my eng is bad, ... no in true really bad.... when i read, and when i write.
so if still you cannot come over the problem, post or let me have your phpBB template, i will see where evil you need to paste this two lines of code

Re: Entire board hidden

by axew3 » Sat Mar 26, 2016 8:24 am

Sann, the code above into your phpBB template source at http://tfy-wow.eu/phpbb/ do not appear, you have not add it to the right overall_footer.html?

Re: Entire board hidden

by axew3 » Sat Mar 26, 2016 8:16 am

EDIT :
I just add these lines in adm folder https://www.axew3.com/w3/forums/viewtopic.php?f=2&t=37
empty cache but nothing change on Chrome or FF.
Look that this part is about the admin ACP panel, and you not need to confuse the hint about admin, that you should fix after.

You need now to edit the overall_footer.html of your active phpBB template.
ADD the code:

Code: Select all

<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>
After this, phpBB require to recompile the new template, or modifications to his template files not affect (to overall_footer.html in this case). Open phpBB ACP, and so under

Server Configuration -> Load settings -> Recompile stale style components set to YES and save. So re-set to NO and save other time the option. It is needed one time to load the template modifications on phpBB (any time you edit a phpBB template file), but this option should be ever set to NO on an online site to save server resources. It is normally set to yes only for testing purpose, or needed to apply done modifications to templates.

Re: Entire board hidden

by axew3 » Sat Mar 26, 2016 8:09 am

Hello ;) good morning to you.
Have you return the template to the original?
Because i've see that your phpBB overall_footer.html was not containing the necessary code.
p.s Recompiled template in phpBB acp after the modification?

Top