Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Public Forum / Main Forum / [RESOLVED] Check Box (Multiple)

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

× OLD Forum post could be checked here : forum.joomprod.com

[RESOLVED] Check Box (Multiple)

  • willemhendrik
  • Topic Author
  • Offline
  • User
  • User
More
11 years 7 months ago - 11 years 7 months ago #715 by willemhendrik
[RESOLVED] Check Box (Multiple) was created by willemhendrik
Hello,

Somehow the "Check Box (Multiple)" field isn't showing any data anymore, although it worked before. When changing to a "Radio" field everything works as it should.
Sounds familiar to someone?

Working with Joomla 3.1.5 and adsmanager 2.9.1
Last edit: 11 years 7 months ago by tompap.
The following user(s) said Thank You: adarr
More
11 years 7 months ago #734 by tompap
Replied by tompap on topic Check Box (Multiple)
I found one issue not applicable to all servers.

Here is the patch:

helpers/field.php
in showFieldForm

replace
$value = @$content->$fieldname;
$value = JText::_($value);

by
$value = @$content->$fieldname;
$translated_value = JText::_($value);
if ($translated_value != null) {
$value = $translated_value;
}


Could you try that and let me know if the bug is fixed with that
The following user(s) said Thank You: adarr
  • willemhendrik
  • Topic Author
  • Offline
  • User
  • User
More
11 years 7 months ago #740 by willemhendrik
Replied by willemhendrik on topic Check Box (Multiple)
I replaced the lines as you indicated and still the data is not shown in the frontend, but what did change is that adsmanager remembered the selection I made when posting an ad.
The following user(s) said Thank You: adarr
More
11 years 7 months ago #757 by tompap
Replied by tompap on topic Check Box (Multiple)
In fact, we found that this was due to a new feature in 3.1.5 we are currently speaking about this issue on Joomla Mailing List because we are not the only component impacted.

Anyway if you apply the same code to all JText in this file it will works.

2.9.2 release contains the fix (release very soon)
The following user(s) said Thank You: adarr
  • willemhendrik
  • Topic Author
  • Offline
  • User
  • User
More
11 years 7 months ago - 11 years 7 months ago #767 by willemhendrik
Replied by willemhendrik on topic Check Box (Multiple)
Ok,

I'll wait for the new release. Thank you for your replies.

By the way....is this forum the best way to communicate with you guys when I have some tips for new functions?
Last edit: 11 years 7 months ago by willemhendrik.
The following user(s) said Thank You: adarr
More
11 years 7 months ago #798 by tompap
Replied by tompap on topic Check Box (Multiple)
Yes forum is the best way (several developers) can answer your question.
2.9.2 will be available tomorrow
The following user(s) said Thank You: willemhendrik, adarr
Moderators: perry
Time to create page: 0.136 seconds
Powered by Kunena Forum