Some styles don't use the code you want us to replace and the like. Adobe Blue is one example. Any way around this?
EDIT: Sorry, should have given an example:
Find:
<form action="newreply.php?do=postreply&t=$threadid" name="vbform" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
Replace With:
$fb_prepare_submit
<form action="newreply.php?do=postreply&t=$threadid" name="vbform" method="post"<if condition="!is_browser('webtv')"> onsubmit="return fb_prepare_submit(this, 0)"</if>>
I can't do that with some of the templates.
Also, how are they supposed to add the application on Facebook if it goes straight back to the site?
|