Support Forum Project Downloads FAQ Documentation About Demo Tutorials Blog Plugins
July 04, 2009, 05:28:40 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Mark your threads as "solved"
There is a new feature on the support boards that allows thread starters to mark their threads as solved for the benefit of others with similar issues.
[more]
   Home   Help Search Board rules Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Add quicktags  (Read 4281 times)
0 Members and 1 Guest are viewing this topic.
dwo Topic starter
Coppermine frequent poster
***
Switzerland Switzerland

Posts: 134


« on: July 01, 2008, 10:13:04 pm »

Hello.

I searched a way to add quicktags to the comment field.

I found http://alexking.org/projects/js-quicktags

Download, tweak the .js file to your needs, upload it to root and edti theme.php function

Code:
// HTML template for the form to add comments
if (!isset($template_add_your_comment)) { //{THEMES}
...

Code:
<!-- BEGIN input_box_no_smilies -->
                                <td class="tableb_compact">
                                <textarea class="textinput" id="message" name="msg_body" style="width: 550px;" rows="6"></textarea>
  <script class="comment_button" type="text/javascript">edToolbar('message');</script>
<!-- END input_box_no_smilies -->

This adds quicktags.

I think adding them anywhere, eg description is as easy.

Do not forget to pay at least the one dollar 35 Wink

Only formatting the buttons with css didnt work...

regards, Dietmar

Logged
dwo Topic starter
Coppermine frequent poster
***
Switzerland Switzerland

Posts: 134


« Reply #1 on: July 02, 2008, 08:31:12 am »

Of course, you additionally have to call the script in template.html with <script ... command.
Logged
dwo Topic starter
Coppermine frequent poster
***
Switzerland Switzerland

Posts: 134


« Reply #2 on: July 02, 2008, 08:54:00 am »

Just found out:

To format the button, you have to insert code into the .js file.

Code:
default:
document.write('<input class="comment_button" type="button" id="' + button.id + '_' + which + '" ' + accesskey + ' class="ed_button" onclick="edInsertTag(\'' + which + '\', ' + i + ');" value="' + button.display + '"  />');
break;
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.062 seconds with 18 queries.