12-31-2020, 07:57 AM
My entire forum revolves around this Gallery and it's working out great. I have one very immediate problem and a host of smaller ones that are more support-related, which I will raise here later.
The immediate issue is that I run reports off the Gallery tables and I need the Description field material formatted in a very particular way so I can use preg_match to generate the reports. New users are totally struggling with getting the formatting right, so I was going to insert pre-formatted text into this line.
Is this the right line and am I going to break my installation if I fuss with this?
Thanks in advance for any help.
The immediate issue is that I run reports off the Gallery tables and I need the Description field material formatted in a very particular way so I can use preg_match to generate the reports. New users are totally struggling with getting the formatting right, so I was going to insert pre-formatted text into this line.
PHP Code:
Line 1225 <td><textarea name="description" rows="5" cols="50"></textarea>
Is this the right line and am I going to break my installation if I fuss with this?
Thanks in advance for any help.