![]() |
no answer on an attachment fix eh?
|
Quote:
1. In showthread.php find this bit of code: // ################################################## if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) { show_nopermission(); } if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") { $pagenumber=1; } // ################################################## And replace it with the following: // ################################################## if (!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) { show_nopermission(); } if (($bbuserinfo['userid']!=$thread['postuserid']) and (!$getperms['canviewothers'] or !$getperms['canreplyothers'])) { $replybox=''; } elseif (!$getperms['canview'] or (!$getperms['canreplyown'] and $bbuserinfo['userid']==$thread['postuserid'])) { $replybox=''; } elseif (!$thread['open'] and !ismoderator($thread['forumid'],'canopenclose')) { $replybox=''; } else { $textareacols = gettextareawidth(); eval("\$replybox = \"".gettemplate('showthread_replybox')."\";"); } if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") { $pagenumber=1; }[/QUOTE] |
I installed this a long time ago, but forgot to say COOL BEANS! And click install, excellent work, I have done much modification to mine since then :)
|
the box does not give the option to subscribe to the forum. how can i set my users to subscribe to the forum they are replying to , by default?
|
I've got this installed, but when I use it i keep getting this error..
No thread specified. If you followed a valid link, please notify the webmaster. Any Ideas? |
vbcode botton it does not work with $vbcode_buttons
idea? |
Works perfectly fine with vB2.3.0 RC3.
|
uh i did something wrong .. mine says "No input file specified." when i click on quick reply
|
Maybe I'm wrong somewhere, that's why I got this message:
https://vborg.vbsupport.ru/ Kindly help... this is the first time I'd like to install this Quick Reply hack. |
I just installed this hack. Works great, my members will enojy this new feature. Easy to install as well. :)
|
All times are GMT. The time now is 12:46 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|