Gossamer Forum
Home : Products : Links 2.0 : Customization :

Re: Review.cgi: converting a LinkID to an actual title...

Quote Reply
Re: Review.cgi: converting a LinkID to an actual title... In reply to
I have tried to use this mod to add the title into the email message the reviewer gets. I thus inserted the sub into the bottom of the admin_html.cgi file and the other bit into the &load_template refering to the review-add.txt file. Then when a review is validated the email has this in it:

HASH(0xe93c04)

I think my error is in this bit, let me know if I have done something wrong:

Code:
my $msg = &load_template ('review-add.txt', \%link, {
Title => &get_title ($rec{'LinkID'})
});
Subject Author Views Date
Thread Review.cgi: converting a LinkID to an actual title... oldmoney 3368 Dec 28, 1999, 9:06 AM
Post Re: Review.cgi: converting a LinkID to an actual title...
Mutt 3405 Dec 28, 1999, 10:39 AM
Post Re: Review.cgi: converting a LinkID to an actual title...
oldmoney 3413 Dec 28, 1999, 10:43 AM
Thread Re: Review.cgi: converting a LinkID to an actual title...
oldmoney 3409 Dec 28, 1999, 6:34 PM
Thread Re: Review.cgi: converting a LinkID to an actual title...
sdyson 3305 Sep 9, 2000, 3:58 AM
Thread Re: Review.cgi: converting a LinkID to an actual title...
sdyson 3311 Sep 10, 2000, 7:17 AM
Thread Re: Review.cgi: converting a LinkID to an actual title...
oldmoney 3293 Sep 10, 2000, 7:32 PM
Post Re: Review.cgi: converting a LinkID to an actual title...
sdyson 3296 Sep 11, 2000, 6:07 AM
Post Re: Review.cgi: converting a LinkID to an actual title...
Mutt 3396 Dec 29, 1999, 12:13 PM
Post Re: Review.cgi: converting a LinkID to an actual title...
widgetz 3412 Dec 29, 1999, 1:04 PM
Post Re: Review.cgi: converting a LinkID to an actual title...
Mutt 3411 Dec 29, 1999, 2:49 PM
Post Re: Review.cgi: converting a LinkID to an actual title...
stefang 3431 Dec 29, 1999, 3:04 PM
Post Re: Review.cgi: converting a LinkID to an actual title...
Mutt 3312 Dec 29, 1999, 10:03 PM
Post Re: Review.cgi: converting a LinkID to an actual title...
widgetz 3315 Dec 29, 1999, 10:08 PM