 |
 |
 |
 |
 |
| Author |
Message |
PJR
Joined: 17 Oct 2005 Posts: 165 Location: Czech republic |
|
Message on disabled comments |
|
Is it possible to show any message when comments are disabled?
|
|
| Wed Mar 01, 2006 3:16 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
|
Open plugins/enable-disable-comments.php and find this:
 |  | else {$output = preg_replace('/\[comheader\](.*?)\[\/comheader\]/i', '', $output);} |
add below:
 |  | if($allow['allow'] == 'off'){$output = str_replace('{comments_disabled}', 'Comments are disabled', $output);}
else $output = str_replace('{comments_disabled}', '', $output); |
Now you can use {comments_disabled} in your template.
|
|
| Wed Mar 01, 2006 4:02 pm |
|
 |
PJR
Joined: 17 Oct 2005 Posts: 165 Location: Czech republic |
|
|
|
Great! Thank you VERY much! 
|
|
| Wed Mar 01, 2006 5:14 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|