Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anonymous Mode
Author Message
Nickman Offline
Manager
*******
Management

Posts: 2,680
Joined: May 2008
Reputation: 66
Post: #1
Anonymous Mode
Mod Description: Allows your users to post anonymously

Link to Mods DB: Get It
07-25-2009, 01:46 PM
Visit this user's website Find all posts by this user
Polarbear541 Offline
Premium User
Premium Users

Posts: 1,190
Joined: Aug 2008
Reputation: 5
Post: #2
RE: Anonymous Mode
That's a great idea 001_smile
It could be used for testimonials or complaints (obviously the admin would have to disregard who the user was) Tongue

Thanks, Polarbear541
07-25-2009, 07:12 PM
Visit this user's website Find all posts by this user
Nitrus Offline
Junior Member
**

Posts: 6
Joined: Jul 2009
Reputation: 0
Post: #3
RE: Anonymous Mode
I have been waiting for this for a while... it would be great for my advice forum. Thanks!
07-25-2009, 09:29 PM
Find all posts by this user
Nickman Offline
Manager
*******
Management

Posts: 2,680
Joined: May 2008
Reputation: 66
Post: #4
RE: Anonymous Mode
If you would like the users who can view the posters to have to click a link before they see the user, do this code edit:

open inc/plugins/anonymous_mode.php, find
Code:
$post['real_user']="(Posted By: ".build_profile_link($user['username'], $post['realuid']).")";

replace with
Code:
$post['real_user']="<script type='text/javascript'>function showPoster(id)
        {
        var thing=document.getElementById(id);
        if (thing.style.display != 'none')
        {
        thing.style.display='none';
        }
        else
        {
        thing.style.display='block';
        }
        }
        </script>";
        $post['real_user'].="<a onClick=\"showPoster('$post[pid]')\">Show/Hide Poster</a><br/><span id='$post[pid]' style='display:none'>Posted By: ".build_profile_link($user['username'], $post['realuid'])."</span>";
07-30-2009, 05:39 AM
Visit this user's website Find all posts by this user
pouramie Offline
Premium User
Premium Users

Posts: 1
Joined: Aug 2009
Reputation: 0
Post: #5
RE: Anonymous Mode
Hello Nickman, I downloaded your Plugin. And it's really great. There is a question though..

How can I add the anonymous check box in Quick Reply mode and Edit mode? I've been trying for myself, but I cannot get it worked.

Please please give me some hint so that I can sort this out. Thanks!
And one more thing,
When the post is edited, it shows that "This post is edited by USERNAME". Is there any way to avoid this situation?
(This post was last modified: 08-08-2009, 06:11 PM by pouramie)
08-08-2009, 06:08 PM
Find all posts by this user
eternalwolf Offline
Junior Member
**

Posts: 47
Joined: Jan 2009
Reputation: 0
Post: #6
RE: Anonymous Mode
Who can see the real poster of the anonymous post? Or can you set it in the ACP?
(This post was last modified: 08-12-2009, 11:48 AM by eternalwolf)
08-12-2009, 11:48 AM
Find all posts by this user
Nickman Offline
Manager
*******
Management

Posts: 2,680
Joined: May 2008
Reputation: 66
Post: #7
RE: Anonymous Mode
Set in ACP
08-12-2009, 12:21 PM
Visit this user's website Find all posts by this user
ghazal Offline
Pluginer, Themer and MyCoder

Posts: 225
Joined: Jun 2009
Post: #8
RE: Anonymous Mode
Thats nice idea, really nice job nick.. you are best developer no doubt.

Thanks again 001_smile
08-25-2009, 04:54 AM
Find all posts by this user
Andraž Rihtar Offline
Theme designer
Premium Users

Posts: 1,898
Joined: Aug 2009
Reputation: 9
Post: #9
RE: Anonymous Mode
Fantastic plugin Nickman, I think you've overdone yourself with this one Big Grin

Andraž Rihtar - Ex-Support Team Member
08-26-2009, 12:00 AM
Visit this user's website Find all posts by this user
Aero Offline
Junior Member
**

Posts: 4
Joined: Oct 2009
Reputation: 0
Post: #10
RE: Anonymous Mode
I need help. What excatly is below place and below add? Just place them right after it?

Could you please paste a example code.
10-30-2009, 02:50 PM
Find all posts by this user




User(s) browsing this thread: 1 Guest(s)