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 - MARCO1 BBCODE Hide Tags [ hide] [/ hide] (https://vborg.vbsupport.ru/showthread.php?t=235384)

ozzy47 11-10-2013 06:48 PM

ACP --> Plugins & Products --> Plugin Manager, Find the plugin called, MARCO1 Hide BBCODE Functions (M), under the group, MARCO1 Hide BBCODE, edit it

and find this bit of code:

Code:

$MARCO1_NoHideUSG = split(',',$vbulletin->options['MARCO1_NoHideUSG']);
Replace it with this:

Code:

$MARCO1_NoHideUSG = explode(',',$vbulletin->options['MARCO1_NoHideUSG']);
ACP --> Plugins & Products --> Plugin Manager, Find the plugin called, MARCO1 Print Pages Hide BBCODE Functions, under the group, MARCO1 Hide BBCODE, edit it

and find this bit of code:

Code:

$MARCO1_NoHideUSG = split(',',$vbulletin->options['MARCO1_NoHideUSG']);
Replace it with this:

Code:

$MARCO1_NoHideUSG = explode(',',$vbulletin->options['MARCO1_NoHideUSG']);

jjohns12 11-10-2013 06:57 PM

Worked perfect! back up and running.

Thanks again for all your help!

ozzy47 11-10-2013 06:58 PM

Not a problem, glad to help. :)

john7911 11-11-2013 08:39 AM

Hi,
I want to install it but i can't find editor_toolbar_on :(
http://imageshack.us/a/img708/1668/yx8f.png
Where is it?
Thank you ;)

jjohns12 11-11-2013 09:51 AM

Just make a new custom bb code follow instructions ind this post
https://vborg.vbsupport.ru/showthrea...55#post2211355

worked for me!:)

DemOnstar 11-13-2013 08:51 AM

Why do I get a script prompt on this?

Clicking on the little key icon in the editor brings up the tags after I have clicked ok on the script prompt..
'Please enter the option for your [HIDE] tag'. undefined

bosanci28 01-31-2014 02:57 AM

Hmm,was going to try this mod,but also i can't find where is the location off: editor_toolbar_on

ozzy47 01-31-2014 03:02 AM

Quote:

Originally Posted by bosanci28 (Post 2478136)
Hmm,was going to try this mod,but also i can't find where is the location off: editor_toolbar_on

Did you try the suggestion in this post, https://vborg.vbsupport.ru/showthrea...55#post2211355

bosanci28 01-31-2014 03:38 AM

Hi Ozzy , yes i did and it works,but is weird the way it works!,

you create new tread and then i click on the picture to lock it,a pop-up box comes ,i insert my link ,then you must put some link in between ] ...[/hide] , and when you come and reply , you must refresh the page to see the link!

Now i am not sure what this line does:

Require 1 Template edit :
In editor_toolbar_on template find :

Code:



<vb:if condition="!$show['basicbbcodeonly']">

Add Above :
<img src="images/buttons/hide.gif" class="imagebutton" id="{vb:raw editorid}_cmd_wrap0_hide" width="20" height="20" alt="Insert Hide Tags" />

but i never find where to edit that file...

ozzy47 01-31-2014 03:40 AM

If I am not mistaken, that edit is obsolete since vB version 4.1.4, when they introduced the ckeditor.


All times are GMT. The time now is 09:37 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.01535 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_code_printable
  • (1)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