[Feature request]: Change length of newsfeed_image field in db #5108
Labels
type: enhancement
An improvement or new feature request
type: question
An ask about behavior that is not found documented anywhere
Milestone
Question
I was setting up the news feed plugin to show news from other websites on an e107 website. That worked fine, but it turned out that loading a logo was not possible because the input field for the image link was too small. Can that be adjusted?
Expected Source
I looked at e107_plugins/newsfeed/newsfeed_sql.php
If the newsfeed_image varchar(100) NOT NULL default '', is changed from 100 to 250, problem is solved...
Can that be changed without problems?
Additional Context
I prefer to use the logo of the feed providers website so that when it changes it is immediately visible or at least it is clear that something has changed. 100 characters turns out to be too few...
The text was updated successfully, but these errors were encountered: