Page 1 of 1

does not generate link and (iframe not resize to bottom)

Posted: Mon Apr 10, 2017 7:13 pm
by Roberto W
does not generate link

yourdomain.com/forum

[TITLE EDITED]

Re: does not generate link

Posted: Tue Apr 11, 2017 12:43 pm
by axew3
what this mean? :roll:

Re: does not generate link

Posted: Tue Apr 11, 2017 1:18 pm
by Roberto W

Re: does not generate link

Posted: Tue Apr 11, 2017 1:42 pm
by axew3
or you became more explicit, or you, your email and your posts will be banned at next post ... :cry:

Re: does not generate link

Posted: Tue Apr 11, 2017 3:53 pm
by Roberto W
i click the link but i don't see the this link in the webbrowser
Example: for this topic is this link: viewtopic.php?f=2&t=479
Unfornetly, i see only this link: https://www.axew3.com/w3/forums/

Image

Re: does not generate link

Posted: Tue Apr 11, 2017 6:28 pm
by axew3
i've find out +- 10 posts/pm all with the above content to be moderated done by you...
You do not need to repeat inserting the same content (that also do not make any sense due to his title and his content) also note that new users have moderated posts before to become visible on forums.This stop after 5 posts into this forum.

Now your problems.
1) your page not resize to bottom. To resolve this, open page-forum(or what you named it).php into WP template folder,
search for this line:

Code: Select all

// heightCalculationMethod: 'bodyOffset', // If page not resize to phpBB template bottom, uncomment (or change with one of others available resize methods) this
change into (remove comment):

Code: Select all

 heightCalculationMethod: 'bodyOffset', // If page no resize to phpBB template bottom, uncomment (or change with one of others available resize methods) this
if still not work, try one of the follow as heightCalculationMethod:
'bodyOffset' | 'bodyScroll' | 'documentElementOffset' | 'documentElementScroll' |
'max' | 'min' | 'grow' | 'lowestElement' | 'taggedElement'
2)
i see only this link: https://www.axew3.com/w3/forums/
maybe you have setup on wp_w3all config page the wrong URL? The example on hint?
Change to your own, you do not need to put hint string, you need, ax explained, put your url to your forum.

3) or maybe you do not know what's an iframe into another page.