Recent content by libuyi2008

  1. L

    How to get ?structured markup? in fabrik list and detail page?

    Dear staff, I notice no structured markup in fabrik list and detail page which probably effect search engine to search. How to implement structured markup in in fabrik list and detail page? Do you have any suggestion to optimise fabrik list and detail page in SEO? Best regards Buyi
  2. L

    How to get detail page of form in the sitemap (JSitemap PRO)

    Thank you for your help. If you have any news, please let me know.
  3. L

    How to get detail page of form in the sitemap (JSitemap PRO)

    Hello, I use Jsitemap pro to set sitemap, but it cannot include detail page of form. I would like to have in my sitemap links like : http://www.mysite.com/mymenu/details/2/1 http://www.mysite.com/mymenu/details/2/2 ... http://www.mysite.com/mymenu/details/2/18 in order to have search engines...
  4. L

    Send email when given element is changed

    Thank you very much, both, I just back to job. I will try these.
  5. L

    Send email when given element is changed

    Thank you for your kind help I have tried code as below, but it still doesn't work. Could you offer me further help? $origData = $formModel->getOrigData(); $old_value = $origData[0]->rev_in___Remind; $Remind = '{rev_in___Remind_raw}'; if($old_value != $Remind){ return true; //email will...
  6. L

    Send email when given element is changed

    Hello, I wrote the code below for conditional sending email when given element is changed on edit. $Remind = '{rev_in___Remind_raw}'; if($origData["rev_in___Remind"] != $Remind){ return true; //email will be send } else{ return false; //email will not be send } However, it doesn't...
  7. L

    How to send email from different email address, ideally by {tablename___elementname}?

    I was using php mail. It did not allow to set the ?from? email address by {tablename___elementname}.
  8. L

    How to send email from different email address, ideally by {tablename___elementname}?

    Yes, you are right. I have changed the email to SMTP SSL, it works now. Thank you very much. Best regards
  9. L

    How to send email from different email address, ideally by {tablename___elementname}?

    Hello, I mean in the email form plugin->options->from, I cannot set the ?from? email address by {tablename___elementname}, in tooltip, it said "a single address to use as the address to send email from". I want to send emails facing different customers by different email address. Is there any...
  10. L

    How to send email from different email address, ideally by {tablename___elementname}?

    Hello, I am using the email form plugin. I want to send emails facing different customers by different email address. I notice the email form plugin cannot set the ?from? email address by {tablename___elementname}. Is there any way to solve this? Thank you in advance. Best regards
  11. L

    Help! How to mask fabrik form/record ID in URL

    I don't know Code very much. I draft a small php code in php plugin, but it doesn't work. The fabrik component is blank, other page modules are ok. I think the url should be like this, adding &token= after rowid=8 (Am I right?)...
  12. L

    Help! How to mask fabrik form/record ID in URL

    I think I need the 'token' type system for guest users. I know how to get random string in field element, but I don't know about "And in a form load plugin, when they hit your URL (with the rowid=X&token=ch75hfg64) take the rowid, lookup the coresponding token for that row in the database, and...
  13. L

    Help! How to mask fabrik form/record ID in URL

    It is not about authenticated J! users or access level. I am talking about how to make url not so "simple". I preload some information in the form/record, so I want only the customer who receive email with url can edit and submit his form. For example, if I send customer a url like...
  14. L

    Help! How to mask fabrik form/record ID in URL

    Hello, thank you for the forums, I really learned a lot. I have a new question. I want to send each customer a url of a form with their own information respectively, then they will input other field, and submit. The url is automatically generated like www.xxx/form/29/{tablename___id} e.g, url is...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top