vrijvlinder
MVPvrijvlinder MVP
Reactions
-
Re: How to only allow logged in users to see comments to discussions?
Here is what the whole thing would theoretically look like. This is off the top of my head so it could be a red herring but who knows.. But this how you would write a plugin at the most basic level. … (View Post)6 -
Re: How to only allow logged in users to see comments to discussions?
No you could add it as a css content or image text #Content .Message:before { content: "your message here";} Or you could use a message and pic after content. You can also echo the message … (View Post)2 -
Re: New notifications
Your problem is the StatsBox Plugin , remove that line from that plugin's css file div.Meta span.CommentCount, .ItemContent .Meta .HasNew { display: none; } also change this too, apparently that plug… (View Post)3 -
Re: How do I get rid of "Activity" input box + comment button on member's profile pages?
Try using jquery and disable minify or similar if you use those. jQuery(document).ready(function ($) {$( "div.ActivityFormWrap" ).hide();}); (View Post)1 -
Re: Target blank plugin or easy way to make links open in a new tab?
Try this one http://vanillaforums.org/addon/target_blank-plugin (View Post)4