Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] LMB^Box Comment Quicktags -> not quite working? (http://forum.bytesforall.com/showthread.php?t=649)

lctkw Mar 5, 2009 07:26 AM

[SOLVED] LMB^Box Comment Quicktags -> not quite working?
 
I'm trying to add the quicktags to my comment forms, I've read in some of Flynn's other posts that it's supposed to work out of the box, I've installed it but the tags don't seem to be showing (on Firefox or Safari, OSX). All I'm getting is a 'Quicktags:' line that links to http://codex.wordpress.org/Main_Page#Quicktags - I don't think there's any real content there!

The blog's at http://waslost.thecoffeespoon.net - hopefully one of you can take a look and suggest what might be wrong? I'll be happy to provide more information if required.

Flynn Mar 5, 2009 07:30 AM

Lmb box is one of the plugins where you need to upload only the file, not the whole folder, to /wp-content/plugins/

You should (but don't) have this:

/wp-content/plugins/lmbbox-comment-quicktags.php

lctkw Mar 5, 2009 07:39 AM

right. fixed! that'll teach me to ignore readme files.

thanks a lot for the fast reply!

Flynn Mar 5, 2009 08:11 AM

And you're right about the "Quicktags" link, it leads to nowhere

From the Atahualpa README.txt:

Optional: Edit lmbbox-comment-quicktags.php:
1) To remove the link "Quicktags", delete the line 243
HTML Code:

<a href="http://codex.wordpress.org/index.php/Write_Post_SubPanel#Quicktags" title="Help With Quicktags">Quicktags</a>:
2) To fix a not validating tag, change line 276
PHP Code:

 <script type="text/javascript" language="javascript" src="<?php echo get_settings('siteurl'); ?>/wp-content/plugins/lmbbox-comment-quicktags.php"></script>

to
PHP Code:

 <script type="text/javascript" src="<?php echo get_settings('siteurl'); ?>/wp-content/plugins/lmbbox-comment-quicktags.php"></script>



All times are GMT -6. The time now is 04:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.