Palace Guard Gold Membership
 Nuke Newbie Posts:8

 |
| 12/26/2007 3:27 PM |
|
I am very new to property agent. Can anyone recommend or post a simple template that can be used as a store directory? Just a basic store name, street address including state/country and postal codes, perhaps a phone number or two. I don't think I will need photos for any of the listings. My goal is to provide my users with a list of stores that they can search by country, state or postal code. |
|
|
|
|
Mike Cox Gold Membership
 Nuke Addict Posts:96

 |
| 12/28/2007 9:27 AM |
|
I have one that I made for the US. The property types are the States/Provinces. Click on the State and see a listing of contacts in that State Province. It is very basic but effective for us. Some of the US States are missing because we have no contacts there. But just add them in, they sort themselves nicely. I am sure you could modify the States to be sub-types for Country US. You could add the top-level types as Countries and Sub-types would be states/provinces. |
Attachment: StatesDirectory.zip
|
|
|
|
Steve Topilnycky Gold Membership
 Nuke Wiz Posts:166


 |
|
Palace Guard Gold Membership
 Nuke Newbie Posts:8

 |
| 1/06/2008 8:30 PM |
|
Posted By mcox on 12/28/2007 9:27 AM
I have one that I made for the US. The property types are the States/Provinces. Click on the State and see a listing of contacts in that State Province. It is very basic but effective for us. Some of the US States are missing because we have no contacts there. But just add them in, they sort themselves nicely. I am sure you could modify the States to be sub-types for Country US. You could add the top-level types as Countries and Sub-types would be states/provinces.
Thanks mcox. |
|
|
|
|
Ken Silver Membership
 Nuke Super Newbie Posts:16

 |
| 1/30/2008 9:12 AM |
|
I used the Property Agent module for an employee directory.
http://www.btcpa.net/People/AssociateDirectory/tabid/67/Default.aspx |
|
|
|
|
ron dyar Gold Membership
 Nuke Active Member Posts:46

 |
| 2/28/2008 4:40 PM |
|
I am using PA as a very simple downloads manager here:
http://ephotopros.com/Downloads/tabid/201/Default.aspx
The template is attached... should work with the exception of the buttons. It is only a manager of files that you have somewhere - ie it isn't something to use to upload files into a downloads library - just a way to manage the links to them as well as the information about them.
I also am using the DNN Links module to track clicks and users - per this article
It only displays the download button if you are logged in, and only allows comments from logged in users.
I had trouble with some of the security stuff in the templates - thought it wasn't working as stuff was displaying that should only display to anonymous users - took me a while to figure out that admin sees them all. But for normal users/non users it works great.
I also stripped out a lot of the style stuff, so this may be easier for someone starting out to read - all the css references were a little confusing at first glance.
I gotta say this was a confusing module at first, but once you figure it out it totally makes sense! Excellent documentation on the Property Agent module page. |
Attachment: PA-Downloads.zip
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12051


 |
| 2/29/2008 3:09 AM |
|
| Awesome guys! |
|
Scott McCulloch Site Administrator |
|
|
Jason Registered Users
 Nuke Newbie Posts:1

 |
| 3/04/2008 9:59 PM |
|
Hi I am new at Ventrian Systems, I am not using Property Agent. I am looking specfically for a template where visitors would be able to search for accomodation and places to stay across States or Provinces. They must be able to search via, States, Towns, Accomodation Type and pricing. I ahve looked across the whole of the DNN community and cannot find a ready made module for sale. Can PA do this and has anyone got a template we could look at. Or how difficult is it to design a template with multiple sorting dropdowns in PA, keeping in mind that we are not big on coding. |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12051


 |
| 3/05/2008 12:59 AM |
|
| You shouldn't need to code for PA, please take a look at the templates here and the documentation here for an idea on how difficult it is. |
|
Scott McCulloch Site Administrator |
|
|
Jeremy Oldham Gold Membership
 Nuke Super Newbie Posts:18

 |
| 3/07/2008 10:57 AM |
|
Posted By max2o on 1/30/2008 9:12 AM
I used the Property Agent module for an employee directory.
http://www.btcpa.net/People/AssociateDirectory/tabid/67/Default.aspx
That is a really cool template. Any chance you would make the template available? I would love to use it for a soccer club web site for a coaches listing.
|
|
|
|
|
Ken Silver Membership
 Nuke Super Newbie Posts:16

 |
| 3/07/2008 11:41 AM |
|
Posted By joldham on 3/07/2008 10:57 AM
Posted By max2o on 1/30/2008 9:12 AM
I used the Property Agent module for an employee directory.
http://www.btcpa.net/People/AssociateDirectory/tabid/67/Default.aspx
That is a really cool template. Any chance you would make the template available? I would love to use it for a soccer club web site for a coaches listing.
I'm not sure how to make it a template for others to use. I'll check through documentation and see what I can do. Thanks for the compliment.
|
|
|
|
|
Rodolfo Registered Users
 Nuke Newbie Posts:7

 |
| 3/09/2008 3:50 AM |
|
I agree with joldham... good design. Well done |
|
|
|
|
oussamaghanem Registered Users
 Nuke Super Newbie Posts:22

 |
| 3/26/2008 2:49 AM |
|
Dear Sir can we share our information together to create an property agent for a magazine site the first page contain all the magazine covers with links and search each magazine cover contain the following information : Magazine version: magazine Title: Magazine Date: Magazine description: Publicher Comapany Name: Author names: Design name: Some title: Number of page: front page picture: three or five of best pictures: three or five of best articles: Supported by : Advertising banners 1-3: |
|
|
|
|
Neil Silberkleit Gold Membership
 Nuke Active Member Posts:28

 |
| 4/01/2008 8:50 AM |
|
Hello Everyone...
I have been given the task to try and implement the property manager as a catalog for a clothing line. I have been sniffin around a little bit and came across an idea i was thinking about implementing regarding the "featured module".
Under "layout mode"... if i click "custom layout"... has anyone tried using a styled unordered list here? I would assume the proper way to do so would be....
{ } replace <>
Header: {ul class="blah blah blah"}
Item: {li}{a href="TOKEN"}TOKEN{/a}{/li}
Footer: {/ul}
I am in the very beginning stages of reviewing this module, and am trying to see how i can get rid of the tables and make the code lighter as little table based layouts as possible and this was one of the first ideas I've come across so far. Just wondering if anyone has tried something similar, and/or knows if this approach will cause problems.
If not, I will be posting what I find for anyone interested.
Thanks for your time.
|
|
|
|
|
caroig Gold Membership
 Nuke Master Posts:278

 |
| 4/01/2008 9:05 AM |
|
You can use a styled unordered list and the layout you mentioned is the correct one. I use it on a couple of sites - the only problem is that the module will wrap the output in a table and the UL and each LI will be rendered as table rows. You can still style it as a conventional list and ignore the additional markup. |
|
|
|
|
Neil Silberkleit Gold Membership
 Nuke Active Member Posts:28

 |
| 4/01/2008 9:10 AM |
|
Thanks for the quick reply!
I was afraid of that. Cursed by tables again :-)
|
|
|
|
|
oussamaghanem Registered Users
 Nuke Super Newbie Posts:22

 |
| 4/03/2008 7:16 AM |
|
Can we share together our experience to create a template for a magazine,it's very helpful and so beautiful idea for a standard library,School library,magazine ,electronic news magazine Thanks in advance ,It was very genius modules |
|
|
|
|
peter schotman Gold Membership
 Nuke Addict Posts:88

 |
|
caroig Gold Membership
 Nuke Master Posts:278

 |
| 4/21/2008 1:05 PM |
|
Peter,
Inspiringly lightweight and fast. Very nice! |
|
|
|
|
Neil Silberkleit Gold Membership
 Nuke Active Member Posts:28

 |
| 4/22/2008 3:27 PM |
|
I meantioned earlier that I was working on a "clothing line catalog" and using the property agent module. http://www.wearme.biz/Catalog/tabid/122/Default.aspx Still got a bunch of stuff to work on, not too fond of some of the quirky things that happen wit the default table inserted code but it has been going smoothly so far, compared to what I thought i was going to run into. |
|
|
|
|