Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Plugin Anonymouse ¿remove "post by Anonymous" and leave alone the nick?

I search and no find, in the plugin no replace the word "Anonymous" because exist most words. ¿remove "post by Anonymous" and leave alone the nick?

Example:

Post by Anonymous Petter

Change...

Post by Petter

Sorry my english is bad.

Comments

  • the whole idea is to alert people that is an anonymous post. It would be easy to spoof other users otherwise. Not a good idea...

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Is True... ¿and translate Anonymouse on spanish?

    Example: Post by Invitado Petter

  • peregrineperegrine MVP
    edited March 2013

    experiment with these type of configs.:

    CONFIG:
    $Configuration['Plugins']['Anonymouse']['NoCaptcha'] = False;
    // Default: False, to disable captcha set option to True.
    $Configuration['Plugins']['Anonymouse']['Category'] = array(1,2);
    $Configuration['Plugins']['Anonymouse']['AnonymousUserID'] = 0; // UserID
    $Configuration['Plugins']['Anonymouse']['ShowAuthorName'] = 0;
    How to show anonymous name:
    0 - default, ex. Anonymous John
    1 - name of garden's anonymous user, ex. Anonymous
    2 - Name which choosed by author, ex. John 
    3 - Localized 'Anonymous' string
    
    

    from the class.anonymouse,plugin.php

    or maybe line 184.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.