vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Zoints Anonymous Posting - Improved privacy for members (https://vborg.vbsupport.ru/showthread.php?t=177694)

ktaylor 04-10-2010 07:04 AM

i bet you'd have to create users in order for that to occur and then have the software point to those users, understanding when they should pop in...which might be some fairly extensive coding

dirtycrow 04-20-2010 04:25 AM

Quote:

Originally Posted by BBF (Post 2005336)
I upgraded it by myself to vBulletin 4.
But i need author permission to release it.
His last activity was in April 2009 =\

good lord my site needs this but we've gone with out since we upgraded

Quote:

Originally Posted by New Joe (Post 2005352)
It's one of the last mods I'm waiting for before I move to vB4, maybe PM one of the Mods or Admin on here, see what they say.

I hope they say the update can be released to the public. it looks like the author has left town and isn't coming back.

ktaylor 04-20-2010 05:02 AM

well, that makes me wonder if, since the author is gone, can a new version be put up by a new author then?

the software is open source is it not?

ktaylor 05-04-2010 09:37 AM

well, i went over to the Zoints forum and like others previously, posted a request to either get an update or allow the other member to post his.

and after a week of it being posted, no response. shoot, with that, i'd say they no longer want to own this component.

here's the forum if anyone wants to let them know that there's more than just a few of us interested in getting this upgrade.

http://network.zoints.com/showthread.php?t=5124

Jack Black 05-10-2010 07:47 PM

I started that thread, and have just given them another plea to upgrade it!

MrRem 05-13-2010 09:09 AM

Quote:

Originally Posted by ktaylor (Post 2018770)
i bet you'd have to create users in order for that to occur and then have the software point to those users, understanding when they should pop in...which might be some fairly extensive coding

There was an old Anon Posting mod that did exactly that though.
was for version 2 though.

BirdOPrey5 06-15-2010 04:50 PM

To remove the IP address so mods can't see who it is do the following:

Edit the postbit or postbit legacy template.
Replace the number '51' with the forumid of your anonymous forum.

Find:
Code:

$post[onlinestatus]
Above it add:
Code:

<if condition="$thread['forumid'] != 51"> <!-- START ANON IF -->
Find:
Code:

$post[iplogged]
Below it add
Code:

</if> <!-- END ANON IF -->

Guest190829 07-14-2010 08:43 PM

I took a quick glance at the code, the upgrade to vBulletin 4.0 is very simple, a single template edit; I'll post the template change tomorrow.

This of course is an exact port of the current mod: attachments will still not work, who's online will still show information (but I think you can disable User is Viewing X Thread per forum via the forum manager, which may be a temporary solution)...etc,etc,...

dirtycrow 07-14-2010 08:53 PM

Quote:

Originally Posted by Danny.VBT (Post 2069228)
I took a quick glance at the code, the upgrade to vBulletin 4.0 is very simple, a single template edit; I'll post the template change tomorrow.

This of course is an exact port of the current mod: attachments will still not work, who's online will still show information (but I think you can disable User is Viewing X Thread per forum via the forum manager, which may be a temporary solution)...etc,etc,...

so awesome, thank you!

Guest190829 07-17-2010 03:59 AM

Please TEST these edits before making them live on your active forum. There is no guarantee the code works, I tested it briefly on a single local development forum on vB 4.0.1 !
__________________________________________

1.) Template Edit


Open template "newpost_usernamecode"

Find:

HTML Code:

    </div>
</vb:if>

Add above :

HTML Code:

<vb:else />
<vb:if condition="$show['anonymous']">
              {vb:phrase anon_posting_as} {vb:raw bbuserinfo.musername} <br />
              <label for="cb_anonymous"><input type="checkbox" id="cb_anonymous" class="bginput" name="anonymous" value="1"  <vb:if condition="$vbulletin->GPC['anonymous']">checked="checked"</vb:if>/>{vb:phrase zointsanony_anonymous_post}</label>
</vb:if>


2. ) Add Phrase:


Phrase Type: Posting
Product: Zoints Anonymous Posting
Variable name: anon_posting_as
Text: "Currently Posting As"


All times are GMT. The time now is 06:04 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01309 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete