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)
-   -   Hide Various BB Code Content From Users (https://vborg.vbsupport.ru/showthread.php?t=105160)

Makc666 06-12-2009 09:00 AM

Quote:

Originally Posted by ontherun (Post 1828076)
Even If I try to use the setting to enable or disable I get thesame error

Again and again...

Do you ever read the topics, people... :eek:

Read this one https://vborg.vbsupport.ru/showthread.php?p=1815906.

Limode 06-13-2009 11:53 AM

Does not work on vb3.8
I need this hack full support vb3.8 please !!!!!!!!!!!

Concha 07-22-2009 07:41 AM

I Want hide bbcode per forum, and only for unregistered

How how do it?

voter 07-26-2009 02:29 PM

Any idea how to hide the code also in "Show Printable Version" of thread?

cclaerhout 08-03-2009 02:47 AM

Quote:

Originally Posted by Makc666 (Post 1815906)
Read this one:
https://vborg.vbsupport.ru/showpost....0&postcount=99
  • Uninstall
  • Replace in HTML file this one:
    Code:

    <setting varname="hide_bbcode_list" displayorder="200">
    <datatype>number</datatype>

  • To this one:
    Code:

    <setting varname="hide_bbcode_list" displayorder="200">
    <datatype>bitfield</datatype>

  • Install

Thanks :)

voter 08-04-2009 06:35 AM

Unfortunately it produces server performance problem when used with VBSEO 3.2 and vb 3.8.2.

The mysql requests that vbseo is generating, getting stucked and stucked and stucked, so that at end it look like hundreds of requests similar to if you DDoS attack.

Have to uninstall....

RTMdotORG 08-09-2009 04:38 PM

Exactly what i was looking for... with the code edit above, it works for 3.8!!!!

bartek24m 09-01-2009 07:03 AM

some bbcodes stay hidden after guets get registred
i suppose that it might be problem with cached templates

hostmela 10-02-2009 02:32 AM

is ther anyway to exlcude some forums ?

turalo 11-08-2009 08:33 AM

Really nice one, I was looking for this for a long time, thanks.

Here the solution for the problem that some people and me had by editing the setttings

for those who get's an error : Fatal error: Unsupported operand types in adminfunctions_options.php on line 692

do this :

* Uninstall (in product section)
* Replace in HTML file this one: ( you need to change the "number" to "bitfield"

Code:

<setting varname="hide_bbcode_list" displayorder="200">
<datatype>number</datatype>

* To this one:
Code:

<setting varname="hide_bbcode_list" displayorder="200">
<datatype>bitfield</datatype>

* Install (install this product again)


All times are GMT. The time now is 05:31 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.01631 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)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