Skip to content

Added char limit to connections in database table and form#7

Open
maalts wants to merge 1 commit intoEDesignLabs:masterfrom
maalts:connection_char_limit
Open

Added char limit to connections in database table and form#7
maalts wants to merge 1 commit intoEDesignLabs:masterfrom
maalts:connection_char_limit

Conversation

@maalts
Copy link

@maalts maalts commented Jan 18, 2014

Line 139 in file TopicPhoto.php
this section of code was making an error when the connection was added so i commented it out for now to get the add connection page to submit successfully.

i worked on issue number 6 : Add character limit to connections
here are the changes i made:

  1. database table topic_photos: changed description column type from text to varchar(250)
  2. add-photo.ctp file: added “limit: 250 characters” to label variable on line 50

suggestion: fix WideImage function and add validation function to show when 250 character limit is reached on the add connections page.

this section of code was making an error when the connection was added so i commented it out for now to get the add connection page to submit successfully.

i worked on issue number 6 : Add character limit to connections
here are the changes i made:
1. database table topic_photos: changed description column type from text to varchar(250)
2. add-photo.ctp file: added “limit: 250 characters” to label variable on line 50

suggestion: fix WideImage function and add validation function to show when 250 character limit is reached on the add connections page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant