Search results

  1. K

    Email a member identified in a Form

    Thanks Cheesegrits. I modified it slightly to get it to work. $user = JFactory::getUser('{fab_tasks___assignedto}'); ...where fab_tasks is my table and assignto is the name of the field holding the user id of the user who got the task. MUCH APPRECIATED!
  2. K

    Email a member identified in a Form

    No answers to this? Do I need to join to the joomla users table to have access to the email address?
  3. K

    Email a member identified in a Form

    Thanks Felixkat but the problem is I don't have a field with the email address. I only have the ID of the user. So how do I get the related email address?
  4. K

    Email a member identified in a Form

    I have a form that allows a user to create a Task and assign it to a user. The form contains the userid of the person who gets assigned to the Task. The user who got assigned the work should get an email with the details. I just need the syntax for the email plugin to populate the "Email To"...
  5. K

    Emailing Form by Selecting User

    I have the same question. I have a form that allows a user to create a Task and assign it to a user. The user who got assigned the work should get an email with the details. I just need the syntax for the email plugin to populate the "Email To" field with the email address of the user.
  6. K

    How to remove column header?

    All Headers. I don't want to see a row there at all for them. I just want to see data rows. But just for a certain set of Lists. Not all Lists.
  7. K

    How to remove column header?

    In a standard list how can you remove the column headers? Do you need a custom style made for that or is there an backend admin option I am missing?
  8. K

    form.php preventing update of Kunena Forums???

    Updated from 2.0.4 to 3.0.2 of Kunena. Install failed and whole site went down. Viewed error log and found this: [06-Sep-2013 13:38:12 America/Denver] PHP Fatal error: Cannot redeclare class JForm in /public_html/administrator/components/com_fabrik/classes/form.php on line 43 Renamed form.php...
  9. K

    Linking to a Form record without the primary key

    Yes, thank you I did figure out the URL yesterday. It was: http://<mysite>/index.php?option=com_fabrik&view=form&usekey=user_id&formid=25&rowid={fab_view_jsusers___ID} The only problem now is that the link can't be turned off for certain Joomla Access Groups. So some people click on it and...
  10. K

    Adding Button element without adding DB field?

    The workaround linked above doesn't work either.
  11. K

    Adding Button element without adding DB field?

    Even if fabrik could generate a button that would EDIT the record there appears to be a bug with the related data feature is ALWAYS appending a rowid= to the link which screws things up. BUG!
  12. K

    Linking to a Form record without the primary key

    Don't know what the nonSEF url is.
  13. K

    Linking to a Form record without the primary key

    OK, so I have: http://<mysite>/index.php/mymenu>/form/25/126&usekey=user_id Just gives an error "Database record not found". Am I using the wrong syntax?
  14. K

    Adding Button element without adding DB field?

    For me it did not replace the default edit link. I now have two edit links. See my other post in this forum for how to create a custom link that does not use the form's primary key in the link. I don't think you can do this. The related data feature sounds good, but it seems like the link...
  15. K

    Linking to a Form record without the primary key

    I have Form based on the JomSocial table called j_community_fields_values. The primary key is ID, a incrementing record id. It also has a user_id field. I want to link to a specific record in that Form from a different list based on a custom view that uses user_id as a key. It appears that the...
  16. K

    Adding Button element without adding DB field?

    Is access to the custom edit link controllable by the Access tab in the List?
  17. K

    Adding Button element without adding DB field?

    I am missing something really simple here....I can smell it. But I can't figure it out. I have a list based on a custom DB view. I want to add a button to each row in the list that launches another fabrik form that edits the underlying DB table fields. I have the view working. I have the...
  18. K

    Dropdown selection in Column Header?

    I really don't want check boxes, but I can give it a try. Where is the template file it asks you to make a copy of???
  19. K

    Project assignment app: Email assigner and assignee when tasks record updated

    I'd like to email the Assigner and Assignee of a task when the task record is updated in a form. The Assigner (the task owner) and the Assignee (person working on the task) are both Joomla users on the task record. I don't think the List Email plugin will work for this. Any other ideas?
  20. K

    Dropdown selection in Column Header?

    Its not that the user shouldn't see the other columns, its just that usually they don't need to see them. It should be selectable by the user. That is why I was thinking of a dropdown in the column header.
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top