phpbb embedded on wordpress tempate install questions

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: phpbb embedded on wordpress tempate install questions

Re: phpbb embedded on wordpress tempate install questions

by johncummings » Wed Apr 06, 2022 1:49 pm

Thanks,

Just getting back to this! My hobby - lol

Re: phpbb embedded on wordpress tempate install questions

by axew3 » Fri Apr 01, 2022 7:40 pm

P.S
John, look that during last update, 3 lines of code have been missed on files

addons/page-forum.php
and
views/wp_w3all_phpbb_iframe_short.php
that i detected while testing an ipad/iOS, that the iframe was so not loading correctly, when on index.
May not, may yes, it was your problem?
viewtopic.php?p=5693#p5693
these files have been fixed as explained into the post, whenever useful

Re: phpbb embedded on wordpress tempate install questions

by axew3 » Wed Mar 30, 2022 9:10 pm

Great!
I am over to resolve ipad/safary issues, after i turned it on to check for another reported bug into the rotate image phpBB extension.
I hope to find out the way to resolve both in short

Re: phpbb embedded on wordpress tempate install questions

by johncummings » Wed Mar 30, 2022 7:12 pm

I think i have figured it out. I spent 2 days doing some CSS training and now things make more sense. Well, at least the css code. I'm not familiar with php.

Well, I have the "width" issue solved. All I did was add a "width:100%" to the "div" that contained the iframe. No idea why, but the size of the div was some how only 1px without adding the "width:100%" statement. I also create a css class for the div that contains the iframe and externalized the css for both the div and iframe.

Now I need to put back the changes for overall_header and overall_footer. I removed these when I was about to give up ! Now I'm curious if all my issues are fixed.

Thanks for the help.

I will let you know how I made out.
John

Re: phpbb embedded on wordpress tempate install questions

by johncummings » Tue Mar 29, 2022 9:37 pm

Thanks,

I'm old! I'm an old mainframe systems programmer, not a web programmer. I've had limitted training in css,html, java and those tools. I've had enough training to get myself into trouble.

I'm learning that their is no substitute for training, so taking some time to do some training.

Yes, I'm sure you are correct that my issue is in the CSS. I'm re-taking my CSS training now for a refresher.

If the users prefer a phpbb forum over Facebook(I sure hope they do) then I will come back to this.

thanks
John

Re: phpbb embedded on wordpress tempate install questions

by axew3 » Tue Mar 29, 2022 9:19 pm

John, no problem you can say what you want, also insult! May do not be so hard in case please! ;)

I think your problem is just about css, and you have (but i can only imagine as i can't see) to understand why your iframe do not work as you expect.
I do not know your age, may you are very young and in short you'll be (i am sure in this case) better than me, and you'll do better!

If i can help, and you want to pm me an online example link (if u do not want to publish it here in reply), i will help you on fly to understand issues for what i can looking on outputted page code

[EDITED]

Top