Perfect! Thank you very much for providing the solution, really appreciated.
Works just right, no problem on datalist.php for me in this case as its a file I modify on each upload anyway, so your mod is now part of my standard edits.
Cheers, Ron
Search found 184 matches
- 2021-01-14 00:15
- Forum: Bugs/annoyances
- Topic: YouTube Video Link/Movies
- Replies: 4
- Views: 574
- 2021-01-13 16:50
- Forum: Bugs/annoyances
- Topic: YouTube Video Link/Movies
- Replies: 4
- Views: 574
Re: YouTube Video Link/Movies
I still can't get YouTube thumbnails to display in table view!
Any solutions?
Any solutions?
- 2021-01-04 22:43
- Forum: Bugs/annoyances
- Topic: YouTube Video Link/Movies
- Replies: 4
- Views: 574
Re: YouTube Video Link/Movies
Ok found one issue: To enable display of video in detailed view: File: IncCommon.php The default incCommon.php file needs to be revised to show https instead of http under $providers = [ 'youtube' => array('oembed' => 'https://www.youtube.com/oembed?'), 'googlemap' => array('oembed' => '', 'regex' =...
- 2021-01-04 14:52
- Forum: Bugs/annoyances
- Topic: YouTube Video Link/Movies
- Replies: 4
- Views: 574
YouTube Video Link/Movies
Hi All, Anyone noticed any change to displaying Youtube video link recently? I've just noticed I get an error message when putting in any Youtube link and also all my older projects that used to display videos from YouTube now no longer do so. Could it be related to PHP version on my server? That's ...
- 2020-12-21 22:24
- Forum: Tips And Tricks
- Topic: Remove the keyboard shortcut link
- Replies: 3
- Views: 297
Re: Remove the keyboard shortcut link
I have commented it out in the incommon.php file as below. As this file gets overwritten it will need updating each project generation. It's around line 500 in my file (will be different) <!-- <p class="navbar-text navbar-right help-shortcuts-launcher-container hidden-xs"> <img class="help-shortcuts...
- 2020-11-16 12:15
- Forum: Tips And Tricks
- Topic: Running 2 versions of AG
- Replies: 0
- Views: 1917
Running 2 versions of AG
Hi All, I have downloaded latest version and very pleased with it. However I have a couple of older projects (v5.84) that I would rather not try and update due to a number of mods done etc. Is it possible to install 2 versions of AG on the same PC? I installed latest version over previous one and ha...
- 2020-11-15 16:16
- Forum: Advanced Customizations > Others
- Topic: How to open DV in modal from TV
- Replies: 16
- Views: 1053
Re: How to open DV in modal from TV
Hi Jan,
Sorry, I found the problem:
I had my header.php as read only. Once I removed it, saved as updated by latest version, reapplied my small mods, re-saved again, everything worked as should again.
Best regards Ron
Sorry, I found the problem:
I had my header.php as read only. Once I removed it, saved as updated by latest version, reapplied my small mods, re-saved again, everything worked as should again.
Best regards Ron
- 2020-11-15 15:32
- Forum: Advanced Customizations > Others
- Topic: How to open DV in modal from TV
- Replies: 16
- Views: 1053
Re: How to open DV in modal from TV
Hi Jan,
I just upgraded to AG 5.92 and this solution no longer works?
Any idea what/where/why the upgrade stops this from working?
Cheers, Ron
I just upgraded to AG 5.92 and this solution no longer works?
Any idea what/where/why the upgrade stops this from working?
Cheers, Ron
- 2020-11-06 13:04
- Forum: Advanced Customizations > Others
- Topic: How to open DV in modal from TV
- Replies: 16
- Views: 1053
Re: How to open DV in modal from TV
Hi Jan, PERFECT! Thank you so much for your help and guidance, I'd never have got there by myself. Your solution works just how I wanted the end result to be like and allows me to move forward with my project - you saved the day, I as many here will continue to be thankful for all the help and assis...
- 2020-11-05 00:09
- Forum: Advanced Customizations > Others
- Topic: How to open DV in modal from TV
- Replies: 16
- Views: 1053
Re: How to open DV in modal from TV
Hi Jan, I'm still getting same result (multi modals). the only way I found to prevent it is by following code in table-TV.js $j(function(){ //catch the behavior of clicking on any td , prevent it's defulat , the preventDefault dosn't work try to test it and then put your modal of pop up code in the ...
- 2020-11-04 22:37
- Forum: Bugs/annoyances
- Topic: Upgrade to AppGini 5.9
- Replies: 6
- Views: 501
Re: Upgrade to AppGini 5.9
Seems above issue has been resolved with AppGini 5.91 Revision 1122: I've not seen any notices on the forum yet but found this on Google: https://www.softpedia.com/progChangelog ... -2652.html What's new in AppGini 5.91 Revision 1122 November 1, 2020 Usability enhancement: In detail view pages where...
- 2020-11-04 22:33
- Forum: Tips And Tricks
- Topic: __global.php not working after update 5.90
- Replies: 9
- Views: 680
Re: __global.php not working after update 5.90
I've not seen any notices on the forum yet but found this on Google: https://www.softpedia.com/progChangelog/AppGini-Changelog-2652.html What's new in AppGini 5.91 Revision 1122 November 1, 2020 Usability enhancement: In detail view pages where both 'Save changes' and 'Save as copy' are enabled, add...
- 2020-11-03 22:23
- Forum: Advanced Customizations > Others
- Topic: How to open DV in modal from TV
- Replies: 16
- Views: 1053
Re: How to open DV in modal from TV
Hi Jan, I've been putting below code in my filename.DV template file: <script> let options = { url: AppGini.currentTableName() + "_view.php" + "?SelectedID=<%%VALUE(id)%%>" + "&Embedded=1", size: 'full', footer: [ { label: "Close" } ] }; modal_window(options); </script> It does exactly what I was af...
- 2020-11-03 16:38
- Forum: Advanced Customizations > Others
- Topic: How to open DV in modal from TV
- Replies: 16
- Views: 1053
Re: How to open DV in modal from TV
Hi Jan,
Works as hoped for/required only problem is opens same number of modals as number of records in a table, not just selected ID
Been playing with it but can't find way round it!!
Cheers,
Ron
Works as hoped for/required only problem is opens same number of modals as number of records in a table, not just selected ID
Been playing with it but can't find way round it!!
Cheers,
Ron
- 2020-10-30 17:40
- Forum: Tips And Tricks
- Topic: __global.php not working after update 5.90
- Replies: 9
- Views: 680
Re: __global.php not working after update 5.90
Would also like an answer to this!
Is it confirmed global.php does not form part of version 5.90 - would have thought if that were the case it would show in changelog?
Is it confirmed global.php does not form part of version 5.90 - would have thought if that were the case it would show in changelog?
- 2020-10-30 17:33
- Forum: Advanced Customizations > Others
- Topic: How to open DV in modal from TV
- Replies: 16
- Views: 1053
Re: How to open DV in modal from TV
Thanks Jan,
I give this a go.....
Ron
I give this a go.....
Ron
- 2020-10-30 16:34
- Forum: Advanced Customizations > Others
- Topic: How to open DV in modal from TV
- Replies: 16
- Views: 1053
- 2020-10-19 14:18
- Forum: Advanced Customizations > Others
- Topic: How to open DV in modal from TV
- Replies: 16
- Views: 1053
How to open DV in modal from TV
Hi, I would like to be able to select a record in Table view that will open the Detailed view in a modal (not separate page). It should work similar to like when you click on <%%PLINK(name)%%><%%ADDNEW(name)%%> in a detail view whereby the record opens an editable (if permitted) pop up modal showing...
- 2020-09-26 12:36
- Forum: AppGini Plugins
- Topic: Landini Admin Template for AppGini
- Replies: 16
- Views: 3574
Re: Landini Admin Template for AppGini
I can not install this, it is super confusing because it says this on the GIT page... Important note Remember that: for the plugin to work, you must have previously purchased an original AppGini plugin. I do not see a way to buy this as a plugin. Also, what is an original Appgini plugin ? I only kn...
- 2020-09-26 12:18
- Forum: Bugs/annoyances
- Topic: look up field IMAGE don't show on table view
- Replies: 5
- Views: 1439
Re: look up field IMAGE don't show on table view
Hi, The lookup field/integer cannot also be an image field - it has to be a 'link' field. It auto goes to an image field when the field name ends in 'image' (in cases like this where i need image in the field name for a look-up I name fields like, e.g. image_praf I suggest you delete your praf_image...
- 2020-09-15 12:55
- Forum: Advanced Customizations > Others
- Topic: German admin language file
- Replies: 2
- Views: 300
- 2020-09-10 16:24
- Forum: Advanced Customizations > Others
- Topic: Click on one of rows and show detail view in modal or pop-up window for add/edit
- Replies: 4
- Views: 1942
Re: Click on one of rows and show detail view in modal or pop-up window for add/edit
I have found a work around for the moment (requires changes to template.tv) but still hope someone can provide a quicker code solution!. For the required popup modal I do not need add/edit functions to the modal template.dv - I just want it to open as modal instead of separate template.dv page for s...
- 2020-09-07 09:06
- Forum: Advanced Customizations > Others
- Topic: Click on one of rows and show detail view in modal or pop-up window for add/edit
- Replies: 4
- Views: 1942
Re: Click on one of rows and show detail view in modal or pop-up window for add/edit
Any chance anyone can give an example of the code to use for this?
I would like to open detailed.dv views in a modal when selected from table.tv table. Tried to figure it out but no success yet!
Cheers, Ron
I would like to open detailed.dv views in a modal when selected from table.tv table. Tried to figure it out but no success yet!
Cheers, Ron
- 2020-08-28 21:19
- Forum: Advanced Customizations > Others
- Topic: More Button
- Replies: 2
- Views: 249
- 2020-08-18 12:01
- Forum: Advanced Customizations > Others
- Topic: Multiple choice lookup field
- Replies: 1
- Views: 214
Multiple choice lookup field
Hi all, I've been using Ahmeds multiple choice lookup field solution as shown here: https://bigprof.com/blog/appgini/a-work-around-to-implement-a-multiple-choice-lookup-field-in-your-appgini-apps/ and it works perfectly. I would however like to expand upon it but don't have a solution: Senario: Usin...