J-BusinessDirectory - Users unable to edit listings

Support Forum

 
 

 

With version 5.3.6 whenever a user attempts to edit their listing on the front end and they are assigned a package that is set to "only for admin" on the site backend they receive the error message "No package is active!"  From here they are unable to access or make any changes to their listings information.  I have double checked the start date, the package is paid and the user has permissions.  Also the package does not display under the package column on the Dashboard.  We used only for admin to hide the option from the front end packages page. Am I missing something?

4 replies

Hi,

 

The package that is set only to admin was designed to be used only by admin.
We will check & improve this.

Is there anyway to allow the user to make edits on the frontend or assign the user a package that is not visible on the packages page?

You could do it with the regular labs rereplacer plugin. Just put a style="display: none;" or give a css class with display none to to the package in html. You don't have to modify any php file. It just overrides the html output. With a little work you even can make the package hidden in the edit form for upgrade.

Replace for example <div class="col-lg-4"><div id="jpackage-2"

with

<div class="col-lg-4" style="display: none;"><div id="jpackage-2"

Hi,

 

This mechanism has been improved in the 5.4.1 release.

 
 
 

5 Item(s)

Show per page