Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [steven99] subscribe.pl change email subject line

Quote Reply
Re: [steven99] subscribe.pl change email subject line In reply to
Mmm, you could try a global:

get_first_subject

Code:
sub {
return {$_[0]}[0]->{post_subject}
}

Then call with:

Code:
Subject: <%get_first_subject($post_loop)%>

Untested, but that should work and give the value you're after (not sure why the other tag doesn't work - It may not be supported in that version of GForum)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread subscribe.pl change email subject line steven99 8409 Jun 1, 2013, 1:18 PM
Thread Re: [steven99] subscribe.pl change email subject line
Andy 8138 Jun 3, 2013, 12:27 AM
Post Re: [Andy] subscribe.pl change email subject line
steven99 8107 Jun 3, 2013, 8:26 AM
Thread Re: [Andy] subscribe.pl change email subject line
steven99 8060 Jun 12, 2013, 3:15 PM
Post Re: [steven99] subscribe.pl change email subject line
Andy 8037 Jun 12, 2013, 10:50 PM