vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   ActionScript Syntax Highlighter (https://vborg.vbsupport.ru/showthread.php?t=67329)

AdmiralB 07-17-2004 10:00 PM

ActionScript Syntax Highlighter
 
ActionScript Syntax Highlighter
Tested on vBulletin 3.0.0 Gold

What does this do?
This hack will highlight your Flash ActionScript when in [as] tags. This comes in extremely handy when your forums deal with Flash. All functions, properties, identifiers, and everything else is covered.

Credits:
Big thanks to Martin Dubuc for writing the main script. Martin specified in his file that "This script is freeware and can be used without any restrictions".

Installation Overview:
Files to Upload: (1)
-- includes/ash_as.php
Files to Edit: (1)
-- includes/functions_bbcodeparse.php
Templates to Add: (1)
-- bbcode_as

More Information:
If the set colors conflict with you current color scheme, you can change them to whatever you want. They are located in the beginning of the ash_as.php file. On another note, the ash_as.php file is a whopping 35 kilobytes. This will definitely make the page loads on showthread slower. If you really want it, then it's worth the load.

Smike 07-19-2004 07:55 AM

Very clever hack but :
Quote:

require_once('./includes/functions_bbcodeparse_custom_created.php');
functions_bbcodeparse_custom_created.php don't existe in v 3.0.1.

How can i include ash_as.php ?

AdmiralB 07-19-2004 08:04 PM

Try putting the include under the following in functions_bbcodeparse.php:

PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

That should work bearing that the way bbcodes are handled hasn't changed much.

taras 12-30-2004 04:22 AM

how to add the "AS" button into tool bar ?
thanks

Creative Suite 01-08-2005 11:42 PM

thanks for nice hack

taras

in editor_toolbar_standard template

find

########
<if condition="$show['code_bbcode']">
<td><div class="imagebutton"><a href="#" onclick="return vbcode('CODE', '')"><img src="$stylevar[imgdir_editor]/code.gif" alt="$vbphrase[wrap_code_tags]" width="21" height="20" border="0" /></a></div></td>
</if>
########
below add
########
<td><div class="imagebutton"><a href="#" onclick="return vbcode('as', '')"><img src="$stylevar[imgdir_editor]/code.gif" alt="Action Script" width="21" height="20" border="0" /></a></div></td>

########

that's all

CyanBlue 02-27-2005 11:37 PM

Somebody in our community reported a bug... Can this be fixed???

Basically it goes with the \ getting escaped and the wrong use of the smiley, I guess... You will see what I mean when you see this thread...

http://www.actionscript.org/forums/s...d.php3?t=66248

Thanks alot... :)

marc_t 04-06-2005 09:49 AM

Any news on this?

Cheers...

PS: What about integrating it into 3.0.7.? Anyone tried it?

Marco van Herwaarden 04-06-2005 11:01 AM

CyanBlue,

You are currently showing up as unlicensed. To be able to download hacks and/or receive support here at vBulletin.org, we ask you to please click here (vB-germany users click here) and enter your email address, to show us that you are licensed.

You will need to use your customer number and password (which will be in the email you got when you paid for your license) to access that page. Please note that your email is case sensitive. The update of your account may take up to one hour.

Thank you.

marc_t 04-13-2005 07:41 AM

Tried to get bihind the error, but without success. Someone else already fixed this issue, mentioned above?

Also another problem occured with Firefox:
http://www.flashforum.de/forum/showthread.php?t=163120
Scroll down a little bit and see the code running out of the box. Just turned off the overflow... any idea?

Thanks!
marc

gnu- 05-07-2005 04:07 PM

Hmm. Okay, 'cause everyone's asking so much I'll put this here, don't know if it helps anyone, but I got it to work this way. (We have vb3.0.7)

http://www.aamukaste.org/2005/05/07/...vbulletin-307/ :)


All times are GMT. The time now is 06:53 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.01589 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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