What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

Support Bug No Field for Terms & Conditions and Description

gOOvER

New Member
I have RM 5.5.1 installed. I created the catogory as Service offer. When i try to create a new Post, i have no input fields for Terms and Conditions and description.

I have no custom Theme installed.

XF: 2.3
PHP: 8.3.9
 

Attachments

  • msedge_uUqiHJI8K8.jpg
    msedge_uUqiHJI8K8.jpg
    22.5 KB · Views: 10
  • msedge_8T0oxjJN1x.jpg
    msedge_8T0oxjJN1x.jpg
    24.5 KB · Views: 10
  • msedge_s2T8X5Z1vP.jpg
    msedge_s2T8X5Z1vP.jpg
    38.6 KB · Views: 10
I am not able to reproduce this issue.

What is strange is that you have issues also on the resource description so there must something else.

Do you see any error in the browser console ?
 
Please extract the attached file and upload it in js/xfa/rmmarketplace/plain folder.

Clear your browser cache and try if it fixed it.

Thank you,
Clément
 

Attachments

  • resource_add.min.js.zip
    1.2 KB · Views: 1
You did refreshed the browser cache ? not just hit F5 ?

One way to do that properly is doing a ctrl click on the refresh button while developer console is open and then click to clear all.

But let's be smart and dig further, please edit the template xfa_rmmp_xfrm_resource_edit search for:
<xf:js addon="XFA\RMMarketplace" src="xfa/rmmarketplace/plain/resource_add.js" min="1" />
Replace by:
<xf:js addon="XFA\RMMarketplace" src="xfa/rmmarketplace/plain/resource_add.js" />

Then please provide me the error, it should point to the effective line and allow me easier discovery of the issue.
 
Hum, as I didn't provide you with the non minified file that's normal.

Can you revert the template change and make sure the browser cache is cleared please ?
 
Template changed back und clear cache. It works now :eek:. Thank you for the fix :)
 

Attachments

  • msedge_MTJE1QHEI6.jpg
    msedge_MTJE1QHEI6.jpg
    158.4 KB · Views: 3
Great I will post the add on with the official fix then tonight.

Thank you for the tests.
 
Top