neilR
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Captcha has disappeared from front-end form, so nobody can submit
Started by: neilR
in: Toolset Professional Support
Problem: Missing Captcha Solution: |
3 | 8 | 7 years ago | ||
Views and Access buttons appear in front-end editor when Media button enabled
Started by: neilR
in: Toolset Professional Support
Problem: Solution: function remove_toolset_buttons(){ if(!is_admin()){ add_filter( 'toolset_editor_add_form_buttons', '__return_false' ); add_filter( 'toolset_editor_add_access_button', '__return_false'); } } add_action( 'init', 'remove_toolset_buttons' ); In above code, replace 999 with your View ID. |
2 | 5 | 7 years ago | ||
cred_link_form forms no longer functional, poss after latest Views/Access update
Started by: neilR in: Toolset Professional Support |
2 | 10 | 7 years ago | ||
Using a custom shortcode parameter for conditional display as well as filter
Started by: neilR in: Toolset Professional Support |
2 | 4 | 7 years, 1 month ago |