Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Just resize the image and see what happens. If that does not work, resize the image and find in the code or css where it states the image size and change it (if it's in there). I have not reviewed the code again in a while.
Your IP address (124.180.83.28) has been recorded. After recent hacking attacks on this website measures have been taken to notify government departments that under Section 482 of the Electronic Frontiers Legislation an unauthorised attempt has been made to access this site from the above I.P. Address. If you legitimately believe this to be an inaccurate account of your actions you are directed to make immediate contact with the owners of this website quoting subject 'Important Notification 482'. In the body of this message you must state that your actions have left you clinically incapable of functioning in a fit and proper state in today's society and that forgiveness is sought urgently as incontinence due to the fear of law enforcement and incarceration with pathological rapists who deliberately drop the soap in front of new prisoners to introduce them to prison life does not sound like a pleasant way to spend your Sundays. Yes we do understand that a sense of humour is universal and in this particular instance, if you do not have one, we feel sorry for the misery your actions will not cause you. Yes you have been had.!!
Line 277, Column 20: reference to non-existent ID "password"
<dt><label for="password">Password:</label></dt>
on a side note this page pulls the overall_header and overall_footer correct so why won't it pull any image that is in the footer (if you have images there like i do)?
Bl4d3 x wrote:the code is correct but a warning is given
Line 277, Column 20: reference to non-existent ID "password"
<dt><label for="password">Password:</label></dt>
Check how its done in the real admin login page.
Bl4d3 x wrote:on a side note this page pulls the overall_header and overall_footer correct so why won't it pull any image that is in the footer (if you have images there like i do)?
Allways use {ROOT_PATH} when specifying image paths. Then your images always will show up.