I will later on On Mon, May 11, 2009 at 12:07 PM, Jonathon Rossi <[email protected]> wrote:
> Looks good. Do you want me to apply it or are you going to? > > > On Mon, May 11, 2009 at 7:42 PM, Roelof Blom <[email protected]>wrote: > >> I would also put it in the main bar, like in the patch. >> >> >> On Mon, May 11, 2009 at 11:19 AM, Jonathon Rossi <[email protected]>wrote: >> >>> So do you think just change the link towards the bottom of the home page >>> to using the UV tab? Or something more prominent? >>> >>> >>> On Mon, May 11, 2009 at 7:15 PM, Roelof Blom <[email protected]>wrote: >>> >>>> UV's Using a Custom Tab, with a small modification (highlighted) does >>>> not display the tab but allows you to use your own links. The attached >>>> patch >>>> shows how this could work for the home page. >>>> >>>> *1. Copy and paste the following code into your HTML just just before >>>> the closing </body> tag:* >>>> >>>> <script type="text/javascript"> >>>> var uservoiceJsHost = ("https:" == document.location.protocol) ? >>>> "https://uservoice.com" : "http://cdn.uservoice.com"; >>>> document.write(unescape("%3Cscript src='" + uservoiceJsHost + >>>> "/javascripts/widgets/tab.js' type='text/javascript'%3E%3C/script%3E")) >>>> </script> >>>> <script type="text/javascript"> >>>> UserVoice.Popin.setup({ >>>> key: 'castle', >>>> alignment: 'right', >>>> host: 'castle.uservoice.com', >>>> forum: 'general', >>>> lang: 'en' >>>> }) >>>> </script> >>>> >>>> *2. Then set into the onclick handler of any link to >>>> UserVoice.Popin.show(); >>>> return false; like so:* >>>> Example Custom Link >>>> >>>> <a href="#" onclick="UserVoice.Popin.show(); return false;">feedback</a> >>>> >>>> >>>> >>>> On Mon, May 11, 2009 at 10:42 AM, Jonathon Rossi <[email protected]>wrote: >>>> >>>>> I considered that, but I thought it seemed a little out of place docked >>>>> to the left gutter. >>>>> >>>>> I'll add it if you think it would make it easier for users to find our >>>>> uservoice page. >>>>> >>>>> >>>>> On Mon, May 11, 2009 at 5:55 PM, Roelof Blom <[email protected]>wrote: >>>>> >>>>>> It would be useful to put the Uservoice feedback tab on our homepage >>>>>> too. >>>>>> >>>>>> On Sun, May 10, 2009 at 1:35 PM, Jonathon Rossi >>>>>> <[email protected]>wrote: >>>>>> >>>>>>> The projects page is up to date. I moved the news to the top of the >>>>>>> home page. >>>>>>> >>>>>>> I also added a link to Castle's uservoice. Krzysztof, do you want to >>>>>>> rename uservoice from unofficial to official. >>>>>>> >>>>>>> On Tue, May 5, 2009 at 7:49 PM, Krzysztof Kozmic <[email protected] >>>>>>> > wrote: >>>>>>> >>>>>>>> +1 on moving news to the top >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> CONFIDENTIALITY NOTICE >>>>>>>> >>>>>>>> This message is intended exclusively for the individual or entity to >>>>>>>> which it is addressed. This communication may contain information that >>>>>>>> is proprietary, privileged, confidential or otherwise legally exempt >>>>>>>> from disclosure. If you are not the named addressee, you are not >>>>>>>> authorized to read, print, retain, copy or disseminate this message or >>>>>>>> any part of it. If you have received this message in error, please >>>>>>>> delete all copies of this message and notify the sender immediately by >>>>>>>> return mail or fax ATSI S.A.(+4812) 285 36 04. >>>>>>>> >>>>>>>> Any email attachment may contain software viruses which could damage >>>>>>>> your own computer system. Whilst reasonable precaution has been taken >>>>>>>> to minimise this risk, we cannot accept liability for any damage which >>>>>>>> you sustain as a result of software viruses. You should therefore >>>>>>>> carry out your own virus checks before opening any attachments. >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Jono >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Jono >>>>> >>>>> >>>>> >>>> >>>> >>>> >>> >>> >>> -- >>> Jono >>> >>> >>> >> >> >> > > > -- > Jono > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en -~----------~----~----~----~------~----~------~--~---
