Quote:
Originally Posted by Lionel
Geek, how can I make calendar events display autolinks? If that is at all possible? I post events in calendar and people can comment on them. I tried to put in 'smiliecache', 'gal_text', 'gal_links', 'gal_ignores','GAL_settings', in the special templates, but that does not work.
|
lionel - you should only have to put:
$linked_text=process_gal_text($text_wanting_to_be_ linked);
whereever you want text to get linked. You will also need to put
persist_gal_impressions();
Somewhere on that page if you want to record tracking info. Put it before print_output but after all the linking is done.
HTH's
New release will be later today. I am just waiting on any other bugs to fix first.