Search results

  1. AMTI

    Obfuscate Filename Without Original Filename as Prefix

    One more thing we need Rob... the original filename... could we use that as the text for the link even though we want the file to be obfuscated. I think this can be easily done, but I don't want to modify core code unless I have to. what i'm trying to say is this: <a...
  2. AMTI

    Obfuscate Filename Without Original Filename as Prefix

    Thanks Rob, I just updated from Git and it is definitely giving me the obfuscated filename that we needed with the standard uploader.... However the ajax uploader is saying that the "filetype is not allowed." It's a standard .jpg file. So it seems the standard uploader is working with the...
  3. AMTI

    Obfuscate Filename Without Original Filename as Prefix

    Is there a way to use the obfuscate filename without the original filename as a prefefix? The anonymity of all files is required by my company. Currently the Obfuscate filename feature takes as many random characters as you want and appends them to the document filename. I just want the...
  4. AMTI

    problems after latest git update and much much more

    We ended up getting the my custom module to work (with custom ordering in parameters ;) ) storing the links in a session across the site until they hit the 'main' page where the session is unset and the links are regenerated. We also made our own custom ajax search module that is super fly...
  5. AMTI

    problems after latest git update and much much more

    The latest git update turned my related links (when i click and follow through to the next list) On the subsequent list page from the related links where the "filter" box is and has the heading of search from the default template, instead of using my label it now just has the id. I was able to...
  6. AMTI

    calculate grand total in repeating group inside form

    Excellent. Thank you.
  7. AMTI

    calculate grand total in repeating group inside form

    Yes I did try your previous post. It looks like adding the total(); as a blur event as i tabbed through the form was really screwing some addition up. So removing them I found that I can total over 999.99 But in addition, now it looks like the latest Git Update I did yesterday and Git Update...
  8. AMTI

    Changing calendar template

    This is actually two classes in one. So to style it, you need: .fabrikEvent.label { ... } You may even need more specificity: .fabrikEditEvent .fabrikEvent.label Or throw an extra id at the beginning. #formxxx .fabrikEditEvent .fabrikEvent.label { font-size: 16px !important; } It also...
  9. AMTI

    calculate grand total in repeating group inside form

    I was able to get the field to calculate by using this: var v = (Number(element.get('value'))).toFloat(2); But now the only problem I'm having is that anything added together(no matter if its 1 line item or several) that has a grand total over 999.99, becomes.... NaN. Suggestions on this...
  10. AMTI

    calculate grand total in repeating group inside form

    The site is a corporate internal Intranet site and unfortunately I cannot open up the firewall. I decided to move on to other forms and begin styling the site and revisit this. So here I am. I have this much to say. Upon debugging and adding watches: the error occurs because of this (from...
  11. AMTI

    calculate grand total in repeating group inside form

    I"m still getting NaN Issues from the JavaScript code. Could you take a second look at it and see if something is missing. It seems to keep trying to convert everything into strings. Even though the fields set to decimal and only numbers are typed in. I really need this to work as I tab through...
  12. AMTI

    Form Plugin Evaluate To on New Record

    Hallelujah! Thank you!
  13. AMTI

    calculate grand total in repeating group inside form

    I put the blur events on both the qty and price ea. It really doesn't calculate the total until i tab through the price ea. (b/c price is calculated via qty * price_ea). So I added one to the next element you could tab through (PN#) and it updates quicker. I guess this is as close as I'm going...
  14. AMTI

    Form Plugin Evaluate To on New Record

    As if I couldn't make things any more complicated... My question is similar to this previous post: http://fabrikar.com/forums/index.php?threads/conditions-for-form-email-plugin.27454/ I have a purchasing form that has a database join to another table of department managers. On the department...
  15. AMTI

    calculate grand total in repeating group inside form

    I changed the element from calc to field (decimal) and was able to get it to save to the database in combination with using the form php plugin... But I still need the grand_total field to calculate when I tab through line items, (ie. changing quantity or price). The line-item calculation...
  16. AMTI

    calculate grand total in repeating group inside form

    For what its worth the values are coming out as strings, its as if it's concatenating everything which is producing the error NaN , because it's a string in the computed results, not a number or float or int. ________________________ Update: I found out that I had been calculating(sum) the...
  17. AMTI

    calculate grand total in repeating group inside form

    Thanks for updating the wiki! But the script is only producing NaN as a result. I tried updated the field of the line item calculated price from text to decimal with phpmyadmin, but that didn't work out. Should the calcuation field for grand total remain blank (as the script should be filling in...
  18. AMTI

    calculate grand total in repeating group inside form

    /* Joomla 2.5.9. Fabrik 3.0.7 w/ latest Git Any Browser */ I know this can happen: :) I have 2 Groups: Group 1 is the Line Item Group, Group 2 is the Total Group. The Line Item Group has a several elements and is repeating as a table. You can add and remove on the fly via ajax. The ones we...
  19. AMTI

    database join still trouble

    I'm unable to get a databasejoin element to work in either FF or IE. They are both dead in the water after I select a table. Values and Labels appear as 'Please select' in FF with now ajax circle swirl, in IE value and labels appear as empty with just an ajax circle swirling. Scratch that...
  20. AMTI

    List/Form Title outside of List/Form Template

    How do you do echo out the same thing for Details view and Forms? Nevermind, I figured it out. $formModel = JModel::getInstance('form', 'FabrikFEModel'); $formModel->setId($formid); $item = $formModel->getForm(); echo $item->label; Sidenote: How do you close the thread in this awesome...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top