Search found 31 matches
- 2013-06-12 16:44
- Forum: Advanced Customizations > Hooks
- Topic: Is There a way to display content in HTML
- Replies: 4
- Views: 5391
Re: Is There a way to display content in HTML
Hi, Indeed there is! Unfortunately due to school and exams and whatnot I cannot provide a custom hook script but I have made this myself. It's a tad complex but serves a purpose. If you need help understanding it, there's a good tutorial on this here: http://css-tricks.com/sending-nice-html-email-wi...
- 2013-04-30 17:03
- Forum: Feature Suggestions
- Topic: delete multiple records on grid view
- Replies: 10
- Views: 9598
Re: delete multiple records on grid view
I would like to bump this up again. I'm not sure if anyone else agrees, but this is my most wanted feature in the new version of AppGini. It would make life a lot easier and is the key feature missing in my honest opinion.
However, there is no rush for it Ahmad!
Kind regards,
Stephen
However, there is no rush for it Ahmad!
Kind regards,
Stephen
- 2013-04-30 17:00
- Forum: Feature Suggestions
- Topic: AppGini 5.10 beta and msstdfmt.dll error
- Replies: 7
- Views: 7985
Re: AppGini 5.10 beta and msstdfmt.dll error
Hello, I had the same issue and reported it to Ahmad as well. Identical scenario to you. Worked fine with v5.0, now errors with v5.10. I found this post on MSAnswers --> http://answers.microsoft.com/en-us/office/forum/officeversion_other-customize/the-module-msstdfmtdll-was-loaded-but-the-call-to/7b...
- 2013-03-27 19:33
- Forum: Getting Started
- Topic: Changing icon blocks system
- Replies: 2
- Views: 3108
Re: Changing icon blocks system
Hello, I've not seen that error before... Would you mind uploading another screenshot, I can't make the text out. Just crop it to the error message. Have you tried reinstalling AppGini to see if that fixes it? Other than that, you'll need to speak to Ahmad via the forums or direct email support. Reg...
- 2013-03-26 16:19
- Forum: Advanced Customizations > Others
- Topic: Different Detail View Template for Different Users
- Replies: 3
- Views: 4325
Re: Different Detail View Template for Different Users
Thank you, that's perfect. 

- 2013-03-25 21:10
- Forum: Advanced Customizations > Others
- Topic: Different Detail View Template for Different Users
- Replies: 3
- Views: 4325
Different Detail View Template for Different Users
Hello, Is it possible to have a different Detail View template displayed depending on the usergroup? I think it is possible to check the tableview template with this code: if($memberInfo['group']!='Admins'){ $options->SelectedTemplate=AdminTVTemplate.html $options->SelectedTemplate=AdminTVTemplate.h...
- 2013-03-25 19:02
- Forum: Feature Suggestions
- Topic: Auto Hyperlink URLs in Table and Detail View
- Replies: 0
- Views: 3596
Auto Hyperlink URLs in Table and Detail View
Hello, This is a feature request regarding my thread here: http://forums.appgini.com/phpbb/viewtopic.php?f=7&t=33 Basically, AppGini can already hyperlink data in a field so a user can click it and go to the webpage. This works in the table and detail view for the data. However, this feature has a f...
- 2013-03-24 15:57
- Forum: Advanced Customizations > Others
- Topic: Auto Find and Replace Data
- Replies: 0
- Views: 2509
Auto Find and Replace Data
Hello Guys, This may sound like a strange problem but I need this to work as specified. For our DB, we DO NOT want HTML anywhere in the table. What I would like to be able to do is to, possibly using the tablename_init hook or other method, is to replace some data with different data. I.e. I want to...
- 2013-02-25 18:49
- Forum: Advanced Customizations > Others
- Topic: Highlighting Specific Records
- Replies: 31
- Views: 20694
Re: Highlighting Specific Records
THANK YOU AHMAD!!!
That worked perfectly! Issue solved and thanks again!
Stephen
That worked perfectly! Issue solved and thanks again!
Stephen
- 2013-02-23 21:02
- Forum: Advanced Customizations > Others
- Topic: Highlighting Specific Records
- Replies: 31
- Views: 20694
Re: Highlighting Specific Records
Ok, I am now having an issue and require help. The original code: function tablename_init(&$options, $memberInfo, &$args){ // modify the status field of the table view query to display 'no' invoices in bold red $oldArray=$options->QueryFieldsTV; $options->QueryFieldsTV=''; foreach($oldArray as $fiel...
- 2013-02-22 20:26
- Forum: Advanced Customizations > Others
- Topic: Highlighting Specific Records
- Replies: 31
- Views: 20694
Re: Highlighting Specific Records
This works great! Thank you very much!!
- 2013-02-21 19:35
- Forum: Advanced Customizations > Others
- Topic: Highlighting Specific Records
- Replies: 31
- Views: 20694
Re: Highlighting Specific Records
Ahhh, thank you very much.
I am currently working on other stuff, but will try this ASAP. Thanks for the code!
I am currently working on other stuff, but will try this ASAP. Thanks for the code!

- 2013-02-21 18:30
- Forum: Advanced Customizations > Others
- Topic: Highlighting Specific Records
- Replies: 31
- Views: 20694
Re: Highlighting Specific Records
Thanks, I will try that when I get a chance!
Where did you find this? Or did you make this yourself?
Stephen
Where did you find this? Or did you make this yourself?
Stephen
- 2013-02-20 18:48
- Forum: Advanced Customizations > Others
- Topic: Highlighting Specific Records
- Replies: 31
- Views: 20694
Highlighting Specific Records
I'm not sure if this is possible, but I would like to give it a try :) In my database I have a drop down list with a couple of different options in. My goal here is to automatically highlight all the rows in the table with one option from the list selected. For example, if the drop down list had 2 v...
- 2013-02-20 18:30
- Forum: Advanced Customizations > Hooks
- Topic: Using RegEx to parse URLs
- Replies: 7
- Views: 8536
Re: Using RegEx to parse URLs
No one else have any ideas here on how to do this code? I've tried working around it with different columns and things, but the only real solution is to use a RegEx to parse the URL from plain text unless anyone else has any ideas?
Thanks,
Stephen
Thanks,
Stephen
- 2013-02-17 08:55
- Forum: Getting Started
- Topic: VIEW database with no sign-in
- Replies: 3
- Views: 4062
Re: VIEW database with no sign-in
Not a problem, glad I could help
Stephen
Stephen
- 2013-02-16 16:03
- Forum: Getting Started
- Topic: VIEW database with no sign-in
- Replies: 3
- Views: 4062
Re: VIEW database with no sign-in
Hello,
Go to the Admin Area --> View Groups (top bar) --> Anonymous. Here you can change permission for anonymous (guest) users, for example allowing them to view a table.
Hope this helps,
Stephen
Go to the Admin Area --> View Groups (top bar) --> Anonymous. Here you can change permission for anonymous (guest) users, for example allowing them to view a table.
Hope this helps,
Stephen
- 2013-02-10 13:45
- Forum: Feature Suggestions
- Topic: delete multiple records on grid view
- Replies: 10
- Views: 9598
Re: delete multiple records on grid view
For my DB, I need the ability to quickly select entries and then move them to another database table created in AppGini. This is very hard to do at the moment and something that would be fantastic to have. Ahmad, is this planned for a future version? Because I will be very happy if it is!! :D Well ...
- 2013-02-10 13:45
- Forum: Feature Suggestions
- Topic: Table grid Edit
- Replies: 33
- Views: 31380
Re: Table grid Edit
I put my vote for this as well, would be useful 

- 2013-02-02 14:57
- Forum: Getting Started
- Topic: Lets help Ahmad look after our new forum
- Replies: 11
- Views: 8906
Re: Lets help Ahmad look after our new forum
Thank you for the suggestions. The spam fighting suggestions sound great ... I'll give the StopForumSpam plugin a try. Actually, the reason why a spam wave didn't hit the forum by the members mentioned in KSan's post is that the first post for every member must be approved manually before that memb...
- 2013-01-30 18:19
- Forum: Advanced Customizations > Hooks
- Topic: Using RegEx to parse URLs
- Replies: 7
- Views: 8536
Re: Using RegEx to parse URLs
Sadly, I think that we need the data mixed together. We already have enough columns and some drivers really need the mixed text. To give you some examples:
http://sysnative.com/drivers/driver.php?id=a2util64.sys
http://sysnative.com/drivers/driver.php?id=CM2793.sys
http://sysnative.com/drivers/driver.php?id=a2util64.sys
http://sysnative.com/drivers/driver.php?id=CM2793.sys
- 2013-01-30 18:14
- Forum: Feature Suggestions
- Topic: delete multiple records on grid view
- Replies: 10
- Views: 9598
Re: delete multiple records on grid view
I have been working more on my database and as I said before, this would be fantastic and is the only feature really missing from AppGini. For my DB, I need the ability to quickly select entries and then move them to another database table created in AppGini. This is very hard to do at the moment an...
- 2013-01-30 18:04
- Forum: Getting Started
- Topic: Lets help Ahmad look after our new forum
- Replies: 11
- Views: 8906
Re: Lets help Ahmad look after our new forum
As a forum admin (Sysnative Forums -- http://www.sysnative.com) I thought I would chime in here. Spam is a major issue for any forum, and the measures to prevent it need to be in place BEFORE the spam wave hits. There are systems to do this automatically so save you work as an admin. Whilst I don't ...
- 2013-01-27 17:55
- Forum: Advanced Customizations > Hooks
- Topic: Using RegEx to parse URLs
- Replies: 7
- Views: 8536
Re: Using RegEx to parse URLs
Thanks for the replies both of you.
You can see our current database set-up here: http://sysnative.com/drivers/. This is a custom coded solution but has many issues. You can see in the source column how URLs and text have been mixed together.
You can see our current database set-up here: http://sysnative.com/drivers/. This is a custom coded solution but has many issues. You can see in the source column how URLs and text have been mixed together.
- 2013-01-18 18:01
- Forum: Advanced Customizations > Hooks
- Topic: Using RegEx to parse URLs
- Replies: 7
- Views: 8536
Re: Using RegEx to parse URLs
**bump**
Just bumping this - surely someone has an idea! I've seen some complex code posted around here, so surely mine can't be to hard. If any further information is required, I can provide it either in a post or via PM.
Thanks!
Just bumping this - surely someone has an idea! I've seen some complex code posted around here, so surely mine can't be to hard. If any further information is required, I can provide it either in a post or via PM.
Thanks!