![]() |
|
thankyou system yardim lütfen - Baskı Önizleme +- MyBB Depo Forum (https://mybbdepo.com) +-- Forum: MyBB 1.8 Depo (https://mybbdepo.com/mybb-1-8-depo-forumu) +--- Forum: MyBB 1.8 Soru ve Sorunlarınız (https://mybbdepo.com/mybb-1-8-soru-ve-sorunlariniz-forumu) +--- Konu Başlığı: thankyou system yardim lütfen (/thankyou-system-yardim-lutfen-konusu.html) |
thankyou system yardim lütfen - Capos81 - 06-07-2016 plugin aktiv ve calisiyor ama tesekür yerini göremiyorum sablonda bir ayar yapmam gerek bu sekil olmasi lazim ama yapamiyorum INSTALLATION -------------------------------- 1.- Upload files via ftp in the same way we structured. thanks dir is the root of your forum ftp, all entire cotent inside have to be upload. - images - inc - jscripts - thx.php This files have to be on our forum root of MyBB in this way, they have all entire content to make it works fine on your forums. 2.- Go to admin cp and chose plugin section. - Go to Thanks System and click on Install & Activate. - Click on Configure once you have installed this plugin you can see this link. - Set your own preferences and options as you wish. 3.- Style your plugin. - Inside your style you can see a new stylesheet called thx_buttons.css * There you can set your own style to all contents of plugin. - In your style have a new one template group called Thanks templates * There you can set the visual contents of this plugin. - In global templates you can see another new templates for this mod. * There you can set the modal contents and style for this mod, to show on all themes. - Inside some templates you can see new vars created. * You have to verify this vars exists and if do not, you can create them inside templates to make ir works. Templates --- Vars needed to work ************************************************************************* * postbit --- <div id="thxpid_{$post['pid']}">{$post['message']}</div> --- {$post['thx_list']} --- {$post['thanks_count']} --- {$post['thanked_count']} --- {$post['thanks']} --- {$post['thx_counter']} * postbit_classic --- <div id="thxpid_{$post['pid']}">{$post['message']}</div> --- {$post['thx_list']} --- {$post['thanks_count']} --- {$post['thanked_count']} --- {$post['thanks']} --- {$post['thx_counter']} * showthread --- {$thx_script} * member_profile --- {$memprofile['thx_details']} * codebuttons --- <script type="text/javascript" src="{$mybb->asset_url}/jscripts/oculto.js?ver=1805"></script> <script type="text/javascript"> var hide_tag = "{$mybb->settings['thx_hidesystem_tag']}"; var hide_tag_title = "{$lang->thx_hide_tag_title}"; var hide_tag_content = "{$lang->thx_hide_tag_content}"; </script> * codebuttons --- {$mybb->settings['thx_hidesystem_tag']} Add a fully thankyou system to MyBB. Add thanks button to postbit and a counter and more things, hide until thanks improvement working with AJAX MyBB Versions: 1.8.x Status: Stable File Size: 938.17 KB MD5: 49426cfdaf84ac24f5a022a96d07015b Date Uploaded: 09-23-2015, 11:56 PM Uploaded by: Dark Neo Downloads: 1,542 |