I am using weblog in my website. I have created some blogs, comment section is also enabled in blogs. I have one search box-button in master page, which is working fine on all other pages. But when I am on any blog page and click on search button, the Blog comment part gets highlighted and says that :Fill mandatory fields. (It considers the search button click as form post of comment section). How can we handle this case?
Try setting CausesValidation="False" on your search button.
Related
When I am clicking on the upload button in document web, inside that the section master page is showing (which should not).
How to remove this either in SharePoint designer or SharePoint 2013 itself?
Also, the site settings is showing up on home page (but it should show in a separate new page).
Screeshots:
It looks like you have a custom master page that is missing much of the core structure of a master page. In particular, an out of the box master page responds to a Query String value of "?IsDlg=1" to control if master page content is displayed in SharePoint dialog boxes along with primary page content.
To see this, go to a site without this custom master page and visit a list or library page. Edit the URL and, if there's no Query String (i.e. no "?" in the URL, add "?IsDlg=1" (no quotes), or if there is a query string add "&IsDlg=1" (no quotes). Notice the difference in the displayed content.
Something is missing from your custom master page. Either the lack of standard CSS classes or missing JavaScript references.
Can you reset the master page back to one of the out of the box master pages and check to see if everything is now working.
As the the Site Settings, someone must of added an IFRAME or a Page Viewer web part to the home page and set the URL to the Site Settings page.
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? and what changes I have to do in workflow.Can anybody suggest me?
By default weblog has a comment workflow, you can find the settings for this under: system/workflows/weblog comments
More info in workflow here:
https://github.com/WeTeam/WeBlog/wiki/Comment-Workflow
Comments are created in the master database as child items underneath the blog post item in Sitecore. By default the comments are auto approved when saved and should automatically publish through to the web database. You can easily change this by adjusting the workflow as described in the post on comment workflow.
Hi I have got a few lists with Lookup fields from Source lists. I wish to have a Related lists (Webpart connections from 2007 days) where I select item from master and then child records are displayed. Although I have followed the instructions on the below article, the "relationship" bit is not working. The Related records from the child lists are not filtering rather showing all records from the child table.
http://office.microsoft.com/en-us/sharepoint-help/create-list-relationships-by-using-unique-and-lookup-columns-HA102771358.aspx
I also encountered this issue, and the solution is pretty simple, but not very obvious. When creating a new page, you MUST be sure that you create a page of type Web Part Page. When you use the default "Add a Page" option from the site settings menu, the default page type is a Wiki page, not a web part page. Even though you can add web parts to a Wiki page, the Wiki page does not include the functionality for implementing web part connections.
Once I created a page using one of the Web Part Page types, I was able to use web part connections.
have you tried this:
Browse to the affected page, and then open the page in edit mode.
Click the drop-down arrow in the upper-right corner of the Web Part for the tasks list, and then click Edit Web Part.
On the right side of the page in the Web Part properties controls, click the plus sign (+) on the Miscellaneous section, click to select the Server Render checkbox, and then click OK.
Save the changes to the page.
source: http://support.microsoft.com/kb/2924913
How can I be able to set a wiki page as a homepage (make it appear every time I click on the "Wiki" tab) in my google code project.
Thanks in advance
On your GoogleCode site, click "Administer", then "Tabs". In the form that appears, you can customize which wiki pages are to be used for the "Downloads"/"Wiki"/"Issues"/"Source" tabs.
I've searched for a while but I've only found the Facebook UI, that has some basic dialogs. Maybe some of you know some iOS apps that can open the comments page in a new "page" (e.g. Flipboard). Is there a way to show the comment page directly from Facebook or I have to simulate it through the API?
UPDATE: Not a page comment box. I want to show the comments of a post.
It is possible to create a facebook app showing your comment box. The same comment box can be showed in different pages/ urls using the "data-href" url.
<div class="fb-comments" data-href="http://example.com" data-num-posts="2" data-width="470"></div>
You could eventually add an static url in a database or something like that to wich you can always refer.
I dont exactly know what you want but i hope this helps