plugin GeoContent

More
13 years 2 days ago #34287 by daf56
plugin GeoContent was created by daf56
Hi,
I've a problem with the field "description" because with flexicontent i can't see the GeoContent button in the editor. I've triggered the plugin in the configurations, but nothing is changed. Someone can help me please?

Please Log in or Create an account to join the conversation.

More
13 years 2 days ago #34288 by micker
Replied by micker on topic plugin GeoContent
Install last version stable r1648
After in description field you check option for button ;)

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
13 years 2 days ago #34293 by ggppdk
Replied by ggppdk on topic plugin GeoContent
Yes some buttons issues were fixed with r1648,

-- further more it is possible to do extra customizations of core fields and description field per Content Type

e.g. select which JCE editor buttons will be visible ... for description field per content type

Read more here:
Customizing Description and other Core Fields per Content Type


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
13 years 2 days ago #34300 by daf56
Replied by daf56 on topic plugin GeoContent
thank you for the answers, I had already istalled the last version r1648, unfortunately the issue persists. In the "Field standard properties" i have set
trigger content plugins: yes
but nothing. I tried to set:
specific plugins only: geocontent
but still no results :?
If you want i can give you the access at the back-end of my site.

Please Log in or Create an account to join the conversation.

More
13 years 2 days ago #34302 by ggppdk
Replied by ggppdk on topic plugin GeoContent
Which editor are you using ?
JCE?
Do the other buttons display properly?


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
13 years 2 days ago #34303 by daf56
Replied by daf56 on topic plugin GeoContent
yes, i'm using JCE editor and the others buttons are working properly. I've problem only with GeoContent button but my site in based on this functionality and i need it.

Please Log in or Create an account to join the conversation.

More
13 years 2 days ago #34311 by ggppdk
Replied by ggppdk on topic plugin GeoContent
Hello,

just note that triggering content plugins is irrelevant to displaying editor button in item form

-- this plugin is commercial so i cannot examine its code,
-- it could be that it checks if current view is com_content edit form? please ask this the developer ! it should be very easy for him to fix

You could also test this:
-- Edit plugins/flexicontent_fields/textarea/textarea.php
Add this at top of function onDisplayField() (inside it just after {) :
Code:
// Pretend to be com_content, could this be needed ? or will it cause problems? JRequest::setVar('view', 'article'); JRequest::setVar('option', 'com_content'); JRequest::setVar("isflexicontent", "yes");
And add the bottom of it (inside it just before })
Code:
// Restore Request variables JRequest::setVar('view', FLEXI_ITEMVIEW); JRequest::setVar('option', 'com_flexicontent');

Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
13 years 2 hours ago #34337 by daf56
Replied by daf56 on topic plugin GeoContent
thank you very much, I'll try this solution as soon as possible.

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #34357 by ggppdk
Replied by ggppdk on topic plugin GeoContent
OK give us feedback if it works


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #34382 by daf56
Replied by daf56 on topic plugin GeoContent
seems to be solved! i turned off the view check in this way:
// original code -Act in front-end and com_content only
if( $option !== 'com_content') {
return;
}

// modified code -Act in front-end and com_content only
if( $option !== 'com_content') {
//return;
}

in plugins/editors-xtd/geocontent/geocontent.php

Thank you very much for your help!

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save