Walt Ritscher: Thinking about code

Thoughts about .Net - Thoughts about code

  Home :: Contact :: Syndication  :: Login
  171 Posts :: 0 Stories :: 80 Comments :: 23 Trackbacks

Archives

Post Categories

Image Galleries

About Me

Interesting Blogs

My other blogs

Resources

The admin page appears broken in my build of .Text.   I figured out how turn off comments by changing the database directly.  Here are the steps in  case you need to do the same.

1. Open the blog_config table in your .Text database.
2. Find the Flags column.  Subtract 16 from the current value.


posted on Monday, June 27, 2005 6:16 PM

Feedback

# re: How to turn off comments in .Text 4/20/2006 10:34 AM Cameron Albert
Thanks Walt! I was having the same problem with attempting to turn off the comments.

# re: How to turn off comments in .Text 6/26/2006 4:26 PM jake
i am getting spammed so bad, i'd appreciate any help. I have no category in the db for value, this is what i have:

Column: Flag
Type: int
Length: 4
Prec. 10
Scale: 0
Nullable: True
Default:
Rule:
ID: False
ID start:
ID Seed:
Row Guid: False

Any ideas how to fix? I try to turn off my comments on the .text control panel but it keeps the box checked after updating.

# re: How to turn off comments in .Text 6/30/2006 4:13 PM Walt Ritscher
Jake

Open SQL query analyzer and your .TEXT database.

Type Select Title, Flag from blog_Config and press F5 to run the query.

You'll get back a list of all the blogs on the .Text server. In the second column you'll see a numeric value (on mine is was 79). Subtract 16 from the value (79-16=63)
.

Change the value in the db to this new number.


Comments Closed! Due to the spam creeps.
If you want to comment, use the contact page and send me an email and the URL of this Post.
Title  
Name  
Url

Comments   
Enter the code you see: