-
AuthorPosts
-
mickalypickaly Friend
mickalypickaly
- Join date:
- November 2011
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 8, 2011 at 10:04 pm #171622I’m using the JCE editor and even after enabling the JA Typo button it won’t appear in the editor.
erkorb Frienderkorb
- Join date:
- July 2009
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
January 7, 2012 at 9:59 pm #432942I’m having this problem as well…I’ve gone through a lot of posts and still haven’t been able to get a resolution. I found one post that said there might be an issue with JCE, but I turned it off and used TinyMCE and still no JA Typo button.
JA Typo – V.1.1.4
Joomla – .1.7.3
JCE – 2.0.19Tried Chrome and FireFox.
Erok
mickalypickaly Friendmickalypickaly
- Join date:
- November 2011
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
January 9, 2012 at 4:18 pm #433132Good luck getting any help on this. I’ve found the support from these guys lacking greatly.
erkorb Frienderkorb
- Join date:
- July 2009
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
January 10, 2012 at 5:08 am #433227<em>@mickalypickaly 293723 wrote:</em><blockquote>Good luck getting any help on this. I’ve found the support from these guys lacking greatly.</blockquote>
Actually, I find support to be very good. They indeed did supply me with a fix and even tested my web site for me.
The recent change in Typo requires you download a new package containing both plugin and button plugin.. http://www.joomlart.com/forums/downloads.php?do=cat&id=20355
You must uninstall your current version and download and install the new ones from the link above.
Updating will NOT fix this issue via the jaExt Manager.
erkorb Frienderkorb
- Join date:
- July 2009
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
January 10, 2012 at 5:15 am #433230<em>@erkorb 293838 wrote:</em><blockquote>Actually, I find support to be very good. They indeed did supply me with a fix and even tested my web site for me.
The recent change in Typo requires you download a new package containing both plugin and button plugin.. http://www.joomlart.com/forums/downloads.php?do=cat&id=20355
You must uninstall your current version and download and install the new ones from the link above.
Updating will NOT fix this issue via the jaExt Manager.</blockquote>
Note: This has fixed my issue with editing Articles- However, I’m still having issues using JA TABS with Custom HTML modules.:((
mickalypickaly Friendmickalypickaly
- Join date:
- November 2011
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
January 10, 2012 at 4:25 pm #433299Yes, I’ve noticed that they help others on the forums. But as you might have noticed I posted my question at the beginning of December and this is the first response I’ve had. Maybe there is something about my user id that makes joomlart support not want to respond to me.:(( I will try uninstalling and reinstalling a newer version. Thanks for the advice.
January 12, 2012 at 5:50 pm #433593I uninstalled and reinstalled and enabled:
com_jaextmanager.v1.1.2
plg_jatypobutton.v1.0.0
plg_system_jat3.v1.6.0
plg_system_jatypo.v1.1.4But I still get a 500 error when clicking on the Typo button in the editor.
erkorb Frienderkorb
- Join date:
- July 2009
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
January 13, 2012 at 12:02 am #433653I had posted a trouble ticket and they told me they found a typo in the plug-in. They said they would login and fix. As of this post, still no fix. :((
January 13, 2012 at 12:06 am #433654Erkorb,
Do you get a 500 error when trying to use Typo?
erkorb Frienderkorb
- Join date:
- July 2009
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
January 13, 2012 at 12:34 am #433655Only when I use Custom HTML modules. When editing articles, it works fine.
I’m also using JCE if that helps.
January 13, 2012 at 12:49 am #433657I am using JCE 2.0.19
I confirm that Typo v1.1.4 works with Joomla 1.7.3 Articles.
It does NOT work in Custom HTML modules or K2 Items (v2.5.4).
erkorb Frienderkorb
- Join date:
- July 2009
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
January 13, 2012 at 2:52 am #433672Got a solution from Tech Support – they will be releasing this, but it worked for me:
update file “jatypobutton.php” with path “plugins/editors-xtd/jatypobutton/”, around line 42:
/*if($option != ‘com_content’){ $view = ‘article’; $layout = ‘edit’; }*/
Replace it as:
if($app->isAdmin() && $option != ‘com_content’){ $view = ‘article’; $layout = ‘edit’; }
for this to work you will need to have typo 1.1.4 installed
1 user says Thank You to erkorb for this useful post
n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
January 15, 2012 at 1:54 am #433877<em>@erkorb 294455 wrote:</em><blockquote>
for this to work you will need to have typo 1.1.4 installed</blockquote>
the way things work was changed in 1.1.4 so its important you uninstall, download and then reinstall the typo system which now has 2 file.. button and the system plugin. “Updating” will not do this, so you must reinstallhenrik1782 Friendhenrik1782
- Join date:
- October 2011
- Posts:
- 109
- Downloads:
- 0
- Uploads:
- 35
- Thanks:
- 20
- Thanked:
- 5 times in 1 posts
January 19, 2012 at 12:09 pm #434477This fix dosn’t seem to fix the error 500 issue.
n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
January 22, 2012 at 5:11 pm #434853<em>@henrik1782 295565 wrote:</em><blockquote>This fix dosn’t seem to fix the error 500 issue.</blockquote> hanrik, open a ticket please and I’ll take a look
AuthorPostsThis topic contains 17 replies, has 5 voices, and was last updated by henrik1782 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum