Skip Navigation

[Resolved] Db structure suggestion part 2

This support ticket is created 6 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by nicolaS-3 6 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#607467
temp.png

Hi Luo Yang, I am working on your suggestions. I have a problem with point 4 / filter, see screenshot, what's wrong with that ?

Also couly you please elaborate more or link me to page/tutorial for point 2 ? any example about how to pass the user's ID as an URL parameter ?

thanks
N

#607476

Dear N,

Q1) I have a problem with point 4 / filter, see screenshot, what's wrong with that ?
You need to pass the value within attribute of shortcode [wpv-view ], see our document:
Controlling the filter with shortcode attributes
https://toolset.com/documentation/user-guides/passing-arguments-to-views/#controlling-the-filter-with-shortcode-attributes

Q2) Also couly you please elaborate more or link me to page/tutorial for point 2 ?
In the view's loop, you can setup a link and pass the user's ID as URL parameter, for example:

<a href="<em><u>hidden link</u></em> field="ID"]">Send a invitation to [wpv-user field="display_name"]</a>

see our document:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-user

#609240

Hi thanks for this indications, I cannot work on this project full time, I will open another ticket if needed.