I set up a workflow for comments in a blog site. Only after approval should a comment be posted in the blog.
To test, I created a comment and received an email to approve. I approved the comment and it was added to the list. When I click on the comment icon it displays the new comment, but the little comment icon didnt update to show a new comment. It still said (0 comments). What do I need to do to have this update?
Thanks, Ninel
Sounds like caching somewhere along the line. To be sure, try Ctrl-F5 in most browsers and see if it updates.
Related
I have a situation where blog posts when saved are being instantly available on the site despite:
Having workflow applied that has a specific "publish" step
The repeaters on the blog page having "show published" ticked
This only seems to be affecting blog post pages, other pages behave as expected.
Any suggestions? Kentico 9 EMS
Check to see if the Workflow general setup has "automatically publish changes" checked by mistake.
Also, double check to see if the Blog section is covered by multiple workflow scope or not. Check the Workflow tab of a blog post and see which workflow is actually been enforced.
This was a self induced problem.
We found a global event handler that was being used to set some default properties on page creation, in which was a checkout and checkin. Looks like the checkout/checkin was publishing the page and then setting it back to edit mode.
Resolved by removing the checkout/checkin from the code.
I'm creating book web shop in Orchard. I have other project where admin is adding books in database. What I want to add is comments Part on Detail Page for some book. I know how to add Comments in Dashboard
but my problem is how to connect the comments with the book, because when i add comments all comments are displayed on Detail Page. For example if some user open detail Page for "Anna Karenina" and add comment "Best book" this comment is displayed on Detail Page for all books. The problem is that I have only one Detail Page where in the url I have bookId.
Hey there im in the middle of editing my site, and i came across this site, and am looking to get my site as the same layout with the navigation bars and such, but im new to phpbb so am stuck :( here is the site http://www.3commandobrigade.com/
when you go to the home tab it shows all the posts that are posted in the "News" section under the category General forums
and also how do i add the nav links like on that site, so it has Home, Forum, Schedule, i was under the idea it was something like "Nav Links"
thanks!
That forum is using a phpBB Extension called Portal. I haven't found a new version of that mod/extension but here is a link to a version made for the phpbb 3.1.3 which should be compatible with the current version. You should be able to create two columns of news in the admin panel if you want so, but it should be some work.
Whenever I browse my blog which I created via Azure marketplace for Ghost with completely default settings, I get redirected to a login page.
If I log in then I get taken back. I can click my post and be taken to the content. If I then go back, then click the heading again, it takes me to the edit area.
The problem I have is that readers of the blog are being prompted to login. I don't want this. I just want my content to appear when they click a post.
Anybody else experienced this or know what I can do about it?
It would appear this is only the behavior on the default post that is created once you have activated the service.
Once you start making posts and unpublish the initial one, it behaves as expected. Hopefully this helps clear up any confusion for someone else.
I am sorry if this has been asked before, but a google search of stackoverflow didn't find anything relevant.
We are about to pilot blogging within our organisation and as part of compliance we require every comment left on a blog to have a link associated with it for users to flag the comment as inappropriate.
My thinking is that this link could simply change the comment's status from approved to pending and possible send an email to the approvers to go and check it.
By default we need comments to not need pre-approval.
Could anyone please explain the different ways of achieving this? Is there a way of achieving this using SharePoint settings (i.e. no code)?
i think you want to have approve/reject only when users flagged/report that comment ..
it is possible to do with sharepoint designer without any code or coding
you should define a workflow that if creator same as modifier approved automatically and when someone edit or flagged as blob ... change that item status to suspend and workflow not fired. because that condition is not true. and modifier and creator different people