You need to Register for free and Login to post a message in the forum.

Forum

List Module Question..
Last Post 2010-06-14 01:54 AM by bobmc. 2 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
bobmcUser is Offline
Nuke Active Member
Nuke Active Member
Posts:24

--
2010-06-10 04:31 AM  
I'm creating a List, using Baseball stats. I've reviewed the tutorial for UDT. But I'm not getting the results I was hoping for. My first issue and most pressing is that I'm using the advancedtable.xsl for the Rendering Method. The first page looks ok but when I click on the Mag glass to view the inter contents they are listed vertically and I need them to be horizontal. Is that a setting in the .xsl I need to change or somewhere in the module settings I'm overlookig? I don't belive its a .css change, at least not the skin.css or my container css file because if I make the colums visable then it shows horizontal on the fisrt page. Any thoughts or suggestions? My second issue is that I'd like to get the data, such as the player name or position to be centered under the header text. I can understand if that is a .css edit, but not sure where that would be. Thoughts on that one? Finally I'd like to know if its possible to pull the data from one list module to a completely different one so that I can display the stats info in one big table as well as keeping the indiviual players stats seperate. Thanks, Bob
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9008
Avatar

--
2010-06-10 01:33 PM  
I can't give you very detailed answers, but ... allow me to change the subject. You might want to take a look at SQL Selected Grid View (SGSV) from Tressleworks.ca. I've found it to be a very useful module. There is a free version. The paid version costs all of $7.

The answer to your final question depends on whether or not you have all of the statistics in a single table, or if you have statistics for each player in a different table. If the answer is different tables, you will need to write a rather complicated SQL query to return all of the results. If the data is all in one table, you can write a query to return all of the data, or use a filter to return just one player, i.e. WHERE PlayerName = 'Joe Smith'.

More details will help.

Note that if you go to SGSV, there are dropdowns that you could use to select by player, by team, etc.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
bobmcUser is Offline
Nuke Active Member
Nuke Active Member
Posts:24

--
2010-06-14 01:54 AM  
Thanks for the reply Joseph..

I actually got my look and feel looking the way I wanted, just had to find the right css files and played around with the .xsl creater. Pretty handy once you get the hang of it, plus it helped that I watched the tutorial again.. :-)

On the main Roster page shows just some simple information, (Name, Jersery #, Position, and Grade), and when an end user clicks the Mag they see all the detail hitting stats for that specific player.

Anyway on my final issue of pulling data from one List to another I've kinda of gotten that addressed as well. I installed the Reports module along with the Forms and List Data source. Now using the Reports module I'm grabing everyones data and setting up as a Team Hitting Stats so the entire team stats can be viewed at once, works really nice.

My newest challenge is seperating out one specific player, the Pitcher. Since Pitcher's stats are just as important as hitting stats I now need a way to display not only the hitting stats of a player but also the pitching stats, only if the player is a pitcher.

Right now only hitting related stats, plus the name, jersery #, grade, and postion are in one table. I have not create a new table specificlly for Pitching or including the pitching related stats headers in my original hitting stats table. I need to figure out a way so that if the player is a Pitcher than when the Mag (details) is click on it not only shows his hitting stats but his pitching stats as well.

I suppose I could add the pitching stats to the original table (hitting stats), change the name of course to simply stats. Then create 3 reports with filtering; one report for just the basic Roster, one for Hitting Stats and a final report with filtering so that if Postion=Pitcher than show both sets of stats. But then I'm not sure how I would get the user from the Roster simply layout to the detailed stats layout for only that specific player, I would lose out on the Mag (details) link, I think.

If anyone has any suggests or thoughts I'm all ears..

I did take a quick look at the SGSV that you suggested, and this may work for me, I haven't had the chance to download and try yet, when/if I do I'll let you know how it worked out. I say if cause you or someone may have another suggestion based on the details above. BTW..I can't use IngoGrid, just not in the budget..

Thanks,
Bob
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

iPhone website logo in DNN root directory by JohnnieD
I'm trying to put an iPhone logo that I made into my site so when someone saves the website on their
RE: Fixed size container by Joseph Craig
Use an HTML module and style the container to have a fixed height and width. Set the overflow attr
Fixed size container by Aggiedan97
I am looking for advice or an actual container that has a fixed height (and width). An HTML module w
RE: DNN 6.1 app_offline.htm by Joseph Craig
If the site "works" in Chrome, Firefox and Safari, but not in IE8 look to IE8 as the problem. It is
RE: DNN site automatically redirects to a different domain name. by Joseph Craig
Make a copy what is in the portalalias table and then remove all but the localhost entry. Verify th
DNN 6.1 app_offline.htm by Dave Hassall
Hi As recommended I have successfully been using the app_offline.htm whilst performing upgrades t
RE: DNN site automatically redirects to a different domain name. by imran shaikh
Hi i have done same as mention in this post my dnn folder name is Trademaxomanupg with
Enforce Terms Tutorial Update by Vistalogix Corporation
I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
RE: Best Practices for Modifying a Custom Module by Joseph Craig
Start up the development website, then install the module using the package that you have. Then, yo
Best Practices for Modifying a Custom Module by schilders
Good Morning, I'm needing to modify a custom built module created by another developer targeted f
RE: Admin menu problem by alireza arabiyan
hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
RE: Admin menu problem by Joseph Craig
Yes, that is what you should have done. What is the URL for your home page? What is the URL for
RE: Admin menu problem by alireza arabiyan
hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
RE: Admin menu problem by Joseph Craig
How did you move it? Have you added an entry in the portalalias table for the site's domain name?
RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
Set up a user with dbo privileges and set the connection string for that user, rather than using Win
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds