Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Allow users to self-censor thread titles and post content Details »»
Allow users to self-censor thread titles and post content
Version: 1.0.0, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-12-2006 Last Update: 01-13-2006 Installs: 38
DB Changes Uses Plugins
 
No support by the author.

Allow users to self-censor thread titles and post content.

This mod makes a custom profile field where users can enter words to censor, like admins do in the ACP, except the user's censoring only appears to that user.

No screenshot is necessary; it looks the same as 'regular' censoring.

If you install this mod, click install. If you uninstall this mod, click uninstall.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 11-26-2006, 09:56 PM
StepOnFrog StepOnFrog is offline
 
Join Date: Apr 2006
Location: The Pub
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this working with 3.6.4 yet?

Reply With Quote
  #33  
Old 01-11-2007, 10:05 PM
axyr axyr is offline
 
Join Date: Jun 2005
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here here! I would like a vB 3.6 version as well.
Reply With Quote
  #34  
Old 01-12-2007, 07:08 AM
StepOnFrog StepOnFrog is offline
 
Join Date: Apr 2006
Location: The Pub
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Calorie,

There's been no response to this Mod for ages and ages, and there's been a good number of Vb Versions released since it's appearance.

Please can you reply with some indication as to whether this Mod will work with vB 3.6 or not, or what would need to be changed if it could be made to do such. Also, if possible, would this Mod work with vBAdvanced (current version).

I have a forum where swearing is a great norm, and I don't want to censor words that swearing users don't want censored. This Mod seems to be the thing I'm looking for, and certainly a fair number of other users seem in the same frame of mind.

Or, any other coder who can help would be great.

Thanks,

Step
Reply With Quote
  #35  
Old 02-01-2007, 02:59 PM
ubblite ubblite is offline
 
Join Date: Jan 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by StepOnFrog View Post
Is this working with 3.6.4 yet?

Nope, it does not work with vb3.6.4... I have already tested it.
Reply With Quote
  #36  
Old 02-16-2007, 03:06 AM
ThunderVamp9 ThunderVamp9 is offline
 
Join Date: Oct 2005
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Agreed, I'd love to get this working with 3.6.4
Reply With Quote
  #37  
Old 02-16-2007, 03:57 PM
StepOnFrog StepOnFrog is offline
 
Join Date: Apr 2006
Location: The Pub
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ThunderVamp9 View Post
Agreed, I'd love to get this working with 3.6.4
No Chuffing chance!

The last technical post regarding this mod was about February last year. All posts since then have, basically, been requests.

Reply With Quote
  #38  
Old 03-04-2007, 02:01 AM
ssslippy ssslippy is offline
 
Join Date: Jan 2006
Posts: 877
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by calorie View Post
They are not heavy queries, but if you want to be rid of them...

In the Self Censor Init Startup plugin find:
Code:
	$sc_ds_query = $db->query_first("SELECT data
					FROM " . TABLE_PREFIX . "datastore
					WHERE title = 'sc_profile_plus'
	");

	$sc_ds_profile_id = unserialize($sc_ds_query['data']);
	$sc_field_name = "field".$sc_ds_profile_id;
And replace with the following after mod installation:
Code:
	$sc_field_name = "fieldX"; // set fieldX to the actual field name

Using this code and creating my own mutli line text box and manually put in the field#. This is in 3.6.5
Reply With Quote
  #39  
Old 03-04-2007, 11:05 PM
StepOnFrog StepOnFrog is offline
 
Join Date: Apr 2006
Location: The Pub
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ssslippy,

Quote:
Using this code and creating my own mutli line text box and manually put in the field#. This is in 3.6.5
Not sure how to carry out these instructions... or, how they make this MOD work with 3.6.x

Please can you be a bit clearer?

Thanx,

Step...
:-D
Reply With Quote
  #40  
Old 04-05-2007, 05:35 AM
bplinson bplinson is offline
 
Join Date: Jul 2004
Location: Ohio
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yup, I would like to have this for 3.6.4 also. Will pay for someone to do it. PM ME.
Reply With Quote
  #41  
Old 04-23-2007, 08:09 PM
4x4 Mecca 4x4 Mecca is offline
 
Join Date: Feb 2007
Posts: 396
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To use on 3.6.4

First install the product. And follow the readme about making sure censoring is enabled.

Then Go to your admin CP, click on the option

User Profile Fields

Then click on

Add New User Profile Field

Choose from the drop down
Multiple-Line Text Box

Title: Self Censor Posts
Description: Enter words here you would like to censor out of posts. For example, if you don't want to see swear words, enter them here.
Max Length: 200
Field Length: 72 (May be different for your skin, this is the width of the input box)
Field Searchable on Members List: No

Then select
"options: other" as the display page

Now you can see your field in the list. Make a note of the field number, for example 'field26'

Then do the mod here, but replace FieldX with 'field26' Or what ever your field number is.

That should be it. I may have left out a step, let me know if I did.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:03 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09315 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete