Tags:
create new tag
view all tags

Question

Hi I have a problem. I have a page which will display me a list of items, say for instance colleges. Now once we click a link it gives me some other links like CollegeName, CollegeContact and some other details. Now I want that I have these links common for all the Colleges listed but when clicked should call the respective college details. Since everything is stored as file we can have only one for all college names as CollegeName.txt and so all the colleges will display the same content. Is there any way by which I can make this unique but on the same I don't want to display like CollegeNameOfX or CollegNameOfY on the page I just want to display CollegeName.

Hope I have clearly explained my doubt.

Thanks TMK

  • TWiki version:
  • Perl version:
  • Web server & version:
  • Server OS:
  • Web browser & version:
  • Client OS:

-- MadanKumarThangavel - 19 Jun 2003

Answer

Don't fully understand what you want. Maybe anchors may be helpful, i.e. have

-- PeterKlausner - 04 Jul 2003

I think you can do this using a WebForm (like on this topic) that classifies a page as being of PageType College or type SomethingElse. Then, for the college pages, which can have any name, do a search (like on AskedQuestions here) that finds only the pages with PageType set to College, and you'll have a clickable list of results.

See TWikiDocumentation for details, and FormattedSearch for more advanced searching - best to get the basic version working first, though.

-- RichardDonkin - 04 Jul 2003

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2003-10-02 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.