You are not logged in.
#1 2005-12-13 16:49:49
- cwhisperer
- Member
- Registered: 2004-11-29
- Posts: 16
iBrowser V1.3.2
Some css layout issues has been fixed with Firefox 1.5 and updated phpThumb to the latest version.
www.m4u.eu the easiest way to send your sms
Offline
#2 2005-12-20 19:55:52
- indeh
- Member
- Registered: 2005-06-20
- Posts: 7
Re: iBrowser V1.3.2
Version 1.3.2 still has the problem where the file input field overlaps the green/white "Upload image" submit button, making it impossible to click the submit button (Firefox 1.5 OS X). It's necessary to edit the ibrowser.php file and change the size="53" for the "nfile[]" input to something smaller.
Offline
#3 2005-12-20 21:12:05
- mmjaeger
- Member
- Registered: 2004-12-27
- Posts: 221
Re: iBrowser V1.3.2
indeh wrote:
Version 1.3.2 still has the problem where the file input field overlaps the green/white "Upload image" submit button, making it impossible to click the submit button (Firefox 1.5 OS X). It's necessary to edit the ibrowser.php file and change the size="53" for the "nfile[]" input to something smaller.
this is correct - however, this is need only in Firefox on Mac - firefox on windows works fine as does IE.
Offline
#4 2005-12-23 18:31:31
- indeh
- Member
- Registered: 2005-06-20
- Posts: 7
Re: iBrowser V1.3.2
I am seeing another problem with ibrowser 1.3.2 and tinymce 2.0.1. After inserting an image, selecting the image in the textarea/editor, and hitting the ibrowser button again, the "Properties" icon remains grayed out (and when clicked you get the javascript alert "Error: No image is selected!"). It is not possible to edit the properties of an already inserted image. This is occurring in both IE6 and Firefox (Windows and Mac). I haven't encountered this problem with past versions.
Offline
#5 2006-01-08 18:18:08
- Welly
- Member
- Registered: 2005-12-13
- Posts: 1
Re: iBrowser V1.3.2
I'm having a problem with iBrowser. I upload and insert an image, however for whatever reason, the image shows in the editor, however when the form is submitted, all that is stored is, for example, <img title="image" />
Any ideas why this might be happening?
Offline
#6 2006-01-09 08:12:01
- mmjaeger
- Member
- Registered: 2004-12-27
- Posts: 221
Re: iBrowser V1.3.2
indeh wrote:
I am seeing another problem with ibrowser 1.3.2 and tinymce 2.0.1. After inserting an image, selecting the image in the textarea/editor, and hitting the ibrowser button again, the "Properties" icon remains grayed out (and when clicked you get the javascript alert "Error: No image is selected!"). It is not possible to edit the properties of an already inserted image. This is occurring in both IE6 and Firefox (Windows and Mac). I haven't encountered this problem with past versions.
I'm sorry to hear that you're having problems - I installed ibrowser with the latest tinyMCE version, but couldn't find any problems yet. - anybody else experiencing this issue?
Offline
#7 2006-01-09 09:43:29
- frankblack
- Member
- Registered: 2005-12-28
- Posts: 155
Re: iBrowser V1.3.2
Yes I had this no-image-selected-problem too with ibrowser and imanager. But there was a patch I found here:
http://sourceforge.net/tracker/index.ph … tid=738747
I tried it for both plugins and it worked for me.
Offline
#8 2006-01-09 10:02:50
- revyag
- Member
- Registered: 2005-06-13
- Posts: 3
Re: iBrowser V1.3.2
Hello.
I have problem with configuration.
config.inc.php
1-st case:
Code:
$cfg['ilibs'] = array (
array (
'value' => 'C://Program Files/Apache Group/Apache2/htdocs/projects/page/img/',
'text' => 'Pictures',
)
);In this case I'have an error "Error building image list!". I looked into source code and in library select html was this:
Code:
<select class="fldlg" id="ilibs" name="ilibs" size="1" onChange="ilibsClick(this);">
<option value="/C://Program Files/Apache Group/Apache2/htdocs/projects/page/img/" selected="selected">Pcitures</option>
</select>So, what is with that slash ? Do I have to disable adding it somewhere ?
--
2-nd case:
Code:
$cfg['ilibs_dir']=array('C://Program Files/Apache Group/Apache2/htdocs/projects/page/img/');
$cfg['ilibs_dir_show']=true;
$cfg['ilibs_inc']=realpath(dirname(__FILE__) . '/../scripts/rdirs.php');and when I'm opening ibrowser on the top of window an error appears:
"Warning: opendir(C:/Program Files/Apache Group/Apache2/htdocsC:/Program Files/Apache Group/Apache2/htdocs/projects/page/img/): failed to open dir: Invalid argument in C:\Program Files\Apache Group\Apache2\htdocs\projects\page\admin\js\tinymce\plugins\ibrowser\scripts\rdirs.php on line 29
directory error".
Thanks for help.
Offline
#9 2006-01-09 10:07:43
- mmjaeger
- Member
- Registered: 2004-12-27
- Posts: 221
Re: iBrowser V1.3.2
try this:
'value' => /projects/page/img/',
Offline
#12 2006-01-09 15:41:31
- unfold
- Member
- Registered: 2005-10-09
- Posts: 56
Re: iBrowser V1.3.2
Has anyone else had the problem where capital latters dissapear from the directory-structure dropdown?
Offline
#13 2006-01-18 22:46:15
- jtnt
- Member
- Registered: 2006-01-18
- Posts: 2
Re: iBrowser V1.3.2
Anyone know of a way to make it so iBrowser goes directly to the "insert" screen rather than always having to get the "About" page, which contains reference to the very client-unfriendly "FCKEditor," among other things?
Offline
#14 2006-02-03 11:48:23
- Philz
- Member
- Registered: 2006-01-12
- Posts: 4
Re: iBrowser V1.3.2
Hi, Thanks for a great plugin.
I have no problem selecting images, but when I press insert nothing happens. I dont see the picture in the textare. What do I do wrong?
Thanks a lot in advance ![]()
Offline
#15 2007-03-13 23:57:52
- nomad
- Member
- Registered: 2007-03-07
- Posts: 8
Re: iBrowser V1.3.2
I'm wondering how to add more styles to the Style pulldown on the properties. The current options are defalt, alight right and align right. I'd like to add my own custom styles.
I lppled through the php code but couldn't determine where the options are set.
Thanks.
Offline
#16 2007-03-14 07:12:49
- mmjaeger
- Member
- Registered: 2004-12-27
- Posts: 221
Re: iBrowser V1.3.2
nomad wrote:
I'm wondering how to add more styles to the Style pulldown on the properties. The current options are defalt, alight right and align right. I'd like to add my own custom styles.
I lppled through the php code but couldn't determine where the options are set.
Thanks.
you can add more in the config file
Offline
© 2003-2010