x00Don't PM about development, I'm not currently taking on clientsMVP
There is a solution in Plug in, but it was designed for social linkage (facebook,etc) like so they would have a landing page, the discussion won't show up in discussion list.
Such facility requires a plugin.
Don't PM about development, I'm not currently taking on clients.
I can give you a hand if you want to start writing a plugin - but I'm not going to write it at this point.
Here's a start-
create a plugin: add this
public function DiscussionController_BeforeCommentMeta_Handler($Sender) {
if ($Session->IsValid()) {
// do what you want
} else { //not logged in
$Sender->AddCssFile('getridofcomments.css', 'plugins/yourplugin');
}
put this in your getridofcomment.css
.Message {
display:none;
}
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
Answers
There is a solution in Plug in, but it was designed for social linkage (facebook,etc) like so they would have a landing page, the discussion won't show up in discussion list.
Such facility requires a plugin.
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I can give you a hand if you want to start writing a plugin - but I'm not going to write it at this point.
Here's a start- create a plugin: add this
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •answered here:
http://vanillaforums.org/discussion/20359/annotated-plugin-how-to-write-a-plugin-for-how-to-set-guest-to-view-title-only-and-not-content
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •