| Author |
Message |
Belinda
Guest
|
Posted:
Tue Nov 08, 2005 1:51 pm Post subject:
How can I change the settings of the SharePointListTicker? |
|
|
Sharepoint 2003. When I click on an item in the scrolling list it first shows
the individual link on a seperate page, then I can click on the link to take
me to the website. How can I change the web part ticker settings so that
clicking on a scrolling item will open that link directly? (as in a normal
hyperlink) |
|
| Back to top |
|
 |
Gustavo
Guest
|
Posted:
Tue Nov 08, 2005 9:51 pm Post subject:
RE: How can I change the settings of the SharePointListTicke |
|
|
Hi Belinda,
I think you need to use a "Links" List. This list has a URL property that,
if you click in it, will start immediate the new site, and another option for
"View Item" where you can view and edit the link.
Saludos,
Gustavo
http://www.gavd.net/servers/default.aspx |
|
| Back to top |
|
 |
Belinda
Guest
|
Posted:
Wed Nov 09, 2005 1:51 pm Post subject:
RE: How can I change the settings of the SharePointListTicke |
|
|
Thanks Gustavo. The ticker is sourcing from a link list of website URLs. The
list itself is fine I think but i'm still having problems trying to adjust
the scrolling ticker so that when i click on an item in the list from there
it opens the URL directly. At this stage it is still opening a seperate page
with the individual link and an option to edit. Clicking on it here opens the
URL but I want to skip this step altogether!
Is there anything i'm missing or could try?
Cheers
Belinda |
|
| Back to top |
|
 |
Gustavo
Guest
|
Posted:
Wed Nov 09, 2005 1:51 pm Post subject:
RE: How can I change the settings of the SharePointListTicke |
|
|
Hi Belinda,
I don't understand what you mind with a "scrolling ticker". Do you have a
special WebPart installed, or a JavaScript or something like that?.
SharePoint don't have that kind of components as default. Can you explain a
little bit more about that?
Saludes,
Gustavo
http://www.gavd.net/servers/default.aspx |
|
| Back to top |
|
 |
Vishal
Guest
|
Posted:
Sun Nov 13, 2005 5:50 pm Post subject:
RE: How can I change the settings of the SharePointListTicke |
|
|
Hi,
You need to change the html code to open the scrolling ticker link in the
same window and not in a new window.
Example -
This opens up new window - <a href="http://www.google.com" target="_blank">
This opens in same window - <a href="http://www.google.com" target="_parent">
That's all there is to it!!
--
Vishal Sood |
|
| Back to top |
|
 |
|
|
|
|