rolyestemonio
Forum Replies Created
-
I need to set a deals owner on the field I added on hubspot. If you could provide me a sample that would be great because there are also some custom fields need to add.
Thanks.
- This reply was modified 3 years, 10 months ago by rolyestemonio.
Hi @rubengc, Thanks for the quick reply. Now it make sense.
How should I export history of the user balance movements?
Thanks.
Forum: Plugins
In reply to: [Groups] Link on Group ListThanks for the reply. Actually I already solve this by using your query on the shortcode of [groups_groups].
Forum: Plugins
In reply to: [WP Show Posts] Removed link on titleThanks @diggeddy.
Thanks the issue is resolved now on new version.
Ah ok but I want that way so that the user can select which department they want to email.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Minimum Length and Maximum@mbrsolution I already try that it will submit less than 10.
@mikechallis thanks it works.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Minimum Length and Maximum@mbrsolution yes i am talking about it. I am planning the field will return an error if the input is not equal to the given numbers. Example maximum length is 10. If the user input below 10 it will give an error.
- This reply was modified 9 years ago by rolyestemonio.
I mean the pop up only appears for non-login users of the site.
How to use this popmake_popup_is_loadable hooks you mention?
Forum: Plugins
In reply to: [Contact Form DB] [cfdb-datatable] link new tabNevermind I just solve it by editing this file contact-form-7-to-database-extension/ExportToHtmlTable.php.
and replace this code:
$value = "<a href=\"$fileUrl\">$value</a>";with
$value = "<a target=\"_blank\" href=\"$fileUrl\">$value</a>";Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Widget area below headerhow can i use this hooks? example putting a shortcode on it?
Forum: Fixing WordPress
In reply to: User feedback Negative/Positivehow can i get the value of this http://domain.com/profile/rolex/ last part “rolex“?
Forum: Fixing WordPress
In reply to: User feedback Negative/PositiveSo the custom post type will work with the Positive and Negative category to this feedback? but i am wondering how could i query it in the profile of the user to display only his feedback.
Forum: Fixing WordPress
In reply to: User feedback Negative/PositiveCan you suggest a plugin that it will fits my need? Did you see the screenshot?
Forum: Fixing WordPress
In reply to: User feedback Negative/PositiveI did not yet implemented it just need to know if i am correct with my idea or some have better way to do it.