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)

buddysqrrl 12-17-2009 09:52 PM

Simple and effective Mod! Thanks.

I have not found any conflicts or problems with our forum set-up :D

Vaupell 12-18-2009 05:31 PM

Thank you from the future!!!

this also works on vb Rc 4 2009 :D god i love good old mods.

AMG021 01-01-2010 02:32 PM

Can someone please port this into 3.8.4

iyama 01-04-2010 04:07 PM

Please port to vb4 gold:up:

AMG021 01-04-2010 06:11 PM

pleasssseeeeeeeeeeeeeeee

vexvegaz 02-04-2010 08:06 PM

just wanted to post to confirm that it DOES work on vb 4.0.1 with limited issues but functional

MarkD793 02-08-2010 03:51 AM

I have 3.8 and it seemed to be working fine. However it seems after a while my members lose their permission to see the photo( ie: as if they were a non member) Is there a fix to use this on 3.8. I really like and have a solid need for this mod.

kofoid 02-08-2010 01:51 PM

How did y'all get it to work for 4.0.1? I am getting a fatal error

Fatal error: Unsupported operand types in /home/myownoas/public_html/includes/adminfunctions_options.php on line 712

bartek24m 04-13-2010 06:12 AM

Quote:

Originally Posted by kofoid (Post 1977452)
How did y'all get it to work for 4.0.1? I am getting a fatal error

Fatal error: Unsupported operand types in /home/myownoas/public_html/includes/adminfunctions_options.php on line 712

i have the same problem, is there any fix for this ?

Dimoks 05-31-2010 11:44 AM

hi
i need mod for hide only emails...
please help me

mmllc 06-27-2010 06:38 PM

I wish mod creator would come back, this really messing up my board, nothing will make this plugin uninstall. I tried that bitfield workaround on PAGE 8 of this discussion, but to no avail.

https://vborg.vbsupport.ru/showthread.php?t=245360

mmllc 06-28-2010 12:10 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

Uninstall does not work! Same settings with NEW install. This seems like a small problem, but my board relies COMPLETELY on viewers being able to see uploaded images and what not, now, NO ONE can.

Terrona 07-16-2010 11:42 AM

Incredible this product works on vb 4.0.5

only change

Code:

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

To this:
Code:

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

Thank you very much

Karabaja 07-25-2010 03:46 PM

Quote:

Originally Posted by Terrona (Post 2070038)
Incredible this product works on vb 4.0.5

only change

Code:

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

To this:
Code:

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

Thank you very much

Did you have to set Cached Posts Lifespan to 0 ?

Terrona 07-26-2010 08:04 PM

I know not, but regular works, from time to time registered users shows that they can not see links, I have uninstalled

bartek24m 08-16-2010 01:09 AM

i can pay 20 usd for someone who fix this issue:
"only registred users can see message" even for logged users

emreDZ 09-04-2010 07:47 PM

Is there a similar mod working on 4.0.x?

tomko111 09-14-2010 06:02 PM

I have got a problem, when I tick [CODE] in options and click save, then when I come back I see that [CODE] is ticked off, can anyone help me?

desitracker 09-23-2010 05:46 PM

Does it work with vbulltin 3.8.x

Diehardshorty 09-28-2010 03:04 AM

wont save the selected content such as quote img php code on 4.0.6 vb
remains default

SouthEastSxS 12-06-2010 02:09 AM

Hi,

Love this hack great work, I am a bit of a noob but not totally, I wonder if you can help.

I have this blocking images if they are posted via a URL and such aka remote hosted images. Can you tell me how to block You Tube videos and attachments from unregistered folks?

I have made the XML edits to stop the error in admin cp and all is well, just want to block attachments and you tube.

Many Thanks for any help.

genxstan 05-16-2011 09:58 AM

Can you make this mod for Vbulletin 4.1.3?

datoneer 07-29-2011 11:41 AM

Hello
I need help! How can i do this:
Enter the message to display in the forum. This message will appear in place of original BB code content. You can use BB code here to show a text message or to display an image with a link to register. If you use BB code here, you need to allow BB code in your forums or else the BB code will not be parsed.

You can use BB code here to display an image with a link to register
What do i need to write for this?
This is my image
http://imageshack.us/photo/my-images/94/hidden.png/
and this is the link to register http://forum-st.net/register.php

Thanks

alencete 08-12-2011 02:09 AM

Work in 4.1.5 PL1 so no avaible in print version?

Quote:

Originally Posted by datoneer (Post 2226398)
Hello
I need help! How can i do this:
Enter the message to display in the forum. This message will appear in place of original BB code content. You can use BB code here to show a text message or to display an image with a link to register. If you use BB code here, you need to allow BB code in your forums or else the BB code will not be parsed.

You can use BB code here to display an image with a link to register
What do i need to write for this?
This is my image
http://imageshack.us/photo/my-images/94/hidden.png/
and this is the link to register http://forum-st.net/register.php

Thanks

You can use [URL] & [IMG] BBcodes.

Ichigo88 09-18-2011 09:54 AM

please update this nice hack!!!!!

goxy63 09-22-2011 01:58 PM

Please update

Thanks

alencete 12-19-2011 06:53 PM

Quote:

Originally Posted by alencete (Post 2232504)
Work in 4.1.5 PL1 so no avaible in print version?



You can use [URL] & [IMG] BBcodes.

And work on 4.1.9, nice mod!!!! use always!! xDD and i like u can upgrade ur mod XD Thanks xD

DarkUploader 01-14-2012 04:56 PM

Thank you.But fatal error with Vbul 3.8.6.I need hide bb code content.Help me please...

pedrovazquez10 12-03-2012 10:12 PM

"only registred users can see message" why?

Adem GEN? 04-14-2013 10:00 AM

Do you have a 4.2.x version of this?


All times are GMT. The time now is 01:05 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.01466 seconds
  • Memory Usage 1,780KB
  • 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
  • (6)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)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