Log in

View Full Version : ActionScript Syntax Highlighter


AdmiralB
07-17-2004, 10:00 PM
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 (dubucm@wawawoom.com) 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 :

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:

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/showthread.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 (http://www.vbulletin.com/members/membersupport_priority.php) (vB-germany users click here (http://www.vbulletin-germany.com/members/forums.php)) 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/actionscript-syntax-highlight-for-vbulletin-307/ :)

gnu-
05-14-2005, 12:19 AM
Okay, a new bug is found.

If you use it like this
trace ('this is proper AS syntax,');
trace ('but if I happen to own a 19" monitor,');
trace ('the syntax is all ++++ed up');
all will be highlighted wrong.

Anyway, if someone's skilled enough in PHP, it would be nice if someone would do something for this. If I (meaning my skilled friends :D) come up with something, I'll post it here. :)

marc_t
01-08-2006, 06:23 PM
Anyone got it running in 3.5.3? Get an error at Line 32 in ash_as.php "cant redeclare..."

Any help?

marc_t
01-08-2006, 06:26 PM
OK.. that was my fault. Had defined this plug-in two times. NOw I delete one and the error is gone. But [as] tag still isn't working :(