Jump to content

Recommended Posts

Posted

If I want to switch authors to anonymous in Blog Entries, there is not any setting for this.

I can do it only via SQL Query

 

UPDATE blog_entries
SET entry_is_anon = 1;

 

Would be possible add feature for this?

Posted

If you edit the blog in the ACP, there is a setting at the bottom of the edit page. Or if you click "Manage blog>Edit blog" on the front end, you can set it there also.

Note, you are setting to allow people to post anonymously. There is no such way to force people to post anonymously

Posted (edited)

We have group blogs, but when I create a new entry, there is name of our company employee.

 

4 hours ago, Marc Stridgen said:

If you edit the blog in the ACP, there is a setting at the bottom of the edit page. Or if you click "Manage blog>Edit blog" on the front end, you can set it there also.

I remember it was there.

But is there something wrong? Where is it?

Could contain: Page, Text, File, Webpage

 

And another thing, there is not option for date when I want to publish the entry when I edit it. Only when I start new entry

 

Edited by ExoTech
Posted

But this feature was available in previous versions and for some reasons has been removed.

Then why would there be an entry_is_anon column in the table database?

Posted
16 hours ago, ExoTech said:

Blogs are not important for us, we need fix issues in Pages.

Please could you clarify what you mean here? Your topic is related to blogs

16 hours ago, ExoTech said:

Anyway, why in SQL database is then column entry_is_anon?

This is not something I am able to answer as I dont develop the software personally. One of our devs may be able to answer that question, but in all honesty, if you are not sure how to look, its probably best not to be playing in the database directly

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...