Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Anybody want to give this plugin a whirl?

This discussion is related to the IgnoreUser addon.

see if it fits the need and works for you.


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

Best Answers

Answers

  • aery said: Working good at my site forum.gtricks.com vanilla version 2.0.18.4

    but the popup isnt well formatted. May be because of my theme or may be its not standard code.>

    The plugin uses styling code from vanilla but you could always change it in

    you could add a style statement above the <h2> inside ignoredit.php  that is where the form popup display is.
    
        e.g.
        <style>
        body div.Popup div.Body {
           margin: 0px auto;
           text-align: left;
           position: relative;
           padding: 0 0 8px 0;
           width: 440px;
           border-radius: 5px;
           -moz-border-radius: 5px;
           -webkit-border-radius: 5px;
           background: #f1fbfe;
           border: 1px solid #01416b;
    
        }
        </style>
    

    And the users can see the discussions title posted by ignored user but not the content. This becomes confusing. >

    Yes its tricky. The question then becomes if an ignored user starts a discussion do you want to see the replies or do you want to ignore the discussion totally. etc. etc. And I think the answer will be different for every single user. Some people may not want to see anything that deals with that user. some might want to see replies, some may want to see everything. some may want to see something if it is interesting, but not see it if its not interesting, I think there are a myraid of possibly thing without satisfying anybody. Thanks for testing it out.

    I think when I add the suggestion that jason2007 presented, this problem will be relatively cleared up, toggle view on and off.


    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

  • @aery

    And the users can see the discussions title posted by ignored user but not the content. This becomes confusing. >

    version 1.1 may solve 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

  • aeryaery Gtricks Forum in 2.1 :) ✭✭✭
  • fh111fh111 Vanilla Padawan ✭✭

    it works fine, but somethings not right with the locale, it shows IgnoredTab in the profile for example .. but that's probably something to do with my theme, because it works fine in a clean install. hmm....

    did not show up on the profile of the 2.1 dev install that i have set up

    i might implement this in our community at some point, but at the moment there is no need

    peregrine
  • @aery and fh111 Thank you both for testing it out.

    @fh111 - Are you using the -en locale. If you switched locales, to some other locale. You need to change the locale in the ignoreuser plugin diirectory. You could rename the locale to the locale you are using and adjust the definitions.php to what you want in the ignoreuser plugin directory.

    Probably need to add that to the readme.txt


    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

    fh111
  • fh111fh111 Vanilla Padawan ✭✭

    oh that must be it, thanks. i am using a german locale. will give it a try later today

Sign In or Register to comment.