Table nucleus_blog

Column Name Type Default Description
bnumber int(11) Blog ID
bname varchar(60) '' Blog Name
bshortname varchar(15) '' Short Blog Name (as used in skinvars <%blog%> etc.)
bdesc varchar(200) NULL Blog Description
bcomments tinyint(2) '1' Enable comments (1=true, 0=false)
bmaxcomments int(11) '0' Maximum amount of comments to show on index skintypes (inline comments). The default value (0) means that there is no limit. If you don't use inline comments, you shouldn't edit this.
btimeoffset decimal(3,1) '0.0' Time offset to use. The items will be stored in the database using the correct time (server time+offset).
bnotify varchar(60) NULL Notify e-mail address. On certain events (see bnotifytype for the exact definition of these events), a notification e-mail is sent out to this e-mail address.
burl varchar(100) NULL Blog URL
bupdate varchar(60) NULL Update file that needs to be altered each time a new item is posted to the weblog. Its an absolute path of a file on the server.
bdefskin int(11) '1' Default skin to use when displaying this weblog
bpublic tinyint(2) '1' Allow comments by non-registered members? (1=true/0=false)
bsendping tinyint(2) '0' Send a ping to weblogs.com on update? (1=true/0=false)
bconvertbreaks tinyint(2) '1' Convert line breaks to <br />? (1=true/0=false)
bdefcat int(11) NULL Default category. This category will be selected by default when no other category is selected.
bnotifytype int(11) '15' Which events to send notification e-mails on (see bnotify for the specification of the e-mail address). It's a combination of three values (multiply the values to get the notify type):
  • 3: New comment
  • 5: New karma vote
  • 7: New item
Default = New comments & New karma votes (3*5=15)
ballowpast tinyint(2) '0' Allow backdating of items and editing the timestamp of an item (1=true/0=false)
bincludesearch tinyint(2) '0' Always include in search queries, even if the query is on another blog (1=true/0=false)
SQL Table Reference