vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - Hide BBCodes/Signatures From Guests/Users (https://vborg.vbsupport.ru/showthread.php?t=318467)

MarkFL 11-29-2016 10:13 PM

Quote:

Originally Posted by Gn_Snake (Post 2578896)
Hi Mark,
Excellent work has long i was looking for an updated plugin.
The problem, for me at least, that i can not hide link in the posts. I put the URL term but does not work.

Help for me??

Thx

Did you test it with an internal or external link?

Gn_Snake 11-30-2016 10:45 AM

Quote:

Originally Posted by MarkFL (Post 2578902)
Did you test it with an internal or external link?

I ran the test with a link pointing to a .rar file inside my domain.

MarkFL 11-30-2016 12:43 PM

Quote:

Originally Posted by Gn_Snake (Post 2578932)
I ran the test with a link pointing to a .rar file inside my domain.

Okay, it is only external links that are hidden when you include the URL BBCode to the list. :)

Gn_Snake 11-30-2016 06:05 PM

Quote:

Originally Posted by MarkFL (Post 2578934)
Okay, it is only external links that are hidden when you include the URL BBCode to the list. :)

Okay understood. And 'possible to think that it will include the function of "hide" for internal links?

MarkFL 11-30-2016 07:17 PM

Update - Version 1.6:
  • Added setting to allow for internal links to be hidden.

Gn_Snake 12-01-2016 08:39 AM

Quote:

Originally Posted by MarkFL (Post 2578955)
Update - Version 1.6:
  • Added setting to allow for internal links to be hidden.

Simply P E R F E C T !!!
Thanks very much!

creative-friend 12-02-2016 02:44 AM

great job MarkFL

Gn_Snake 12-28-2016 07:51 AM

Hi MarkFL,
Occasionally i noticed that your plugin comes into conflict with this i installed: https://vborg.vbsupport.ru/showthread.php?t=269048

If a guest connects to my forum you are unable to view the list but the code added by me to activate it. Only registered users can see properly the alphabetical list.
You can see the effect at this address: http://www.hardwaregame.it/forum/lis...o-reale-10334/

Disabling this plugin it works

MarkFL 12-28-2016 12:12 PM

Quote:

Originally Posted by Gn_Snake (Post 2579949)
Hi MarkFL,
Occasionally i noticed that your plugin comes into conflict with this i installed: https://vborg.vbsupport.ru/showthread.php?t=269048

If a guest connects to my forum you are unable to view the list but the code added by me to activate it. Only registered users can see properly the alphabetical list.
You can see the effect at this address: http://www.hardwaregame.it/forum/lis...o-reale-10334/

Disabling this plugin it works

Okay, let's try this...go to the plugin associated with this product titled "Determine If User Has Replied To Thread (If Applicable)" and locate the line near the top:

PHP Code:

if ($vbulletin->options['markfl_hbfg_active'] AND array_intersect(explode(','$foruminfo['parentlist']), explode(','$vbulletin->options['markfl_hbfg_forums']))) 

Change this line to read:

PHP Code:

if ($vbulletin->options['markfl_hbfg_active'] AND array_intersect(explode(','$foruminfo['parentlist']), explode(','$vbulletin->options['markfl_hbfg_forums'])) AND !in_array($threadinfo['threadid'], array(XXXXXYYYYY, ...))) 

Change the part "XXXXX, YYYYY, ..." to a comma-delimited list of the threadids of any threads for which you wish to disable my product.

Gn_Snake 12-28-2016 12:36 PM

Quote:

Originally Posted by MarkFL (Post 2579957)
Okay, let's try this...go to the plugin associated with this product titled "Determine If User Has Replied To Thread (If Applicable)" and locate the line near the top:

PHP Code:

if ($vbulletin->options['markfl_hbfg_active'] AND array_intersect(explode(','$foruminfo['parentlist']), explode(','$vbulletin->options['markfl_hbfg_forums']))) 

Change this line to read:

PHP Code:

if ($vbulletin->options['markfl_hbfg_active'] AND array_intersect(explode(','$foruminfo['parentlist']), explode(','$vbulletin->options['markfl_hbfg_forums'])) AND !in_array($threadinfo['threadid'], array(XXXXXYYYYY, ...))) 

Change the part "XXXXX, YYYYY, ..." to a comma-delimited list of the threadids of any threads for which you wish to disable my product.

Okay, little problem. How do I find the ID of a thread?


All times are GMT. The time now is 04:58 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.01134 seconds
  • Memory Usage 1,765KB
  • 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_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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