mergs Posts:16
 |
| 01/16/2007 7:58 AM |
|
Is it possible to have links in the Portfolio? Here is what I am being asked for. A page with a picture of a store on the left and details of it's location on the right of it. Then a link or links to the employees that work there (there is never more then 4). These links can be to another page that is just an employees page, but it would show a picture of the people and there information (pic on left details on right). |
|
|
|
bcasson Posts:88
 |
| 01/16/2007 8:21 AM |
|
I'm not sure if the set-up at this location similar to what you are trying to achieve, but we can start with it?
http://wildmodules.com/Home/MultipleLinks/tabid/230/wildRC/1/isMe/792/Default.aspx
Click on the image on the left to see the details. |
|
|
|
mergs Posts:16
 |
| 01/16/2007 2:07 PM |
|
Actually that second page would work best. http://wildmodules.com/Home/MultipleLinks/tabid/230/isMe/792/ProjectId/388/wildRC/1/Default.aspx
I wouldn't even need the first page. As long as I could have all the STORE details on this page and the employees names. Then click on the employee name or pic for their details about each of them.
Please send me the layout.
Thanks! |
|
|
|
bcasson Posts:88
 |
| 01/16/2007 3:41 PM |
|
I've changed it not to show the details page, and I used a template. The employee images and links were all done with the full text editor on the 'Full Description' field. You don't need to go into html, just insert an image and then link it to the URL of your choice (internal or external). Here is the code for the template: <table width="100%" cellpadding="3" cellspacing="2" ID="Table1"> <tr> <td colspan="2" class="wildPFNormalBold">[EDIT][TITLETEXT]</td> </tr> <tr> <td align="center" valign="top"><a href="[URL]">[IMAGESRC]</a></td> <td valign="top"> <table width="100%" cellpadding="0" cellspacing="0" ID="Table2"> <tr> <td class="wildPFNormalBold" valign="top">[FULLLABEL]</td> <td class="wildPFNormal">[FULLTEXT]</td> </tr> </table> </td> </tr> </table> Here are the settings: |
Attachment: 1116291751571.pdf
|
|
|
mergs Posts:16
 |
| 01/20/2007 5:34 PM |
|
Is there any way for this to be easier for the user? The people that will be adding users and stores have no idea what to link to or how to do it. Is it possible to combine the store and employees in one portfolio? Here is what I am thinking. Add "extra" User fields (beyond the 5 supplied) to the store portfolio page that would allow them to put employee details in them and also upload the employee thumbnail photo. Then the thumbnail picture would link to the employees details (that were provided in this same page). The second thought would be to have each employee have their OWN page and when they go to attach a link they could just select PAGE and the pulldown to pick the right page for that employee. I not sure if I explained this very well, but the bottom line is that they need an easier way to add multiple pictures with details to one portfolio. |
|
|
|
bcasson Posts:88
 |
| 01/23/2007 11:11 AM |
|
Are you using all fields, including the 'Author' and 'Date' fields? If either of these are free there is a way using a template to link to a 'detail' page to show the 'employee'. In the template you would code the link as follows: Assuming: yoursite: domain name or IP address TabName: name of the page that contains the employee module ttt: tab/page number containing the employee module mmm: module ID of the employee module (it is displayed on the settings page) xxx: link text, could be a field, i.e. [USERTEXT1] [DATETEXT] contains the ID of the employee from the employee module. <a href="http://www.yoursite.com/TabName/tabid/ttt/isMe/mmm/ProjectId/[DATETEXT]/wildRC/1/Default.aspx">xxx</a> or as a new page: <a href="http://www.yoursite.com/TabName/tabid/ttt/isMe/mmm/ProjectId/[DATETEXT]/wildRC/1/Default.aspx" target="_blank">xxx</a> The 'isMe' will cause the details to be shown within the same container as the 'employee' list. If you want it to be shown on the default page (i.e. the admin style page), then replace the 'isMe' with 'mid'. I will look at incorporating some of the ideas you suggested in a future release. |
|
|
|