TeamRaiser Participant Name

Options

I have been trying to personalize the welcome title and custom text in a TeamRaiser participant personal page.

For example: I want the personal page title of John Smith to say "Welcom to John Smith Personal Page" instead of the the generic defualt "Welcom to My Personal Page"

I changed the Message Catalog for "f2flayouts:default_title" to "Welcome to ]x::My::]]] Personal Page" but that didn't work.

Is there an S-Tag that could render the participant first and last name? This post seem to suggest that option but I don't see it in S-Tag reference or in the WYSIWYG:

http://community.customer.convio.com/thread/3872

Any suggestion of work-around would be very much appreciated.

Thanks,

FLIM

Tagged:

Comments

  • The tag mentioned on that post was to render the names of everyone in a group.

    Can we use tags in the message catalog? Didn't know that.

    I'm thinking something more like this post: http://community.customer.convio.com/message/5888#5888

    ]%20]

    Regards, Brian

  • Hi Francis,

    The content area and title of the personal page do not support S Tags - these were intially built to support plain text only.

    The only place you can enter s tags is in the HTML footer, or in the wrapper of the page.

    Thanks,

    Noel

  • Noel Beebe:

    Hi Francis,

    The content area and title of the personal page do not support S Tags - these were intially built to support plain text only.

    The only place you can enter s tags is in the HTML footer, or in the wrapper of the page.

    Thanks,

    Noel

    If you use the PageWrapper, you can do a conditional so your line only show on the Personal Page.

    ]::smileytongue:g=personal::<h1>Welcome to my personal page!</h1>::]]

  • Brian Mucha:

    If you use the PageWrapper, you can do a conditional so your line only show on the Personal Page.

    ]::smileytongue:g=personal::<h1>Welcome to my personal page!</h1>::]]

    Thanks Brian, Noel.

    These are very helpful and exactly what I was hoping for. I'll try the conditional S8 to render the custom welcome title.

    f2flayouts:default_title message catalog inserts the default welcome title, but once you update the title in Customize Pages in TeamRaiser it will remove the default title.

    I tried this to customize the message catalog f2flayouts:default_title and it worked and participant can still edit the welcome title:

    "Welcome to ]x::My::] ]'s]] Personal Page"

    It's rendering the default title similar to this, and participants can still edit the title in their Participant Center:

    "Welcome to John Smith's Personal Page"

    Cheers,

    Francis

  • Brian Mucha:

    If you use the PageWrapper, you can do a conditional so your line only show on the Personal Page.

    ]::smileytongue:g=personal::<h1>Welcome to my personal page!</h1>::]]

    One recommendation: use S334 instead of S8 to be more precise.



    ]x::<h1>Welcome to my personal page!</h1>::]]

    Testing S8 for the string pg=personal will result in a false positive on pages such as UserLogin and ConsProfileUser that contain a NEXTURL.

  • Noah Cooper:

    One recommendation: use S334 instead of S8 to be more precise.



    ]x::<h1>Welcome to my personal page!</h1>::]]

    Testing S8 for the string pg=personal will result in a false positive on pages such as UserLogin and ConsProfileUser that contain a NEXTURL.

    Nice tip! Now I have some editing to do here.

    Regards, B

  • Francis Lim:

    Thanks Brian, Noel.

    These are very helpful and exactly what I was hoping for. I'll try the conditional S8 to render the custom welcome title.

    f2flayouts:default_title message catalog inserts the default welcome title, but once you update the title in Customize Pages in TeamRaiser it will remove the default title.

    I tried this to customize the message catalog f2flayouts:default_title and it worked and participant can still edit the welcome title:

    "Welcome to ]x::My::] ]'s]] Personal Page"

    It's rendering the default title similar to this, and participants can still edit the title in their Participant Center:

    "Welcome to John Smith's Personal Page"

    Cheers,

    Francis

    Hi Francis,

     

    I'm working on implementing the same idea as you have been outlining in this thread, but I'm feeling like the code blocks that are included are incomplete.

     

    Have you been updating f2flayouts:default_title in conjuction with the page wrapper using the S334 or S8 tags or is the message board mucking of the line of code you were tying to include when it renders:

     


    Welcome to ]x::My::] ]'s]] Personal Page

     Thanks for your help.

  • This is an old thread, but I'm dealing with this same issue and I could use help with a couple of things:

     

    1. If the welcome message is rendered in the wrapper, what happens with the content in the field in the Participant Centre?  I'm assuming that if the message is in the wrapper, it will need to be a static message (that could include a conditional S tag).
    2. The message board appears to be mangling the S tag code.  I'd really like to see it - is there any way the code can be re-posted, maybe as an image?

    Many thanks,

     

    Patrick

Categories