include referring page URL

Colin's Avatar

Colin

17 Feb, 2009 07:31 AM

I will primarily be using Tender to support education websites, so I would like it if Tender showed the referring URL on the admin side of discussion tickets. This saves me the time of having to ask the user which page they were on when they encountered and issue.

  1. 1 Posted by Kyle Neath (Git... on 17 Feb, 2009 08:37 PM

    Kyle Neath (GitHub Staff) 's Avatar

    We've got a feature that allows quasi custom-fields through the use of cookies. I'll be sure to let you know when it's done & ready for prime-time.

  2. 2 Posted by System on 17 Feb, 2009 08:37 PM

    System's Avatar

    A Lighthouse ticket was created for this discussion

  3. 3 Posted by System on 06 Mar, 2009 11:45 PM

    System's Avatar

    Ticket # 272 was resolved by Kyle Neath.

  4. 4 Posted by Kyle Neath (Git... on 07 Mar, 2009 12:42 AM

    Kyle Neath (GitHub Staff) 's Avatar

    Alright, wrote up a FAQ for you: https://help.tenderapp.com/faqs/setup-installation/include-custom-information-from-your-site

    If you'd like the referring URL, you could just use javascript to do it quick and dirty, something like (not tested):

    Cookie.set({'tender_referrer':document.location}, {host:'.yourapp.com', path:'/'});
    

    That also assumes you're using a Cookie class... but hopefully that illustrates what needs to happen.

  5. Kyle Neath (GitHub Staff) closed this discussion on 07 Mar, 2009 12:42 AM.

Discussions are closed to public comments.
If you need help with Tender please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac