Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Offline
Re: rah_textile_bar
Nice plugin…
One small thing I spotted: the acronym button outputs HTML for an abbreviation instead. A button for each would be useful if you ever update it!
Offline
Re: rah_textile_bar
pieman wrote:
One small thing I spotted: the acronym button outputs HTML for an abbreviation instead.
Fixed. New version 0.3.2.
Offline
Re: rah_textile_bar
I just installed this and I just see boxes. Nothing inside the boxes that indicates its purpose. I’m also not using the standard interface. Could this be the cause? If so, are there any solutions?
Am I supposed to add an image file somewhere?
Thanks,
Shige
Offline
Re: rah_textile_bar
Am I supposed to add an image file somewhere?
No, it is decoded to the code itself.
Could this be the cause?
Might.
I’m also not using the standard interface.
Be aware that any modifications should be used with your own risk.
Some questions:
- Do you see image if you go to url similiar to:
http://my-textpattern-site-url.com/?rah_textile_bar_img=image
- If not which PHP version you are using?
- What browser you are using? Does it support negative text-indent? If not, change browser.
Offline
Re: rah_textile_bar
PHP 5.2.6
No image, when I tried it, it says it can’t be displayed because it contains errors.
Using Minefield (Firefox pre 3.1) on OS X. It should support negative text-indent.
Thanks,
Shige
Gocom wrote:
bq. Am I supposed to add an image file somewhere?
No, it is decoded to the code itself.
Could this be the cause?
Might.
I’m also not using the standard interface.
Be aware that any modifications should be used with your own risk.
Some questions:
- Do you see image if you go to url similiar to:
http://my-textpattern-site-url.com/?rah_textile_bar_img=image
- If not which PHP version you are using?
- What browser you are using? Does it support negative text-indent? If not, change browser.
Offline
Re: rah_textile_bar
Gocom wrote:
Using Minefield
Note that minefield isn’t supported nor stable release ;)
Gocom wrote:
No image, when I tried it, it says it can’t be displayed because it contains errors.
If the plugin’s source code is “same as this,“http://rahforum.biz/plugins/rah_textile_bar/source then the problem most likely can be in OS or browser that just somehow has pitty image support. Most likely your server’s PHP build addes empty lines to source, tho browser does read it as invalid because that extra one bit. Or than can be that headers are sent incorrectly by the server. Appear on fcgi.
That does occur in many other cases when image is generated with PHP. Usually that is caused because header sent bugs that appear on fcgi servers. Are you using one? Can you report your errors? Does server save any errors? Could you look at the image with any other browser? If it doesn’t work, then it most likely is server side fault.
Last edited by Gocom (2008-11-25 02:19:25)
Offline
Re: rah_textile_bar
Thanks Gocom!!!
I just updated to 4.0.7 and went back to the default admin. The plugin still didn’t work but I noticed an extra line in the source code for all the pages.
I hunted around and traced it to a file in my plugin cache directory. It was at the end of the file, it seems.
Now it works like it should!
I hope my users find it useful for formatting content.
Thanks again,
Shige
Offline
Offline
Re: rah_textile_bar
Hi Gocom,
any idea why the bar isn’t showing on IE7? (Works fine on FF3)
Thanks!
Offline
Re: rah_textile_bar
maniqui wrote:
Hi Gocom,
any idea why the bar isn’t showing on IE7? (Works fine on FF3)
Thanks!
My two cents are on jQuery. Try to downgrade/upgrade jQuery version that comes with TXP. jQuery again has some issues with browser support.
Previous jQuery stable version worked fine if I remember correctly, so try it. Some functions are non-working on some browser versions – again partially. For example TXP 4.0.6 included worst jQuery release ever.
And, yes, rah_textile_bar has been tested on latest stable TXP, default TXP package jQuery version, IE7 and it definetly works.
Last edited by Gocom (2008-12-20 00:01:14)
Offline
Re: rah_textile_bar
Hi Gocom, thanks for the answer.
It’s a 4.0.6 installation. Upgrading jquery to latest version fixed the issue. :D
Offline