Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- in config.php find this:
- $cf['KU_APPEAL']
- under it, paste this:
- $cf['KU_POSTPREVIEW'] = false; // Whether or not to enable the post preview feature
- then, replace your lib/javascript/kusaba.js file with this:
- http://pastebin.com/QFy6jWrV
- (if anyone wants to do it without replaceing the file, do the following):
- find: function addreflinkpreview(e) {
- under it, put:
- if(postpreviewbool){
- then find:
- onFailure: function(){ alert('wut'); }
- under it, you should see this:
- });
- replace with:
- });}
- im sorry, i missed a a edit you have to make, this was updated on 5/12/2011, please add this aswell if you do use it
- in : dwoo/templates/img_header.tpl
- find: var hiddenthreads = getCookie('hiddenthreads').split('!');
- under it, put this:
- {if %KU_POSTPREVIEW eq true}
- var postpreviewbool = true;
- {else}
- var postpreviewbool = false;
- {/if}
- should now work
Advertisement
Add Comment
Please, Sign In to add comment