Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: goofy78270
  • Content: Threads
  • Order by date
  1. goofy78270

    How to add a folder to the left bar

    How can I add a folder to the directory structure of a Sharepoint site and have it automatically show up on the left nav toolbar? I am looking for this to be dynamic as we generally add and remove about 80 folders a month from the directory structure. Currently we simply rename the folders...
  2. goofy78270

    Find backward links

    Is there a method in which a user can find all links to a specific document using backward links of that document? I have a .Doc file that I am converting to a .mht file for ease of use in displaying the file within the web page. In doing so, I know of 36 links to the current document, but I...
  3. goofy78270

    two xml documents read by one xsl doc

    I currently have the following information in one xml document, but the file list is getting rather large as I am looking to add more documents to the list and more attributes to each branch such as location, phone, etc.. I would like to take out all common data, and put this in one xml file...
  4. goofy78270

    Page View Counter

    I am looking to install a hit counter for three pages of our intranet within SharePoint 2007. The catch is I would like the counter to be a hits per day counter and somehow archive or email the history. It would also be great if we could tell who looked at the sheet and when, but not a...
  5. goofy78270

    Populate page viewer web part from list or menu

    Is it possible to populate the page viewer web part based on a selection from a list or menu on the same page? We have a product specs section of our intranet and would like for employees to view the desired product spec in the current page without sending them out of SP into the docs...
  6. goofy78270

    Mixing XSLT and XSLFO

    I am looking to rotate my text 90 degrees within the cell, but the following code displays text at a normal rotation of 0. Any ideas what is wrong? <?xml version='1.0' encoding='utf-8'?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"...
  7. goofy78270

    XML node value in html tag via xslt

    Is it possible to input a node value into a html tag within an xslt? I have the following code where I tried to input the column variable into the <td colspan> tag in the middle of the code, but nothing displays. As soon as I remove the tag or hard code the value, everything works fine. XSL...
  8. goofy78270

    Linking Multiple XML files in a single xsl or html file

    I have multiple XML files that are created by different departments that I would like to combine in a single webpage, but I am unsure how to link multiple xml documents in either the xsl or html files. Any help would be greatly appreciated.
  9. goofy78270

    Expanding and collapsing left nav menu based on location

    Is it possible to only expand the left nav bar based on the current location? To explain a little further, I have a top level site that has some sub sites, which in turn have more sub sites. I would like to only have the site in which the current subs site is located expanded as shown below...
  10. goofy78270

    Browsing SP folders with SPD installed

    Currently we have SP 2003 and contributors upload documents via the folder structure. After installing SPD 2007, the folder structure is no longer accessable. Is there a tweak to fix this? Current access to SP 2003 files for Contributors list the folder structure and documents within...
  11. goofy78270

    Custom Page Layout design to display on Create Page screen

    I have created a custom page layout, but I cannot seem to get the layout to show in the preview to the left. Is there something I am missing or someplace that needs to be modified to show this?
  12. goofy78270

    Converting SP 2003 to 2007 questions.

    In converting, I have a couple of questions that have been brought up in numerous meeting, but I do not have a good explanation. I was wondering if someone could point me in the right direction. 1. Users are asking to use SP Designer to edit sites. What security issues does this open for the...
  13. goofy78270

    xsd enumeration from config file

    I am in the process of creating numerous xsd files for internal use but seem to have the same enumerations within each file. I was wondering if it was possible to pull in enumeration values from a config file or if I should include these common sections within a common xsd file. Any tutorials...
  14. goofy78270

    Using COALESCE to combine zipcodes in a state table

    I am trying to list each distinct state and county with a comma deliminated field for all zipcodes within that county and state. I have the following code, but it seems to combine all zipcodes within the table and not the ones related to the state and county. DECLARE @ZipCode varchar(1000)...
  15. goofy78270

    Creating Columns while publishing to Sharepoint

    Our corporate has a Sharepoint portal that they would like all departments to create a page within the layout they have given. My problem is that they only divide the page into two columns for entries. I would like to take one of those entry spots and create columns within it. I have tried...

Part and Inventory Search

Back
Top