Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: rah_textile_bar
In hopes that this might help others I thought I’d offer my experience. I installed this plugin and everything seemed great, but when you used it in IE, it would show up the first time you opened an article, then not again. I upgraded to the most recent version of jquery, and everything works great now.
Offline
#86 2009-03-10 18:34:16
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: rah_textile_bar
Hi Jukka,
my best wishes for a speedy recovery!
Martin
Offline
#87 2009-03-19 02:01:44
- Crossbound
- New Member
- From: Florida, USA
- Registered: 2008-05-11
- Posts: 5
Re: rah_textile_bar
I’m getting the same error as CWhite..
A problem occured while loading the plugin: rah_textile_bar -> User_Warning: Field ‘value’ doesn’t have a default value insert into rah_textile_bar set name=‘disable’ on line 82
The buttons appear over the text area as they should and seem to work fine. The fonts in textpattern admin are all supersized. And I don’t seem to be able to disable any of the buttons.
I’ll be playing with it a little more in the next week to see if I can find a solution, but if somebody finds a solution before that, it would greatly be appreciated.
Great work on the Plug-in Jukka.
Billy J.
Offline
Re: rah_textile_bar
Crossbound wrote:
I’m getting the same error as CWhite..
It’s not same error as CWhite’s – a whole different thing ;)
Yours is just a MySQL limitation in strict mode. Fixed in new version, rah_textile_bar 0.3.3. Changelog:
- Fixed error that occured when running MySQL in strict mode, caused by undefaulted not null in install script.
So, should work now and thank you for reporting, Crossbound :)
Last edited by Gocom (2009-03-19 03:02:52)
Offline
#89 2009-03-19 11:10:47
- Crossbound
- New Member
- From: Florida, USA
- Registered: 2008-05-11
- Posts: 5
Re: rah_textile_bar
Thanks Gocom
Will try it out right away..
btw, I had the same error as CWhite’s when he had the uncompressed version installed.. (but yes you are right, not the same for the main issue he posted about. I should have clarified that)
I will have to train a customer on using Textpattern and Textile tonight, so this will make my life a lot easier!
Billy
Offline
#90 2009-03-19 13:20:28
- Crossbound
- New Member
- From: Florida, USA
- Registered: 2008-05-11
- Posts: 5
Re: rah_textile_bar
Jukka,
I still got MySQL error and had to manually change the MySQL install script in the plug-in.
In rah_textile_bar_install() I changed the following:
LONGTEXT NOT NULL default ‘’ -> LONGTEXT NOT NULL
I guess this issue might be somewhat isolated to my MySQL installation..?! :-)
It works like a charm now! Thanks!
Last edited by Crossbound (2009-03-19 13:48:08)
Offline
Re: rah_textile_bar
Crossbound wrote:
I still got MySQL error and had to manually change the MySQL install script in the plug-in.
Lol. fixed one thing and other popped out :D. Well, fixed that too to the 0.3.4 version of the plugin as we others unstricted don’t need default to be inserted.
Crossbound wrote:
It works like a charm now! Thanks!
Nice that you got it working :)
Offline
#92 2009-04-29 07:46:07
- txpnisti
- Member
- Registered: 2009-02-25
- Posts: 23
Re: rah_textile_bar
Maybe this has been reported earlier, but just for info: doesn’t work properly with Opera – only if I refresh the write page, the bar comes visible. In firefox it works without problems though. Txp 4.08.
Offline
Re: rah_textile_bar
txpnisti wrote:
Maybe this has been reported earlier, but just for info: doesn’t work properly with Opera – only if I refresh the write page, the bar comes visible. In firefox it works without problems though. Txp 4.08.
Thank you for reporting and sorry for me taking so long. This have been fixed in the new rah_textile_bar version 0.3.5. Changelog:
- Improved callbacks.
Offline
#94 2009-06-03 07:59:16
- txpnisti
- Member
- Registered: 2009-02-25
- Posts: 23
Re: rah_textile_bar
Hmm… thanks Jukka, but I’m still having this problem. It may be little better now, but still the textile bar appears quite randomly. For example, if I come to write-page, it may be unvisible. If I then click the write tab again, it shows. Just for info, I don’t know how many end users are using Opera anyway ;)
Offline
#95 2009-06-03 08:30:06
- saccade
- Plugin Author
- From: Neubeuern, Germany
- Registered: 2004-11-05
- Posts: 521
Re: rah_textile_bar
Hi Jukka,
it doesn’t work in IE 8 no, 7, sorry: Bold and italic only produce the first textile markers, not the ones behind a word.
In FF 3 everything is well.
Last edited by saccade (2009-06-03 08:35:05)
Offline
Re: rah_textile_bar
saccade wrote:
Hi Jukka,
it doesn’t work in IE8no, 7, sorry: Bold and italic only produce the first textile markers, not the ones behind a word.
In FF 3 everything is well.
Thank you for reporting, saccade.
It’s just a CSS -style on the button. Otherwise it works just fine. But yes, you are correct; there is an runtime error on IE7. That really doesn’t do anything other than an error message. It’s just as annoying as all other IE alerts.
Will look at it. (I hate IE7. Either use version 5.5, 6 or 8. A lot better ;P). Debugging with IEs is to me same as getting HIV. Gocom takes his meds.
txpnisti wrote:
Hmm… thanks Jukka, but I’m still having this problem. It may be little better now, but still the textile bar appears quite randomly. For example, if I come to write-page, it may be unvisible. If I then click the write tab again, it shows.
Hmmm… maybe it is caused by jQuery’s document load. You could try if an other jQuery version fixes it. Will look some more and do more debugging in the next version.
Just for info, I don’t know how many end users are using Opera anyway ;)
Thanks for the info. Means alot. And yes, Opera’s market share is really tiny.
Last edited by Gocom (2009-06-03 10:05:17)
Offline