English version - [Other] Google+
evilmc - 20-07-2011, 15:33 Temat postu: [Other] Google+ How to insert Google+ on forum?
Matteo - 20-07-2011, 17:03
We don't have modification with Google+ yet.
evilmc - 18-09-2011, 18:04
any create a modification now?
[ Added: 10-10-2011, 03:02 ]
Open overall_header.tpl and find:
Add before:
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Kod: | <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> |
When I set this code on overal_header.tpl , overlib.js not working! How fix?
Open: template/viewtopic_body.html
Find:
Tip: This may be a partial find and not the whole line.
Kod: | <tr>
<td colspan="2" align="right"><span class="gensmall">{postrow.EDITED_MESSAGE} {postrow.post_edited.VIEW_POST_HISTORY}</span></td>
</tr> |
Add before:
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Kod: | <g:plusone size="big"></g:plusone> |
So after this modifications, worked fine the button, but the problem was that the button apear with +1 on all the reply msgs, for example if i give +1 to the thread first post, it will be +1 to all the others reply from that topic.
My question is, is there any way to make this button to be for each post and not for the entire posts?
|
|
|