Needs field or it gives error that table has no fields on generating project.
Ron
Search found 126 matches
- 2019-11-26 17:06
- Forum: Bugs/annoyances
- Topic: Missing hooks/links-nav title
- Replies: 6
- Views: 155
- 2019-11-26 00:03
- Forum: Bugs/annoyances
- Topic: Missing hooks/links-nav title
- Replies: 6
- Views: 155
Re: Missing hooks/links-nav title
Hi Olaf, Agree, comma was not needed, I tried your code (changed to point to a file/icon existing in my project and as it worked fine for me (I'm using latest version) I can't re-create the issue. As a workaround that I've used in the past (for a different reason: To have my added hooks/php file sho...
- 2019-11-24 12:42
- Forum: Bugs/annoyances
- Topic: Missing hooks/links-nav title
- Replies: 6
- Views: 155
Re: Missing hooks/links-nav title
Don't you need a comma end of table group line!
i.e.
'table_group' => 1,
Cheers, Ron
i.e.
'table_group' => 1,
Cheers, Ron
- 2019-11-21 17:09
- Forum: AppGini Plugins
- Topic: Mass Update Error
- Replies: 3
- Views: 435
Re: Mass Update Error
One more thing: Leaving ' Groups that can see this command ' blank has following effect on my project: Guests - not an issue as they only have permissions to submit a contact form (not to edit/delete) Members - They can call up the command and see/change the specified mass update item for their own ...
- 2019-11-21 16:39
- Forum: AppGini Plugins
- Topic: Mass Update Error
- Replies: 3
- Views: 435
Re: Mass Update Error
Hi onoehring, I've not done a log file yet but have more info on the problem: 1. Works as expected locally, issue only happens on main server/site url 2. Issue comes only after specifying what group can see 'this command' i.e. if I leave this blank, everything works. If I add Admins group or any oth...
- 2019-11-16 10:56
- Forum: Getting Started
- Topic: AppGini Helper JavaScript Library
- Replies: 29
- Views: 2286
Re: AppGini Helper JavaScript Library
I've started using the AppGini Helper JavaScript Library and highly recommend it. It brings in a needed aesthetic quality to templateDV and the process, help info is clear and understandable even for non programmers like me! Well worth the small additional cost for the add-on and hope others will al...
- 2019-11-16 10:29
- Forum: Advanced Customizations > Hooks
- Topic: Insert the table view of a table on the home page.
- Replies: 4
- Views: 362
Re: Insert the table view of a table on the home page.
Ok, this is what I did (there probably is another other coding way) MOD to header.php <!-- ***** ADD FOLLOWING TO TOP OF HEADER.PHP ***** --> <style> body {margin-top:-100px !important;} <!-- EFFECTIVELY SHIFTS IFRAME UNDER MAIN HEADER adjust -100px to suit Note if you have 'enable zooming' on your ...
- 2019-11-16 03:08
- Forum: Advanced Customizations > Hooks
- Topic: Insert the table view of a table on the home page.
- Replies: 4
- Views: 362
Re: Insert the table view of a table on the home page.
Is it something like this you are trying to create? App HOME PAGE: SharedScreenshot1.jpg I managed this with a small adhoc mod to home.php using an iframe (it would get overwritten unless you make it read only or, as I do, make a saved copy and use file compare after each app generation and copy acr...
- 2019-11-13 00:49
- Forum: Advanced Customizations > Hooks
- Topic: Preserve language files on regeneration
- Replies: 3
- Views: 332
Re: Preserve language files on regeneration
I just make files I want to preserve as 'read only'
Cheers,
Ron
Cheers,
Ron
- 2019-11-12 23:56
- Forum: Tips And Tricks
- Topic: Easy Mod for: Detail view title + home.php buttons
- Replies: 0
- Views: 425
Easy Mod for: Detail view title + home.php buttons
For any newbies to AppGini: Tips_help_01.jpg Amend home.php standard button height: <style> .panel-body-description{ margin-top: 10px; height: 100px; <-- Change to auto --> overflow: auto; } .panel-body .btn img{ margin: 0 10px; max-height: 32px; } </style> My example button code: <style> .panel{ ma...
- 2019-11-10 17:19
- Forum: AppGini Plugins
- Topic: Mass Update Error
- Replies: 3
- Views: 435
Mass Update Error
Using Mass Update I get below Copying language-mass-update.js ... OK Updating footer-extras.php to load nicEdit and language file Skipped Table 'contactform' has 1 commands Generating /homepages/5/d106639433/htdocs/budgetapp/hooks/ajax-mass-update-contactform-category-3c3iee354et9wuscgv3r.php OK Fi...
- 2019-11-05 12:18
- Forum: Bugs/annoyances
- Topic: Image/Photo 'well' in AppGini 5.81
- Replies: 8
- Views: 575
Re: Image/Photo 'well' in AppGini 5.81
Alternatively amend your file: dynamic.css.php from around line 215 (adding bold/italic as shown below) /* file upload box formatting */ .upload-toolbox { overflow-x: hidden; max-width: 40rem; font-size: 1.2rem; text-align: left; background-color: transparent; border-color: transparent; } .theme-rtl...
- 2019-11-05 12:04
- Forum: Bugs/annoyances
- Topic: Image/Photo 'well' in AppGini 5.81
- Replies: 8
- Views: 575
Re: Image/Photo 'well' in AppGini 5.81
Temp fix sorted: Added below to hooks/header-extras.php
<style>
.form-control-static.well {
background-color: transparent;
border: none;
}
</style>
<style>
.upload-toolbox {
background-color: transparent;
border: none;
}
</style>
<style>
.form-control-static.well {
background-color: transparent;
border: none;
}
</style>
<style>
.upload-toolbox {
background-color: transparent;
border: none;
}
</style>
- 2019-11-05 11:19
- Forum: Bugs/annoyances
- Topic: Image/Photo 'well' in AppGini 5.81
- Replies: 8
- Views: 575
Re: Image/Photo 'well' in AppGini 5.81
So far I have only noted that the .well class has been newly applied to images only in v5.81 (image + upload-toolbox). I can remove well from upload toolbox using specific element selector as you suggest: <style> .upload-toolbox { background-color: transparent; border: none; } </style> However not s...
- 2019-11-05 00:14
- Forum: Feature Suggestions
- Topic: Queries on appgini 5.81
- Replies: 1
- Views: 453
Re: Queries on appgini 5.81
Hi, Take a look at this topic, I think it covers what you are asking:
viewtopic.php?f=4&t=3288
viewtopic.php?f=4&t=3288
- 2019-11-05 00:09
- Forum: Bugs/annoyances
- Topic: Image/Photo 'well' in AppGini 5.81
- Replies: 8
- Views: 575
Re: Image/Photo 'well' in AppGini 5.81
It's working now, I did use <style> tags but must have made an error as when cut and pasted your code and cleared browser it worked. It's a good quick fix, but not long term as I have other 'wells' in the project and on same DV Template that naturally now don't show as 'wells' so am still hoping tha...
- 2019-11-04 15:50
- Forum: Bugs/annoyances
- Topic: Image/Photo 'well' in AppGini 5.81
- Replies: 8
- Views: 575
Re: Image/Photo 'well' in AppGini 5.81
Hi Peebee - Tried that but could not get it to work (although I thought it would!), only temp fix I could make work was to remove 'well' from html code and then write protect affected DVtemplate files (those with image uploads) to avoid them being over written on later generation of AG DV files.
- 2019-11-03 22:53
- Forum: Advanced Customizations > Others
- Topic: Calculated-Fields - Examples AG 5.81
- Replies: 12
- Views: 1054
Re: Calculated-Fields - Examples AG 5.81
I hope this will be explained, covered and shown in new open source AppGini apps when they are published.
See:
viewtopic.php?f=4&t=3288
See:
viewtopic.php?f=4&t=3288
- 2019-11-03 22:43
- Forum: Bugs/annoyances
- Topic: Image/Photo 'well' in AppGini 5.81
- Replies: 8
- Views: 575
Image/Photo 'well' in AppGini 5.81
It seems that when creating an image field (or loading an earlier AG file and re-generating) that 'wells' are now created in DV template for the image and upload toolbox. This is annoying as I don't like the look of wells round images and the toolbox - it would mean I need to write protect all my te...
- 2019-10-28 20:22
- Forum: Tips And Tricks
- Topic: CALCULATED FIELD AppGini Pro V 5.81
- Replies: 1
- Views: 820
CALCULATED FIELD AppGini Pro V 5.81
EXAMPLE using Calculated Field with lookup example instead of earlier hooks solution found here: http://bigprof.com/appgini/help/advance [ This has been repeated from a separate board topic I started, to show my example under Tips & Tricks ] Under the new CALCULATED FIELD (from AppGini V5.81), it is...
- 2019-10-27 22:43
- Forum: Advanced Customizations > Others
- Topic: Calculated-Fields - Examples AG 5.81
- Replies: 12
- Views: 1054
Re: Calculated-Fields - Examples AG 5.81
Hi Moh, I wanted to use lookup for 'itemprice' based on user selection of 'itemname' (in order not to have to put in a 'manualprice') by using the new CALCULATED FIELD' instead of by using the hooks solution found here: http://bigprof.com/appgini/help/advanced-topics/hooks/using-lookup-fields-in-cal...
- 2019-10-27 18:55
- Forum: Advanced Customizations > Others
- Topic: Calculated-Fields - Examples AG 5.81
- Replies: 12
- Views: 1054
Re: Calculated-Fields - Examples AG 5.81
This is an example of what I'm trying to resolve: 2 Tables with ORDER table fields 'itemname' as lookup & 'itemprice' as lookup auto fill from PRODUCTS table image1.jpg NO PROBLEM WHEN USING MANUAL ENTRY ITEMPRICE image2.jpg WHEN TRYING TO GET LOOKUP ITEMPRICE IT GETS INTEGER NOT ACTUAL VALUE image3...
- 2019-10-27 15:46
- Forum: Advanced Customizations > Others
- Topic: Calculated-Fields - Examples AG 5.81
- Replies: 12
- Views: 1054
Re: Calculated-Fields - Examples AG 5.81
Not having success yet! Seems to always use 'Integer' value instead of actual lookup value when I try this using just 2 tables:
I'm going to make new DBase with just the 2 tables and post screenshots showing what I've tried....
Ron
I'm going to make new DBase with just the 2 tables and post screenshots showing what I've tried....
Ron
- 2019-10-27 12:46
- Forum: Advanced Customizations > Others
- Topic: Calculated-Fields - Examples AG 5.81
- Replies: 12
- Views: 1054
Re: Calculated-Fields - Examples AG 5.81
Excellent, thank you Moh
I'll give it a go (thanks for showing all the steps/relevant screen shots - makes it very clear to follow).
Cheers, Ron
I'll give it a go (thanks for showing all the steps/relevant screen shots - makes it very clear to follow).
Cheers, Ron
- 2019-10-26 01:03
- Forum: Advanced Customizations > Others
- Topic: Calculated-Fields - Examples AG 5.81
- Replies: 12
- Views: 1054
Calculated-Fields - Examples AG 5.81
Can someone please provide an example query for the new calculated-fields feature that deals with lookup fields in calculations as shown in below advanced topics (using hooks method). I've been trying but without success! https://bigprof.com/appgini/help/advanced-topics/hooks/using-lookup-fields-in-...