I figured it out, the following are the directions:
- Make sure you are on the home page tab
- Go to site action ---> Site Settings ---> Modify Navigation
- Under "Navigation Editing and Sorting" you will see the all the tabs on right hand side
- Click on any particular tab and click hide.
Thanks.
Hello All,
I have a SharePoint site that has tabs.
Example: Home page tab, 2nd tab, 3rd tab, 4th tab and etc
My question is does anyone know how to hide tabs from all users?
Please advice.
Thanks.
Hello All,
I have a user that used to have access to a certain tab page on our sharepoint site. We recently made some data changes to that site, now the user does not have access to that tab page. Does anyone know what could be the problem?
I know that user save that url in her favorites...
PHV,
I have inserted the insert statment in the script... The script works but no data was populated to the table, below is the revised script.
Undated VBS script:
Const HKLM = &H80000002 'HKEY_LOCAL_MACHINE
On Error Resume Next
arrComputers = Array(".")
For Each strComputer In arrComputers...
Thanks for the response PHV, I have add
strComputerSQL = "MSSQLSERVER"
Set objConnection = CreateObject("ADODB.Connection")
objConnection.Open _
"Provider=SQLOLEDB;Data Source=" & strComputerSQL & ";" & _
"Trusted_Connection=Yes;Initial Catalog=TESTDB"
to my script but not sure...
Hello All,
I found the below script on the net and I modified it slightly. What I want to do is to store the data extract into a SQL Server table. I need help in creating the connection string and populating the database table instead of outputting the results to a text file. Does anyone know...
Thanks for your response Lemon13, but I did not understand your answer... What is "net use"? and she does have appropiate rights to that folder but not she not able to gain access. Does anyone else know what could be wrong?
Hello All,
I setup “Sharing and Security” on Folder3 to a user. Once the user tries to access the path to get the share folder, she get the below messages:
\\servername\Folder1\Folder2\Folder3 is not accessible. You might not have permission to use this network resource. Contact the...
Hello All,
I inherited a working intranet SharePoint site, now the client wants me to create another intranet site which would have a different URL, does anyone know how to accomplish this task? Would I have to create the new site in the central administration? Or create the new site in IIS...
Hello All,
I'm new to MOSS 2007 and I just installed it on my virtual server. When I tried to access the site on a remote sever I get the below error:
HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.
Internet Information Services (IIS)
I think the solution is to...
I think I know what causing the script to fail, it the space between SQL and Backup in the file name. Does anyone know how I can save a file into a folder that has spacing?
I have tried everything that I can think of, please help.
I'm tring to save files to the below directory...
Thanks folks for all the responses! It works now, but I decided to change the directory to this: \\nas000172\E\IDS\SQL Backup\SharePoint and it giving me this error message: Backup exited with error code: -2....Is SQL a reserve word in vbs? How can I point the script to save the files in this...
Thanks folks for the responses!
Does anybody knows how to change my code to use the properties of the file object(.DateCreated) and compare them using the DateDiff? I’m assuming that the code will look for all files in that directory that has the prefix SGD_ and delete all files older than 8...
Hello All,
Below is a script that saves a file with time/time stamp also delete files older than 8 hours... The problem is the code is erroring out before compeleting.
The error messeage I'm getting is as follows:
Line: 58
Char: 1
Error: Type mismatch: 'cdate'
Code: 800A000D
Source: Microsoft...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.