Yes , there is a issue in the button ,

, but you can easily adjust it by adding a small code into .CSS files and small modifications to codes.
Note: install the mod( in 1st page) before following below .
1. You have to find the "content.css" file located at ,
YOUR_SITE_LOCATION/Styles/Prosilver/Theme/content.css
( highlighted in
Green is the file location of your phpbb site folder in your computer or in your host )
( highlighted in
blue depends on what style you're using ,I'm using "Prosilver" style. )
2. Then backup that file.
3. After that , open the file in a text editor ( notepad etc. )
4. Then Find the following code in "content.css" file
Code: Select all
ul.topiclist {
display: block;
list-style-type: none;
margin: 0;
}
5.And add below code before above code.
Code: Select all
/*Google plus button*/
#googleplus {padding-left: 15px;
}
note: if you want ,you can change the number 15 above to adjust the space between buttons. (15 is in pixels )
6. Then , You have to find the "viewtopic_body.html " file located at ,
YOUR_SITE_LOCATION/Styles/Prosilver/template/viewtopic_body.html
( highlighted in
Green is the file location of your phpbb site folder in your computer or in your host )
( highlighted in
blue depends on what style you're using ,I'm using "Prosilver" style. )
7. Then backup that file.
8. After that , open the file in a text editor ( notepad etc. )
9. Then Find the following code in "viewtopic_body.html" file
Code: Select all
<!-- IF postrow.S_FIRST_ROW --><g:plusone></g:plusone><!-- ENDIF -->
10.And Replace above code with code below.
Code: Select all
<a id= "googleplus">
<!-- IF postrow.S_FIRST_ROW --><g:plusone></g:plusone><!-- ENDIF -->
</a>
11. save the changes.
12. After that, Login to your Admin Control panel using your admin username and password,
13. then Click the tab named "Styles"
14. then you will see some links ( Templates , Themes, Imagesets) located at top left corner under the title Named "Style components"
15. Click "Templates" , now you'll see some information about installed styles for your site. Click the link named "Refresh" and you'll be asked for a confirmation, Click yes , then you'll be notified that "Templates" refreshed successfully.
16. Click "Themes" , now you'll see some information about installed themes for your site. Click the link named "Refresh" and you'll be asked for a confirmation, Click yes , then you'll be notified that "Themes" refreshed successfully.
17. Go to your site or refresh the browser.
it should work, if you encounter any problems feel free to ask me.
