I just added Flash the other day, here are the changes I made:
download it here:
Only registered users can see links on this board! Get registered or login to the forums!
Quote:
This hack will add a new flash bbcode to your forums.
The bbcode will look like this [swf width=# height=#]url[/swf]
The bbcode will not work if width or height is left out.
This also adds buttons to your posting page so users can add flash easily.
These instructions are based on a fresh install of phpBB 2.0.4 with no other bbcode hacks installed.
If you have other bbcode hacks installed follow the directions very carefully.
Make sure you backup your files before installing this hack.
This hack was created by Curtis Sanderson. (
Only registered users can see links on this board! Get registered or login to the forums!
)
This hack was modified by Ted Herman (kazoom@sympatico.ca) to provide functionality with phpBB 2.0.4.
Speak to Curtis if you have problems, I cannot provide support as I only modified the hack, I did not write it.
This hack will only work in phpBB 2.0.4. If you are using a newer version, try this, but it may not work.
If you are using an older version of phpBB 2, download the older hack at
Only registered users can see links on this board! Get registered or login to the forums!
Support for this and other hacks can be found at
Only registered users can see links on this board! Get registered or login to the forums!
----- After add: ----- If you've installed other bbcode hacks you may already have a 'L_BBCODE_R_HELP' defined. In that case pick a letter that hasn't been used and use it instead of r in this hack. If you changed the letter in this step make sure you change it in all steps.
'L_BBCODE_R_HELP' => $lang['bbcode_r_help'],
----- Save, close, and upload -----
----- Open /language/lang_english/lang_main.php -----
----- Open /templates/subSilver/posting_body.tpl "NOTE" Do this to the theme you use-----
----- Find: -----
f_help = "{L_BBCODE_F_HELP}";
----- After add: -----
r_help = "{L_BBCODE_R_HELP}";
----- Find: ----- In the rest of these steps pay close attention to the numbers if you've installed other bbcode hacks. The numbers should increase by 2 for each bbcode.
----- Find: ----- If you have other bbcode hacks installed do not replace but add ,'[swf width= height=]','[/swf] onto the end so it looks like ,'[swf width= height=]','[/swf]');
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum