Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Reply
 
Thread Tools
ActionScript Syntax Highlighter Details »»
ActionScript Syntax Highlighter
Version: 1.00, by AdmiralB AdmiralB is offline
Developer Last Online: Mar 2006 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 07-17-2004 Last Update: Never Installs: 10
 
No support by the author.

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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-19-2004, 07:55 AM
Smike Smike is offline
 
Join Date: Jun 2002
Location: Fr
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ?
Reply With Quote
  #3  
Old 07-19-2004, 08:04 PM
AdmiralB's Avatar
AdmiralB AdmiralB is offline
 
Join Date: Mar 2004
Location: New Jersey
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 12-30-2004, 04:22 AM
taras taras is offline
 
Join Date: Nov 2003
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how to add the "AS" button into tool bar ?
thanks
Reply With Quote
  #5  
Old 01-08-2005, 11:42 PM
Creative Suite's Avatar
Creative Suite Creative Suite is offline
 
Join Date: May 2004
Location: Kuwait :)
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #6  
Old 02-27-2005, 11:37 PM
CyanBlue CyanBlue is offline
 
Join Date: Oct 2003
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #7  
Old 04-06-2005, 09:49 AM
marc_t marc_t is offline
 
Join Date: Mar 2002
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any news on this?

Cheers...

PS: What about integrating it into 3.0.7.? Anyone tried it?
Reply With Quote
  #8  
Old 04-06-2005, 11:01 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #9  
Old 04-13-2005, 07:41 AM
marc_t marc_t is offline
 
Join Date: Mar 2002
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #10  
Old 05-07-2005, 04:07 PM
gnu-'s Avatar
gnu- gnu- is offline
 
Join Date: Apr 2005
Location: Finland
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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/
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:45 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.04352 seconds
  • Memory Usage 2,290KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete