Closed (duplicate)
Project:
Guestbook
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2009 at 21:16 UTC
Updated:
16 Jan 2011 at 14:56 UTC
I'm still not very good at custom theming, and I wanted a way to customize the intro text. i ended up editing guestbook.module, which I really didn't want to do. I tried this for a start near line 721:
$output = $intro ? '<div class="introtext">'.check_markup($intro).'</div>' : '';
It works fine, but isn't there a better way?
Comments
Comment #1
sunThis will likely be possible for D7 via #1014194: Port Guestbook to Drupal 7
Comment #2
wxman commentedIt's going to be a while before I can switch to D7. Too many modules still nowhere near upgrading.