|
[1.4.x/1.6.x] Thank You/Like System v1.5 (Updated: 10/26/2011)
|
|
11-16-2009, 02:48 PM
Post: #51
|
|||
|
|||
RE: [Release 1.4.x] Thank You/Like System
(11-15-2009 10:39 PM)- G33K - Wrote:(11-15-2009 10:17 PM)Rafael Wrote: Thanked (the user) 81 Times in 52 Posts Yeah its Ok, Thanks
vBulletin/Wordpress/Magento/MyBB Developer and Designer |
|||
|
11-16-2009, 09:57 PM
Post: #52
|
|||
|
|||
|
RE: [Release 1.4.x] Thank You/Like System
A very complete Thank You system. Well done.
Contact me in private only if you need paid help with mybb-related issues. Otherwise, please don''t, unless I invite you to. Thanks
![]() |
|||
|
11-17-2009, 10:22 AM
Post: #53
|
|||
|
|||
|
RE: [Release 1.4.x] Thank You/Like System
I like two button:
-good post (and "remove good post") -bad post (and "remove bad post") If I click to "good", I see "remove good" or "bad post". If i click "bad post", the will changing to "bad post". If I click to "bad", I see "remove bad" or "good post". If i click "good post", the will changing to "good post". What have I doing? |
|||
|
11-17-2009, 01:33 PM
Post: #54
|
|||
|
|||
RE: [Release 1.4.x] Thank You/Like System
(11-17-2009 10:22 AM)atomjani Wrote: I like two button: Change the "Like" images for "Good Post/Bad Post" and edit the language files too. vBulletin/Wordpress/Magento/MyBB Developer and Designer |
|||
|
11-17-2009, 01:38 PM
Post: #55
|
|||
|
|||
RE: [Release 1.4.x] Thank You/Like System
(11-17-2009 01:33 PM)Rafael Wrote:This is not good idea, because the user not selected, that the post is good or no. There should be is alternative selection.(11-17-2009 10:22 AM)atomjani Wrote: I like two button: |
|||
|
11-17-2009, 03:33 PM
Post: #56
|
|||
|
|||
|
RE: [Release 1.4.x] Thank You/Like System
i installed everything, but when i click on the "thank you" button, i get the "loading please wait" window that never goes away, nothing happens
<signature to long> |
|||
|
11-17-2009, 09:49 PM
Post: #57
|
|||
|
|||
|
RE: [Release 1.4.x] Thank You/Like System
nice mod working gr8 on my forum but i found one unexpected issue see the pic i think its them editing prob no one still give thanks this user may be thats why showing like this how i fix this
|
|||
|
11-17-2009, 10:55 PM
Post: #58
|
|||
|
|||
|
RE: [Release 1.4.x] Thank You/Like System
@above
Don't know why your template is not parshing that value... Try switching to default theme and see if it works well. Ask Query,Free Domains/Vouchers,Download,Post Ads,Mp3 Engine |
|||
|
11-17-2009, 11:09 PM
(This post was last modified: 09-24-2010 09:02 PM by - G33K -.)
Post: #59
|
|||
|
|||
RE: [Release 1.4.x] Thank You/Like System
(11-17-2009 10:22 AM)atomjani Wrote: I like two button: This will require a modification of this mod, not something I would do but you are free to make the modifications to suit your needs. (11-17-2009 09:49 PM)bold_handsome Wrote: nice mod working gr8 on my forum but i found one unexpected issue see the pic i think its them editing prob no one still give thanks this user may be thats why showing like this how i fix this Could I get a URL of where this is happening? It should not show you that, even if there is no thanks, it should show a 0 or nothing at all, but not that. (11-17-2009 03:33 PM)MadamZuZu Wrote: i installed everything, but when i click on the "thank you" button, i get the "loading please wait" window that never goes away, nothing happens This is most probably caused by a missing edit in the template. The plugin uses a search and replace to add items to templates, if you have a non-default template it is possible that the plugin did not insert all the elements it needed in to the templates. Check that the following edits are there in the templates, if they're not, add them. NOTE: You can change the layouts and placements of the edits to fit your style and needs but make sure you keep the element's id and style declarations the same since that is what the javascript looks for to update the data. Show Thread Templates>showthread (This adds the javascript and js variables to the header) BEFORE Code: </head>Code: <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js?ver=100"></script>Code: <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/thankyoulike.js?ver=100"></script>Post Bit Templates>postbit (This adds the row with the actual Thanks title and list of the user's who thanked in the modern postbit) BEFORE Code: </tbody>Code: <tr style="{$post['tyl_display']};" id="tyl_{$post['pid']}">Post Bit Template>postbit (This adds the Thanks/Like Buttons in modern postbit) AFTER Code: {$post['button_edit']}Code: {$post['button_tyl']}Post Bit Templates>postbit_classic (This adds the row with the actual Thanks title and list of the user's who thanked in the classic postbit) REPLACE Code: </tr>Code: </tr>Post Bit Templates>postbit_classic (This adds the Thanks/Like buttons in classic postbit) BEFORE Code: {$post['button_edit']}Code: {$post['button_tyl']}Post Bit Templates>postbit_author_user (This adds the Thanks/Like count in the postbit user area) AFTER Code: {$lang->postbit_posts} {$post['postnum']}<br />Code: %%TYL_NUMTHANKEDLIKED%%<br />Member Templates>member_profile (This adds the Thanks/Like stats in the user's profile) AFTER Code: <td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&uid={$uid}">{$lang->find_threads}</a> — <a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a>)</span></td>Code: {$tyl_memprofile}Images: The Thank You/Like images should stored in /images/english/ for the default theme. For any other theme/language the location for the images should be /images/<theme>/<language> If you have multiple themes, make sure you copy the images, or put your own Thank you/Like images in to the respective forlders as stated above. |
|||
|
11-18-2009, 07:12 AM
Post: #60
|
|||
|
|||
RE: [Release 1.4.x] Thank You/Like System
(11-17-2009 09:49 PM)bold_handsome Wrote: nice mod working gr8 on my forum but i found one unexpected issue see the pic i think its them editing prob no one still give thanks this user may be thats why showing like this how i fix this Oh yeah, I got that problem when viewing PM. In forums, it show correctly. JWPlayer MyCode Embed v3 Google Document MyCode SlideShare MyCode |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help






![[Image: sig.gif]](http://www.forumsecurity.eu/images/sig.gif)