Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 12:35 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 170 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6
Author Message
Posted: Tue May 13, 2008 10:08 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Aug 12, 2007 9:27 pm
Posts: 1
When I tried to edit an existing static content item with the JCK editor, it moved text around...things at the top were moved to the bottom, etc. I could not use it this way and decided to uninstall.

After uninstalling, I am having issues with users not being authorized to view resources that they should be able to view. From what I read, JCK has functionality related to checking if a user is logged in, and I am guessing, also the user's access level. Does something related to this remain even after the uninstall? I need to understand what is done to my files and database when JCK is installed and how to completely remove everything.

I have tested this to verify that the uninstall is causing my problem. I restored my test site from a backup of my production site that had JCK installed. I did not have these issues. I uninstalled JCK and immediately checked for the problem, and it was there.

Can anyone help me with this issue? Thanks in advance if you can!


Top
  E-mail  
 
Posted: Wed Jun 04, 2008 5:22 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Oct 26, 2006 4:28 pm
Posts: 45
New Joomla 1.5.x native version released!

http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,3093/Itemid,35/


Top
   
 
Posted: Wed Jun 04, 2008 11:22 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jan 03, 2008 12:06 pm
Posts: 47
Problems / Issues :

1) internal Joomla content item links
links seems to ignore any related itemID. So, a click on the JCK generated link leads to the full display and the frontpage (itemID 1)!
For example, JCE genrated links recognize any relation to a menuitem (blog,list,article) and uses the "correct" active item and displays the full article in the right context (that might be the highlighted menu or submenu and the associated Modules!)

2)Image Manager and local test environment (MAMP)
The install in a subfolder seems to work and is not the real problem. MAMP and i guess other local server contain a port-adress like this:
hxxp://localhost:8888/MyJoomlaFolder/im ... yImage.jpg

editing a placed image with double-click or via the imagemanger icon in toolbar has some issues. though, the source code seems right... there is a strange path in the manager. i see this in the path field:
/:8888MyImageSubfolder/MyImage.jpg

Closing and re-enering the Manager appends the port-adress again!:
/:8888:8888MyImageSubfolder/MyImage.jpg

Could you please solve this? Maybe the image manager should strip-out the portnumber from ":" until the next "/" ...

3) editor width in frontend
The editor does not spread to 100% width (it is collapsing and hiding a lot of icons on the right hand)
I tried a fixed pixel width... It seems to work, is this the right solution?


TIA!!!


Top
  E-mail  
 
Posted: Fri Jun 06, 2008 9:39 am 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Jan 18, 2006 1:28 pm
Posts: 462
Firstly, JCK is the editor of choice for Joomla!

I am using it with ja_submit for members to submit content. I have been playing with templates, as an example this is supposed to give a column of text and a column of pictures, each with a caption:
<div style="float: left; width: 30%">INSTRUCTIONS: <br />
The maximum width for a picture on this page is 400 pixels!<br />
Upload/link your pictures by right clicking on a picture placeholder, ImageProperties, Browse Server. <br />
Delete any template image placeholders that you dont need! <br />
Replace all this text with your own!</div>
<div style="float: right; width: 68%"><img style="clear: left; float: left; margin: 0.5em" height="100" alt=" " width="100" />
<div style="clear: left; float: left">picture 1 caption</div>
<img style="clear: left; float: left; margin: 0.5em" height="200" alt=" " width="300" />
<div style="clear: left; float: left">picture 2 caption</div>
<img style="clear: left; float: left; margin: 0.5em" height="100" alt=" " width="100" />
<div style="clear: left; float: left">picture 3 caption</div>
<img style="clear: left; float: left; margin: 0.5em" height="100" alt=" " width="100" />
<div style="clear: left; float: left">picture 4 caption</div>
</div>


It displays the image placeholders perfectly.
With Firefox, right clicking on one and selecting an image works fine, I get this code:
<div style="width: 30%; float: left;">INSTRUCTIONS: <br />
The maximum width for a picture on this page is 400 pixels!<br />
Upload/link your pictures by right clicking on a picture placeholder, ImageProperties, Browse Server. <br />
Delete any template image placeholders that you dont need! <br />
Replace all this text with your own!</div>
<div style="width: 68%; float: right;">
<img width="150" height="96" style="margin: 0.5em; float: left; clear: left;" alt=" " src="/gilbertstone/images/stories/fruit/pears.jpg" />
<div style="float: left; clear: left;">picture 1 caption</div>

However, with IE(6 or 7) the image gets inserted in front of the template code:
<img height="96" width="150" alt="" src="/gilbertstone/images/stories/fruit/pears.jpg" />
<div style="float: left; width: 30%">INSTRUCTIONS: <br />
The maximum width for a picture on this page is 400 pixels!<br />
Upload/link your pictures by right clicking on a picture placeholder, ImageProperties, Browse Server. <br />
Delete any template image placeholders that you dont need! <br />
Replace all this text with your own!</div>
<div style="float: right; width: 68%"><img style="clear: left; float: left; margin: 0.5em" height="100" alt=" " width="100" />
<div style="clear: left; float: left">picture 1 caption</div>


I have tried with Safari (on my PC) too. It seems to insert the image OK, though I dont get the "Image Properties" option with right click, I have to use the image manager button.

Well I am mystified! Is this a browser incompatibility, or is my template HTML faulty?


Top
  E-mail  
 
Posted: Fri Jun 06, 2008 11:24 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Oct 26, 2006 4:28 pm
Posts: 45
rexkramer wrote:
Problems / Issues :

1) internal Joomla content item links
links seems to ignore any related itemID. So, a click on the JCK generated link leads to the full display and the frontpage (itemID 1)!
For example, JCE genrated links recognize any relation to a menuitem (blog,list,article) and uses the "correct" active item and displays the full article in the right context (that might be the highlighted menu or submenu and the associated Modules!)

2)Image Manager and local test environment (MAMP)
The install in a subfolder seems to work and is not the real problem. MAMP and i guess other local server contain a port-adress like this:
hxxp://localhost:8888/MyJoomlaFolder/im ... yImage.jpg

editing a placed image with double-click or via the imagemanger icon in toolbar has some issues. though, the source code seems right... there is a strange path in the manager. i see this in the path field:
/:8888MyImageSubfolder/MyImage.jpg

Closing and re-enering the Manager appends the port-adress again!:
/:8888:8888MyImageSubfolder/MyImage.jpg

Could you please solve this? Maybe the image manager should strip-out the portnumber from ":" until the next "/" ...

3) editor width in frontend
The editor does not spread to 100% width (it is collapsing and hiding a lot of icons on the right hand)
I tried a fixed pixel width... It seems to work, is this the right solution?


TIA!!!


Is this site PHP4 or 5? I think I may have a bug that only shows up in PHP4.


Top
   
 
Posted: Sat Jun 07, 2008 3:00 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jan 03, 2008 12:06 pm
Posts: 47
milesmowbray wrote:
rexkramer wrote:
Problems / Issues :

1) internal Joomla content item links
links seems to ignore any related itemID. So, a click on the JCK generated link leads to the full display and the frontpage (itemID 1)!
For example, JCE genrated links recognize any relation to a menuitem (blog,list,article) and uses the "correct" active item and displays the full article in the right context (that might be the highlighted menu or submenu and the associated Modules!)

2)Image Manager and local test environment (MAMP)
The install in a subfolder seems to work and is not the real problem. MAMP and i guess other local server contain a port-adress like this:
hxxp://localhost:8888/MyJoomlaFolder/im ... yImage.jpg

editing a placed image with double-click or via the imagemanger icon in toolbar has some issues. though, the source code seems right... there is a strange path in the manager. i see this in the path field:
/:8888MyImageSubfolder/MyImage.jpg

Closing and re-enering the Manager appends the port-adress again!:
/:8888:8888MyImageSubfolder/MyImage.jpg

Could you please solve this? Maybe the image manager should strip-out the portnumber from ":" until the next "/" ...

3) editor width in frontend
The editor does not spread to 100% width (it is collapsing and hiding a lot of icons on the right hand)
I tried a fixed pixel width... It seems to work, is this the right solution?


TIA!!!


Is this site PHP4 or 5? I think I may have a bug that only shows up in PHP4.


PHP 5 !
(e-living MAMP 1.7.1)


Top
  E-mail  
 
Posted: Sat Jun 07, 2008 4:56 am 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Thu Aug 18, 2005 2:09 am
Posts: 2818
Location: California
rexkramer wrote:
PHP 5 !
(e-living MAMP 1.7.1)


Yeah.
That's helpful.
PHP 5.
Is that PHP 5.0.4?
Is that PHP 5.1.4?
Is that PHP 5.2.4?
They are different you know, or maybe you don't.
Yeah everyone uses MAMP so we all know all the component versions included.
I use XAMPP 1.6.6a - what version of PHP is included?
Please tell me - then you can show us you wasted x amount of time trying to find that information.
Where is the roll-eyes smilie?

_________________

██ AllVideos Reloaded extension Help forum

http://joomlacode.org/gf/project/allvideos15/forum/?action=ForumBrowse&forum_id=7581


Top
   
 
Posted: Sat Jun 07, 2008 3:27 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jan 03, 2008 12:06 pm
Posts: 47
kenmcd wrote:
rexkramer wrote:
PHP 5 !
(e-living MAMP 1.7.1)


Yeah.
That's helpful.
PHP 5.
Is that PHP 5.0.4?
Is that PHP 5.1.4?
Is that PHP 5.2.4?
They are different you know, or maybe you don't.
Yeah everyone uses MAMP so we all know all the component versions included.
I use XAMPP 1.6.6a - what version of PHP is included?
Please tell me - then you can show us you wasted x amount of time trying to find that information.
Where is the roll-eyes smilie?


Your comment deserves a roll-eyes smiley!
The problem itself is described in detail... more details then i see in any other post IMHO.
I never saw something like that in XAMP or on any other WIN Test environment... so, i stated the MAC server here! My hope was to here a comment from the developer and/or any MAMP user who has seen this adress issue.
I remember, i`ve seen a similar problem in an early release of the JA-Purity template... there were some lines/commands which built the joomla template path... i did serveral detailed posts as well. Even the template developer had no clue! Only a comparison with an older JA template solved it for me (though i am not a real coder, i exchanged the mentioned lines and it worked somehow!). Funny, but that is almost the case... i wonder why fulltime-coders and PHP-experts don´t have answers to common and well-known problems (for example: the PHP memory parameter!!! Which was new to me... but not for a developer. That cost nerves, time and money)

BTW, i temporarily switched to PHP 4.4.7. Same thing! So, i guess the PHP version is not to blame !?!
And the previously posted problem especially investigated for "kenmcd": PHP 5.2.5 ;)


Top
  E-mail  
 
 Post subject: Caption
Posted: Mon Jun 09, 2008 10:54 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jan 03, 2008 12:23 pm
Posts: 34
It would be really nice with a caption option to the image fuction. Something like the mosimage caption, without being forced to use the mosimage function of course...

The JCK is the best wysiwyg I found, but this function would make it even better!

Anybody got another solution to the caption problem? Some easy way for non-expert users to easily type a caption to the images they apply to the articles...


Top
  E-mail  
 
Posted: Mon Jun 09, 2008 3:24 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Tue Nov 13, 2007 11:23 am
Posts: 2
Hello,
I've just installed jck, but I can't display thumbnails in the image browser.
I get no errors, what can I do ?
GD2 for php5 is installed on the server: IIS + Windows. Joomla 1.0.13

Thank you
Regards


Top
  E-mail  
 
Posted: Sat Jun 21, 2008 3:06 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sat Jun 21, 2008 2:53 pm
Posts: 1
Hello,
J'ai pu tester cet éditeur sur mon site de test (en local) et il tourne super bien!
Par contre je ne parviens pas à l'installer sur mon site réseau. Il apparait bien dans la liste des plugins mais sans aucune info sur la version installée ni sur la date du plugin.
Et dans la configuration des plugins il est bien là, mais sans aucune option de configuration.
Je travaille sous joomla 1.5.3 et je tente d'installer le plugin 1.1.2
Merci de l'aide apportée à la résolution de ce problème.


Hello,
I have been able to test this editor on my test site (local) and it runs great!
By I am unable to install it on my network site. It appears well in the list of plugins, but without any info on the version installed or on the date of the plugin.
And in the pattern of plugins it is there, but without any configuration option.
I'm working with joomla 1.5.3 and I try to install the plugin 1.1.2
Thank you for helping me to resolve this problem.


Top
  E-mail  
 
Posted: Wed Jun 25, 2008 6:21 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Apr 24, 2008 2:37 am
Posts: 5
Simon, I would really appreciate a copy of the doclink for this editor that you are working on if possible.

I am also having problems with the menus being cut off on the right side. Can anyone help me with that?

Thanks!


Top
  E-mail  
 
Posted: Thu Jun 26, 2008 8:22 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri Oct 27, 2006 7:45 am
Posts: 124
Location: Bucuresti
Hello

I use JCK and I try to add a characters limitation for introtext so users can add only 250 characters in intro area. I found this script but i don't know how to make it work with JCK editor

http://javascript.internet.com/forms/li ... tarea.html

I try to add this after line 90 in jck.php but it doesn't work. More, this code will restrict both intro and main text and this is not what i need

Code:
return <<<EOD
<script type="text/javascript">
//counter caractere
function textCounter(field, countfield, maxlimit) {
if (field.value.length > maxlimit) // if too long...trim it!
field.value = field.value.substring(0, maxlimit);
// otherwise, update 'characters left' counter
else
countfield.value = maxlimit - field.value.length;
}
</script>
<textarea name="$hiddenField" id="$hiddenField" cols="$col" rows="$row" style="width:{$WidthCSS}; height:{$HeightCSS};" onKeyDown="textCounter(this.form.$hiddenField,this.form.remLen,250);" onKeyUp="textCounter(this.form.$hiddenField,this.form.remLen,250);">$content</textarea>
<br><input readonly type=text name=remLen size=3 maxlength=3 value="250"> characters left


Thanks


Top
  E-mail  
 
Posted: Tue Jul 01, 2008 3:39 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Oct 26, 2006 4:28 pm
Posts: 45
Just posted version 1.1.4 which is based on the latest FCKeditor 2.6.2.

The 1.1.2 Joomla 1.5.x version was buggy on Apache (worked on IIS) as I uploaded the wrong zip file and then I went on holiday for 2 weeks. Sorry for any trouble caused.


Top
   
 
Posted: Thu Jul 03, 2008 4:27 pm 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Thu Aug 18, 2005 2:09 am
Posts: 2818
Location: California
Download here:
http://www.databasedevelopments.com/content/view/42/67/

_________________

██ AllVideos Reloaded extension Help forum

http://joomlacode.org/gf/project/allvideos15/forum/?action=ForumBrowse&forum_id=7581


Top
   
 
Posted: Wed Aug 20, 2008 9:38 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Apr 24, 2008 1:58 pm
Posts: 179
Hello, when I click on the button of Insert joomla Content Item Link.
It shows only the window with cube that he works. So I can’t link to article. I use Joomla 1.5.6
With jck 1.1.5. if you have any idea and local i din't try on server. thank 8)


Top
  E-mail  
 
Posted: Sun Aug 24, 2008 9:18 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Sat Oct 21, 2006 8:53 am
Posts: 1242
I was starting to use the FCK editor but see JCK is a fork of FCK. Are these developments wrrorking together in some way? I presume the installation instructions mean to make sure the mambot is opened and saved before publishing to avoid problems. Is this right?

_________________
Thanks for your time.


Top
   
 
Posted: Tue Oct 07, 2008 11:20 am 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Jan 18, 2006 1:28 pm
Posts: 462
Using JCK 1.1.4 and Joomla 1.0.15, images are still inserted like this

src="/sitename/images/stories/subfolder/picture.jpg"

The "/sitename/" bit sometimes causes errors. eg with {multithumb}

This was supposed to have been fixed in the latest version but seems not to have been.


Top
  E-mail  
 
Posted: Mon Nov 03, 2008 9:12 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Feb 21, 2008 1:32 pm
Posts: 36
Posting here in case anyone knows the solution please - I installed the new JoomlaFCK yesterday and it looks very impressive - thank you. My site uses Joomla 1.0.15 and JoomlaFCK 2.6.3.

I have a minor problem though - I am using the My Events component and when adding a new event in the admin area, JoomlaFCK is visible and I can type in it for the description, but when I try to submit it says that the Description is blank.

I see a Java script error at the bottom of the screen showing as, "can't move focus to the control because it is invisible".

As JoomlaFCK works in other applications, it may be something to do with My Events rather than JoomlaFCK but does anyone know how to solve this please?

Many thanks

Anon


Top
  E-mail  
 
Posted: Wed Nov 26, 2008 5:01 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Tue Nov 07, 2006 7:21 am
Posts: 75
Not working for me, get the 'Internal error (500)' etc. when try to upload or add an image, and have to Force Quit browser cuz there's no red button to close it.
Why do you have to change anything to make it work?
It was working before I added newest Acajoom upgrade.

_________________
Joomla! 1.0.15, AcaJoom 3.0.7, Wordpress 2.5,
... on a Mac OSX 1.3.9, Panther with Safari 1.3.2, Firefox 2.0.0.18, camino browsers, on SiteGround Host
MAMP with Joomla 1.5.6


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 170 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6

Quick reply

 



Who is online

Users browsing this forum: cmx21 and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group