View Single Post
  #23  
Old 10-09-2008, 10:19 PM
za4a tuner za4a tuner is offline
Junior Member
 
Join Date: Aug 2007
Posts: 29
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder 
Default

Paul's plug-in does work, but if you use it,
there will be a pass throug for AEO @ all GARS-forums, you can't use AEO with GARS.


I did it another way:
in template "GARS_editpost" search for:
Code:
<form name="vbform" action="editpost.php" enctype="multipart/form-data" method="post"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
and add under it this code:
Code:
$adv_editform
in template "GARS_newthread" search for:
Code:
<form action="newthread.php<if condition="$show['vb36']">?do=postthread&amp;f=$forumid</if>" method="post" enctype="multipart/form-data" name="vbform"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(this.subject.value, $vboptions[postminchars])"</if>>
and add under it this code:
Code:
$adv_editform
If you did the changes @ the Plug-In (AEO-fix by Paul M), undo the changes


kr Chris
__________________
sorry for my bad english ... my german is much better
Reply With Quote