Problems with multiple fields being displayed
-
I want to give my members the option to sell a few items through the website. At present I’ve restricted this to 3 items per member on account of the PDB file structure.
I’ve created 3 groups within PDB. Within group 1 I have the fields photo_1, details_1, price_1 within group 2 I have photo_2, details_2, price_2 and so on.
Everything works great, I have the flexbox template working for me and I have created links by passing parameters through the URL, but I have one small problem.
I list out my items using
[pdb_list template=”flexbox” fields=”photo_1,summary_1,price_1,photo_2,summary_2,price_2,photo+3,summary_3,price_3″]When it lists the items it lists all the empty fields too and I get the ‘No Image’ logo for the empty fields. Of course if I restricted this to 1 item per person it would be easy, but I thought 3 items would be a better option if I can get it to work.Other than the problem I describe, everything works fine.
I’ve played around with the filters but haven’t found one that works. Basically how can I stop the empty fields being displayed?
Thanks
- The topic ‘Problems with multiple fields being displayed’ is closed to new replies.