Resolved - Make changes to content database table

completed in June 2013 and keeping these two column additions in the Junco code.

  • to hide blog reply posts from displaying on the parent blog post page, add a "hide" column.
    • single character
    • default value of 'n'
    • when blog author hides the display of a reply, value gets changed to 'y'
  • to allow user to see the number of blog replies received, add column "parentauthorid."
    • parentid points to the parent blog post that the reply post is pointing to.
    • parentauthorid is the author of the parent blog post.
    • select count(*) as replycount from content where parentauthorid= and type='b' and status='o'

#junco
#resolved

From JR's : articles
102 words - 625 chars
created on
updated on
import date 2013-08-12 21:50:23 - #
source - versions

Related articles
GitHub commits to do 17Oct2013 - Oct 17, 2013
Resolved - Add pound sign and period punctuation buttons to phone and tablet displays - Jun 27, 2013
Resolved - Fix bug with not able to view source - Jun 27, 2013
Resolved - Test text for the Textile live preview editor - Aug 21, 2013
Resolved - Junco files to move into production - 6Sep2013 - Sep 06, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: May 12, 2024 - 1:40 p.m. EDT