Editing Page in Experience editor Sitecore - sitecore

Wanted to ask if is it possible to edit a certain page in experience editor while the personalization is active?
I've tried editing a certain page with an active personalization but its currently not available to edit

Related

How do I implement radio buttons in Sitecore 7.5 page editor?

I need to show the following admin section in the Sitecore 7.5 page editor above each page content. I want a content editor to be able to select one of these three radio button options and then have it persisted in Sitecore database once a user clicks to save the page. I cannot find online any example of how these radio buttons can be implemented in Sitecore 7.5 (MVC, if that matters). Any guidance will be highly appreciated.
1/22/16 Update:
Attention down-voters. I am not looking for the final code. I am looking for an advice on direction. Sitecore 7.5 doesn't even have the "radio button" data type available and I couldn't find any examples online. Thank you for understanding.

Sitecore: Experience Editor broken after upgrading from sitecore 7 to sitecore 8

I have upgraded to sitecore 8 and facing critical issues regarding only the Experience Editor.
After logging into Experience editor with Admin rights, the page opens only with one tab "Optimization"; no buttons are active though.
Also, i found one issue that i was familiar with:clicking any web edit button would add a "#" symbol at the end of the url. This behavior was found when i was developing a javascript and debugging it and whenever there would be any error in js, "#" would get suffixed to url and button click wouldnt work.
I am not sure if this related to SPEAK features and how to tackle this issue with Experience Editor ?!
I had similar issue in past. Ensure you have got webedit.css file at the web root. Looking at your description above I guess that is exact case.

Django :: Editing comment within the page

I am making a simple bbs application but I ran into a problem.
I want to be able to edit comments on the page.
At the moment, I know how to edit comments/ posts by taking the user to a different page but with comments, I think it will be a good UX if users can edit comments on the post page.
What I mean is if users click the "edit" button next to a comment, a TextField input box will come out below and users can register their comments by clicking the "submit" button next to the textfield.
How would I go about doing this?
Would this require knowledge of javascript and if yes, how would I do it?

Web Form For Marketeres Report in HTML format on Front end [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am new in Sitecore Development and I am working with web for for marketers Sitecore module, is Sitecore provides any functionality to show form reports in HTML format on front end?
Sitecore by default not provide any functionality to show form reports in HTML format from front end, But I did it for my one project you can find solution in my Blog
http://sitecoretweaks.wordpress.com/2014/07/07/display-web-forms-for-marketers-form-submissions-outside-of-the-form-reports-2/
You can check the Sitecore CMS Modules
Web Forms for Marketers 2
Information about visitor activity on forms can be viewed in various
reports provided by the module. To open form reports, log in Sitecore
desktop and click Sitecore – All Applications – Web Forms for
Marketers – Form Reports and select the form for which you want to
view reports. Alternatively, in the Content Editor, select the form
under the /sitecore/system/Modules/Web Forms for Marketers/Website
item and click Form Reports. All reports display last 200 records by
default. To change this number, you should open the report in the
Windows Designer and change the value in the appropriate SQL query.
I hope this will help you !

Sitecore: adding new tabs to content editor

I'm looking for a way to extend sitecore's content editor so I can have another tab show up when I click on an item on my content tree.
the purpose is to provide a better user experience when editing some specific information. I have seen this done in some of the addons. An example would be the "E-Commerce" module.
What you're looking for is a custom editor. Here are several blog posts on the topic:
Custom Item Editors in Sitecore
Creating a Item Editor
Editor Tabs in Sitecore