Video Tutorial about custom queries

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Video Tutorial about custom queries

Post by aware_support »

The video tutorial about custom queries has been added to the Query section of our video tutorials page. The direct link is:

https://youtu.be/qiKTg3af5AU
Aware IM Support Team
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: Video Tutorial about custom queries

Post by BenHayat »

Support, at 3:00 of the video, you mentioned we can define our own template. My question is, how do we create and then retrieve such templates that were created by us?

Thanks!
RentProperty
Posts: 345
Joined: Mon Nov 12, 2012 9:08 pm
Location: South Africa

Re: Video Tutorial about custom queries

Post by RentProperty »

I also noticed that. :-) Would be Very handy indeed. Please advise how to do this so that our options show up in the dropdown.
Hein Hanekom & Werner Hanekom
Sinov8.net
AwareIM Version 5.9 | 6.0 | 7.0 | 7.1 (Windows EC2 R2012 & MySQL)
pureist
Posts: 427
Joined: Sun Jan 24, 2016 10:00 pm

Re: Video Tutorial about custom queries

Post by pureist »

why not just save them as Notepad text files in a folder?
takes no time to access if the folder is on the Desktop.
Last edited by pureist on Thu Sep 15, 2016 1:01 pm, edited 1 time in total.
RentProperty
Posts: 345
Joined: Mon Nov 12, 2012 9:08 pm
Location: South Africa

Re: Video Tutorial about custom queries

Post by RentProperty »

Yup, I have no problem doing that. Just thought.. If it is possible to save it within the system then I might as well do that. :-) If not then I'll just save them in Notepad as I have been doing.
Hein Hanekom & Werner Hanekom
Sinov8.net
AwareIM Version 5.9 | 6.0 | 7.0 | 7.1 (Windows EC2 R2012 & MySQL)
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: Video Tutorial about custom queries

Post by BenHayat »

pureist wrote:why not just save them as Notepad text files in a folder?
So, we can have them as a dropdown list for future use, than searching for each time in explorer. :wink:
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Video Tutorial about custom queries

Post by aware_support »

Look at the AwareIM/Presentation/templates directory. All existing files are there. The format of the file is quite obvious if you look at one of the existing ones. Put your template there and restart Aware IM.
Aware IM Support Team
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: Video Tutorial about custom queries

Post by BenHayat »

aware_support wrote:Look at the AwareIM/Presentation/templates directory. All existing files are there. The format of the file is quite obvious if you look at one of the existing ones. Put your template there and restart Aware IM.
Thank you Sir!
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: Video Tutorial about custom queries

Post by BenHayat »

Here is the format:

Code: Select all

Picture and Text
@
A multi-line single column text where each row has a picture with some text next to it
@
@
<div class="aw-data-item" style="height: 105px;padding-bottom:10px;margin-top:5px;border-bottom: lightgray 1px solid">
	<div style="display:inline-block;width: 95px;height:95px;float:left;background-repeat:no-repeat;">{Photo}</div>
	<div style="vertical-align:top;margin-left:100px;padding: 30px 0px 0px 20px;">
	  <div style="font-size:20px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap">{FirstName}&nbsp;{LastName}</div>
	  <div style="font-size:14px;color:#9d9d9d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap">{Address}</div>
	</div>
</div>
Post Reply