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 / Support / AdsManager Support / [RESOLVED] detail view items are not saved

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.

[RESOLVED] detail view items are not saved

  • subwoofer21
  • Topic Author
  • Offline
  • Bronze
  • Bronze
More
11 years 4 months ago - 11 years 4 months ago #2441 by subwoofer21
[RESOLVED] detail view items are not saved was created by subwoofer21
detail view items are not saved. when i drag na item off the list to the left so that it doesnt show. when i press save i get this message:

Message

ADSMANAGER_POSITIONS_UPDATED


But the item gets sent back to the same position again

So the problem is i cant turn off detail items from showing
Last edit: 11 years 4 months ago by tompap.
The following user(s) said Thank You: gilano, adarr
More
11 years 4 months ago #2446 by tompap
Replied by tompap on topic detail view items are not saved
Please send by email an URL + admin account
The following user(s) said Thank You: adarr
  • subwoofer21
  • Topic Author
  • Offline
  • Bronze
  • Bronze
More
11 years 4 months ago #2464 by subwoofer21
Replied by subwoofer21 on topic detail view items are not saved
I just sent an email with the data to This email address is being protected from spambots. You need JavaScript enabled to view it.
The following user(s) said Thank You: adarr
More
11 years 4 months ago #2476 by tompap
Replied by tompap on topic detail view items are not saved
I found the issue. You cannot assign fields if there are not published (in fact there are assigned, but the details view in not correct.

This will be included in next version

but if you want to fix that:
edit administrator/com_adsmanager/models/field.php
and replace beginning of function getFieldsbyPositions by :

function getFieldsbyPositions($published = true) {
if ($published) {
$sqlpublished = "AND f.published = 1 ";
} else {
$sqlpublished = "";
}
$this->_db->setQuery( "SELECT f.* FROM #__adsmanager_fields AS f ".
"WHERE f.pos != -1 $sqlpublished ORDER by f.posorder" );

then edit administrator/com_adsmanager/views/admin/view.html.php
replace
$fDisplay = $model->getFieldsbyPositions();
by
$fDisplay = $model->getFieldsbyPositions(false);
The following user(s) said Thank You: adarr
Time to create page: 0.130 seconds
Powered by Kunena Forum