JReviews Display related listing data in listing detail’s page using banner fields.

To display related listing data in listing detail page we can use banner field. Steps (1) Go to jreviews and click on “field mananger”. (2) Add new field with the type “banner field”. (3) Give the name of related listing field in the “Banner code” box on the irhgt side. (4) Write the code given… Continue reading JReviews Display related listing data in listing detail’s page using banner fields.

How to display modules anywhere in component in joomla

Sometimes we need to display a module between the content of our component, Joomla doesn’t provide the functionality to assign location in a component in template file. therefore we need to add some custom code to display a specific module at that position.