vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Allow users to self-censor thread titles and post content (https://vborg.vbsupport.ru/showthread.php?t=105209)

StepOnFrog 11-26-2006 09:56 PM

Is this working with 3.6.4 yet?

:confused:

axyr 01-11-2007 10:05 PM

Here here! I would like a vB 3.6 version as well.

StepOnFrog 01-12-2007 07:08 AM

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 ;)

ubblite 02-01-2007 02:59 PM

Quote:

Originally Posted by StepOnFrog (Post 1125919)
Is this working with 3.6.4 yet?

:confused:

Nope, it does not work with vb3.6.4... I have already tested it.

ThunderVamp9 02-16-2007 03:06 AM

Agreed, I'd love to get this working with 3.6.4

StepOnFrog 02-16-2007 03:57 PM

Quote:

Originally Posted by ThunderVamp9 (Post 1183605)
Agreed, I'd love to get this working with 3.6.4

No Chuffing chance! :eek:

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

:(

ssslippy 03-04-2007 02:01 AM

Quote:

Originally Posted by calorie (Post 884104)
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

StepOnFrog 03-04-2007 11:05 PM

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

bplinson 04-05-2007 05:35 AM

Yup, I would like to have this for 3.6.4 also. Will pay for someone to do it. PM ME.

4x4 Mecca 04-23-2007 08:09 PM

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.


All times are GMT. The time now is 05:31 AM.

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.01286 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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