Screenshots

Overview
- This extension adds a discussion encouragement panel to the bottom of the topics on your forum.
- The panel encourages users to register or login using the quick login form.
- If registration is disabled, only the quick login form will be displayed.
- The panel will not be displayed on locked topics or to users who are logged in.
- Responsive and RTL Compatible.
- Validated by the phpBB extension team.
- This extension includes an extra style folder for the Prosilver Dark Edition style.
phpBB SiteMaker Extension Conflict
There is a known conflict in the phpBB SiteMaker extension which prevents the discussion encouragement panel showing if you are using the 'Hide Login Box' option.
Solution:
- Go into your ACP, then go to the phpBB SiteMaker extension 'Settings' page.
- Set the 'Hide Login Box' option to 'No' and then press submit.
CSS Method To Hide Index Page Quick Login Box:
- Download the 'common.css' stylesheet from the Prosilver style. (phpBB3/styles/prosilver/theme)
- Open the file with a text editor and add the code below to the bottom of it and save it.
- Now upload the modified file and then 'Purge The Cache' in your ACP.
- If you can still see the Quick Login box when logged out, press CTRL + F5 to refresh your browser cache.
.headerspace {
display: none;
}
Changelog
V1.0.0 > V1.0.1:
- Removed Surplus version information in CSS files.
- Added Firefox support for fit-content in CSS file.
- Added Dutch, French and Spanish language packs.