Search found 112 matches
- 2021-02-10 09:58
- Forum: Bugs/annoyances
- Topic: Sign up not working
- Replies: 2
- Views: 310
Re: Sign up not working
Anyone?
- 2021-02-08 20:35
- Forum: Advanced Customizations > Hooks
- Topic: Using Sendmail for multiple recipients
- Replies: 4
- Views: 157
- 2021-02-08 20:28
- Forum: Advanced Customizations > Hooks
- Topic: Using Sendmail for multiple recipients
- Replies: 4
- Views: 157
Re: Using Sendmail for multiple recipients
I can't help with coding, but someone else asked this question a while back , and added multiple recipients via an array
Try the search on the forum
Try the search on the forum
- 2021-02-08 01:06
- Forum: Bugs/annoyances
- Topic: Sign up not working
- Replies: 2
- Views: 310
Sign up not working
Hi
Just moved my data to a new server,
Seems my sign up is not working,
Anyone any ideas,
(I reloaded the files a few times, no change)

Just moved my data to a new server,
Seems my sign up is not working,
Anyone any ideas,
(I reloaded the files a few times, no change)

- 2020-06-18 17:22
- Forum: Advanced Customizations > Hooks
- Topic: insert with lowercase
- Replies: 2
- Views: 356
Re: insert with lowercase
Many thanks D Oliveira
I was really looking to keep a single field in lower case
The rest are not so important,
I will try your examples in the hooks folder,
Pat
I was really looking to keep a single field in lower case
The rest are not so important,
I will try your examples in the hooks folder,
Pat
- 2020-06-17 20:34
- Forum: Advanced Customizations > Hooks
- Topic: insert with lowercase
- Replies: 2
- Views: 356
insert with lowercase
Anyone want to share a code to insert an entry with lowercase letters only,
Thanks in advance
pat
Thanks in advance
pat
- 2020-05-31 09:40
- Forum: Tips And Tricks
- Topic: AppGini Tableview Quickie: remove record-selector checkboxes
- Replies: 13
- Views: 3293
Re: AppGini Tableview Quickie: remove record-selector checkboxes
css remove the check box, but did not remove the table box, To remove the box as well, in the datalist.php file comment out here: line 971 //$this->HTML .= "<td class=\"text-center\"><input class=\"hidden-print record_selector\" type=\"checkbox\" id=\"record_selector_{$attr_id}\" name=\"record_selec...
- 2020-05-30 07:24
- Forum: Getting Started
- Topic: simple layout
- Replies: 10
- Views: 2234
Re: simple layout
Hi pmartin You could always set the search to 0 removing it completely and make a custom search box to suit your needs. https://bigprof.com/appgini/tips-and-tutorials/customized-search-forms pböttcher is also correct, regenerating your app will override these changes and will need to be reloaded aga...
- 2020-05-30 06:06
- Forum: Getting Started
- Topic: simple layout
- Replies: 10
- Views: 2234
Re: simple layout
It seems these commands are now obsolete
Pat
Pat
- 2020-05-27 20:50
- Forum: Feature Suggestions
- Topic: Chat box
- Replies: 12
- Views: 6054
Re: Chat box
Ah, thanks for the reply.
I have used ajax chat before and its a nice chat,
It would be cool if you could integrate it
into appgini,
Sadly its beyond me,
Its also not mobile friendly,
The reason mine looks like it is, is I want only
users logged in only to be able to to post.
regards
Pat
I have used ajax chat before and its a nice chat,
It would be cool if you could integrate it
into appgini,
Sadly its beyond me,
Its also not mobile friendly,
The reason mine looks like it is, is I want only
users logged in only to be able to to post.
regards
Pat

- 2020-05-27 19:49
- Forum: Feature Suggestions
- Topic: Chat box
- Replies: 12
- Views: 6054
Re: Chat box
Hi Jay webb
Does this chat integrate the userfrom appgini into the chat
or does the user have to login as a guest
Pat
Does this chat integrate the userfrom appgini into the chat
or does the user have to login as a guest
Pat
- 2020-05-24 17:36
- Forum: Getting Started
- Topic: simple layout
- Replies: 10
- Views: 2234
Re: simple layout
In the datalist.php comment out the following lines to remove go to and next functions. (Warning, this will remove from all tables) Around line 1043 comment out this line //$pagesMenu = $Translation['go to page'] . ' <select style="width: 90%; max-width: 8em;" class="input-sm ltr" id="' . $pagesMenu...
- 2020-05-24 17:10
- Forum: Getting Started
- Topic: simple layout
- Replies: 10
- Views: 2234
Re: simple layout
This should sort 1 thing for you


- 2020-05-20 20:03
- Forum: Bugs/annoyances
- Topic: forgot password
- Replies: 6
- Views: 2172
Re: forgot password
https://bigprof.com/appgini/faqs#faq14 Q. I forgot the admin password. How can I reset it? A. You can reset your password by opening the "config.php" file, find the line starting with: 'adminPassword' => And change it to: 'adminPassword' => '21232f297a57a5a743894a0e4a801fc3', Next step, using phpMyA...
- 2020-05-07 16:36
- Forum: Advanced Customizations > Hooks
- Topic: HTML form to insert data into table
- Replies: 1
- Views: 294
Re: HTML form to insert data into table
Would this be what you want?
https://bigprof.com/appgini/screencasts ... e-visitors
https://bigprof.com/appgini/screencasts ... e-visitors
- 2020-05-07 16:33
- Forum: Getting Started
- Topic: Last ID shown
- Replies: 1
- Views: 287
Re: Last ID shown
This will select 1 row. I used an iframe to add it to my site Change to suite your database and fields <body> <i>To post a message, Click the "Shout" button </i><p></p></p> <?php $servername = "localhost"; $username = "username"; $password = "password"; $dbname = "databasename"; // Create connection...
- 2020-05-01 20:19
- Forum: Tips And Tricks
- Topic: Closing spaces
- Replies: 1
- Views: 372
Re: Closing spaces
Done Anyone interested, go to your css file, In my case its cosmo. Around line 2256 find this. .table { width: 100%; max-width: 100%; margin-bottom: 21px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoo...
- 2020-05-01 15:29
- Forum: Advanced Customizations > Hooks
- Topic: Open a table directly n add new record mode
- Replies: 4
- Views: 576
Re: Open a table directly n add new record mode
In Doc it says x=0
- 2020-04-30 23:18
- Forum: Advanced Customizations > Hooks
- Topic: Open a table directly n add new record mode
- Replies: 4
- Views: 576
Re: Open a table directly n add new record mode
This will open the detail view,
Tablename_view.php?addNew_x=0
Tablename_view.php?addNew_x=0
- 2020-04-30 16:55
- Forum: Tips And Tricks
- Topic: Closing spaces
- Replies: 1
- Views: 372
Closing spaces
Anyone know how I can close the padding so the bottom table looks like the top one,
I know where I can adjust the top table padding, but can't find the bottom one

tia
Pat
I know where I can adjust the top table padding, but can't find the bottom one

tia
Pat
- 2020-04-28 22:00
- Forum: Getting Started
- Topic: Thank You Appgini
- Replies: 4
- Views: 595
Re: Thank You Appgini
This forum needs a like button,
Well done guys
Pat
Well done guys
Pat
- 2020-04-28 21:46
- Forum: Feature Suggestions
- Topic: Chat box
- Replies: 12
- Views: 6054
Re: Chat box
SO. I have made a hack to allow users make contact with each other through the site. I call it a shout box, as it is of sorts. Users click the "shout" button to post, and on "add new" click they are returned to this page, Its all a bit hacky, but interest in it seems okay so far https://i.postimg.cc...
- 2020-04-18 23:23
- Forum: Tips And Tricks
- Topic: Multi-Language App
- Replies: 2
- Views: 653
Re: Multi-Language App
Yeah, works good,
Looks good

Looks good

- 2020-04-17 19:25
- Forum: Advanced Customizations > Hooks
- Topic: Creating a Headline Banner
- Replies: 27
- Views: 2266
Re: Creating a Headline Banner
Its just marquee thingy, 
<marquee behavior="scroll" direction="left">Scrolling text...</marquee>
"Scrolling text" is where you add your own

<marquee behavior="scroll" direction="left">Scrolling text...</marquee>
"Scrolling text" is where you add your own
- 2020-04-17 13:47
- Forum: Advanced Customizations > Hooks
- Topic: Creating a Headline Banner
- Replies: 27
- Views: 2266
Re: Creating a Headline Banner
Many thanks for this,
Just wanted users to know it also works with scrolling text
http://11metereqsl.xyz/11metereqsl.xyz/index.php
Just wanted users to know it also works with scrolling text
http://11metereqsl.xyz/11metereqsl.xyz/index.php