Questions tagged [weblog]

WeBlog is an open source module for the sitecore CMS that provides blogging functions like adding comments, tags and integration with Gravatar. Use this tag for questions relating to its source code or integration into a larger sitecore installation.

WeBlog is an open source module for the CMS that provides blogging functions like adding comments, tags and integration with Gravatar. It is hosted on github.

Use this tag for questions relating to its source code or integration into a larger sitecore installation.

32 questions
3
votes
0 answers

JMS error : Error while deserialising an object

Getting Following strange exception weblogic.jms.commom.JMSException:[JMSClientExceptions:055115]Error deserialising an object Caused by: java.lang.ClassNotFoundException: com.my.TestClass To my surprise , this is not happening for all…
Balaji Reddy
  • 5,576
  • 3
  • 36
  • 47
3
votes
1 answer

WeBlog creating own template for Entry

I am using Sitecore 7.2 and weblog 2.3. I have a blog with couple of Entries, the posts show up fine. I am trying to create a Custom Template "CustomEntry" that inherits "Entry" I followed all the steps from the link…
Afroz
  • 1,017
  • 2
  • 12
  • 24
2
votes
1 answer

How to override ITagManager in WeBlog module within Sitecore

I am trying to implement the solution in this answer to be able to restrict the number of tags which show in the tag cloud in WeBlog. Additionally, I am using these instructions from the documentation. I have modified the WeBlog config to point to…
infojolt
  • 5,244
  • 3
  • 40
  • 82
2
votes
1 answer

Sitecore WeBlog Comment moderation enabled, but comments are posted before approval

I have enabled comments moderation by following the instructions in the documentation. When posting comments, I am able to see them in the Workbox under Approval needed but they are still posted to the blog right away before being approved. Am I…
Afroz
  • 1,017
  • 2
  • 12
  • 24
2
votes
1 answer

Sitecore WeBlog Blog Feeds with Custom Entry templates

I have implemented WeBlog for sitecore and created custom templates that inherit from Entry, Comment and Category. The RSS Feeds aren't displaying any data now. I did change the query in RSS-Feeds Data Items Field to use the CustomEntry's…
Afroz
  • 1,017
  • 2
  • 12
  • 24
1
vote
1 answer

how does @Rolesallowed works

I am working on a project that has services that are annotated with @RolesAllowed. I know this annotation defines roles that can access the method. But I am not sure where these roles are defined and how user will be added for different roles. I am…
user8710021
1
vote
2 answers

Is it possible to restrict the number of items show in WeBlog tag cloud within Sitecore?

I am using the WeBlog module in Sitecore 7.1. After years of blog posts, the tag cloud control now shows a huge list of all the tags which have ever been used in a post. Is it possible to restrict the number of tags which show or provide a minimum…
infojolt
  • 5,244
  • 3
  • 40
  • 82
1
vote
0 answers

Hive subquery in rlike clause

I want to clean robots entries from log file. One of the way to identify crawlers by the user agent field in weblog.I've stored raw logs in one folder and token of the popular crawlers in crawler table. TO clean logs those have user agent matched…
Dhruv Kapatel
  • 873
  • 3
  • 14
  • 27
1
vote
1 answer

Weblog comment error

I am using Weblog for blog functionality. Now I am facing one problem. I have created one Entry with name like 'sitecore-mvc', now when I am going to submit a comments it is giving me error 'End of string expected at position 39' if I changed Entry…
Swati Gupta
  • 753
  • 2
  • 8
  • 30
1
vote
1 answer

Enable WeBlog comments in Sitecore

First time I am using WeBlog in Sitecore. I have created entry, In this entry after post comment it shows message of "Thank you for your comment. If it does not require moderation, it will appear shortly" but I have no idea how comment will display?…
Swati Gupta
  • 753
  • 2
  • 8
  • 30
1
vote
1 answer

Display latest blog list using WeBlog Sitecore

I have installed WeBlog module in Sitecore. I have created sample blog, entry, category. Now i want to do 2 things. Display latest blog in list format just like this On right side category is displaying, now I want to display corresponding blog on…
Swati Gupta
  • 753
  • 2
  • 8
  • 30
1
vote
0 answers

Sitecore WeBlog (aspnet WebService) security

My Sitecore environment has separate CM & CD servers, on different domains. After installing the WeBlog module and setting up the configs as instructed, I'm getting the following error (highlighted on this page). The request for security token…
thadmiller
  • 539
  • 1
  • 4
  • 19
0
votes
1 answer

weblogic.Deployer IllegalArgumentException when trying to deploy ear: The file list is not allowed for this operation if source is specified

I am trying to deploy an ear-file via weblogic.Deployer: java -cp "$WLS_JAR" weblogic.Deployer \ -adminurl -adminurl http://localhost:7001 \ -user weblogic \ -password $PASSWORD\ -deploy \ -name myApp \ -source…
David
  • 1,672
  • 2
  • 13
  • 32
0
votes
1 answer

Does my free webapp dyno have a weblog and if so, how do i view it?

When I am viewing my app, there are two buttons on the right side near the top, "Open App" (which is a link to the URL for my app) and "More []" where [] is a down and up facing chevron like thing (signifying that you can open a menu). I clicked…
Dave Scotese
  • 498
  • 5
  • 17
0
votes
2 answers

Customizing admin ui-widget in Wagtail

I use django-taggit 0.23.0 and wagtail 2.0.2 for a weblog app called puput 1.0.2. Puput github repo My preferred language is Persian (Farsi) in Wagtail's admin dashboard and one of my language letters is on the "comma" key of keyboard. So, each time…
kooshan75
  • 5
  • 1
  • 4
1
2 3